diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-04 01:59:06 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-04 01:59:06 +0800 |
commit | 68873dfba41f305bbe8059df72bd8f4f96e6fd57 (patch) | |
tree | 3fa8f62d065a9f97ba7d3fb7247fa2d185585d7b /UPDATING | |
parent | 79323f93d3c8ecd32ba4875fcdae3dfbea82f329 (diff) | |
download | freebsd-ports-gnome-68873dfba41f305bbe8059df72bd8f4f96e6fd57.tar.gz freebsd-ports-gnome-68873dfba41f305bbe8059df72bd8f4f96e6fd57.tar.zst freebsd-ports-gnome-68873dfba41f305bbe8059df72bd8f4f96e6fd57.zip |
Add a note about the security/libgcrypt update.
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 |