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

Diff for /www/plus.html between version 1.1339 and 1.1340

version 1.1339, 2014/05/15 01:50:37 version 1.1340, 2014/05/25 01:37:53
Line 1 
Line 1 
   
   
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>  <html>
 <head>  <head>
Line 76 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2014/05/18 -->
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=run&manpath=OpenBSD%20Current&sektion=4&format=html">run(4)</a> firmware to version 0.33.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkuboot&manpath=OpenBSD%20Current&sektion=8&format=html">mkuboot(8)</a> correctly handle files smaller than an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> header.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a> ssl3_send_certificate_request(), properly adjust for payload size.
   <li>Upon error, made sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a> ssl3_setup_buffers() frees pqueue before returning.
   <li>Fixed tail packet check in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a> elantech v3 touchpad code.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> adding a lease to the leases TAILQ more than once. Avoids infinite loop.
   <li>Updated to libXfont 1.4.8.
   <li>Check <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a> bio_err initialisation succeeds before using it.
   <li>Updated to fontconfig 2.11.1.
   <!-- 2014/05/17 -->
   <li>Updated to xf86-input-synaptics 1.8.0.
   <li>Fixed kernel build when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ehci&manpath=OpenBSD%20Current&sektion=4&format=html">ehci(4)</a> uses EHCI_DEBUG.
   <li>Switched <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> RSA key generation default to 2048 bits (matching <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a>).
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qla&manpath=OpenBSD%20Current&sektion=4&format=html">qla(4)</a> less likely to get stuck looping when the firmware behaves inconsistently.
   <li>Change interrupt handler's return value to 0 when nothing is processed on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcexmem&manpath=OpenBSD%20Current&sektion=4&arch=luna88k&format=html">pcexmem(4/luna88k)</a>.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> is parsing a numerical value for the TOS bits, ensure it is in a valid range.
   <!-- 2014/05/16 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mountd&manpath=OpenBSD%20Current&sektion=8&format=html">mountd(8)</a>: when a host in a netgroup is unresolvable, don't ignore entire netgroup.
   <li>Sped up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify&manpath=OpenBSD%20Current&sektion=1&format=html">signify(1)</a> -C.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=df&manpath=OpenBSD%20Current&sektion=1&format=html">df(1)</a> do calculations of available space the same way as ffs_statfs() does.
   <li>Improved logging messages and style for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=snmpd&manpath=OpenBSD%20Current&sektion=8&format=html">snmpd(8)</a>.
   <li>Don't put a link-layer address on the per-ifp lists or RB-Tree. Improves address lookups.
   <!-- 2014/05/15 -->
   <li>Fixed memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a> asn1 upon failure.
   <li>Replaced <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a> ASN1_GENERALIZEDTIME_adj(), ASN1_UTCTIME_adj() and ASN1_TIME_to_generalizedtime() with wrappers.
   <li>Added a ChaCha20-Poly1305 AEAD EVP implementation to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a> libcrypto.
   <li>Added an AEAD EVP interface to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a> libcrypto, along with AES-GCM AEAD implementations.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify&manpath=OpenBSD%20Current&sektion=1&format=html">signify(1)</a> -C mode work again.
   <!-- 2014/05/14 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rtadvd&manpath=OpenBSD%20Current&sektion=8&format=html">rtadvd(8)</a> now ignores route info messages on the listening side.
   <li>Stopped flushing streams on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=abort&manpath=OpenBSD%20Current&sektion=3&format=html">abort(3)</a>, which was unsafe.
   <li>Removed arch-specific <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lo&manpath=OpenBSD%20Current&sektion=4&format=html">lo(4)</a> MTU and set to 32768 everywhere.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify&manpath=OpenBSD%20Current&sektion=1&format=html">signify(1)</a> recode base64 hashes if necessary; spell out base64 in error messages.
   <li>Better use of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realloc&manpath=OpenBSD%20Current&sektion=3&format=html">realloc(3)</a>, to speed up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify&manpath=OpenBSD%20Current&sektion=1&format=html">signify(1)</a> checksum verification.
   <li>Added poly1305 to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a>, utilising Andrew Moon's public domain implementation.
   <!-- 2014/05/13 -->
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> no longer allows multiple buffers with the same name.
   <li><font color="#e00000">5.4, 5.5 and -current SECURITY FIX: integer, memory and buffer overflows in libXfont (CVE-2014-0209; CVE-2014-0210 and CVE-2014-0211)</font>.
   <li>Fixed regression in r1.285 of sys/net/if.c (TAILQ corruption where rdomain was not switched).
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a>, pass SA initiator (not the exchange initiator) to sa_address().
   <li>The resolver now skips incomplete entries in /etc/hosts and /etc/networks (rather than crash).
   <li>Pass multi-argument <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> commands directly to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execvp&manpath=OpenBSD%20Current&sektion=3&format=html">execvp(3)</a>. Helps avoid quoting problems.
   <li>Added a copy mode key binding to copy to a named <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> buffer.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> support for named buffers.
   <!-- 2014/05/12 -->
   <li>Fixed multiple bugs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ncheck_ffs&manpath=OpenBSD%20Current&sektion=8&format=html">ncheck_ffs(8)</a> handling of indirect blocks.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> to libdrm 2.4.54.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&manpath=OpenBSD%20Current&sektion=8&format=html">ntpd(8)</a> format strings involving time_t arguments. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&manpath=OpenBSD%20Current&sektion=8&format=html">ntpd(8)</a> -d on sparc.
   <li>Moved GTT management for Sandy Bridge into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a>.
   <li>Removed AES_bi_ige_encrypt() from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a>.
   <li>Removed md5crypt from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypt&manpath=OpenBSD%20Current&sektion=3&format=html">crypt(3)</a>.
   <li>Moved the ohash functions into libutil.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> exiting when sent RTM_NEWADDR or RTM_DELADDR routing messages lacking appropriate address info.
   <li>Altered <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhidctl&manpath=OpenBSD%20Current&sektion=1&format=html">usbhidctl(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usbhidaction&manpath=OpenBSD%20Current&sektion=1&format=html">usbhidaction(1)</a> parsers to keep in sync with the kernel HID parser.
   <li>Fixed possible <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> double free when tls is required but not advertised by the server.
   <li>Updated the HID parser to properly parse modern input device descriptors.
   <li>Added router alert option (RAO) in IGMP packets (per RFC2236), needed by some L3 switches.
   <li>More intelligent parsing of WEP keys by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&manpath=OpenBSD%20Current&sektion=8&format=html">ifconfig(8)</a>.
 <!-- 2014/05/11 -->  <!-- 2014/05/11 -->
 <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&manpath=OpenBSD%20Current&sektion=4&format=html">uhub(4)</a> root hub is re-attached before interrupts get enabled. Unbreaks resume.  <li>Make sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&manpath=OpenBSD%20Current&sektion=4&format=html">uhub(4)</a> root hub is re-attached before interrupts get enabled. Unbreaks resume.
 <li>Stop ignoring "lease" statements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a>.  <li>Stop ignoring "lease" statements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a>.
Line 652 
Line 709 
   
 </body>  </body>
 </html>  </html>
   
   
   
   

Legend:
Removed from v.1.1339  
changed lines
  Added in v.1.1340