From owner-freebsd-security@FreeBSD.ORG Tue Sep 9 19:53:02 2014 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7E0D748 for ; Tue, 9 Sep 2014 19:53:02 +0000 (UTC) Received: from dmz-mailsec-scanner-3.mit.edu (dmz-mailsec-scanner-3.mit.edu [18.9.25.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 43DE3E3B for ; Tue, 9 Sep 2014 19:53:01 +0000 (UTC) X-AuditID: 1209190e-f79d46d000003643-a0-540f59691e9b Received: from mailhub-auth-2.mit.edu ( [18.7.62.36]) (using TLS with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by dmz-mailsec-scanner-3.mit.edu (Symantec Messaging Gateway) with SMTP id 47.B6.13891.9695F045; Tue, 9 Sep 2014 15:47:53 -0400 (EDT) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id s89Jlr6n014265; Tue, 9 Sep 2014 15:47:53 -0400 Received: from multics.mit.edu (system-low-sipb.mit.edu [18.187.2.37]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id s89JlpfE013247 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 9 Sep 2014 15:47:52 -0400 Received: (from kaduk@localhost) by multics.mit.edu (8.12.9.20060308) id s89Jlob4015190; Tue, 9 Sep 2014 15:47:50 -0400 (EDT) Date: Tue, 9 Sep 2014 15:47:50 -0400 (EDT) From: Benjamin Kaduk To: Zoran Kolic Subject: Re: FreeBSD Security Advisory FreeBSD-SA-14:18.openssl In-Reply-To: <20140909151823.GA825@faust.sbb.rs> Message-ID: References: <20140909151823.GA825@faust.sbb.rs> User-Agent: Alpine 1.10 (GSO 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrDIsWRmVeSWpSXmKPExsUixG6nopsZyR9icPK3nkXPpidsFt+W5Dsw ecz4NJ/FY/H0J2wBTFFcNimpOZllqUX6dglcGfsOfWYr6GOpOL58E1MD40zmLkYODgkBE4mD 1026GDmBTDGJC/fWs3UxcnEICcxmkng2aQcjhLOBUWLFpE9MEM5BJokV+5eygbQICdRLbJ7w jRXEZhHQkni17AMjiM0moCIx881GNpANIgLyEq97qkDCzAIKEu8fn2QCsYUF7CVW/fnMDmJz ChhILP92ESzOK+AocX/ea1aI8foSC05+B4uLCuhIrN4/hQWiRlDi5MwnLBAztSSWT9/GMoFR cBaS1CwkqQWMTKsYZVNyq3RzEzNzilOTdYuTE/PyUot0jfVyM0v0UlNKNzGCgpRTkm8H49eD SocYBTgYlXh4M4L5QoRYE8uKK3MPMUpyMCmJ8j4N5Q8R4kvKT6nMSCzOiC8qzUktPsQowcGs JMJr/QKonDclsbIqtSgfJiXNwaIkzrvpB1BKID2xJDU7NbUgtQgmK8PBoSTB+zYcaKhgUWp6 akVaZk4JQpqJgxNkOA/QcJ0IoBre4oLE3OLMdIj8KUZjjpamt71MHOs6v/UzCbHk5eelSonz 9oKMEwApzSjNg5sGSzSvGMWBnhPm/QFSxQNMUnDzXgGtYgJaddAYbFVJIkJKqoFRuO4932c1 vxkn3rw3W55wpZgnbY38vXe8Rm9vObbOENpy1cwlUWD5FbdWhy6uc3udvotOzVjKxZKneYY/ vaZ3LWO//4K6vVNPRLUaLz1wuDLvZ+zhzU6PPs5Tz7E7P/mIWd9Gl84pe/8pKxlGfJmZubSl d3Jb8PWl56KOVghGBm1WcmPhXqamxFKckWioxVxUnAgA674I1w8DAAA= Cc: freebsd-security@freebsd.org X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2014 19:53:02 -0000 On Tue, 9 Sep 2014, Zoran Kolic wrote: > I used freebsd-update way on 9.3 amd64. > It took 14 patches and 1 second to do the job. Now, > I cannot see any difference. Only using fetch again, > it says "No updates needed to update system to > 9.3-RELEASE-p1". > How could I see that p1? I did not recompiled the > kernel, as it was not mentioned in advisory. This is known behavior; the -pN will not change unless the kernel is updated by freebsd-update. If fetch says "no updates needed", listen to it. -Ben