From owner-freebsd-questions@FreeBSD.ORG Thu Sep 8 14:30:45 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 7891216A41F for ; Thu, 8 Sep 2005 14:30:45 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0518C43D49 for ; Thu, 8 Sep 2005 14:30:44 +0000 (GMT) (envelope-from yuanjue122@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so1028651nzd for ; Thu, 08 Sep 2005 07:30:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:organization:to:subject:date:user-agent:references:in-reply-to:cc:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=kwn5Nq91+fQfeG/VwU0ogIhVZXyXOoKXpuT8mJQfMmKO9V45JsCeg2PBZLPvkBJb4oFVrRzX/ZZx2HnoiJdImvxgm3rhzN264GNzYbka6DMm/l2CQaaZDvfKmHmw9G82QJ6b64E0GaH9dt7PH8lXGeKCnWO6lgkvOEJrKGNJfhg= Received: by 10.36.221.73 with SMTP id t73mr7828026nzg; Thu, 08 Sep 2005 07:30:43 -0700 (PDT) Received: from yuanjue.nc6000.org ( [59.66.138.109]) by mx.gmail.com with ESMTP id 12sm8761476nzn.2005.09.08.07.30.41; Thu, 08 Sep 2005 07:30:42 -0700 (PDT) From: Yuan Jue Organization: Tsinghua Univ. To: Chantal Rosmuller Date: Thu, 8 Sep 2005 22:34:50 +0800 User-Agent: KMail/1.8.2 References: <4320494D.6030503@antenna.nl> In-Reply-To: <4320494D.6030503@antenna.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509082234.50571.yuanjue122@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: 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:30:45 -0000 On Thursday 08 September 2005 22:23, Chantal Rosmuller wrote: > 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? use pkg_info|grep zlib > - 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/ maybe you didn't install source code when you installed your FreeBSD. You still can do it using sysinstall now. Good luck! -- Best Regards. Yuan Jue