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

Diff for /www/plus.html between version 1.1320 and 1.1321

version 1.1320, 2014/01/10 02:24:46 version 1.1321, 2014/01/16 13:47:16
Line 76 
Line 76 
   
   
 <ul>  <ul>
   <!-- 2014/01/12 -->
   <li>Enabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> Wbounded by default.
   <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify&manpath=OpenBSD%20Current&sektion=1&format=html">signify(1)</a> options: -m message and -x signature.
   <li>Reverted to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> PackageRepository.pm r1.97, as there is a memory leak when using internal GZip.
   <!-- 2014/01/11 -->
   <!-- 2014/01/10 -->
   <li>Updated to freetype 2.5.2.
   <li>Added -DNOCPIO option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&manpath=OpenBSD%20Current&sektion=1&format=html">pax(1)</a>, for use by distrib/special
   <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a> detect bad ICMP/ICMPv6 checksums with the -v flag.
   <li>While the hibernated image is being unpacked, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&manpath=OpenBSD%20Current&sektion=4&format=html">acpi(4)</a> now demotes APs to real mode, place them in HLT loop. Fixes some spurious reboots on resume.
   <li>Added MSI support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&manpath=OpenBSD%20Current&sektion=4&format=html">jme(4)</a>.
   <li>Corrected <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sigpending&manpath=OpenBSD%20Current&sektion=2&format=html">sigpending(2)</a> argument handling, to stop it writing to the wrong memory on hppa and hppa64.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&manpath=OpenBSD%20Current&sektion=1&format=html">md5(1)</a> is using a checklist, print MISSING for non-existent files.
   <!-- 2014/01/09 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ping6&manpath=OpenBSD%20Current&sektion=8&format=html">ping6(8)</a> bug where binary built with stack-protector-strong would fail to set the routing table id.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&manpath=OpenBSD%20Current&sektion=4&format=html">ddb(4)</a> "show mbuf" print all <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mbuf&manpath=OpenBSD%20Current&sektion=9&format=html">mbuf(9)</a> fields in a consistent way.
   <li>Don't let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&manpath=OpenBSD%20Current&sektion=8&format=html">sshd(8)</a> connect to clients/servers that suffer from SSH_BUG_DERIVEKEY. These are too vulnerable to KEX attacks.
   <li>Option "-e" for embedded signatures added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=signify&manpath=OpenBSD%20Current&sektion=1&format=html">signify(1)</a>.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> "attach-session -t" to accept a window and pane to select them on attach; made "switch-client -t" accept a window and pane.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> changes: check for truncation when copying path; don't use a temporary buffer in screen_set_title; include strerror in output when connecting to server fails.
   <li>Fixed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> burner method, ensuring cookie is a pointer to rasops_info. Fixes hangs on shutdown.
   <!-- 2014/01/08 -->
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&manpath=OpenBSD%20Current&sektion=1&format=html">sftp(1)</a> is formating the time, show dates in the future with the year; fixed incorrect date calculations.
   <li>Updated <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&manpath=OpenBSD%20Current&sektion=1&format=html">pax(1)</a> -v format to match <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&manpath=OpenBSD%20Current&sektion=1&format=html">ls(1)</a> -l: display the year for dates in the future; eliminate bogus handling of LC_TIME environment variable.
   <li>Per POSIX, times in the future are now reported by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ls&manpath=OpenBSD%20Current&sektion=1&format=html">ls(1)</a> with the year.
   <li>Added support for -h hashfile to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cksum&manpath=OpenBSD%20Current&sektion=1&format=html">cksum(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=md5&manpath=OpenBSD%20Current&sektion=1&format=html">md5(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sha1&manpath=OpenBSD%20Current&sektion=1&format=html">sha1(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sha256&manpath=OpenBSD%20Current&sektion=1&format=html">sha256(1)</a>.
   <!-- 2014/01/07 -->
   <li>Updated to libXfont 1.4.7 (includes fix for CVE-2013-6462).
   <li><font color="#e00000">5.3 and 5.4 SECURITY FIX: CVE-2013-6462: unlimited "sscanf" can overflow the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xserver&manpath=OpenBSD%20Current&sektion=1&format=html">Xserver(1)</a> libXfont stack buffer. </font><br>A source code patch is available for <a href="errata53.html#013_libXfont">5.3</a> and <a href="errata54.html#006_libXfont">5.4</a>.
   <li>Restrict what characters can be in a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> signer, to make certain it's not possible to go ../ from /etc/signify.
   <li>Propagate an rdomain number to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp6&manpath=OpenBSD%20Current&sektion=4&format=html">icmp6(4)</a> nd6_lookup independently from the ifp pointer. Prevents a crash.
   <li>Follow-up fixes for IFID collision handling in IPv6CP; properly change the link-local address.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> verify all checksums, including special files (e.g. prevents people from tampering with DESC).
   <li>Sped up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a> -Q by another 3% (now at 39.5% of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&manpath=OpenBSD%20Current&sektion=8&format=html">makewhatis(8)</a>).
   <!-- 2014/01/06 -->
   <li>Delay checking <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vnode&manpath=OpenBSD%20Current&sektion=9&format=html">vnode(9)</a> locking of the target vnodes in tmpfs_rename() until we've confirmed they're on the same filesystem as the source.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> processing of package lists in parallel, a large speedup when re-gzipping a signed package.
   <li>Enable memory beyond 1.5GB on sgi octane, to test if kernel panics seen on some MP systems have been fixed.
   <li>More speedups for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a> -Q mode, found with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gprof&manpath=OpenBSD%20Current&sektion=1&format=html">gprof(1)</a>.
   <li>Fixed sparc64 kernel profiling.
   <li>On sgi, let 2048-byte sector media use a volume header using fake 512-byte sectors, yet still allow reading the native label from it.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandocdb&manpath=OpenBSD%20Current&sektion=8&format=html">mandocdb(8)</a> -d and -u (broken by recent optimisations).
   <li>Make sure in6_ifdetach() removes the ff01::1 route for the detaching interface, too.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> "target: prereq" solving now done after parsing, not during command execution.
 <!-- 2014/01/05 -->  <!-- 2014/01/05 -->
 <li>Added option -Q (quick) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>, for accelerated generation of reduced-size databases.  <li>Added option -Q (quick) to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a>, for accelerated generation of reduced-size databases.
 <li>On i386/amd64, don't use the first 64KB memory for anything (including tramps and uvm). Avoids possible corruption by buggy BIOS SMM code.  <li>On i386/amd64, don't use the first 64KB memory for anything (including tramps and uvm). Avoids possible corruption by buggy BIOS SMM code.
Line 1082 
Line 1126 
 </ul>  </ul>
 <p>  <p>
   
   
 <hr>  <hr>
 <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>  <a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt="OpenBSD"></a>
 <a href="mailto:www@openbsd.org">www@openbsd.org</a>  <a href="mailto:www@openbsd.org">www@openbsd.org</a>
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
   
 </body>  </body>
   
   
   
   
   

Legend:
Removed from v.1.1320  
changed lines
  Added in v.1.1321