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

Diff for /www/plus28.html between version 1.74 and 1.75

version 1.74, 2019/05/27 22:55:22 version 1.75, 2019/06/01 23:12:49
Line 154 
Line 154 
 <li>Fix noprint/print/octal options in <a href="https://man.openbsd.org/vi.1">vi(1)</a>.  <li>Fix noprint/print/octal options in <a href="https://man.openbsd.org/vi.1">vi(1)</a>.
 <li>Add support for i815 motherboards and their devices.  <li>Add support for i815 motherboards and their devices.
 <li>Disable DMA support for Opti <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> devices, since there are some boards that apparently wired them up wrong...  <li>Disable DMA support for Opti <a href="https://man.openbsd.org/pciide.4">pciide(4)</a> devices, since there are some boards that apparently wired them up wrong...
 <li>Use <a href="https://man.openbsd.org/echo.1">echo(1)</a> instead of <a href="https://man.openbsd.org/printf.1">printf(1)</a> to repair the format string bugs in <code>/etc/security</code>  <li>Use <a href="https://man.openbsd.org/echo.1">echo(1)</a> instead of <a href="https://man.openbsd.org/printf.1">printf(1)</a> to repair the format string bugs in <code>/etc/security</code>
 <li>Do not free an uninitialized variable in <a href="https://man.openbsd.org/curses.3">curses(3)</a>.  <li>Do not free an uninitialized variable in <a href="https://man.openbsd.org/curses.3">curses(3)</a>.
 <li>Switch to 2.8 release numbering.  <li>Switch to 2.8 release numbering.
 <li>Print powerpc MHz ratings.  <li>Print powerpc MHz ratings.
Line 168 
Line 168 
 <li>Fix nasty dl_strcmp() bug in powerpc <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>.  <li>Fix nasty dl_strcmp() bug in powerpc <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a>.
 <li>Generate proper <code>/etc/resolv.conf</code> files from <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.  <li>Generate proper <code>/etc/resolv.conf</code> files from <a href="https://man.openbsd.org/dhclient.8">dhclient(8)</a>.
 <li>Repair quotas greater than 4GB in <a href="https://man.openbsd.org/quota.1">quota(1)</a>.  <li>Repair quotas greater than 4GB in <a href="https://man.openbsd.org/quota.1">quota(1)</a>.
 <li><strong>SECURITY FIX: <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> mod_rewrite and  <li><strong>SECURITY FIX: <a href="https://man.openbsd.org/httpd.8">httpd(8)</a> mod_rewrite and
 mod_vhost_alias modules could expose files on server if used.<br>  mod_vhost_alias modules could expose files on server if used.<br>
     <a href="errata27.html#httpd">A patch is available</a></strong>.<br>      <a href="errata27.html#httpd">A patch is available</a></strong>.<br>
     <a href="stable.html">[Applied to stable]</a>      <a href="stable.html">[Applied to stable]</a>
Line 178 
Line 178 
 <li>Repair a short read issue in <a href="https://man.openbsd.org/scp.1">scp(1)</a>.  <li>Repair a short read issue in <a href="https://man.openbsd.org/scp.1">scp(1)</a>.
 <li>For i386 <a href="https://man.openbsd.org/apm.4">apm(4)</a>, if periodic checking fails repeatedly, shut it down.  <li>For i386 <a href="https://man.openbsd.org/apm.4">apm(4)</a>, if periodic checking fails repeatedly, shut it down.
 <li>Very amusing <a href="https://man.openbsd.org/printf.1">printf(1)</a>-based format string bugs in <code>/etc/security</code>.  <li>Very amusing <a href="https://man.openbsd.org/printf.1">printf(1)</a>-based format string bugs in <code>/etc/security</code>.
 <li>Prevent <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> status changes until configuration is complete.  <li>Prevent <a href="https://man.openbsd.org/vlan.4">vlan(4)</a> status changes until configuration is complete.
 <li>Workaround i386 bios serial call problem (helps DSR issues on some BIOS).<br>  <li>Workaround i386 bios serial call problem (helps DSR issues on some BIOS).<br>
     <a href="stable.html">[Applied to stable]</a>      <a href="stable.html">[Applied to stable]</a>
 <li>Better error message out of <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> regarding invalid port numbers.  <li>Better error message out of <a href="https://man.openbsd.org/ftp.1">ftp(1)</a> regarding invalid port numbers.
Line 268 
Line 268 
 <li>Permit <a href="https://man.openbsd.org/moused.8">moused(8)</a> and X11 to coexist.  <li>Permit <a href="https://man.openbsd.org/moused.8">moused(8)</a> and X11 to coexist.
 <li>For now, work around powerpc pmap/cache bug by having <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> do extre cache flushes.  <li>For now, work around powerpc pmap/cache bug by having <a href="https://man.openbsd.org/ld.so.1">ld.so(1)</a> do extre cache flushes.
 <li>Use -q flag to <a href="https://man.openbsd.org/ls.1">ls(1)</a> in /etc/security, for safety against non-printable characters.  <li>Use -q flag to <a href="https://man.openbsd.org/ls.1">ls(1)</a> in /etc/security, for safety against non-printable characters.
 <li>Avoid fd_set overflows in <a href="https://man.openbsd.org/ping.8">ping(8)</a>, <a href="https://man.openbsd.org/ping6.8">ping6(8)</a>, <a href="https://man.openbsd.org/traceroute.8">traceroute(8)</a>, <a href="https://man.openbsd.org/traceroute6.8">traceroute6(8)</a>, <a href="https://man.openbsd.org/ampd.8">ampd(8)</a>, <a href="https://man.openbsd.org/kadmin.8">kadmin(8)</a>, <a href="https://man.openbsd.org/getty.8">getty(8)</a>, <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>,  <li>Avoid fd_set overflows in <a href="https://man.openbsd.org/ping.8">ping(8)</a>, <a href="https://man.openbsd.org/ping6.8">ping6(8)</a>, <a href="https://man.openbsd.org/traceroute.8">traceroute(8)</a>, <a href="https://man.openbsd.org/traceroute6.8">traceroute6(8)</a>, <a href="https://man.openbsd.org/ampd.8">ampd(8)</a>, <a href="https://man.openbsd.org/kadmin.8">kadmin(8)</a>, <a href="https://man.openbsd.org/getty.8">getty(8)</a>, <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>,
 <li>Remove unimplemented -edebug flag from <a href="https://man.openbsd.org/telnetd.8">telnetd(8)</a>.  <li>Remove unimplemented -edebug flag from <a href="https://man.openbsd.org/telnetd.8">telnetd(8)</a>.
 <li>Various improvements to <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>.  <li>Various improvements to <a href="https://man.openbsd.org/ppp.8">ppp(8)</a>.
 <li>pthread support on the powerpc.  <li>pthread support on the powerpc.
Line 557 
Line 557 
 <li>Latest version of the <a href="https://man.openbsd.org/i386/pcvt.4">pcvt(4)</a> scrolling region patch...<br>  <li>Latest version of the <a href="https://man.openbsd.org/i386/pcvt.4">pcvt(4)</a> scrolling region patch...<br>
     <a href="errata27.html#pcvt">A patch is available</a>.<br>      <a href="errata27.html#pcvt">A patch is available</a>.<br>
     <a href="stable.html">[Applied to stable]</a>      <a href="stable.html">[Applied to stable]</a>
 <li>Make <a href="https://man.openbsd.org/getaddrinfo.3">getaddrinfo(3)</a> return EAI_NODATA for name resolution errors.  <li>Make <a href="https://man.openbsd.org/getaddrinfo.3">getaddrinfo(3)</a> return EAI_NODATA for name resolution errors.
 <li>Greater care of rlimit handling in <a href="https://man.openbsd.org/sbrk.2">sbrk(2)</a>.<br>  <li>Greater care of rlimit handling in <a href="https://man.openbsd.org/sbrk.2">sbrk(2)</a>.<br>
     <a href="stable.html">[Applied to stable]</a>      <a href="stable.html">[Applied to stable]</a>
 <li>Cleanup spl handling on the sparc.  <li>Cleanup spl handling on the sparc.
Line 621 
Line 621 
 <li>Repair stupid bugs in <a href="https://man.openbsd.org/ste.4">ste(4)</a>, which prevented it from working in 2.7 release.<br>  <li>Repair stupid bugs in <a href="https://man.openbsd.org/ste.4">ste(4)</a>, which prevented it from working in 2.7 release.<br>
     <a href="errata27.html#ste">A patch is available</a>.<br>    <a href="stable.html">[Applied to stable]</a>      <a href="errata27.html#ste">A patch is available</a>.<br>    <a href="stable.html">[Applied to stable]</a>
 <li>Connection limitation code for <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.  <li>Connection limitation code for <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>.
 <li>Allow <a href="https://man.openbsd.org/vnd.4">svnd(4)</a> to work on sparse files.  <li>Allow <a href="https://man.openbsd.org/vnd.4">svnd(4)</a> to work on sparse files.
 <li>In <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>, support CMD 648/649 UDMA66 controllers, and also fix the Promise UDMA66 cable check code.  <li>In <a href="https://man.openbsd.org/pciide.4">pciide(4)</a>, support CMD 648/649 UDMA66 controllers, and also fix the Promise UDMA66 cable check code.
 <li>ncurses 2000/6/10 update to <code>termtypes.master</code>.  <li>ncurses 2000/6/10 update to <code>termtypes.master</code>.
 <li>In <a href="https://man.openbsd.org/ne.4">ne(4)</a>, re-fix Linksys Combo PCMCIA EthernetCard (EC2T) after AX88190 broke it.  <li>In <a href="https://man.openbsd.org/ne.4">ne(4)</a>, re-fix Linksys Combo PCMCIA EthernetCard (EC2T) after AX88190 broke it.
Line 657 
Line 657 
 <li>Closer towards making some more <a href="https://man.openbsd.org/sm.4">sm(4)</a> <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a> cards work.  <li>Closer towards making some more <a href="https://man.openbsd.org/sm.4">sm(4)</a> <a href="https://man.openbsd.org/pcmcia.4">pcmcia(4)</a> cards work.
 <li>More verbose information for <a href="https://man.openbsd.org/pppoe.8">pppoe(8)</a> in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.  <li>More verbose information for <a href="https://man.openbsd.org/pppoe.8">pppoe(8)</a> in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>.
 <li>Teach ipv6 AH &amp; ip-over-ip code to deal with ipv6 scoped addresses better.  <li>Teach ipv6 AH &amp; ip-over-ip code to deal with ipv6 scoped addresses better.
 <li>Initialize mtu/hlim for <a href="https://man.openbsd.org/enc.4">enc(4)</a> so that IPv6 icmp reflect works properly.  <li>Initialize mtu/hlim for <a href="https://man.openbsd.org/enc.4">enc(4)</a> so that IPv6 icmp reflect works properly.
 <li>Do not double-log <a href="https://man.openbsd.org/ipf.8">ipf(8)</a> information into <code>/var/log/messages</code>.  <li>Do not double-log <a href="https://man.openbsd.org/ipf.8">ipf(8)</a> information into <code>/var/log/messages</code>.
 <li>Repair bridging issues in <a href="https://man.openbsd.org/an.4">an(4)</a> and <a href="https://man.openbsd.org/tl.4">tl(4)</a>.  <li>Repair bridging issues in <a href="https://man.openbsd.org/an.4">an(4)</a> and <a href="https://man.openbsd.org/tl.4">tl(4)</a>.
 <li>Fix ipv6 ipsec AH length checks.  <li>Fix ipv6 ipsec AH length checks.
Line 681 
Line 681 
     <a href="stable.html">[Applied to stable]</a>      <a href="stable.html">[Applied to stable]</a>
 <li>Modify <a href="https://man.openbsd.org/vmstat.8">vmstat(8)</a>'s <code>-f</code> option to show kernel threads as yet another kind of process.  <li>Modify <a href="https://man.openbsd.org/vmstat.8">vmstat(8)</a>'s <code>-f</code> option to show kernel threads as yet another kind of process.
 <li>Modify <a href="https://man.openbsd.org/ps.1">ps(1)</a> to hide system processes unless <code>-k</code> is given.  <li>Modify <a href="https://man.openbsd.org/ps.1">ps(1)</a> to hide system processes unless <code>-k</code> is given.
 <li>Mark kernel threads as system processes.  <li>Mark kernel threads as system processes.
 <li>Cleanup some things in sparc <a href="https://man.openbsd.org/hme.4">hme(4)</a> and <a href="https://man.openbsd.org/qe.4">qe(4)</a>.  <li>Cleanup some things in sparc <a href="https://man.openbsd.org/hme.4">hme(4)</a> and <a href="https://man.openbsd.org/qe.4">qe(4)</a>.
 <li>Numerous other IPV6 kernel changes.<br>  <li>Numerous other IPV6 kernel changes.<br>
     Too many for me to list in detail, but Itojun is busy in the other room hunched over a laptop screen with Angelos, and we are sure more are coming.      Too many for me to list in detail, but Itojun is busy in the other room hunched over a laptop screen with Angelos, and we are sure more are coming.
Line 700 
Line 700 
 <li><strong>SECURITY ISSUE: Two localhost denial of service problems in the <a href="https://man.openbsd.org/an.4">an(4)</a> Aironet Communications 4500/4800 IEEE 802.11DS driver. One bug prevents <a href="https://man.openbsd.org/ancontrol.8">ancontrol(8)</a> from working correctly, instead causing a panic, while the other allows unauthorized users to change settings.<br>  <li><strong>SECURITY ISSUE: Two localhost denial of service problems in the <a href="https://man.openbsd.org/an.4">an(4)</a> Aironet Communications 4500/4800 IEEE 802.11DS driver. One bug prevents <a href="https://man.openbsd.org/ancontrol.8">ancontrol(8)</a> from working correctly, instead causing a panic, while the other allows unauthorized users to change settings.<br>
     <a href="errata27.html#if_an">A patch is available</a></strong>.<br>      <a href="errata27.html#if_an">A patch is available</a></strong>.<br>
     <a href="stable.html">[Applied to stable]</a>      <a href="stable.html">[Applied to stable]</a>
 <li><a href="https://man.openbsd.org/crypto.9">crypto(9)</a> kernel thread permits hardware crypto devices to run at any spl they prefer.  <li><a href="https://man.openbsd.org/crypto.9">crypto(9)</a> kernel thread permits hardware crypto devices to run at any spl they prefer.
 <li>Initial <a href="https://man.openbsd.org/sshd.8">OpenSSH</a> support for ssh.com's 2.2.0.  <li>Initial <a href="https://man.openbsd.org/sshd.8">OpenSSH</a> support for ssh.com's 2.2.0.
 <li>For <a href="https://man.openbsd.org/setsockopt.2">setsockopt(2)</a> and <a href="https://man.openbsd.org/getsockopt.2">getsockopt(2)</a>, do not assume non-PF_INET6 address family to be PF_INET.  <li>For <a href="https://man.openbsd.org/setsockopt.2">setsockopt(2)</a> and <a href="https://man.openbsd.org/getsockopt.2">getsockopt(2)</a>, do not assume non-PF_INET6 address family to be PF_INET.
 <li>In <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, implement bug compatibility with ssh-2.0.13.  <li>In <a href="https://man.openbsd.org/sshd.8">sshd(8)</a>, implement bug compatibility with ssh-2.0.13.
Line 807 
Line 807 
     <a href="stable.html">[Applied to stable]</a>      <a href="stable.html">[Applied to stable]</a>
 <li>Many other changes to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.  <li>Many other changes to <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>.
 <li>Fix short malloc in <a href="https://man.openbsd.org/faithd.8">faithd(8)</a>.  <li>Fix short malloc in <a href="https://man.openbsd.org/faithd.8">faithd(8)</a>.
 <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, permit logins if temporary file systems are full.  <li>In <a href="https://man.openbsd.org/ssh.1">ssh(1)</a>, permit logins if temporary file systems are full.
 <li><a href="https://man.openbsd.org/ich.4">ich(4)</a> audio driver onboard the Intel 810/820/440MX-based machines.  <li><a href="https://man.openbsd.org/ich.4">ich(4)</a> audio driver onboard the Intel 810/820/440MX-based machines.
 <li>Support ax88190 in <a href="https://man.openbsd.org/ne.4">ne(4)</a>.  <li>Support ax88190 in <a href="https://man.openbsd.org/ne.4">ne(4)</a>.
 <li>In <a href="https://man.openbsd.org/apm.4">apm(4)</a> the time is kept in hours, not minutes.  <li>In <a href="https://man.openbsd.org/apm.4">apm(4)</a> the time is kept in hours, not minutes.
Line 838 
Line 838 
 <li>Properly configure multicast table in <a href="https://man.openbsd.org/wi.4">wi(4)</a>.  <li>Properly configure multicast table in <a href="https://man.openbsd.org/wi.4">wi(4)</a>.
 <li>Handle 64 bit architectures in <a href="https://man.openbsd.org/pstat.8">pstat(8)</a> -f.  <li>Handle 64 bit architectures in <a href="https://man.openbsd.org/pstat.8">pstat(8)</a> -f.
 <li>Update <a href="https://man.openbsd.org/rtadvd.8">rtadvd(8)</a>.  <li>Update <a href="https://man.openbsd.org/rtadvd.8">rtadvd(8)</a>.
 <li>Remove <a href="https://man.openbsd.org/nfsiod.8">nfsiod(8)</a> and replace it with an in-kernel thread based implementation.  <li>Remove <a href="https://man.openbsd.org/nfsiod.8">nfsiod(8)</a> and replace it with an in-kernel thread based implementation.
 <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> X11 forwarding work on localhost.  <li>Make <a href="https://man.openbsd.org/ssh.1">ssh(1)</a> X11 forwarding work on localhost.
 <li>Crank vnode use counts to 32 bits.  <li>Crank vnode use counts to 32 bits.
 <li>Correct <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> printing of gif physical address on non-IPV6 kernel.  <li>Correct <a href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a> printing of gif physical address on non-IPV6 kernel.

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75