diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-12-16 16:05:15 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-12-16 16:05:15 +0000 |
commit | 7d363c06195be91979f7494565e8959627f422dc (patch) | |
tree | e028cd09afce12efc740f7e7946c1f0b888a5d86 /UPDATING | |
parent | 3858d10a8d396fd5c12b457a168cb93377103aa1 (diff) | |
download | ports-7d363c06195be91979f7494565e8959627f422dc.tar.gz ports-7d363c06195be91979f7494565e8959627f422dc.zip |
- Added entry for recent security/libksba update
Requested by: David Demelier <demelier dot david at gmail dot com>
Notes
Notes:
svn path=/head/; revision=266431
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -6,6 +6,29 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20101216: + AFFECTS: users of security/libksba + AUTHOR: glarkin@FreeBSD.org + + libksba has been updated to 1.1.0, and the shared library version has + increased from .17 to .18. + + Directly- and indirectly-dependent ports have had their PORTREVISION + bumped to facilitate rebuilding. Please rebuild the dependent ports + with your preferred upgrading tool: + + # portupgrade -rf security/libksba + -or- + # portmaster -w -r security/libksba + + If there are still ports on your system that require ksba.so.17 (either + in ${LOCALBASE}/lib/compat/pkg, or non-existent), _please_ file a PR so + that a correct direct dependency can be added. + + Once you are satisfied that no ports still depend on the old shared + library version (libksba.so.17), you can safely delete it from the + ${LOCALBASE}/lib/compat/pkg directory if it is present there. + +20101216: AFFECTS: users of databases/akonadi AUTHOR: avilla@FreeBSD.org |