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

Diff for /www/errata29.html between version 1.67 and 1.68

version 1.67, 2014/03/31 03:36:54 version 1.68, 2014/03/31 04:11:40
Line 155 
Line 155 
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/019_sudo.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/019_sudo.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="missing"></a>
   <font color="#00900"><strong>018: INSTALL PROBLEM: Dec 11, 2001</strong></font><br>
   The X binary sets shipped with OpenBSD 2.9 do not contain several files.  These
   missing files can be added manually from the sparc tarballs after the
   installation:<br>
   Grab the
   <a href="http://ftp.openbsd.org/pub/OpenBSD/2.9/sparc/xbase29.tgz">xbase29.tgz</a>
   and
   <a href="http://ftp.openbsd.org/pub/OpenBSD/2.9/sparc/xshare29.tgz">xshare29.tgz</a>
   files found in the 2.9/sparc directory on the CD, or any FTP site.  The missing
   files can be installed by using the following commands:
   <pre>
      # cd /; tar xzpf xbase29.tgz ./usr/X11R6/lib/X11/{rgb.txt,xdm}
      # cd /; tar xzpf xserv29.tgz ./etc/X11/xserver ./usr/X11R6/lib/X11/xserver
      # cd /usr/X11R6/bin/; ln -fs Xmac68k X
   </pre>
   <p>
 <li><a name="lpd2"></a>  <li><a name="lpd2"></a>
 <font color="#009000"><strong>017: SECURITY FIX: November 28, 2001</strong></font> &nbsp; <i>All architectures</i><br>  <font color="#009000"><strong>017: SECURITY FIX: November 28, 2001</strong></font> &nbsp; <i>All architectures</i><br>
 A security issue exists in the lpd daemon that may allow an attacker  A security issue exists in the lpd daemon that may allow an attacker
Line 232 
Line 249 
 by forcing <code>/usr/sbin/pkg</code> to be more careful in checking  by forcing <code>/usr/sbin/pkg</code> to be more careful in checking
 version numbers.  version numbers.
 <p>  <p>
   <li><a name="nvidia"></a>
   <font color="#009000"><strong>010: RELIABILITY FIX: Jul 9, 2001</strong></font><br>
   The NVIDIA driver for XFree86 4.0.3 is incorrectly restoring the text
   mode palette upon exit of the X server. <a
   href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/010_nvidia.patch">
   A source code patch exists which remedies this problem.</a>
   To avoid rebuilding the whole XFree86 tree, an updated binary driver
   is also available
   <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/nv_drv.o">here</a>.
   Just grab it, copy it to /usr/X11R6/lib/modules/drivers/ and
   restart your X server.
   <p>
   <li><a name="XF86Setup"></a>
   <font color="#009000"><strong>009: RELIABILITY FIX: Jun 23, 2001</strong></font><br>
   The XF86Setup(1) configuration tool for XFree86 3.3.6 is producing
   corrupted /etc/XF86Config files.
   <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/009_XF86Setup.patch">
   A source code patch exists which remedies this problem.</a>
   It does so by linking XF86Setup against the XFree86 3.3.6 version of libXxf86vm.a.
   <p>
   <li>When using a PS/2 keyboard with an MSI K7T Pro2A motherboard, it may be
   necessary to disable the &quot;USB Keyboard Support&quot; and
   &quot;USB Mouse Support&quot; options in the BIOS. Otherwise, the i8042
   keyboard controller doesn't acknowledge commands, confusing OpenBSD.
   <p>
 <li><a name="twe"></a>  <li><a name="twe"></a>
 <font color="#009000"><strong>008: RELIABILITY FIX: June 15, 2001</strong></font> &nbsp; <i>All architectures</i><br>  <font color="#009000"><strong>008: RELIABILITY FIX: June 15, 2001</strong></font> &nbsp; <i>All architectures</i><br>
 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&amp;sektion=4&amp;format=html">twe(4)</a>  <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&amp;sektion=4&amp;format=html">twe(4)</a>
Line 306 
Line 348 
 and can only be exploited on the local host (if at all).<br>  and can only be exploited on the local host (if at all).<br>
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/001_sendmail.patch">  <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/001_sendmail.patch">
 A source code patch exists which remedies this problem.</a>  A source code patch exists which remedies this problem.</a>
 </ul>  
 <p>  
 <a name="i386"></a>  
 <h3><font color="#e00000">i386</font></h3>  
 <ul>  
 <li><a name="nvidia"></a>  
 <font color="#009000"><strong>010: RELIABILITY FIX: Jul 9, 2001</strong></font><br>  
 The NVIDIA driver for XFree86 4.0.3 is incorrectly restoring the text  
 mode palette upon exit of the X server. <a  
 href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/010_nvidia.patch">  
 A source code patch exists which remedies this problem.</a>  
 To avoid rebuilding the whole XFree86 tree, an updated binary driver  
 is also available  
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/nv_drv.o">here</a>.  
 Just grab it, copy it to /usr/X11R6/lib/modules/drivers/ and  
 restart your X server.  
 <p>  
 <li><a name="XF86Setup"></a>  
 <font color="#009000"><strong>009: RELIABILITY FIX: Jun 23, 2001</strong></font><br>  
 The XF86Setup(1) configuration tool for XFree86 3.3.6 is producing  
 corrupted /etc/XF86Config files.  
 <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/009_XF86Setup.patch">  
 A source code patch exists which remedies this problem.</a>  
 It does so by linking XF86Setup against the XFree86 3.3.6 version of libXxf86vm.a.  
 <p>  
 <li>When using a PS/2 keyboard with an MSI K7T Pro2A motherboard, it may be  
 necessary to disable the &quot;USB Keyboard Support&quot; and  
 &quot;USB Mouse Support&quot; options in the BIOS. Otherwise, the i8042  
 keyboard controller doesn't acknowledge commands, confusing OpenBSD.  
 </ul>  
 <p>  
 <a name="mac68k"></a>  
 <h3><font color="#e00000">mac68k</font></h3>  
 <ul>  
 <li><a name="missing"></a>  
 <font color="#00900"><strong>018: INSTALL PROBLEM: Dec 11, 2001</strong></font><br>  
 The X binary sets shipped with OpenBSD 2.9 do not contain several files.  These  
 missing files can be added manually from the sparc tarballs after the  
 installation:<br>  
 Grab the  
 <a href="http://ftp.openbsd.org/pub/OpenBSD/2.9/sparc/xbase29.tgz">xbase29.tgz</a>  
 and  
 <a href="http://ftp.openbsd.org/pub/OpenBSD/2.9/sparc/xshare29.tgz">xshare29.tgz</a>  
 files found in the 2.9/sparc directory on the CD, or any FTP site.  The missing  
 files can be installed by using the following commands:  
 <pre>  
    # cd /; tar xzpf xbase29.tgz ./usr/X11R6/lib/X11/{rgb.txt,xdm}  
    # cd /; tar xzpf xserv29.tgz ./etc/X11/xserver ./usr/X11R6/lib/X11/xserver  
    # cd /usr/X11R6/bin/; ln -fs Xmac68k X  
 </pre>  
 </ul>  </ul>
 <p>  <p>
   

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68