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

Diff for /www/errata26.html between version 1.55 and 1.56

version 1.55, 2014/03/28 03:04:30 version 1.56, 2014/03/31 03:12:47
Line 6 
Line 6 
 <meta name="description" content="the OpenBSD CD errata page">  <meta name="description" content="the OpenBSD CD errata page">
 <meta name="keywords" content="openbsd,cd,errata">  <meta name="keywords" content="openbsd,cd,errata">
 <meta name="distribution" content="global">  <meta name="distribution" content="global">
 <meta name="copyright" content="This document copyright 1997-2001 by OpenBSD.">  
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 </head>  </head>
   
Line 64 
Line 63 
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6.tar.gz">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6.tar.gz">
 You can also fetch a tar.gz file containing all the following patches</a>.  You can also fetch a tar.gz file containing all the following patches</a>.
 This file is updated once a day.  This file is updated once a day.
   <p>
   
   The patches below are available in CVS via the
   <code>OPENBSD_2_6</code> <a href="stable.html">patch branch</a>.
 <p>  <p>
   
 For more detailed information on how to install patches to OpenBSD, please  For more detailed information on how to install patches to OpenBSD, please
 consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.  consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
   <p>
   
 <hr>  <hr>
   
 <a name="all"></a>  <a name="all"></a>
 <h3><font color="#e00000">All architectures</font></h3>  <h3><font color="#e00000">All architectures</font></h3>
 <ul>  <ul>
Line 81 
Line 86 
 processes which had semaphore resources allocated. Processes not using  processes which had semaphore resources allocated. Processes not using
 semaphores are not affected, so the actual effect is very minimal.<br>  semaphores are not affected, so the actual effect is very minimal.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/024_sysv_sem.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/024_sysv_sem.patch">
 A jumbo patch exists which remedies this problem.</a>  A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="ipf"></a>  <li><a name="ipf"></a>
 <font color="#009000"><strong>023: SECURITY FIX: May 25, 2000</strong></font><br>  <font color="#009000"><strong>023: SECURITY FIX: May 25, 2000</strong></font><br>
Line 91 
Line 96 
 This patch also includes fixes for an unaligned timestamp issue,  This patch also includes fixes for an unaligned timestamp issue,
 and reliability fixes for ipmon and the in-kernel ftp proxy.<br>  and reliability fixes for ipmon and the in-kernel ftp proxy.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/023_ipf.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/023_ipf.patch">
 A jumbo patch exists</a>, which remedies this problem, and updates ipf  A source code patch exists which remedies this problem.</a>
 to version 3.3.16.  It updates ipf to version 3.3.16.
 <p>  <p>
 <li><a name="xlockmore"></a>  <li><a name="xlockmore"></a>
 <font color="#009000"><strong>022: SECURITY FIX: May 25, 2000</strong></font><br>  <font color="#009000"><strong>022: SECURITY FIX: May 25, 2000</strong></font><br>
Line 106 
Line 111 
 (Aside:  We do not consider this a localhost root hole in the default install,  (Aside:  We do not consider this a localhost root hole in the default install,
 since we have not seen a fast blowfish cracker yet ;-)<br>  since we have not seen a fast blowfish cracker yet ;-)<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/022_xlockmore.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/022_xlockmore.patch">
 A source code patch exists, which remedies this problem. This is the 2nd patch designed to solve this problem.</a>  A source code patch exists which remedies this problem.</a>
   This is the 2nd patch designed to solve this problem.
 <p>  <p>
 <li><a name="rzsz"></a>  <li><a name="rzsz"></a>
 <font color="#009000"><strong>021: RZSZ SNOOPING: Jan 31, 2000</strong></font><br>  <font color="#009000"><strong>021: RZSZ SNOOPING: Jan 31, 2000</strong></font><br>
Line 120 
Line 126 
 syslog(3) would not try to reopen the socket, thus, nightly newsyslog(8)  syslog(3) would not try to reopen the socket, thus, nightly newsyslog(8)
 would cause syslogd(8) to not see new messages.  would cause syslogd(8) to not see new messages.
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/020_syslog.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/020_syslog.patch">
 A source code patch exists, which remedies this problem.</a>  A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="nsphy"></a>  <li><a name="nsphy"></a>
 <font color="#009000"><strong>019: DRIVER IMPROVEMENT: Jan 20, 2000</strong></font><br>  <font color="#009000"><strong>019: DRIVER IMPROVEMENT: Jan 20, 2000</strong></font><br>
 Intel fxp cards with National Semiconductor PHYs (nsphy) have trouble  Intel fxp cards with National Semiconductor PHYs (nsphy) have trouble
 negotiating and maintaining 100Mb link integrity.<br>  negotiating and maintaining 100Mb link integrity.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/019_nsphy.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/019_nsphy.patch">
 A source code patch exists, which remedies this problem.</a>  A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="procfs"></a>  <li><a name="procfs"></a>
 <font color="#009000"><strong>018: SECURITY FIX: Jan 20, 2000</strong></font><br>  <font color="#009000"><strong>018: SECURITY FIX: Jan 20, 2000</strong></font><br>
Line 136 
Line 142 
 a pre-seeked descriptor onto the stack in their own procfs memory.<br>  a pre-seeked descriptor onto the stack in their own procfs memory.<br>
 Note that procfs is not mounted by default in OpenBSD.<br>  Note that procfs is not mounted by default in OpenBSD.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/018_procfs.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/018_procfs.patch">
 A source code patch exists, which remedies this problem.</a>  A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="aty2k"></a>  <li><a name="aty2k"></a>
 <font color="#009000"><strong>015: Y2K FIX: Jan 9, 2000</strong></font><br>  <font color="#009000"><strong>015: Y2K FIX: Jan 9, 2000</strong></font><br>
 The at(1) command was unable to parse some kinds of dates.<br>  The at(1) command was unable to parse some kinds of dates.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/015_aty2k.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/015_aty2k.patch">
 A source code patch exists, which remedies this problem.</a>  A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="addusery2k"></a>  <li><a name="addusery2k"></a>
 <font color="#009000"><strong>013: Y2K FIX: Jan 3, 2000</strong></font><br>  <font color="#009000"><strong>013: Y2K FIX: Jan 3, 2000</strong></font><br>
 A minor problem in the logging support for the adduser(8) command.<br>  A minor problem in the logging support for the adduser(8) command.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/013_addusery2k.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/013_addusery2k.patch">
 A source code patch exists, which remedies this problem.</a>  A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="3c900b"></a>  <li><a name="3c900b"></a>
 <font color="#009000"><strong>012: DRIVER IMPROVEMENT: Jan 3, 2000</strong></font><br>  <font color="#009000"><strong>012: DRIVER IMPROVEMENT: Jan 3, 2000</strong></font><br>
 The 3C900B-TPO fails to select the correct media type (it never sees or  The 3C900B-TPO fails to select the correct media type (it never sees or
 sends packets).<br>  sends packets).<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/012_3c900b.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/012_3c900b.patch">
 A source code patch exists, which remedies this problem.</a>  A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="poll"></a>  <li><a name="poll"></a>
 <font color="#009000"><strong>011: SECURITY FIX: Dec 4, 1999</strong></font><br>  <font color="#009000"><strong>011: SECURITY FIX: Dec 4, 1999</strong></font><br>
 Various bugs in poll(2) may cause a kernel crash.<br>  Various bugs in poll(2) may cause a kernel crash.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/011_poll.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/011_poll.patch">
 A source code patch exists, which remedies this problem.</a>  A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="sendmail"></a>  <li><a name="sendmail"></a>
 <font color="#009000"><strong>010: SECURITY FIX: Dec 4, 1999</strong></font><br>  <font color="#009000"><strong>010: SECURITY FIX: Dec 4, 1999</strong></font><br>
 Sendmail had a race in aliases file handling, which this patch fixes.<br>  Sendmail had a race in aliases file handling, which this patch fixes.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/010_sendmail.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/010_sendmail.patch">
 A source code patch exists, which remedies this problem.</a>  A source code patch exists which remedies this problem.</a>
 <p>  <p>
 <li><a name="atapijumbo"></a>  <li><a name="atapijumbo"></a>
 <font color="#009000"><strong>009: DRIVER IMPROVEMENTS: Dec 4, 1999</strong></font><br>  <font color="#009000"><strong>009: DRIVER IMPROVEMENTS: Dec 4, 1999</strong></font><br>
Line 210 
Line 216 
 Fortran doesn't work right.  The file /usr/include/g2c.h is missing in the  Fortran doesn't work right.  The file /usr/include/g2c.h is missing in the
 release.<br>  release.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/008_fortran.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/008_fortran.patch">
 A source code patch exists which remedies this problem.</a><br>  A source code patch exists which remedies this problem.</a>
 The patch fixes the source tree and describes how to properly add  The patch fixes the source tree and describes how to properly add
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/g2c.h">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/g2c.h">
 the include file</a> to your system.  the include file</a> to your system.
Line 228 
Line 234 
 <font color="#009000"><strong>003: FUNCTIONALITY FIX: Nov 10, 1999</strong></font><br>  <font color="#009000"><strong>003: FUNCTIONALITY FIX: Nov 10, 1999</strong></font><br>
 m4 is quite broken in the 2.6 release.<br>  m4 is quite broken in the 2.6 release.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/003_m4.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/003_m4.patch">
 The 3rd version of the source code patch exists, which remedies this problem.</a>  A source code patch exists which remedies this problem.</a>
   This is the 3rd revision of the patch.
 <p>  <p>
 <li><a name="ifmedia"></a>  <li><a name="ifmedia"></a>
 <font color="#009000"><strong>002: SECURITY FIX: Nov 9, 1999</strong></font><br>  <font color="#009000"><strong>002: SECURITY FIX: Nov 9, 1999</strong></font><br>
Line 244 
Line 251 
 <p>  <p>
 </ul>  </ul>
 <p>  <p>
 <a name="i386"></a>  
 <h3><font color="#e00000">i386</font></h3>  
 <ul>  
 <li>No problems identified yet.  
 </ul>  
 <p>  
 <a name="mac68k"></a>  <a name="mac68k"></a>
 <h3><font color="#e00000">mac68k</font></h3>  <h3><font color="#e00000">mac68k</font></h3>
 <ul>  <ul>
Line 269 
Line 270 
 <font color="#009000"><strong>014: Y2K FIX: Jan 3, 2000</strong></font><br>  <font color="#009000"><strong>014: Y2K FIX: Jan 3, 2000</strong></font><br>
 A minor problem; the sparc eeprom(8) command is not Y2K compliant.<br>  A minor problem; the sparc eeprom(8) command is not Y2K compliant.<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/sparc/014_eepromy2k.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.6/sparc/014_eepromy2k.patch">
 Revision 2 of the source code patch exists, which remedies this problem.</a>  A source code patch exists which remedies this problem.</a>
   This is the second revision of the patch.
 <p>  <p>
 <li><a name="sparc_locore"></a>  <li><a name="sparc_locore"></a>
 <font color="#009000"><strong>004: RELIABILITY FIX: Nov 12, 1999</strong></font><br>  <font color="#009000"><strong>004: RELIABILITY FIX: Nov 12, 1999</strong></font><br>
Line 290 
Line 292 
 <p>  <p>
 </ul>  </ul>
 <p>  <p>
 <a name="pmax"></a>  
 <h3><font color="#e00000">pmax</font></h3>  
 <ul>  
 <li>No problems identified yet.  
 </ul>  
 <p>  
 <a name="arc"></a>  
 <h3><font color="#e00000">arc</font></h3>  
 <ul>  
 <li>No problems identified yet.  
 </ul>  
 <p>  
 <a name="alpha"></a>  <a name="alpha"></a>
 <h3><font color="#e00000">alpha</font></h3>  <h3><font color="#e00000">alpha</font></h3>
 <ul>  <ul>
Line 335 
Line 325 
 <p>  <p>
 </ul>  </ul>
 <p>  <p>
 <a name="powerpc"></a>  
 <h3><font color="#e00000">powerpc</font></h3>  
 <ul>  
 <li>No problems identified yet.  
   
 </ul>  </ul>
   

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56