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

Diff for /www/plus.html between version 1.1358 and 1.1359

version 1.1358, 2014/10/18 11:14:02 version 1.1359, 2014/10/27 23:04:50
Line 75 
Line 75 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2014/10/19 -->
   <li>Use sha512 instead of md5 for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&manpath=OpenBSD%20Current&sektion=4&format=html">tcp(4)</a> initial sequence number.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> s_client, no longer call shutdown on a non-existent socket descriptor.
   <li>In the random number generator, use sha512 to hash the entropy (instead of md5).
   <li><font color="#e00000">5.4, 5.5 and 5.6 RELIABILITY FIX: Stopped assuming <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=elf&manpath=OpenBSD%20Current&sektion=5&format=html">elf(5)</a> ep_taddr and ep_daddr are page-aligned, to fix a panic.</font><br>A source code patch is available for <a href="errata54.html#017_kernexec">5.4</a>, <a href="errata55.html#013_kernexec">5.5</a> and <a href="errata56.html#004_kernexec">5.6</a>.
   <li>Update to xf86-video-mga 1.6.3
   <li>Update to xf86-video-savage 2.3.7.
   <li>More gracefully handle firmware loading errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ulpt&manpath=OpenBSD%20Current&sektion=4&format=html">ulpt(4)</a>. Avoids potential kernel crash.
   <li><font color="#e00000">5.4 and 5.5 RELIABILITY FIX: Fixed two remotely triggerable memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>.</font><br>A source code patch is available for <a href="errata54.html#016_openssl">5.4</a> and <a href="errata55.html#012_openssl">5.5</a>.
   <!-- 2014/10/18 -->
   <li>Better POSIX compliance for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=realpath&manpath=OpenBSD%20Current&sektion=3&format=html">realpath(3)</a>.
   <li>Made sure the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a> direct map isn't executable on amd64. Mitigates some ret2dir attacks.
   <!-- 2014/10/17 -->
   <li>Correctly encode half line feed in the output stream for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=col&manpath=OpenBSD%20Current&sektion=1&format=html">col(1)</a> -f.
   <li>Added the -d flag (limit display depth) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=du&manpath=OpenBSD%20Current&sektion=1&format=html">du(1)</a>.
   <li>Made the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> kill-paragraph and forward-paragraph commands stop once they can go no further.
   <!-- 2014/10/16 -->
   <li>Fixed resume from hibernate on AMD processors.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=col&manpath=OpenBSD%20Current&sektion=1&format=html">col(1)</a> segfault triggered by an input line containing two consecutive backspace characters beyond column MAX_SHRT.
   <!-- 2014/10/15 -->
   <li>Implemented in-line equations in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>, needed by Xenocara manuals.
   <li>Allow empty headers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
   <li>Disabled SSLv3 by default in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> relaying a header that will be rewritten by the destination MX.
   <li>Prevented sessions from sending a huge number of continuations to a single header and starving <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcctl&manpath=OpenBSD%20Current&sektion=8&format=html">rcctl(8)</a> properly access all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> scripts and ignore anything irrelevant in /etc/rc.d.
   <li>Fixed memory leak in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> error path.
   <!-- 2014/10/14 -->
   <li>Even if a table has zero columns, do not segfault in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> formatter.
   <!-- 2014/10/13 -->
   <li>Stricter syntax checking of unicode character names by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>; properly scale string length measurements for postscript and pdf output.
 <!-- 2014/10/12 -->  <!-- 2014/10/12 -->
 <li>Improved error handling in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eqn&manpath=OpenBSD%20Current&sektion=7&format=html">eqn(7)</a> parser; do not parse quoted strings for tokens. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glFrustum&manpath=OpenBSD%20Current&sektion=3&format=html">glFrustum(3)</a>.  <li>Improved error handling in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=eqn&manpath=OpenBSD%20Current&sektion=7&format=html">eqn(7)</a> parser; do not parse quoted strings for tokens. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=glFrustum&manpath=OpenBSD%20Current&sektion=3&format=html">glFrustum(3)</a>.
 <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> backward-paragraph when pressing "M-{".  <li>Fixed bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> backward-paragraph when pressing "M-{".
Line 474 
Line 505 
   
 </body>  </body>
 </html>  </html>
   
   

Legend:
Removed from v.1.1358  
changed lines
  Added in v.1.1359