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

Diff for /www/plus.html between version 1.1341 and 1.1342

version 1.1341, 2014/06/02 03:17:30 version 1.1342, 2014/06/11 00:55:08
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 74 
Line 75 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2014/06/01 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a> tls1_setup_key_block(), use the correct IV length for GCM mode. Fixes key block length calculation.
   <!-- 2014/05/31 -->
   <li>Removed real mode <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&manpath=OpenBSD%20Current&sektion=4&format=html">vga(4)</a> repost option.
   <li>Change the actual default for returned asn1 strings to utf8 in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a> code.
   <li>Reverted previous diff setting cold to 1 on shutdown (broken with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> disks).
   <!-- 2014/05/30 -->
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&manpath=OpenBSD%20Current&sektion=8&format=html">dump(8)</a> -S option, to only estimate backup size and number of tapes required.
   <li>Avoid panics on macppc with an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhci&manpath=OpenBSD%20Current&sektion=4&format=html">uhci(4)</a> cardbus when halting/rebooting.
   <li>Fixed segfault seen on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=Xorg&manpath=OpenBSD%20Current&sektion=1&format=html">Xorg(1)</a> startup when using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nv&manpath=OpenBSD%20Current&sektion=4&format=html">nv(4)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=savage&manpath=OpenBSD%20Current&sektion=4&format=html">savage(4)</a> drivers.
   <!-- 2014/05/29 -->
   <li>Converted many <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&manpath=OpenBSD%20Current&sektion=3&format=html">malloc(3)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=reallocarray&manpath=OpenBSD%20Current&sektion=3&format=html">reallocarray(3)</a>. Avoids 53 potential integer overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=envy&manpath=OpenBSD%20Current&sektion=4&format=html">envy(4)</a>, use the same convention for mixer control names as in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=azalia&manpath=OpenBSD%20Current&sektion=4&format=html">azalia(4)</a>.
   <li>Added an enc_flags field to ssl3_enc_method. Helps identify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a> protocol version requirements.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck&manpath=OpenBSD%20Current&sektion=8&format=html">fsck(8)</a> use the same values in checking as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=newfs&manpath=OpenBSD%20Current&sektion=8&format=html">newfs(8)</a> does in creating a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fs&manpath=OpenBSD%20Current&sektion=5&format=html">fs(5)</a>.
   <li>Fixed two more cases where ssl_replace_hash() return value was not checked by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>.
   <!-- 2014/05/28 -->
   <li>To give <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> a random seed, call <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random(3)</a> rather than read /dev/arandom. Makes it work in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=chroot&manpath=OpenBSD%20Current&sektion=8&format=html">chroot(8)</a> environments.
   <li>Enabled writing per-commit commitid tokens to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rcs&manpath=OpenBSD%20Current&sektion=1&format=html">rcs(1)</a> ",v" files.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=less&manpath=OpenBSD%20Current&sektion=1&format=html">less(1)</a> is invoked as <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=more&manpath=OpenBSD%20Current&sektion=1&format=html">more(1)</a>, made behaviour for "-i" match "less -I" (per POSIX).
   <li>When suspending/resuming, avoid hangs by detaching/attaching <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usb&manpath=OpenBSD%20Current&sektion=4&format=html">usb(4)</a> devices (avoids <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uhub&manpath=OpenBSD%20Current&sektion=4&format=html">uhub(4)</a> interrupt races).
   <li>On <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> delete-window, display the correct line number when revisiting the buffer.
   <li>Added -L option to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwd&manpath=OpenBSD%20Current&sektion=1&format=html">pwd(1)</a> (required by POSIX).
   <!-- 2014/05/27 -->
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&manpath=OpenBSD%20Current&sektion=8&format=html">mount(8)</a> -ur for msdosfs: allow sync after more than one rw -> ro cycle; sync data (not only metadata).
   <li>Fixed instance of the Y2038 problem in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a>.
   <li>Refactored radix code. Solves issues with failed deletes of down routes.
   <li>Enable strong stack protector by default for architectures running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> version 3.
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> to handle the top bit of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a>-style modifier keys.
   <li>Added some formats for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> pane bounds.
   <li>Prevented userland from altering the local and broadcast flags in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=4&format=html">route(4)</a>.
   <li>Reserved the highest <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&manpath=OpenBSD%20Current&sektion=4&format=html">route(4)</a> priority for kernel-managed routes.
   <!-- 2014/05/26 -->
   <li>Fixed memory leak and un-cleaned EVP_CIPHER_CTX upon error in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=3&format=html">ssl(3)</a> tls_decrypt_ticket().
   <li>Removed /usr/src from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&manpath=OpenBSD%20Current&sektion=8&format=html">mtree(8)</a> to avoid useless warning from daily <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=security&manpath=OpenBSD%20Current&sektion=8&format=html">security(8)</a> mail.
   <li>Implemented improved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> EVP AEAD API.
   <li>Made sure <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=utpms&manpath=OpenBSD%20Current&sektion=4&format=html">utpms(4)</a> only matches mouse interface, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ukbd&manpath=OpenBSD%20Current&sektion=4&format=html">ukbd(4)</a> works on more Powerbooks.
 <!-- 2014/05/25 -->  <!-- 2014/05/25 -->
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> resource descriptor leaks (CID: 966576 & 966577).  <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&manpath=OpenBSD%20Current&sektion=8&format=html">ssl(8)</a> resource descriptor leaks (CID: 966576 & 966577).
 <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tty&manpath=OpenBSD%20Current&sektion=4&format=html">tty(4)</a> to handle threaded processes correctly with kerninfo status requests (a.k.a. ^T).  <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tty&manpath=OpenBSD%20Current&sektion=4&format=html">tty(4)</a> to handle threaded processes correctly with kerninfo status requests (a.k.a. ^T).
Line 701 
Line 739 
 <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -Tutf8 mode, count hyphens against the output line length even when they are breakable.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mandoc&manpath=OpenBSD%20Current&sektion=1&format=html">mandoc(1)</a> -Tutf8 mode, count hyphens against the output line length even when they are breakable.
 <li>Stopped the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> enqueue utility adding a User-Agent header to emails.  <li>Stopped the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> enqueue utility adding a User-Agent header to emails.
 <li>Block userland from entering <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> code during suspend/resume. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a> bugs.  <li>Block userland from entering <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> code during suspend/resume. Fixes <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a> bugs.
 <li>Unhooked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a> from build: use of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> is encouraged now.  <li>Unhooked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&manpath=OpenBSD%20Current&sektion=8&format=html">httpd(8)</a> from build: use of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&ssektion=8&format=html">nginx(8)</a> is encouraged now.
 <li>No more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spray&manpath=OpenBSD%20Current&sektion=8&format=html">spray(8)</a> in base.  <li>No more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=spray&manpath=OpenBSD%20Current&sektion=8&format=html">spray(8)</a> in base.
 <!-- 2014/03/12 -->  <!-- 2014/03/12 -->
 <li>Fixed buffer overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> redirect handling (introduced in rev 1.106).  <li>Fixed buffer overflows in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> redirect handling (introduced in rev 1.106).
Line 753 
Line 791 
   
 </body>  </body>
 </html>  </html>
   
   
   

Legend:
Removed from v.1.1341  
changed lines
  Added in v.1.1342