aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2016-11-26 23:41:16 +0000
committerJason E. Hale <jhale@FreeBSD.org>2016-11-26 23:41:16 +0000
commitd32b8fe316925be3d05e22f643f44fedfae8b961 (patch)
tree1e863b1e1d51ff45d4b7cc6dddb94bc72e38f36b /UPDATING
parentf334a7c6fa06f00541ac25486de9ddf61e6109b3 (diff)
downloadports-d32b8fe316925be3d05e22f643f44fedfae8b961.tar.gz
ports-d32b8fe316925be3d05e22f643f44fedfae8b961.zip
Update security/gpgme-* to 1.8.0
In this version, libgpgme-pthread.so has been removed in favor of just using libgpgme.so as the thread-safe library. PORTREVISION has been bumped on all ports depending on security/gpgme so that any that may have linked to -lgpgme-pthread will link to -lgpgme instead. The Python module provided by security/py-gpgme has been renamed upstream from pyme3 to gpg. This removes the conflict with security/py-pyme, although security/py-gpgme is still the direct replacement of that module.
Notes
Notes: svn path=/head/; revision=427185
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 88cff35a69b3..3a3a9d2c5c87 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,24 @@ 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.
+20161126:
+ AFFECTS: Users of security/gpgme-*
+ AUTHOR: jhale@FreeBSD.org
+
+ Gpgme has been updated to 1.8.0.
+ With it comes the removal of libgpgme-pthread.so in favor of using
+ libgpgme.so itself as the thread-safe library. Ports that may have
+ linked to -lgpgme-pthread will now just link to -lgpgme. PORTREVISION
+ has been bumped on all ports with a dependency on security/gpgme.
+
+ The Python module provided by security/py-gpgme has been renamed
+ from pyme3 to gpg, as well.
+
+ Portmaster users:
+ portmaster -r gpgme
+ Portupgrade users:
+ portupgrade -fr security/gpgme
+
20161121:
AFFECTS: Users of graphics/tiff
AUTHOR: antoine@FreeBSD.org