From owner-svn-ports-all@FreeBSD.ORG Mon Jun 15 17:31:23 2015 Return-Path: Delivered-To: svn-ports-all@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B102733C; Mon, 15 Jun 2015 17:31:23 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F1D9D44; Mon, 15 Jun 2015 17:31:23 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5FHVNtY067620; Mon, 15 Jun 2015 17:31:23 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5FHVNdQ067619; Mon, 15 Jun 2015 17:31:23 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201506151731.t5FHVNdQ067619@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Mon, 15 Jun 2015 17:31:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389740 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2015 17:31:23 -0000 Author: brnrd Date: Mon Jun 15 17:31:22 2015 New Revision: 389740 URL: https://svnweb.freebsd.org/changeset/ports/389740 Log: Add rebuild of LibreSSL ports to UPDATING - security/libressl update to 2.2.0 bumped libcrypto to .33 [1] - Ports linking to libressl will fail on missing libcrypto [1] https://svnweb.freebsd.org/ports?view=revision&revision=389631 Differential revision: D2827 Requested by: blakkheim Reviewed by: koobs Approved by: koobs (mentor) MFH: 2015Q2 Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Jun 15 17:15:00 2015 (r389739) +++ head/UPDATING Mon Jun 15 17:31:22 2015 (r389740) @@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20150615: + AFFECTS: users of security/libressl + AUTHOR: brnrd@FreeBSD.org + + After upgrading libressl, manually update all packages that depend on + this library since its version has changed. Normally, you can obtain the + list of dependent software by running the following command: + + pkg query -e '%n = libressl' %ro + + Then you should rebuild all ports depending on libressl to avoid dangling + shared library dependencies. + 20150614: AFFECTS: users of audio/libmusicbrainz5 AUTHOR: jhale@FreeBSD.org