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

Annotation of www/errata29.html, Revision 1.38

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