pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/gpgme
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 19 07:23:17 UTC 2023
Modified Files:
pkgsrc/security/gpgme: Makefile distinfo
Removed Files:
pkgsrc/security/gpgme/patches: patch-lang_cpp_src_importresult.cpp
Log Message:
gpgme: update to 1.19.0.
Noteworthy changes in version 1.19.0 (2023-03-17)
-------------------------------------------------
* New convenience option --identify for gpgme-json.
* New context flag "no-auto-check-trustdb". [T6261]
* Optionally, build QGpgME for Qt 6
* Support component "gpgtar-name" in gpgme_get_dirinfo. [T6342]
* Extended gpgme_op_encrypt*, gpgme_op_encrypt_sign*, and
gpgme_op_sign* to allow creating an encrypted and/or signed
archive. [T6342]
* Extended gpgme_op_decrypt*, gpgme_op_decrypt_verify*, and gpgme_op_verify*
to allow extracting an encrypted and/or signed archive. [T6342]
* cpp: Handle error when trying to sign expired keys. [T6155]
* cpp: Support encryption flags ThrowKeyIds, EncryptWrap, and WantAddress.
[T6359]
* cpp, qt: Fix building with C++11. [T6141]
* qt: Fix problem with expiration dates after 2038-01-19 on 32-bit systems
when adding an existing subkey to another key. [T6137]
* cpp: Allow setting the curve to use when generating ECC keys
for smart cards. [T4429]
* qt: Extend ListAllKeysJob to allow disabling the automatic trust database
check when listing all keys. [T6261]
* qt: Allow deferred start of import jobs. [T6323]
* qt: Support creating and extracting signed and encrypted archives. [T6342]
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/security/gpgme/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/security/gpgme/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/security/gpgme/patches/patch-lang_cpp_src_importresult.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/gpgme/Makefile
diff -u pkgsrc/security/gpgme/Makefile:1.108 pkgsrc/security/gpgme/Makefile:1.109
--- pkgsrc/security/gpgme/Makefile:1.108 Fri Aug 19 11:15:16 2022
+++ pkgsrc/security/gpgme/Makefile Sun Mar 19 07:23:16 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.108 2022/08/19 11:15:16 tnn Exp $
+# $NetBSD: Makefile,v 1.109 2023/03/19 07:23:16 wiz Exp $
-DISTNAME= gpgme-1.18.0
+DISTNAME= gpgme-1.19.0
CATEGORIES= security
MASTER_SITES= https://www.gnupg.org/ftp/gcrypt/gpgme/
EXTRACT_SUFX= .tar.bz2
Index: pkgsrc/security/gpgme/distinfo
diff -u pkgsrc/security/gpgme/distinfo:1.52 pkgsrc/security/gpgme/distinfo:1.53
--- pkgsrc/security/gpgme/distinfo:1.52 Fri Aug 19 11:15:16 2022
+++ pkgsrc/security/gpgme/distinfo Sun Mar 19 07:23:16 2023
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.52 2022/08/19 11:15:16 tnn Exp $
+$NetBSD: distinfo,v 1.53 2023/03/19 07:23:16 wiz Exp $
-BLAKE2s (gpgme-1.18.0.tar.bz2) = 48a1a66cca2fbe838112932507f11119039c07e2150da2d4fb392cb6ff21c5c4
-SHA512 (gpgme-1.18.0.tar.bz2) = c0cb0b337d017793a15dd477a7f5eaef24587fcda3d67676bf746bb342398d04792c51abe3c26ae496e799c769ce667d4196d91d86e8a690d02c6718c8f6b4ac
-Size (gpgme-1.18.0.tar.bz2) = 1762323 bytes
+BLAKE2s (gpgme-1.19.0.tar.bz2) = 9319151681a9683d40e2b825ad7baa4d86b744ef61fee558a5ae65e8fbb251be
+SHA512 (gpgme-1.19.0.tar.bz2) = c6f01ad9432abe33f407e81083dd2f299375ad13b0517429ea1c55fb8cffa05e470dd26f5910a78b8d0f4c8c1e620788a9f369d983c191a3dac681714054fe84
+Size (gpgme-1.19.0.tar.bz2) = 1821913 bytes
SHA1 (patch-Makefile.in) = ab9510ae7af22350b7f34de0461d1a9574371089
SHA1 (patch-aa) = 6b81bc9b6b17f14329e0dbf1917d1352c142c072
-SHA1 (patch-lang_cpp_src_importresult.cpp) = 3ca3b68c2846debc563d8d12e38ae626cf29035d
Home |
Main Index |
Thread Index |
Old Index