From owner-freebsd-pkg@FreeBSD.ORG Thu Sep 25 15:20:56 2014 Return-Path: Delivered-To: freebsd-pkg@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 90FBF2DF for ; Thu, 25 Sep 2014 15:20:56 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (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 2BC68C8D for ; Thu, 25 Sep 2014 15:20:56 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id n12so6295065wgh.11 for ; Thu, 25 Sep 2014 08:20:54 -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=XtRJ5uD8qPsKkT6+1so+75vCv260KxvR4buIqcf/U9s=; b=WgXjqt7RWWYqebQ4O7i3z1o0DHkOhgKcATF7NrlU8jC8SdSCa3aQAdswVeal2TM2dp 9r5xHGV12Cdaur9NbM7ifo7ib3Y8K3Pqx2k2X9BVQsbuQYLqvmTamfmp4jxzE1UYkIZg DIU1K58KOERn5BsgZ9UQGm6J4sAMljcjRe3y4FPq70GVdLS2KYX5QB2grbTTJPDpa4Td TCNqP5agto0hldUIloYphDb0mvaUeV5b3vH2m1m9EbMVCtdpNYrxV7dDbmUajIMYyb94 OhbceDvwWPQW0uAZn6uAaTCxXxZy4J3UKHsVN8lgPQxCikwKw106KHe43DyL8ygiPRkH +02Q== MIME-Version: 1.0 X-Received: by 10.180.21.199 with SMTP id x7mr2259139wie.73.1411658454444; Thu, 25 Sep 2014 08:20:54 -0700 (PDT) Sender: cmeyer1969@gmail.com Received: by 10.216.116.197 with HTTP; Thu, 25 Sep 2014 08:20:54 -0700 (PDT) Date: Thu, 25 Sep 2014 08:20:54 -0700 X-Google-Sender-Auth: pl-pRPTSZiUZeYRkOb0blmeRwPE Message-ID: Subject: Updating openssl with pkg From: Chris Meyer To: freebsd-pkg@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 15:20:56 -0000 I'm running 9.2-RELEASE-p12 and using pkg (original system switched to pkg using pkg2ng). The system comes with openssl 0.9.8y. I have done 'pkg install openssl' and 'pkg info' shows openssl-1.0.1_15 is now installed. However, when I do 'openssl version' it still shows version 0.9.8y. How do I get the system to use the new version of openssl when installed using pkg?