aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2010-12-17 00:05:15 +0800
committerglarkin <glarkin@FreeBSD.org>2010-12-17 00:05:15 +0800
commit9633a33ea6b6ef255ab7797dc34cb95d2e507c59 (patch)
tree25e3cc92a4360600fad9af3de61e80860e78cf24 /UPDATING
parent88a595f04c297a1344e1b22162f200435b7be7ad (diff)
downloadfreebsd-ports-gnome-9633a33ea6b6ef255ab7797dc34cb95d2e507c59.tar.gz
freebsd-ports-gnome-9633a33ea6b6ef255ab7797dc34cb95d2e507c59.tar.zst
freebsd-ports-gnome-9633a33ea6b6ef255ab7797dc34cb95d2e507c59.zip
- Added entry for recent security/libksba update
Requested by: David Demelier <demelier dot david at gmail dot com>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING23
1 files changed, 23 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ee9ec8a538e0..d9082b44e408 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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