aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-05-03 17:59:06 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-05-03 17:59:06 +0000
commit57030a96d11294d69023915121a57d0de0a4d096 (patch)
tree3fa8f62d065a9f97ba7d3fb7247fa2d185585d7b /UPDATING
parent0b6d63fea92422deca493caebedb67562eac320d (diff)
downloadports-57030a96d11294d69023915121a57d0de0a4d096.tar.gz
ports-57030a96d11294d69023915121a57d0de0a4d096.zip
Add a note about the security/libgcrypt update.
Notes
Notes: svn path=/head/; revision=317227
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING21
1 files changed, 21 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index faa7eff29618..5d12282207be 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,27 @@ 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.
+20130503:
+ AFFECTS: users of security/libgcrypt and any port that depends on it
+ AUTHOR: ehaupt@FreeBSD.org
+
+ The libgcrypt port has been updated to 1.5.2 and all shared libraries
+ versions have been bumped. So you need to rebuild all applications that
+ depend on libgcrypt. Do something like:
+
+ # portmaster -r libgcrypt
+
+ or
+
+ # portupgrade -rf libgcrypt
+
+ Alternatively, you may install sysutils/bsdadminscripts, run pkg_libchk and
+ rebuild all detected ports:
+
+ # pkg_libchk | tee /tmp/rebuild
+ # awk -F':' '/libgcrypt.so/ {print $1}' /tmp/rebuild | sort | uniq \
+ | xargs portmaster -D
+
20130502:
AFFECTS: users of ports-mgmt/pkg, ports-mgmt/poudriere, ports-mgmt/tinderbox
AUTHOR: bdrewery@FreeBSD.org