From d32b8fe316925be3d05e22f643f44fedfae8b961 Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Sat, 26 Nov 2016 23:41:16 +0000 Subject: 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. --- UPDATING | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'UPDATING') 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 -- cgit v1.2.3