aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2015-07-08 19:27:47 +0000
committerBernard Spil <brnrd@FreeBSD.org>2015-07-08 19:27:47 +0000
commitac5722cc602b28c5770055e80a447dbe2e50f414 (patch)
tree4aaad54c10497f5780465eadd01b1309f14bc90e /UPDATING
parent1f96f19ce0655dfcf59c4c2aa00468a67da43bc0 (diff)
downloadports-ac5722cc602b28c5770055e80a447dbe2e50f414.tar.gz
ports-ac5722cc602b28c5770055e80a447dbe2e50f414.zip
security/libressl: Update to 2.2.1
* Minor update from OpenBSD LibreSSL-portable * Bumps all SHLIB versions * Bumps OPENSSL_SHLIBVER in bsd.openssl.mk * Adds UPDATING entry for SHLIB version bump * MFH as 2.2.0 already closes several vulns Changes: ftp://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.2.1-relnotes.txt Differential revision: https://reviews.freebsd.org/D2963 Reviewed by: vsevolod (maintainer/mentor), koobs (mentor) Approved by: vsevolod (maintainer/mentor), koobs (mentor) MFH: 2015Q3
Notes
Notes: svn path=/head/; revision=391592
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a7343e3574ca..b11387e8b586 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,21 @@ 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.
+20150708:
+ AFFECTS: users of security/libressl
+ AUTHOR: brnrd@FreeBSD.org
+
+ After upgrading to 2.2.1, manually update all packages that depend on
+ any of the libraries provided by LibreSSL (libssl, libcrypto and
+ libtls) since the versions of these libraries have 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.
+
20150707:
AFFECTS: users of net-mgmt/netmagis-*
AUTHOR: pgollucci@FreeBSD.org