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

Annotation of www/errata29.html, Revision 1.40

1.31      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
                      4: <title>OpenBSD 2.9 errata</title>
1.31      naddy       5: <link rev=made href="mailto:www@openbsd.org">
1.1       deraadt     6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD CD errata page">
                      8: <meta name="keywords" content="openbsd,cd,errata">
                      9: <meta name="distribution" content="global">
1.10      horacio    10: <meta name="copyright" content="This document copyright 1997-2002 by OpenBSD.">
1.35      henning    11: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.1       deraadt    12: </head>
                     13:
1.37      david      14: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    15:
1.23      jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.31      naddy      17: <h2><font color="#0000e0">
1.1       deraadt    18: This is the OpenBSD 2.9 release errata &amp; patch list:
                     19:
                     20: </font></h2>
                     21:
                     22: <hr>
                     23: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.26      deraadt    24: <br>
1.28      deraadt    25: For errata on a certain release, click below:<br>
1.27      deraadt    26: <a href="errata21.html">2.1</a>,
1.26      deraadt    27: <a href="errata22.html">2.2</a>,
                     28: <a href="errata23.html">2.3</a>,
                     29: <a href="errata24.html">2.4</a>,
                     30: <a href="errata25.html">2.5</a>,
                     31: <a href="errata26.html">2.6</a>,
                     32: <a href="errata27.html">2.7</a>,
                     33: <a href="errata28.html">2.8</a>,
                     34: <a href="errata30.html">3.0</a>,
                     35: <a href="errata31.html">3.1</a>,
1.32      deraadt    36: <a href="errata32.html">3.2</a>,
1.34      david      37: <a href="errata33.html">3.3</a>,
1.39      david      38: <a href="errata34.html">3.4</a>,
1.40    ! miod       39: <a href="errata35.html">3.5</a>,
        !            40: <a href="errata.html">3.6</a>.
1.26      deraadt    41: <br>
1.1       deraadt    42: <hr>
                     43:
1.31      naddy      44: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9.tar.gz">
1.1       deraadt    45: You can also fetch a tar.gz file containing all the following patches</a>.
                     46: This file is updated once a day.
                     47:
                     48: <p> The patches below are available in CVS via the
                     49: <code>OPENBSD_2_9</code> <a href="stable.html">patch branch</a>.
                     50:
                     51: <p>
1.29      deraadt    52: For more detailed information on how to install patches to OpenBSD, please
1.1       deraadt    53: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
                     54: <hr>
                     55:
1.35      henning    56: <a name="all"></a>
                     57: <h3><font color="#e00000">All architectures</font></h3>
1.1       deraadt    58: <ul>
1.35      henning    59: <li><a name="resolver"></a>
                     60: <font color="#009000"><strong>027: SECURITY FIX: June 25, 2002</strong></font><br>
1.24      millert    61: A potential buffer overflow in the DNS resolver has been found.<br>
                     62: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/027_resolver.patch">A source code patch exists which remedies the problem</a>.
                     63: <p>
1.35      henning    64: <li><a name="fdalloc2"></a>
                     65: <font color="#009000"><strong>026: SECURITY FIX: May 8, 2002</strong></font><br>
1.21      millert    66: A race condition exists where an attacker could fill the file descriptor
                     67: table and defeat the kernel's protection of fd slots 0, 1, and 2 for a
1.22      millert    68: setuid or setgid process.<br>
1.21      millert    69: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/026_fdalloc2.patch">A source code patch exists which remedies the problem</a>.
                     70: <p>
1.35      henning    71: <li><a name="sudo2"></a>
                     72: <font color="#009000"><strong>025: SECURITY FIX: April 25, 2002</strong></font><br>
1.31      naddy      73: A bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&amp;sektion=8">sudo(8)</a> may allow an attacker to corrupt the heap by specifying a custom prompt.<br>
1.20      millert    74: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/025_sudo.patch">A source code patch exists which remedies the problem</a>.
                     75: <p>
1.35      henning    76: <li><a name="sshafs"></a>
                     77: <font color="#009000"><strong>024: SECURITY FIX: April 22, 2002</strong></font><br>
1.19      markus     78: A local user can gain super-user privileges due to a buffer overflow
1.31      naddy      79: in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8">sshd(8)</a>
1.19      markus     80: if AFS has been configured on the system or if
                     81: KerberosTgtPassing or AFSTokenPassing has been enabled
                     82: in the sshd_config file.  Ticket and token passing is not enabled
                     83: by default.<br>
                     84: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/024_sshafs.patch">A source code patch exists which remedies the problem</a>.
                     85: <p>
1.35      henning    86: <li><a name="mail"></a>
                     87: <font color="#009000"><strong>023: SECURITY FIX: April 11, 2002</strong></font><br>
1.31      naddy      88: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&amp;sektion=1">mail(1)</a>
1.15      millert    89: will process tilde escapes even in non-interactive mode.
                     90: This can lead to a local root compromise.
                     91: <br>
                     92: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/023_mail.patch">A source code patch exists which remedies the problem</a>.
                     93: <p>
1.35      henning    94: <li><a name="zlib"></a>
                     95: <font color="#009000"><strong>022: RELIABILITY FIX: March 13, 2002</strong></font><br>
1.13      millert    96: Under some circumstances the zlib compression library can free dynamically
                     97: allocated memory twice.  This is not a security issue on OpenBSD since the BSD
1.31      naddy      98: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=free&amp;sektion=3">free(3)</a>
1.13      millert    99: function detects this.
1.30      jufi      100: There is also a kernel zlib component that may be used by pppd and IPsec.
1.14      millert   101: The feasibility of attacking the kernel this way is currently unknown.<br>
1.13      millert   102: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/022_zlib.patch">A source code patch exists which remedies the problem</a>.
                    103: <p>
1.35      henning   104: <li><a name="openssh"></a>
                    105: <font color="#009000"><strong>021: SECURITY FIX: March 8, 2002</strong></font>
1.12      millert   106: <br>
                    107: A local user can gain super-user privileges due to an off-by-one check
                    108: in the channel forwarding code of OpenSSH.<br>
                    109: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/021_openssh.patch"
                    110: >A source code patch exists which remedies the problem</a>.
                    111: <p>
1.35      henning   112: <li><a name="ptrace"></a>
                    113: <font color="#009000"><strong>020: SECURITY FIX: February 20, 2002</strong></font><br>
1.11      miod      114: A race condition between the ptrace(2) and execve(2) system calls allows
                    115: an attacker to modify the memory contents of suid/sgid processes which
                    116: could lead to compromise of the super-user account.<br>
                    117: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/020_ptrace.patch">A source code patch exists which remedies the problem</a>.
                    118: <p>
1.35      henning   119: <li><a name="sudo"></a>
                    120: <font color="#009000"><strong>019: SECURITY FIX: January 17, 2002</strong></font><br>
1.7       millert   121: If the Postfix sendmail replacement is installed on a system an
                    122: attacker may be able to gain root privileges on the local host via
                    123: sudo(8) which runs the mailer as root with an environment inherited
                    124: from the invoking user.  While this is a bug in sudo it is not
                    125: believed to be possible to exploit when sendmail (the mailer that
                    126: ships with OpenBSD) is the mailer.  As of version 1.6.5, sudo passes
                    127: the mailer an environment that is not subject to influence from the
1.8       millert   128: invoking user.<br>
1.7       millert   129: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/019_sudo.patch">A
                    130: source code patch exists which remedies the problem</a>.
                    131: <p>
1.35      henning   132: <li><a name="lpd2"></a>
                    133: <font color="#009000"><strong>017: SECURITY FIX: November 28, 2001</strong></font><br>
1.4       millert   134: A security issue exists in the lpd daemon that may allow an attacker
                    135: to create arbitrary new files in the root directory.  Only machines
                    136: with line printer access (ie: listed in either /etc/hosts.lpd or
                    137: /etc/hosts.equiv) may be used to mount an attack and the attacker
                    138: must have root access on the machine.  OpenBSD does not start lpd
                    139: in the default installation.
                    140: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/017_lpd.patch">A source code patch exists which remedies the problem</a>.
                    141: <p>
1.35      henning   142: <li><a name="vi.recover"></a>
                    143: <font color="#009000"><strong>016: SECURITY FIX: November 13, 2001</strong></font><br>
1.2       millert   144: A security issue exists in the vi.recover script that may allow an attacker
                    145: to remove arbitrary zero-length files, regardless of ownership.
                    146: <br>
1.3       miod      147: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/016_recover.patch">A source code patch exists which remedies the problem</a>.
1.2       millert   148: <p>
1.35      henning   149: <li><a name="uucp"></a>
                    150: <font color="#009000"><strong>015: SECURITY FIX: September 11, 2001</strong></font><br>
1.31      naddy     151: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uuxqt&amp;sektion=8">uuxqt(8)</a>
1.1       deraadt   152: that may allow an attacker to run arbitrary commands as user uucp and
                    153: use this to gain root access.
                    154: The UUCP execution daemon, uuxqt(8), has a bug in its command line
                    155: parsing routine that may allow arbitrary commands to be run.  Because
                    156: some UUCP commands are run as root (and daemon) from cron it is possible
                    157: to leverage compromise of the UUCP user to gain root.
                    158: <br>
1.3       miod      159: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/015_uucp.patch">A source code patch exists which remedies the problem</a>.
1.1       deraadt   160: <p>
1.35      henning   161: <li><a name="lpd"></a>
                    162: <font color="#009000"><strong>014: SECURITY FIX: August 29, 2001</strong></font><br>
1.31      naddy     163: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&amp;sektion=8">lpd(8)</a>
1.1       deraadt   164: that may allow an attacker with line printer access to gain root
                    165: privileges.  A machine must be running lpd to be vulnerable (OpenBSD
                    166: does not start lpd by default).  Only machines with line printer
                    167: access (ie: listed in either /etc/hosts.lpd or /etc/hosts.equiv)
                    168: may be used to mount an attack.
                    169: <br>
1.3       miod      170: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/014_lpd.patch">A source code patch exists which remedies the problem</a>.
1.1       deraadt   171: <p>
1.35      henning   172: <li><a name="sendmail2"></a>
                    173: <font color="#009000"><strong>013: SECURITY FIX: August 21, 2001</strong></font><br>
1.31      naddy     174: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8">sendmail(8)</a>
1.1       deraadt   175: that may allow an attacker on the local host to gain root privileges by
                    176: specifying out-of-bounds debug parameters.
                    177: <br>
1.3       miod      178: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/013_sendmail.patch">A source code patch exists which remedies the problem</a>.
1.1       deraadt   179: <p>
1.35      henning   180: <li><a name="nfs"></a>
                    181: <font color="#009000"><strong>012: SECURITY FIX: July 30, 2001</strong></font><br>
1.1       deraadt   182: A kernel buffer overflow exists in the NFS mount code. An attacker may
                    183: use this overflow to execute arbitrary code in kernel mode. However,
1.31      naddy     184: only users with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&amp;sektion=2">mount(2)</a>
1.1       deraadt   185: privileges can initiate this attack.  In default installs, only super-user has
1.31      naddy     186: mount privileges.  The kern.usermount <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&amp;sektion=3">sysctl(3)</a> controls whether other users have mount privileges.
1.1       deraadt   187: <br>
1.3       miod      188: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/012_nfs.patch">A source code patch exists which remedies the problem</a>.
1.1       deraadt   189: <p>
1.35      henning   190: <li><a name="pkg"></a>
                    191: <font color="#009000"><strong>011: RELIABILITY FIX: July 15, 2001</strong></font>
1.1       deraadt   192: <br>
                    193: The
1.31      naddy     194: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=packages&amp;sektion=7&amp;format=html">packages(7)</a>
1.1       deraadt   195: subsystem incorrectly accepts some package dependencies as okay (see
1.31      naddy     196: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=packages-specs&amp;sektion=7&amp;format=html">packages-specs(7)</a>
1.1       deraadt   197: for details).
                    198: <br>
                    199: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/011_pkg.patch">A source code patch exists which remedies the problem</a>,
                    200: by forcing <code>/usr/sbin/pkg</code> to be more careful in checking
                    201: version numbers.
                    202: <p>
1.35      henning   203: <li><a name="twe"></a>
                    204: <font color="#009000"><strong>008: RELIABILITY FIX: June 15, 2001</strong></font>
1.1       deraadt   205: <br>
1.31      naddy     206: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&amp;sektion=4&amp;format=html">twe(4)</a>
1.1       deraadt   207: mishandles the DMA mapping resulting in a kernel panic on unaligned data
                    208: transfers, induced by programs such as
1.31      naddy     209: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&amp;sektion=8&amp;format=html">disklabel(8)</a>
1.1       deraadt   210: and
1.31      naddy     211: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&amp;sektion=8&amp;format=html">dump(8)</a>.
1.1       deraadt   212: <br>
                    213: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/008_twe.patch">A source code patch exists which remedies the problem</a>.
                    214: This is the second version of the patch.
                    215: <p>
1.35      henning   216: <li><a name="kernexec"></a>
                    217: <font color="#009000"><strong>007: SECURITY FIX: June 15, 2001</strong></font><br>
1.31      naddy     218: A race condition exists in the kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&amp;sektion=2&amp;format=html">execve(2)</a> implementation that opens a small window of vulnerability for a non-privileged user to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&amp;sektion=2&amp;format=html">ptrace(2)</a> attach to a suid/sgid process.
1.1       deraadt   219: <br>
                    220: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/007_kernexec.patch">A source code patch exists which remedies the problem</a>.
                    221: <p>
1.35      henning   222: <li><a name="sshcookie"></a>
                    223: <font color="#009000"><strong>006: SECURITY FIX: June 12, 2001</strong></font><br>
1.31      naddy     224: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&amp;sektion=8&amp;format=html">sshd(8)</a>
1.1       deraadt   225: allows users to delete arbitrary files named "cookies" if X11
                    226: forwarding is enabled. X11 forwarding is disabled by default.
                    227: <br>
                    228: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/006_sshcookie.patch">A source code patch exists which remedies the problem</a>.
                    229: <p>
1.35      henning   230: <li><a name="pwd_mkdb"></a>
                    231: <font color="#009000"><strong>005: RELIABILITY FIX: June 7, 2001</strong></font><br>
1.31      naddy     232: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwd_mkdb&amp;sektion=8&amp;format=html">pwd_mkdb(8)</a>
1.1       deraadt   233: corrupts /etc/pwd.db when modifying an existing user.
                    234: <br>
                    235: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/005_pwd_mkdb.patch">A source code patch exists which remedies the problem</a>.
                    236: <p>
1.35      henning   237: <li><a name="isakmpd"></a>
                    238: <font color="#009000"><strong>004: RELIABILITY FIX: June 5, 2001</strong></font><br>
1.31      naddy     239: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;sektion=8&amp;format=html">isakmpd(8)</a>
1.1       deraadt   240: will fail to use a certificate with an identity string that is
                    241: exactly N * 8 bytes long.
                    242: <br>
                    243: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/004_isakmpd.patch">A source code patch exists which remedies the problem</a>.
                    244: <p>
1.36      david     245: <li><a name="cd_cover"></a>
                    246: <font color="#009000"><strong>003: DOCUMENTATION FIX: June 1, 2001</strong></font><br>
1.1       deraadt   247: The 2.9 CD cover states that XFree86 3.3.6-current is included.  This is only half-true.
                    248: In fact, the XFree86 included for all architectures is 4.0.3.  On the i386, the
                    249: 3.3.6 Xservers have also been included, because 4.0.3 still has weak support for
                    250: some devices which 3.3.6 supported better.
                    251: <p>
1.35      henning   252: <li><a name="fts"></a>
                    253: <font color="#009000"><strong>002: SECURITY FIX: May 30, 2001</strong></font><br>
1.31      naddy     254: Programs using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&amp;sektion=3&amp;format=html">fts(3)</a>
1.1       deraadt   255: routines (such as rm, find, and most programs that take a <b>-R</b>
                    256: flag) can be tricked into changing into the wrong directory if the
                    257: parent dir is changed out from underneath it.  This is similar to
                    258: the old fts bug but happens when popping out of directories, as
                    259: opposed to descending into them.
                    260: <br>
                    261: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/002_fts.patch">A source code patch exists which remedies the problem</a>.
                    262: This is the second version of the patch.
                    263: <p>
1.35      henning   264: <li><a name="sendmail"></a>
                    265: <font color="#009000"><strong>001: SECURITY FIX: May 29, 2001</strong></font><br>
1.31      naddy     266: The signal handlers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&amp;sektion=8&amp;format=html">sendmail(8)</a> contain code that is unsafe in the
1.1       deraadt   267: context of a signal handler.  This leads to potentially serious
                    268: race conditions.  At the moment this is a theoretical attack only
                    269: and can only be exploited on the local host (if at all).<br>
                    270: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/001_sendmail.patch">A source code patch exists</a> which remedies the problem by updating sendmail to version 8.11.4.
                    271: </ul>
                    272: <p>
1.35      henning   273: <a name="i386"></a>
                    274: <h3><font color="#e00000">i386</font></h3>
1.1       deraadt   275: <ul>
1.35      henning   276: <li><a name="nvidia"></a>
                    277: <font color="#009000"><strong>010: RELIABILITY FIX: Jul 9,
                    278: 2001</strong></font><br>
1.1       deraadt   279: The nVidia driver for XFree86 4.0.3 is incorrectly restoring the text
                    280: mode palette upon exit of the X server. <a
                    281: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/010_nvidia.patch">
                    282: A source code patch exists</a> which remedies the problem.
                    283: To avoid rebuilding the whole XFree86 tree, an updated binary driver
                    284: is also available
                    285: <a
                    286: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/nv_drv.o">here
                    287: </a>. Just grab it, copy it to /usr/X11R6/lib/modules/drivers/ and
                    288: restart your X server.
                    289: <p>
1.35      henning   290: <li><a name="XF86Setup"></a>
                    291: <font color="#009000"><strong>009: RELIABILITY FIX: Jun 23,
1.1       deraadt   292: 2001</strong></font><br>
                    293: The XF86Setup(1) configuration tool for XFree86 3.3.6 is producing
                    294: corrupted /etc/XF86Config files.
                    295: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/009_XF86Setup.patch">
                    296: A source code patch exists</a> which remedies the problem by linking
                    297: XF86Setup against the XFree86 3.3.6 version of libXxf86vm.a.
                    298: <p>
                    299: <li>When using a PS/2 keyboard with an MSI K7T Pro2A motherboard, it may be
                    300: necessary to disable the &quot;USB Keyboard Support&quot; and
                    301: &quot;USB Mouse Support&quot; options in the BIOS. Otherwise, the i8042
                    302: keyboard controller doesn't acknowledge commands, confusing OpenBSD.
                    303: </ul>
                    304: <p>
1.35      henning   305: <a name="alpha"></a>
                    306: <h3><font color="#e00000">alpha</font></h3>
1.1       deraadt   307: <ul>
                    308: <li>No problems identified yet.
                    309: </ul>
                    310: <p>
1.35      henning   311: <a name="mac68k"></a>
                    312: <h3><font color="#e00000">mac68k</font></h3>
1.1       deraadt   313: <ul>
1.36      david     314: <li><a name="missing"></a>
                    315: <font color="#00900"><strong>018: INSTALL PROBLEM: Dec 11, 2001</strong></font><br>
1.6       miod      316: The X binary sets shipped with OpenBSD 2.9 do not contain several files.  These
                    317: missing files can be added manually from the sparc tarballs after the
                    318: installation:<br>
                    319: Grab the
                    320: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.9/sparc/xbase29.tgz">xbase29.tgz</a>
                    321: and
                    322: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.9/sparc/xshare29.tgz">xshare29.tgz</a>
                    323: files found in the 2.9/sparc directory on the CD, or any FTP site.  The missing
                    324: files can be installed by using the following commands:
1.35      henning   325: <pre>
1.6       miod      326:    # cd /; tar xzpf xbase29.tgz ./usr/X11R6/lib/X11/{rgb.txt,xdm}
                    327:    # cd /; tar xzpf xserv29.tgz ./etc/X11/xserver ./usr/X11R6/lib/X11/xserver
                    328:    # cd /usr/X11R6/bin/; ln -fs Xmac68k X
1.35      henning   329: </pre>
1.1       deraadt   330: </ul>
                    331: <p>
1.35      henning   332: <a name="sparc"></a>
                    333: <h3><font color="#e00000">sparc</font></h3>
1.1       deraadt   334: <ul>
                    335: <li>No problems identified yet.
                    336: </ul>
                    337: <p>
1.35      henning   338: <a name="amiga"></a>
                    339: <h3><font color="#e00000">amiga</font></h3>
1.1       deraadt   340: <ul>
                    341: <li>No problems identified yet.
                    342: </ul>
                    343: <p>
1.35      henning   344: <a name="pmax"></a>
                    345: <h3><font color="#e00000">pmax</font></h3>
1.1       deraadt   346: <ul>
                    347: <li>No problems identified yet.
                    348: </ul>
                    349: <p>
1.35      henning   350: <a name="hp300"></a>
                    351: <h3><font color="#e00000">hp300</font></h3>
1.1       deraadt   352: <ul>
                    353: <li>No problems identified yet.
                    354: </ul>
                    355: <p>
1.35      henning   356: <a name="mvme68k"></a>
                    357: <h3><font color="#e00000">mvme68k</font></h3>
1.1       deraadt   358: <ul>
                    359: <li>No problems identified yet.
                    360: </ul>
                    361: <p>
1.35      henning   362: <a name="powerpc"></a>
                    363: <h3><font color="#e00000">powerpc</font></h3>
1.1       deraadt   364: <ul>
                    365: <li>No problems identified yet.
                    366: </ul>
                    367: <p>
1.35      henning   368: <a name="vax"></a>
                    369: <h3><font color="#e00000">vax</font></h3>
1.1       deraadt   370: <ul>
                    371: <li>No problems identified yet.
                    372: </ul>
                    373: <p>
1.35      henning   374: <a name="sun3"></a>
                    375: <h3><font color="#e00000">sun3</font></h3>
1.1       deraadt   376: <ul>
                    377: <li>No problems identified yet.
                    378: </ul>
                    379:
                    380: <br>
                    381:
                    382: <hr>
                    383: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.26      deraadt   384: <br>
1.28      deraadt   385: For errata on a certain release, click below:<br>
1.27      deraadt   386: <a href="errata21.html">2.1</a>,
1.26      deraadt   387: <a href="errata22.html">2.2</a>,
                    388: <a href="errata23.html">2.3</a>,
                    389: <a href="errata24.html">2.4</a>,
                    390: <a href="errata25.html">2.5</a>,
                    391: <a href="errata26.html">2.6</a>,
                    392: <a href="errata27.html">2.7</a>,
                    393: <a href="errata28.html">2.8</a>,
                    394: <a href="errata30.html">3.0</a>,
                    395: <a href="errata31.html">3.1</a>,
1.32      deraadt   396: <a href="errata32.html">3.2</a>,
1.34      david     397: <a href="errata33.html">3.3</a>,
1.39      david     398: <a href="errata34.html">3.4</a>,
1.40    ! miod      399: <a href="errata35.html">3.5</a>,
        !           400: <a href="errata.html">3.6</a>.
1.26      deraadt   401: <br>
                    402:
1.1       deraadt   403: <hr>
                    404: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.31      naddy     405: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.40    ! miod      406: <br><small>$OpenBSD: errata29.html,v 1.39 2004/03/30 06:03:55 david Exp $</small>
1.1       deraadt   407:
                    408: </body>
                    409: </html>