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

Diff for /www/plus.html between version 1.1360 and 1.1361

version 1.1360, 2014/11/02 07:22:27 version 1.1361, 2014/11/09 07:26:05
Line 75 
Line 75 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2014/11/02 -->
   <li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> version 312.
   <!-- 2014/11/01 -->
   <li>Use the correct default MaxPacketSize for Full Speed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> devices and make them work with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xhci&manpath=OpenBSD%20Current&sektion=4&format=html">xhci(4)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=passwd&manpath=OpenBSD%20Current&sektion=1&format=html">passwd(1)</a>, removed support for all password cyphers except <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=blowfish&manpath=OpenBSD%20Current&sektion=3&format=html">blowfish(3)</a>.
   <!-- 2014/10/31 -->
   <li>Removed ephemeral RSA key handling from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>.
   <li>Add support for automatic DH ephemeral keys in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>, so DH keys can be generated based on the server key length; use automatic DH ephemeral parameters instead of fixed 512 bit.
   <li>Removed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> support for ephemeral/temporary RSA private keys.
   <li>Renamed libressl to libtls, to avoid confusion.
   <!-- 2014/10/30 -->
   <li>Major bugsquashing with respect to -offset and -width in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mdoc&manpath=OpenBSD%20Current&sektion=7&format=html">mdoc(7)</a>.
   <li>Do not enable interrupts before attaching <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a>. Fixes panic when an Express Card has <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> devices.
   <!-- 2014/10/29 -->
   <li>Support utf-8 and iso-8859-1 input by integrating <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=preconv&manpath=OpenBSD%20Current&sektion=1&format=html">preconv(1)</a> utility into <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>.
   <!-- 2014/10/28 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -Tascii mode, only print "<?>" for unicode escapes of unknown representation (not for character escapes with unknown names).
   <li>Tightened <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> unicode escape name parsing.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a> to return multicast packets to the caller so that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=npppd&manpath=OpenBSD%20Current&sektion=8&format=html">npppd(8)</a> can handle them.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pipex&manpath=OpenBSD%20Current&sektion=4&format=html">pipex(4)</a> to initialise DF bit in IP header for L2TP message, so packets larger than minimum MTU aren't dropped.
   <!-- 2014/10/27 -->
   <li><font color="#e00000">5.4, 5.5, 5.4 and -current SECURITY FIX: Fixed incorrect expansion of netmask for dynamic interfaces by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a>. Stops potential elevation of access permissions for IPv6 traffic.</font>.
   <li>Removed execute permission from most pages in the kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a> on powerpc.
   <li>Stopped supporting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmoused&manpath=OpenBSD%20Current&sektion=8&format=html">wsmoused(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> in parallel. Code is racy and known to break mice upon resume.
   <li>Fixed regression in term.c r1.89: repaired handling of zero-width spaces (\&) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> utf-8 output.
 <!-- 2014/10/26 -->  <!-- 2014/10/26 -->
 <li>Allow the current lease to expire without causing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> to seg fault when it tries to get a new one.  <li>Allow the current lease to expire without causing <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> to seg fault when it tries to get a new one.
 <li>Fixed possible infinite recursion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> Data::Dumper (CVE-2014-4330).  <li>Fixed possible infinite recursion in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> Data::Dumper (CVE-2014-4330).
Line 538 
Line 563 
 </ul>  </ul>
 <p>  <p>
   
 </body>  
 </html>  
   
   
   </body>
   </html>
   
   
   
   

Legend:
Removed from v.1.1360  
changed lines
  Added in v.1.1361