From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 14:23:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B05FD16A41F for ; Thu, 8 Sep 2005 14:23:12 +0000 (GMT) (envelope-from chantal@antenna.nl) Received: from site4u.nl (fanth.site4u.nl [194.9.84.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE0C643D45 for ; Thu, 8 Sep 2005 14:23:11 +0000 (GMT) (envelope-from chantal@antenna.nl) Received: from [192.168.4.11] [62.221.235.161] by site4u.nl with ESMTP (SMTPD32-8.15) id A72D3A500C2; Thu, 08 Sep 2005 16:14:05 +0200 Message-ID: <4320494D.6030503@antenna.nl> Date: Thu, 08 Sep 2005 16:23:09 +0200 From: Chantal Rosmuller User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: question about zlib security patch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 14:23:12 -0000 Hi everyone, I was installing clamav 0.83 on a freebsd 5.4 system and I got the following error: clamav configure: error: The installed zlib version may contain a security bug I want to upgrade zlib to solve this but: - I don't know how I can see what version of zlib I have at the moment? - I found the following advice on the freebsd site: ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:18.zlib.asc according to this I have to do the following: # cd /usr/src # patch < /path/to/patch # cd /usr/src/lib/libz/ # make obj && make depend && make && make install but I have no /usr/src/lib/libz/ Can anyone clarify this for me? Thanks! regards Chantal