aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-07-30 03:57:23 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-07-30 03:57:23 +0000
commitb95d127471e2fd17cc8d189dbeec094e3ff556db (patch)
tree15807f23c2499ac331641e73da0725c3432fea04 /UPDATING
parent626234f3eae064cb91ca281da3c79d84b69bf30c (diff)
downloadports-b95d127471e2fd17cc8d189dbeec094e3ff556db.tar.gz
ports-b95d127471e2fd17cc8d189dbeec094e3ff556db.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 3c1e99c8a53a..785b48d95a0a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20140730:
+ AFFECTS: users of security/libgcrypt
+ AUTHOR: pi@FreeBSD.org
+
+ libgcrypt has been updated to 1.6.1 and all shared libraries versions have
+ been bumped. So you need to rebuild all applications that depend on
+ libgcrypt.
+
+ # portmaster -r libgcrypt
+ or
+ # portupgrade -fr security/libgcrypt
+ or
+ # pkg install -fR security/libgcrypt
+
20140728:
AFFECTS: users of net/GeoIP
AUTHOR: adamw@FreeBSD.org