diff options
author | dougb <dougb@FreeBSD.org> | 2010-06-18 05:35:18 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-06-18 05:35:18 +0800 |
commit | 7f32861c76e70f85e074fcda44fe38b5b8dfa487 (patch) | |
tree | 1615b103f241ae2633f23316b780b38432d758ef /UPDATING | |
parent | a0b84459dced5425c820f6ae995f3675d4a9ac0b (diff) | |
download | freebsd-ports-gnome-7f32861c76e70f85e074fcda44fe38b5b8dfa487.tar.gz freebsd-ports-gnome-7f32861c76e70f85e074fcda44fe38b5b8dfa487.tar.zst freebsd-ports-gnome-7f32861c76e70f85e074fcda44fe38b5b8dfa487.zip |
Describe the changes to gnupg and dirmngr to utilize the new libassuan
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 30 |
1 files changed, 29 insertions, 1 deletions
@@ -5,8 +5,36 @@ 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. +20100617: + AFFECTS: users of security/{dirmngr|gnupg} + AUTHOR: dougb@FreeBSD.org + + The security/libassuan port has been updated to version 2.0.0, and + the applications listed above have been updated to use it as of versions + 1.1.0 and 2.0.15 respectively. If you HAVE NOT updated your libassuan + port as described in the 20100613 entry, you can simply update all 3 + ports together (libassuan, dirmngr if installed, and gnupg) using your + normal upgrade path. If you HAVE updated to libassuan-1, then you need + to do the following before upgrading dirmngr and gnupg. + + If you use portupgrade: + + portupgrade -f -o security/libassuan security/libassuan-1 + + If you use portmaster: + + portmaster -o security/libassuan libassuan-1 + + If you use neither: + + pkg_delete -f libassuan* + + Please note, libassuan version 2.0.0 is now a shared library, so unlike + the previous version it is now a runtime dependency and cannot be deleted + after you are done building dirmngr and/or gnupg. + 20100613: - AFFECTS: users of deskutils/kdepim4, and security/{dirmngr|gnupg|gpa|opensc} + AFFECTS: users of deskutils/kdepim4, and security/{gpa|opensc} AUTHOR: dougb@FreeBSD.org The security/libassuan port has been updated to version 2.0.0, however |