From owner-svn-ports-head@freebsd.org Fri Feb 3 08:42:44 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 888A4CCE57B; Fri, 3 Feb 2017 08:42:44 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 5577C1539; Fri, 3 Feb 2017 08:42:44 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v138gha3075107; Fri, 3 Feb 2017 08:42:43 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v138ghEK075106; Fri, 3 Feb 2017 08:42:43 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201702030842.v138ghEK075106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 3 Feb 2017 08:42:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433203 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2017 08:42:44 -0000 Author: brnrd Date: Fri Feb 3 08:42:43 2017 New Revision: 433203 URL: https://svnweb.freebsd.org/changeset/ports/433203 Log: UPDATING: Add entry for libressl-devel shlib bump Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Feb 3 08:31:36 2017 (r433202) +++ head/UPDATING Fri Feb 3 08:42:43 2017 (r433203) @@ -5,6 +5,15 @@ 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. +20170203: + AFFECTS: users of security/libressl-devel + AUTHOR: brnrd@FreeBSD.org + + The version 2.5.1 bumps the libcrypto, libssl and libtls shared library + versions. You will have to rebuild all packages that depend on + libressl-devel. Check the 20160811 libressl entry for more detailed + guidance on rebuilding. + 20170202: AFFECTS: users of www/uwsgi AUTHOR: feld@FreeBSD.org