From owner-freebsd-questions@FreeBSD.ORG  Wed Oct 22 21:36:16 2014
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 1F6D25B0
 for <freebsd-questions@freebsd.org>; Wed, 22 Oct 2014 21:36:16 +0000 (UTC)
Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com
 [IPv6:2a00:1450:400c:c05::22a])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (Client CN "smtp.gmail.com",
 Issuer "Google Internet Authority G2" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id AEF0B846
 for <freebsd-questions@freebsd.org>; Wed, 22 Oct 2014 21:36:15 +0000 (UTC)
Received: by mail-wi0-f170.google.com with SMTP id n3so1893096wiv.3
 for <freebsd-questions@freebsd.org>; Wed, 22 Oct 2014 14:36:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:sender:date:message-id:subject:from:to:content-type;
 bh=mcE6cHAe7LQxDX9eL3f3hgqgipZnp5DzNe8IrsxG9wM=;
 b=MCGcXiJ/ekBw+lvXA8H0UVLiyMazwiQxnvDsnPvQFv5JIadUp5VZYgUTdvXZsSz+x1
 OtUrt4J/es5KmyrAM47KnozkONRUgv4Ly8LeQTeYj0dLxfRe1i9QNrWWyf9LMITi58RE
 kEQP6Nz5jQUjrPPLimdS2KeDkZhCEmpG0Ltkkce1RHkSDbm2AuhSduQST7hs9fcyWlgU
 PW4Ohvnh+FUUc0Cwvrv2Z0HqjC7XPlFPvvzGkOjTFEgOWlv3b2kAzttkSWxUiqsy3mFe
 hdotL+/QTm8SeijL+Oyfvv2El7NR+vMzR7wSi6cTE9lETAqwt0JEJquaFjioQz+Ex9dX
 Lzeg==
MIME-Version: 1.0
X-Received: by 10.180.104.198 with SMTP id gg6mr40677941wib.76.1414013774022; 
 Wed, 22 Oct 2014 14:36:14 -0700 (PDT)
Sender: cmeyer1969@gmail.com
Received: by 10.216.116.197 with HTTP; Wed, 22 Oct 2014 14:36:13 -0700 (PDT)
Date: Wed, 22 Oct 2014 14:36:13 -0700
X-Google-Sender-Auth: U26kjr6fBGYrohnRzdbwBozPSo4
Message-ID: <CA+7L7pCMn36UUDa8fOa2U3wet-mOvLjZByFvNzZ00n1m07L+oA@mail.gmail.com>
Subject: OpenSSL not updated when using freebsd-update
From: Chris Meyer <cmeyer1969+freebsd@gmail.com>
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 22 Oct 2014 21:36:16 -0000

Using a VirtualBox I installed FreeBSD 9.3 from here:

ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/ISO-IMAGES/9.3/

When I initially run the system, I get the following info:

# uname -r
9.3-RELEASE
# openssl version
OpenSSL 0.9.8za-freebsd 5 Jun 2014

Next I run:

/usr/sbin/freebsd-update fetch
/usr/sbin/freebsd-update install
shutdown -r now

When it reboots, I get the following info:

# uname -r
9.3-RELEASE-p3
# openssl version
OpenSSL 0.9.8za-freebsd 5 Jun 2014

Why hasn't OpenSSL been updated to a more recent (fixed) version?