diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 17:59:06 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-03 17:59:06 +0000 |
commit | 57030a96d11294d69023915121a57d0de0a4d096 (patch) | |
tree | 3fa8f62d065a9f97ba7d3fb7247fa2d185585d7b /UPDATING | |
parent | 0b6d63fea92422deca493caebedb67562eac320d (diff) | |
download | ports-57030a96d11294d69023915121a57d0de0a4d096.tar.gz ports-57030a96d11294d69023915121a57d0de0a4d096.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 |