From owner-freebsd-security@FreeBSD.ORG Fri Sep 29 12:41:53 2006 Return-Path: X-Original-To: freebsd-security@freebsd.org Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73BAF16A407 for ; Fri, 29 Sep 2006 12:41:53 +0000 (UTC) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3F3743D5F for ; Fri, 29 Sep 2006 12:41:51 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k8TCfn1T017374; Fri, 29 Sep 2006 15:41:49 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.157] (pc157.ebs.gr [10.1.1.157]) by ebs.gr (8.13.6/8.13.6) with ESMTP id k8TCfkNL029314; Fri, 29 Sep 2006 15:41:48 +0300 (EEST) (envelope-from past@ebs.gr) Received: from 127.0.0.1 (AVG SMTP 7.1.407 [268.12.9/458]); Fri, 29 Sep 2006 15:41:45 +0300 Message-ID: <451D1489.4040307@ebs.gr> Date: Fri, 29 Sep 2006 15:41:45 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Matthijs Breemans References: <451CE125.8010207@ebs.gr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-security@freebsd.org Subject: Re: Binary updates for SA-06:23? X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2006 12:41:53 -0000 Matthijs Breemans wrote: > On Fri, 29 Sep 2006 12:02:29 +0300, Panagiotis Astithas wrote: >> Is it just me, or freebsd-update isn't yet shipping the openssl updates? >> I'm trying (on an SMP machine) to fetch them, but there seem to be none >> available. I'd like to confirm that sleep deprivation isn't the culprit >> here, so I've checked in /usr/local/freebsd-update/work/ and the >> subdirectory with the highest number contains the SA-06:21 files. >> >> Anyone seen that clue bat please? >> > They published the updates yesterday, i think. That's weird then. # pwd /usr/local/freebsd-update/work # find . -type f -name libcrypto\* ./35/install/lib/libcrypto.so.4 ./35/install/usr/lib/libcrypto_p.a ./35/install/usr/lib/libcrypto.a ./35/rollback/lib/libcrypto.so.4 ./35/rollback/usr/lib/libcrypto.a ./35/rollback/usr/lib/libcrypto_p.a # ls -l 35/updates -rw-r--r-- 1 root wheel 1379 Sep 7 10:26 35/updates This would indicate that update #35 is from SA-06:19. Yet, I get no more updates: # freebsd-update fetch Fetching updates signature... Fetching hash list signature... Examining local system... No updates available In case it matters, this is on 6.1-SECURITY/SMP with freebsd-update from ports. Thanks, Panagiotis