aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING23
1 files changed, 23 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index dddc907888d0..6070d0032292 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,29 @@ 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.
+20100613:
+ AFFECTS: users of deskutils/kdepim4, and security/{dirmngr|gnupg|gpa|opensc}
+ AUTHOR: dougb@FreeBSD.org
+
+ The security/libassuan port has been updated to version 2.0.0, however
+ the applications listed above are not yet compatible with it. Therefore
+ security/libassuan-1 has been created until they can be updated, and the
+ ports listed above have been updated to depend on it. You must first
+ replace your existing libassuan with version 1 in the new location, then
+ you can update the ports listed above normally.
+
+ If you use portupgrade:
+
+ portupgrade -f -o security/libassuan-1 security/libassuan
+
+ If you use portmaster:
+
+ portmaster -o security/libassuan-1 libassuan
+
+ If you use neither:
+
+ pkg_delete -f libassuan*
+
20100609:
AFFECTS: users of audio/libogg and audio/libao
AUTHOR: naddy@FreeBSD.org