=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/errata27.html,v retrieving revision 1.67 retrieving revision 1.68 diff -c -r1.67 -r1.68 *** www/errata27.html 2014/03/31 03:36:54 1.67 --- www/errata27.html 2014/03/31 04:11:40 1.68 *************** *** 103,108 **** --- 103,114 ---- A source code patch exists which remedies this problem.

+

  • + 036: RELIABILITY FIX: Nov 17, 2000
    + Configuring a qec+qe causes a NMI panic.
    + + A source code patch exists which remedies this problem. +

  • 035: SECURITY FIX: Nov 10, 2000   All architectures
    Hostile servers can force OpenSSH clients to do agent or X11 forwarding. *************** *** 110,115 **** --- 116,128 ---- A source code patch exists which remedies this problem.

    +

  • + 034: RELIABILITY FIX: Nov 10, 2000
    + When running a sparc with a serial console, certain types of interrupts would + cause great grief.
    + + A source code patch exists which remedies this problem. +

  • 033: RELIABILITY FIX: Nov 6, 2000   All architectures
    Invalid fields in the exec header could cause a crash.
    *************** *** 203,208 **** --- 216,240 ---- A source code patch exists which remedies this problem.

    +

  • + 022: INSTALLATION FIX: July 14, 2000 +
    + The MacOS installer shipped with OpenBSD 2.7 does not correctly make all + devices, specifically it does not make the /dev/arandom device + needed for the userland crypto such as ssh to work. The problem shows itself + when ssh-keygen fails to make RSA or DSA keys, resulting in messages like + RSA-generate_keys failed or DSA-generate_keys failed. +
    + To work around this, once your machine is up and running run the following + commands as root: +
    + # cd /dev
    + # ./MAKEDEV arandom
    + 
    +

    + After doing this (and possibly installing one of the ssl27 packages), + reboot your machine and it will generate ssh keys correctly. +

  • 021: SECURITY FIX: July 14, 2000   All architectures
    Various problems in X11 libraries have various side effects. We provide a *************** *** 234,239 **** --- 266,285 ---- ignore the build error. The whatis database will be rebuilt the next time /etc/weekly runs.

    +

  • + 020: KERNEL BUG: July 10, 2000
    + As originally shipped, the pmax port would fail to install due to + /kern/msgbuf bugs.
    + The necessary fixes have been merged, + and the binaries needed re-released on the FTP site.
    + However, the 2.7 srcsys.tar.gz file has not been updated.
    + If you recompile a kernel, you should use either the + stable release source tree or apply the + provided patch to a 2.7 source tree. +
    + + A source code patch exists which remedies this problem. +

  • 019: SECURITY FIX: July 5, 2000   All architectures
    Just like pretty much all the other unix ftp daemons on the planet, *************** *** 260,265 **** --- 306,342 ---- A source code patch exists which remedies this problem.

    +

  • + 016: DRIVER BUG: July 2, 2000
    + The xl(4) + driver supporting various 3com cards, had a bug which prevented the multicast + filter from working correctly on the 3c905B, thus preventing many IPv6 things + from working. +
    + + A source code patch exists which remedies this problem. +

    +

  • + 015: DRIVER BUG: June 30, 2000
    + The ste(4) + driver supporting Ethernet cards based on the Sundance ST201 chipset + (i.e., the D-Link 550TX) has a bug which causes the machine to panic at + boot-time. +
    + + A source code patch exists which remedies this problem. +

    +

  • + 014: DRIVER BUG: June 30, 2000
    + The PC console driver (PCVT) has two bugs. Display problems can result if + reverse video mode is turned on or off twice in a row. This patch also + fixes a problem with scrolling region handling that has been seen by many + users trying to use the BitchX irc client with the screen program.
    +
    + + A source code patch exists which remedies this problem. + This is the second revision of the patch. +

  • 013: SECURITY FIX: June 28, 2000   All architectures
    libedit would check for a .editrc file in the current directory. *************** *** 277,282 **** --- 354,391 ---- A source code patch exists which remedies this problem.

    +

  • + 011: DRIVER BUG: June 17, 2000
    + The an(4) + Aironet Communications 4500/4800 IEEE 802.11DS driver has a bug which prevents + ancontrol(8) from working correctly, instead causing a panic. +
    + + A source code patch exists which remedies this problem. +

    +

  • + 010: CD DISTRIBUTION ERROR: June 15, 2000
    + On the 2.7 CD media, the amiga distribution contains two pairs of archives + files for installation, ie: +
    + -rw-r--r--  1 root  mirftp  20191465 Apr 29 14:27 base27.tar.gz
    + -rw-r--r--  1 root  mirftp  20291753 May 13 19:33 base27.tgz
    + -rw-r--r--  1 root  mirftp  13699507 Apr 29 14:26 comp27.tar.gz
    + -rw-r--r--  1 root  mirftp  13748096 May 13 19:33 comp27.tgz
    + -rw-r--r--  1 root  mirftp   1005376 Apr 29 14:26 etc27.tar.gz
    + -rw-r--r--  1 root  mirftp   1010772 May 13 19:33 etc27.tgz
    + -rw-r--r--  1 root  mirftp   2755567 Apr 29 14:26 game27.tar.gz
    + -rw-r--r--  1 root  mirftp   2755624 May 13 19:33 game27.tgz
    + -rw-r--r--  1 root  mirftp   5002872 Apr 29 14:26 man27.tar.gz
    + -rw-r--r--  1 root  mirftp   5038896 May 13 19:33 man27.tgz
    + -rw-r--r--  1 root  mirftp   1684356 Apr 29 14:26 misc27.tar.gz
    + -rw-r--r--  1 root  mirftp   1684381 May 13 19:33 misc27.tgz
    + 
    + The installation script will list ALL of these files. For proper + operation one should install the *.tgz versions, and deselect + the *.tar.gz versions.
    + The FTP area sets do not suffer from this problem. +

  • 009: SECURITY FIX: June 9, 2000   All architectures
    A serious bug in isakmpd(8) policy handling wherein policy *************** *** 345,483 **** A source code patch exists which remedies this problem. It updates ipf to version 3.3.16. -

    - -

    - -

    i386

    - -

    - -

    mac68k

    - -

    - -

    sparc

    - -

    - -

    amiga

    - -

    - -

    pmax

    -

    --- 454,459 ----