diff --git a/en/releases/4.0R/errata.sgml b/en/releases/4.0R/errata.sgml index ed6f366933..f499d35420 100644 --- a/en/releases/4.0R/errata.sgml +++ b/en/releases/4.0R/errata.sgml @@ -1,10 +1,10 @@ - + %includes; ]> - + &header; @@ -28,17 +28,42 @@ Any changes to this file are also automatically emailed to: 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: Download a new tcpdump binary from the following location: + + http://people.FreeBSD.org/~kris/4.0R/i386/tcpdump (i386) + http://people.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;