From owner-freebsd-doc Sun Mar 19 2:34:10 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E3FB37B6D3 for ; Sun, 19 Mar 2000 02:34:08 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id CAA51015 for ; Sun, 19 Mar 2000 02:34:08 -0800 (PST) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 19 Mar 2000 02:34:08 -0800 (PST) From: Kris Kennaway To: doc@freebsd.org Subject: 4.0 Errata change Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can someone please review this? It's what you call "SGML by context" :-) Index: errata.sgml =================================================================== RCS file: /home/ncvs/www/en/releases/4.0R/errata.sgml,v retrieving revision 1.2 diff -u -r1.2 errata.sgml --- errata.sgml 2000/03/17 12:02:31 1.2 +++ errata.sgml 2000/03/19 10:30:23 @@ -28,17 +28,42 @@ freebsd-current@FreeBSD.org -For all CERT security advisories, see: +For all FreeBSD security advisories, see: - ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/ + http://www.FreeBSD.org/security/ -For the latest security incident information. +for the latest security incident information. ---- Security Advisories: Current active security advisories: None ---- System Update Information: + +The tcpdump binary in the bin distribution is erroneously linked +against the libcrypto.so library, which is only found in the separate +crypto distribution. + +Therefore, if you only install the bin distribution without the crypto +distribution, tcpdump will not work as installed. + +Fix: To fix, download a new tcpdump binary from the following location: + +http://www.freebsd.org/~kris/4.0R/i386/tcpdump (i386) +http://www.freebsd.org/~kris/4.0R/alpha/tcpdump (alpha) + +The MD5 checksum of this file is: + +i386 version: MD5 (tcpdump) = 0b3d32b367e7312d546ccae8f1824391 +alpha version: MD5 (tcpdump) = 2d113fa4c38c8a0299d558acb5c6ad57 + +To verify the checksum of your downloaded copy, perform the following +command: + +/sbin/md5 /path/to/downloaded/tcpdump + +and compare with the above. +

Release Home &footer; ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message