pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gpgme gpgme: update to 1.17.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44aedfffb92a
branches:  trunk
changeset: 377507:44aedfffb92a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 21 09:45:34 2022 +0000

description:
gpgme: update to 1.17.1.

Noteworthy changes in version 1.17.1 (2022-03-06)
-------------------------------------------------

 * qt: Fix a bug in the ABI compatibility of 1.17.0.  [T5834]


Noteworthy changes in version 1.17.0 (2022-02-07)
-------------------------------------------------

 * New context flag "key-origin".  [#5733]

 * New context flag "import-filter".  [#5739]

 * New export mode to export secret subkeys.  [#5757]

 * Detect errors during the export of secret keys.  [#5766]

 * New function gpgme_op_receive_keys to import keys from a keyserver
   without first running a key listing.  [#5808]

 * Detect bad passphrase error in certificate import.  [T5713]

 * Allow setting --key-origin when importing keys.  [T5733]

 * Support components "keyboxd", "gpg-agent", "scdaemon", "dirmngr",
   "pinentry", and "socketdir" in gpgme_get_dirinfo.  [T5727,T5613]

 * Under Unix use poll(2) instead of select(2), when available.
   [T2385]

 * Do not use --flat_namespace when linking for macOS.  [T5610]

 * Fix results returned by gpgme_data_* functions.  [T5481]

 * Support closefrom also for glibc.  [rM4b64774b6d]

 * cpp,qt: Add support for export of secret keys and secret subkeys.
   [#5757]

 * cpp,qt: Support for adding existing subkeys to other keys.  [#5770]

 * qt: Extend ChangeExpiryJob to change expiration of primary key
   and of subkeys at the same time. [#4717]

 * qt: Expect UTF-8 on stderr on Windows.  [rM8fe1546282]

 * qt: Allow retrieving the default value of a config entry.  [T5515]

Noteworthy changes in version 1.16.0 (2021-06-24)
-------------------------------------------------

 * New context flag "cert-expire".  [#5505]

 * New data flags "io-buffer-size" and "sensitive".  [#5478]

 * Increase I/O buffer size from 512 to 4k under Windows.

 * cpp,qt: Add support for trust signatures. [#5421]

 * qt: Add support for flags in LDAP server options. [#5217]

 * qt: Fix too high memory consumption due to QProcess.  [#5475]

 * qt: Do not set empty base DN as query of keyserver URL.  [#5465]

 * qt: Extend SignKeyJob to create signatures with expiration date.
   [5506]

 * python: New optional parameter filter_signatures for decrypt.
   [#5292]

diffstat:

 security/gpgme/Makefile                  |   4 ++--
 security/gpgme/PLIST                     |   3 ++-
 security/gpgme/distinfo                  |  10 +++++-----
 security/gpgme/patches/patch-Makefile.in |   8 ++++----
 4 files changed, 13 insertions(+), 12 deletions(-)

diffs (64 lines):

diff -r 7090daa83464 -r 44aedfffb92a security/gpgme/Makefile
--- a/security/gpgme/Makefile   Thu Apr 21 07:59:58 2022 +0000
+++ b/security/gpgme/Makefile   Thu Apr 21 09:45:34 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2022/04/21 07:34:11 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2022/04/21 09:45:34 wiz Exp $
 
-DISTNAME=      gpgme-1.15.1
+DISTNAME=      gpgme-1.17.1
 CATEGORIES=    security
 MASTER_SITES=  https://www.gnupg.org/ftp/gcrypt/gpgme/
 EXTRACT_SUFX=  .tar.bz2
diff -r 7090daa83464 -r 44aedfffb92a security/gpgme/PLIST
--- a/security/gpgme/PLIST      Thu Apr 21 07:59:58 2022 +0000
+++ b/security/gpgme/PLIST      Thu Apr 21 09:45:34 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2021/01/31 13:03:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2022/04/21 09:45:34 wiz Exp $
 bin/gpgme-config
 bin/gpgme-json
 bin/gpgme-tool
@@ -14,6 +14,7 @@
 include/gpgme++/eventloopinteractor.h
 include/gpgme++/exception.h
 include/gpgme++/global.h
+include/gpgme++/gpgaddexistingsubkeyeditinteractor.h
 include/gpgme++/gpgadduserideditinteractor.h
 include/gpgme++/gpgagentgetinfoassuantransaction.h
 include/gpgme++/gpggencardkeyinteractor.h
diff -r 7090daa83464 -r 44aedfffb92a security/gpgme/distinfo
--- a/security/gpgme/distinfo   Thu Apr 21 07:59:58 2022 +0000
+++ b/security/gpgme/distinfo   Thu Apr 21 09:45:34 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.49 2021/10/26 11:17:07 nia Exp $
+$NetBSD: distinfo,v 1.50 2022/04/21 09:45:34 wiz Exp $
 
-BLAKE2s (gpgme-1.15.1.tar.bz2) = b176678844c9c623cf5ef2dc93838221cc51339ba801218784f1fb5d9162ca4b
-SHA512 (gpgme-1.15.1.tar.bz2) = 1d75a848cce6389f7cb8896b57a28dfe1dc5a447bfb4f128b0994a43e04134343400a3be063e971f03dfd595474cfd558519741d5d56afb3e84853ad4f2a45c2
-Size (gpgme-1.15.1.tar.bz2) = 1699349 bytes
-SHA1 (patch-Makefile.in) = 3277143d4aca64067249e03f584c9f7381c9037e
+BLAKE2s (gpgme-1.17.1.tar.bz2) = 57edb2d313b3db785aff56ea3c1ea90e69d62a9db30d99cae2456634c32a3da0
+SHA512 (gpgme-1.17.1.tar.bz2) = e6399c3de1e430e38f2692bf5ec0c02ecb36ea3dbb56ff29dc3a438a5be4900a77a0559dc5b673dc1ffbff5e7f589e548e19176b2644fe8f63e00c6b9181b920
+Size (gpgme-1.17.1.tar.bz2) = 1747692 bytes
+SHA1 (patch-Makefile.in) = ab9510ae7af22350b7f34de0461d1a9574371089
 SHA1 (patch-aa) = 6b81bc9b6b17f14329e0dbf1917d1352c142c072
diff -r 7090daa83464 -r 44aedfffb92a security/gpgme/patches/patch-Makefile.in
--- a/security/gpgme/patches/patch-Makefile.in  Thu Apr 21 07:59:58 2022 +0000
+++ b/security/gpgme/patches/patch-Makefile.in  Thu Apr 21 09:45:34 2022 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-Makefile.in,v 1.1 2020/08/25 08:54:52 schmonz Exp $
+$NetBSD: patch-Makefile.in,v 1.2 2022/04/21 09:45:34 wiz Exp $
 
 Don't run tests before TEST_TARGET.
 
---- Makefile.in.orig   2020-07-16 15:21:00.000000000 +0000
+--- Makefile.in.orig   2022-03-06 16:51:58.000000000 +0000
 +++ Makefile.in
-@@ -458,7 +458,7 @@ EXTRA_DIST = autogen.sh autogen.rc gpgme
-              conf/whatisthis VERSION
+@@ -459,7 +459,7 @@ EXTRA_DIST = autogen.sh autogen.rc gpgme
+              conf/whatisthis VERSION LICENSES
  
  @RUN_GPG_TESTS_FALSE@tests = 
 -@RUN_GPG_TESTS_TRUE@tests = tests



Home | Main Index | Thread Index | Old Index