aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-05-10 21:19:08 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-05-10 21:19:08 +0000
commit48e62d9a379cd45a15f6ae89d564f81b3c13d16e (patch)
treeb627baa77f19bb1eab2fa4dee08aab1908131cd0 /UPDATING
parentfbdf96410f8e803568c33397323dd9d8d3af995f (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 04ef03caf3fa..d2e1561f459b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ 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.
+201005010:
+ AFFECTS: users of security/gnome-keyring
+ AUTHOR: kwm@FreeBSD.org
+
+ libgnome-keyring was split out of the gnome-keyring package.
+ Do the following before doing your normal upgrade steps.
+
+ pkg_delete -f "gnome-keyring-*"
+
+ portmaster security/gnome-keyring
+
+ or
+
+ portupgrade -R -x gnome-keyring -x libgnome-keyring gnome-keyring
+ pkg_deinstall -fO gnome-keyring
+ portinstall security/gnome-keyring
+
20100506:
AFFECTS: users of mail/nullmailer on FreeBSD 6.x
AUTHOR: glarkin@FreeBSD.org