aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2013-02-05 16:17:06 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2013-02-05 16:17:06 +0000
commit91e365d630f06550c027e8d6416042302496c4fb (patch)
tree39eb76ce76a50126ac09099f3cbbc3b7b481086a /UPDATING
parent0412e1a725a89281f5390bc9d0d2fb5c8cef318f (diff)
downloadports-91e365d630f06550c027e8d6416042302496c4fb.tar.gz
ports-91e365d630f06550c027e8d6416042302496c4fb.zip
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Notes
Notes: svn path=/head/; revision=311722
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index bdddd31cddbe..40cc24d2cbf6 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.
+20130205:
+ AFFECTS: users of security/gnutls and any port that depends on it
+ AUTHOR: novel@FreeBSD.org
+
+ gnutls has been updated to 2.12.23 and all shared libraries' versions have
+ been bumped. So you need to rebuild all applications that depend on
+ gnutls.
+
+ If you use portmaster:
+ portmaster -r gnutls
+ If you use portupgrade:
+ portupgrade -fr security/gnutls
+ If you use pkgng with binary packages:
+ pkg install -fR security/gnutls
+
20130204:
AFFECTS: users of sysutils/zfstools
AUTHOR: bdrewery@FreeBSD.org