aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2011-06-05 18:43:16 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2011-06-05 18:43:16 +0000
commit207386f96a454f28a3f0a367069d0d4715b9e6e2 (patch)
treea498091a932a1bb378d3a0a8f8dcc91f46a54771 /UPDATING
parentc96ae66b570729bd8c116293984c253bfe446655 (diff)
downloadports-207386f96a454f28a3f0a367069d0d4715b9e6e2.tar.gz
ports-207386f96a454f28a3f0a367069d0d4715b9e6e2.zip
Chase security/gnutls update and add an UPDATING entry.
Notes
Notes: svn path=/head/; revision=275104
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 479e01b89ce3..380d58d8ed08 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20110605:
+ AFFECTS: users of security/gnutls and any port that depends on it
+ AUTHOR: novel@FreeBSD.org
+
+ gnutls has been updated to 2.12.6.1 and all shared libraries' versions have
+ been bumped. So you need to rebuild all applications that depend on
+ gnutls. Do something like:
+
+ portupgrade -rf gnutls
+ portmaster -r gnutls
+
+20110605:
AFFECTS: users of sysutils/zfsnap
AUTHOR: Aldis Berjoza <aldis@bsdroot.lv>