[BACK]Return to plus.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/plus.html between version 1.1343 and 1.1344

version 1.1343, 2014/06/14 02:18:48 version 1.1344, 2014/06/22 11:11:00
Line 75 
Line 75 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2014/06/15 -->
   <li>Fixed vnode leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&manpath=OpenBSD%20Current&sektion=4&format=html">systrace(4)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> aes_gcm_cleanup(), clean the entire context (no longer leaving AES key untouched).
   <li>Fixed hang with virtio event_idx feature, to cure occasional network freeze in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vio&manpath=OpenBSD%20Current&sektion=4&format=html">vio(4)</a>.
   <li>Updated to xcb-util-renderutil 0.3.9.
   <!-- 2014/06/14 -->
   <li>Avoid infinite loop in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_msdos&manpath=OpenBSD%20Current&sektion=8&format=html">fsck_msdos(8)</a> if cluster chain is a cyclic list.
   <li>Fixed memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_msdos&manpath=OpenBSD%20Current&sektion=8&format=html">fsck_msdos(8)</a> bootblock handling.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_msdos&manpath=OpenBSD%20Current&sektion=8&format=html">fsck_msdos(8)</a> regression in r1.16 of boot.c: write fsinfo, not block into FSInfo region.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_msdos&manpath=OpenBSD%20Current&sektion=8&format=html">fsck_msdos(8)</a> regression in r1.20 of fat.c by properly incrementing a pointer.
   <li>Added more bounded attributes to the buffer and md5/sha headers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>.
   <!-- 2014/06/13 -->
   <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wait&manpath=OpenBSD%20Current&sektion=2&format=html">wait(2)</a> support for "union wait" (deprecated since 4.3BSD) and WSTOPPED (means something else now in POSIX).
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ze&manpath=OpenBSD%20Current&sektion=4&arch=vax&format=html">ze(4/vax)</a> rx ring pointer stalling when running "all multicast" or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> in promiscuous mode.
   <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&manpath=OpenBSD%20Current&sektion=8&format=html">dump(8)</a> "blockswritten" to int64_t, so it won't wrap at 2TB.
   <li>Correctly calculate the key block length in t1_enc.c and s3_enc.c when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> "export" ciphers.
   <li>Added ChaCha20-Poly1305 based ciphersuites to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> can now change cipher state with an EVP_AEAD, encrypt/decrypt TLS using the EVP_AEAD.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getentropy&manpath=OpenBSD%20Current&sektion=2&format=html">getentropy(2)</a> system call.
   <li>Indicate in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&manpath=OpenBSD%20Current&sektion=1&format=html">sysctl(1)</a> LIVELOCKS column if there is a pending (deferred) <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&manpath=OpenBSD%20Current&sektion=9&format=html">mbuf(9)</a> update.
   <li>Fixed tcp-mss-adjust in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a>.
   <!-- 2014/06/12 -->
   <li>Removed support for the "opaque PRF input" extension from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> (draft expired 7 years ago and never became an RFC).
   <li>Added timingsafe_memcmp() to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=memcmp&manpath=OpenBSD%20Current&sektion=3&format=html">memcmp(3)</a>.
   <li>Added MAP_INHERIT_ZERO support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=minherit&manpath=OpenBSD%20Current&sektion=2&format=html">minherit(2)</a>. Provides child process with fresh, zero-initialised anonymous memory.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&manpath=OpenBSD%20Current&sektion=2&format=html">ptrace(2)</a> hanging hppa and mips64 MP systems, by grab the kernel lock before cleaning up single-step breakpoints.
   <li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> version 1.6.0 (including syslog support backported from the 1.7 branch).
   <li>Disable the "switch to insertion sort" optimisation in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qsort&manpath=OpenBSD%20Current&sektion=3&format=html">qsort(3)</a>. Avoids quadratic behaviour for certain inputs.
   <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> to display the full url (if possible) for unsigned packages.
   <!-- 2014/06/11 -->
   <li>Fixed memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> d1_lib.c.
   <li>Restored the original behaviour of RTM_ADD and RTM_DELETE by always generating one message per locally configured <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ip&manpath=OpenBSD%20Current&sektion=4&format=html">ip(4)</a> address.
   <li>Always create a local <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=4&format=html">route(4)</a> for every configured IPv4 address on the machine.
   <li>Flag any local <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=4&format=html">route(4)</a> as such and make them use the highest possible priority.
   <li>Created (currently unused) system taskq ("systqmp") which runs without the kernel lock (see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=task_add&manpath=OpenBSD%20Current&sektion=9&format=html">task_add(9)</a>).
   <!-- 2014/06/10 -->
   <li>Raised the low water mark in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=em&manpath=OpenBSD%20Current&sektion=4&format=html">em(4)</a> so the internal buffers can hold at least two jumbo frames.
   <li>On i386/amd64 hibernate, don't map phys pages < 64KB in the resume page table. Matches recent kernel change.
   <li>Fixed off by one in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_msdos&manpath=OpenBSD%20Current&sektion=8&format=html">fsck_msdos(8)</a> when writing the FAT for FAT12 filesystems.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>, check return value of EVP_MD_CTX_copy_ex(). Avoids potential null pointer dereference.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&manpath=OpenBSD%20Current&sektion=8&format=html">mtree(8)</a>, added ed25519 ssh host keys to /etc/mtree/special.
   <li>Lowered <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&manpath=OpenBSD%20Current&sektion=1&format=html">nc(1)</a> buffers back to 16k for now, to avoid bufferbloat.
   <li>Increased <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nc&manpath=OpenBSD%20Current&sektion=1&format=html">nc(1)</a> buffer size to 64k, and actually use the buffer.
   <li>Abandoned the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> "auto-ENGINE" /dev/crypto interface.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a> tls1_cert_verify_mac(), avoid a possible NULL function call on ctx.final().
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> -u (user to drop privs to) and -p (path to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&manpath=OpenBSD%20Current&sektion=8&format=html">chroot(8)</a> to). Allows <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> to run non-chrooted.
   <li>Cleaned up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slowcgi&manpath=OpenBSD%20Current&sektion=8&format=html">slowcgi(8)</a> socket creation.
   <li>Multiple fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> ssl3_digest_cached_records().
   <li>Ensured <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> ssl3_final_finish_mac() returns failure if either the MD5 or SHA1 handshake MAC calculation fails.
   <!-- 2014/06/09 -->
   <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=installboot&manpath=OpenBSD%20Current&sektion=8&format=html">installboot(8)</a> file copying process, to make it less likely that the PBR will change upon update.
   <li>Fixed possible out of boundary access by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_msdos&manpath=OpenBSD%20Current&sektion=8&format=html">fsck_msdos(8)</a> if the filesystem is full or corrupt.
 <!-- 2014/06/08 -->  <!-- 2014/06/08 -->
 <li>Updated to xf86-video-modesetting 0.8.1 and xf86-video-geode 2.11.15.  <li>Updated to xf86-video-modesetting 0.8.1 and xf86-video-geode 2.11.15.
 <!-- 2014/06/07 -->  <!-- 2014/06/07 -->
Line 821 
Line 873 
   
 </body>  </body>
 </html>  </html>
   
   

Legend:
Removed from v.1.1343  
changed lines
  Added in v.1.1344