diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2022-09-12 00:13:45 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2022-09-12 19:45:58 +0000 |
commit | 2bac0bbfc81e491d3488b58e23cd5520f17569ff (patch) | |
tree | 400dcbea06a4f923230f84e2401b57336b2f4a93 | |
parent | a5a5ed207c20a5a37e3a5306cc6d0f21f6958916 (diff) | |
download | ports-2bac0bbfc81e491d3488b58e23cd5520f17569ff.tar.gz ports-2bac0bbfc81e491d3488b58e23cd5520f17569ff.zip |
security/*gpgme*: Update to 1.18.0
-rw-r--r-- | security/gpgme-cpp/pkg-plist | 3 | ||||
-rw-r--r-- | security/gpgme-qt5/pkg-plist | 6 | ||||
-rw-r--r-- | security/gpgme/Makefile | 2 | ||||
-rw-r--r-- | security/gpgme/distinfo | 6 | ||||
-rw-r--r-- | security/gpgme/pkg-plist | 2 | ||||
-rw-r--r-- | security/py-gpgme/Makefile | 2 |
6 files changed, 13 insertions, 8 deletions
diff --git a/security/gpgme-cpp/pkg-plist b/security/gpgme-cpp/pkg-plist index 73e8a46aafec..d4df5cd9b34b 100644 --- a/security/gpgme-cpp/pkg-plist +++ b/security/gpgme-cpp/pkg-plist @@ -17,6 +17,7 @@ include/gpgme++/gpggencardkeyinteractor.h include/gpgme++/gpgmefw.h include/gpgme++/gpgmepp_export.h include/gpgme++/gpgmepp_version.h +include/gpgme++/gpgrevokekeyeditinteractor.h include/gpgme++/gpgsetexpirytimeeditinteractor.h include/gpgme++/gpgsetownertrusteditinteractor.h include/gpgme++/gpgsignkeyeditinteractor.h @@ -43,4 +44,4 @@ lib/cmake/Gpgmepp/GpgmeppConfig.cmake lib/cmake/Gpgmepp/GpgmeppConfigVersion.cmake lib/libgpgmepp.so lib/libgpgmepp.so.6 -lib/libgpgmepp.so.6.14.0 +lib/libgpgmepp.so.6.15.0 diff --git a/security/gpgme-qt5/pkg-plist b/security/gpgme-qt5/pkg-plist index 96ea3c7f2c59..148a89aae209 100644 --- a/security/gpgme-qt5/pkg-plist +++ b/security/gpgme-qt5/pkg-plist @@ -30,6 +30,8 @@ include/QGpgME/QGpgMENewCryptoConfig include/QGpgME/QuickJob include/QGpgME/ReceiveKeysJob include/QGpgME/RefreshKeysJob +include/QGpgME/RevokeKeyJob +include/QGpgME/SetPrimaryUserIDJob include/QGpgME/SignEncryptJob include/QGpgME/SignJob include/QGpgME/SignKeyJob @@ -74,6 +76,8 @@ include/qgpgme/qgpgmenewcryptoconfig.h include/qgpgme/quickjob.h include/qgpgme/receivekeysjob.h include/qgpgme/refreshkeysjob.h +include/qgpgme/revokekeyjob.h +include/qgpgme/setprimaryuseridjob.h include/qgpgme/signencryptjob.h include/qgpgme/signjob.h include/qgpgme/signkeyjob.h @@ -88,4 +92,4 @@ lib/cmake/QGpgme/QGpgmeConfig.cmake lib/cmake/QGpgme/QGpgmeConfigVersion.cmake lib/libqgpgme.so lib/libqgpgme.so.15 -lib/libqgpgme.so.15.0.0 +lib/libqgpgme.so.15.1.0 diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 5afaf41f3f23..4f0928a46aae 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,5 +1,5 @@ PORTNAME= gpgme -PORTVERSION= 1.17.1 +PORTVERSION= 1.18.0 PORTREVISION?= 0 CATEGORIES?= security MASTER_SITES= GNUPG/gpgme diff --git a/security/gpgme/distinfo b/security/gpgme/distinfo index c933c7bf0360..4759c8d03509 100644 --- a/security/gpgme/distinfo +++ b/security/gpgme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646673730 -SHA256 (gpgme-1.17.1.tar.bz2) = 711eabf5dd661b9b04be9edc9ace2a7bc031f6bd9d37a768d02d0efdef108f5f -SIZE (gpgme-1.17.1.tar.bz2) = 1747692 +TIMESTAMP = 1662932751 +SHA256 (gpgme-1.18.0.tar.bz2) = 361d4eae47ce925dba0ea569af40e7b52c645c4ae2e65e5621bf1b6cdd8b0e9e +SIZE (gpgme-1.18.0.tar.bz2) = 1762323 diff --git a/security/gpgme/pkg-plist b/security/gpgme/pkg-plist index 2c90a61a5643..f7b84b784988 100644 --- a/security/gpgme/pkg-plist +++ b/security/gpgme/pkg-plist @@ -8,7 +8,7 @@ lib/common-lisp/gpgme/gpgme.asd lib/common-lisp/gpgme/gpgme.lisp lib/libgpgme.so lib/libgpgme.so.11 -lib/libgpgme.so.11.26.0 +lib/libgpgme.so.11.27.0 libdata/pkgconfig/gpgme-glib.pc libdata/pkgconfig/gpgme.pc share/aclocal/gpgme.m4 diff --git a/security/py-gpgme/Makefile b/security/py-gpgme/Makefile index fb2fb5f7daf4..06c2dcb7f7f3 100644 --- a/security/py-gpgme/Makefile +++ b/security/py-gpgme/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |