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

Diff for /www/plus52.html between version 1.23 and 1.24

version 1.23, 2017/06/26 17:18:57 version 1.24, 2017/06/27 13:01:33
Line 527 
Line 527 
 <!-- 2012/05/18 -->  <!-- 2012/05/18 -->
 <li>The NetBSD GIO@PCI bus driver for fast Ethernet expansion boards is ported to OpenBSD (Only the bridge yet, drivers need to be adapted).  <li>The NetBSD GIO@PCI bus driver for fast Ethernet expansion boards is ported to OpenBSD (Only the bridge yet, drivers need to be adapted).
 <li><a href="https://man.openbsd.org/?query=pkg_mklocatedb&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_mklocatedb(1)</a> no longer fails if files from the *etc sets are missing, warns instead to run <a href="https://man.openbsd.org/?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a>.  <li><a href="https://man.openbsd.org/?query=pkg_mklocatedb&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_mklocatedb(1)</a> no longer fails if files from the *etc sets are missing, warns instead to run <a href="https://man.openbsd.org/?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a>.
 <li><a href="http://www.ietf.org/rfc/rfc2461.txt" >RFC 2461 Router Solicitation</a> flushing will remove all IPv6 routes on a specified gateway, not only CONNECTED ones; clear routes when RA with RouterLifetime of 0 is sent; and use correct priorities when installing routes acquired via redirects.  <li><a href="https://www.ietf.org/rfc/rfc2461.txt" >RFC 2461 Router Solicitation</a> flushing will remove all IPv6 routes on a specified gateway, not only CONNECTED ones; clear routes when RA with RouterLifetime of 0 is sent; and use correct priorities when installing routes acquired via redirects.
 <!-- 2012/05/17 -->  <!-- 2012/05/17 -->
 <li>The <a href="https://man.openbsd.org/?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> configuration syntax now lets a backslash escape itself at the EOL.  <li>The <a href="https://man.openbsd.org/?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> configuration syntax now lets a backslash escape itself at the EOL.
 <li>On mips64 the virtual aliasing mask computation is corrected.  <li>On mips64 the virtual aliasing mask computation is corrected.
Line 538 
Line 538 
 <!-- 2012/05/16 -->  <!-- 2012/05/16 -->
 <li><a href="https://man.openbsd.org/?query=sudo&manpath=OpenBSD%20Current&sektion=8&format=html">sudo(8)</a> addresses CVE 2012-2337 by adding a missing break between AF_INET and AF_INET6 in addr_matches_if_netmask().  <li><a href="https://man.openbsd.org/?query=sudo&manpath=OpenBSD%20Current&sektion=8&format=html">sudo(8)</a> addresses CVE 2012-2337 by adding a missing break between AF_INET and AF_INET6 in addr_matches_if_netmask().
 <li><a href="https://man.openbsd.org/?query=pcidump&manpath=OpenBSD%20Current&sektion=8&format=html">pcidump(8)</a> recognizes 8.0 GT/s link speeds of PCI Express 3.0.  <li><a href="https://man.openbsd.org/?query=pcidump&manpath=OpenBSD%20Current&sektion=8&format=html">pcidump(8)</a> recognizes 8.0 GT/s link speeds of PCI Express 3.0.
 <li>The IPv6 stack tests that the target link local address is included with a neighbour advertisment sent to a multicast address, as mandated by <a href="ftp://ftp.rfc-editor.org/in-notes/rfc4861.txt">RFC 4861</a>.  <li>The IPv6 stack tests that the target link local address is included with a neighbour advertisment sent to a multicast address, as mandated by <a href="https://www.rfc-editor.org/rfc/rfc4861.txt">RFC 4861</a>.
 <li>unbound(8) now handles out-of-filedescriptor situations by temporarily pausing further <a href="https://man.openbsd.org/?query=accept&manpath=OpenBSD%20Current&sektion=2&format=html">accept(2)</a>s.  <li>unbound(8) now handles out-of-filedescriptor situations by temporarily pausing further <a href="https://man.openbsd.org/?query=accept&manpath=OpenBSD%20Current&sektion=2&format=html">accept(2)</a>s.
 <li><a href="https://man.openbsd.org/?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> better integrated into the freedesktop.org <a href="http://www.freedesktop.org/wiki/Specifications/wm-spec" >Window Manager Specification Project</a>.  <li><a href="https://man.openbsd.org/?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> better integrated into the freedesktop.org <a href="http://www.freedesktop.org/wiki/Specifications/wm-spec" >Window Manager Specification Project</a>.
 <!-- 2012/05/15 -->  <!-- 2012/05/15 -->
Line 1048 
Line 1048 
 <li><a href="https://man.openbsd.org/?query=tftp-proxy&manpath=OpenBSD%20Current&sektion=8&format=html">tftp-proxy(8)</a> now fills in default values for rtableid/onrdomain/prio when creating PF rules.  <li><a href="https://man.openbsd.org/?query=tftp-proxy&manpath=OpenBSD%20Current&sektion=8&format=html">tftp-proxy(8)</a> now fills in default values for rtableid/onrdomain/prio when creating PF rules.
 <li>Disable the use of unsafe builtin <a href="https://man.openbsd.org/?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> functions (strcat, strcpy, stpcpy) making them easier to spot in the object files. Add <a href="https://man.openbsd.org/?query=stpcpy&manpath=OpenBSD%20Current&sektion=3&format=html">stpcpy(3)</a> to the list of unsafe functions.  <li>Disable the use of unsafe builtin <a href="https://man.openbsd.org/?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> functions (strcat, strcpy, stpcpy) making them easier to spot in the object files. Add <a href="https://man.openbsd.org/?query=stpcpy&manpath=OpenBSD%20Current&sektion=3&format=html">stpcpy(3)</a> to the list of unsafe functions.
 <li>Clarification of :*: in <a href="https://man.openbsd.org/?query=passwd&manpath=OpenBSD%20Current&sektion=5&format=html">passwd(5)</a> manpage.  <li>Clarification of :*: in <a href="https://man.openbsd.org/?query=passwd&manpath=OpenBSD%20Current&sektion=5&format=html">passwd(5)</a> manpage.
 <li>The detection of the <a href="http://www.rfc-editor.org/rfc/rfc6396.txt">RFC 6396</a> encoding of the MP_REACH_NLRI attribute is improved for <a href="https://man.openbsd.org/?query=bgpctl&manpath=OpenBSD%20Current&sektion=8&format=html">bgpctl(8)</a>.  <li>The detection of the <a href="https://www.rfc-editor.org/rfc/rfc6396.txt">RFC 6396</a> encoding of the MP_REACH_NLRI attribute is improved for <a href="https://man.openbsd.org/?query=bgpctl&manpath=OpenBSD%20Current&sektion=8&format=html">bgpctl(8)</a>.
 <!-- 2012/03/05 -->  <!-- 2012/03/05 -->
 <li>In <a href="https://man.openbsd.org/?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a> support for a special ALPS protocol (using interleaved PS/2 packets) is added, as is used on touchpads for Dell laptops E6xxx and E5500, possibly others.  <li>In <a href="https://man.openbsd.org/?query=pms&manpath=OpenBSD%20Current&sektion=4&format=html">pms(4)</a> support for a special ALPS protocol (using interleaved PS/2 packets) is added, as is used on touchpads for Dell laptops E6xxx and E5500, possibly others.
 <li><a href="https://man.openbsd.org/?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> bits are added for the new standalone <a href="https://man.openbsd.org/?query=tftpd&manpath=OpenBSD%20Current&sektion=8&format=html">tftpd(8)</a> daemon.  <li><a href="https://man.openbsd.org/?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> bits are added for the new standalone <a href="https://man.openbsd.org/?query=tftpd&manpath=OpenBSD%20Current&sektion=8&format=html">tftpd(8)</a> daemon.

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24