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: adam
Date: Tue Jul 11 07:12:44 UTC 2023
Modified Files:
pkgsrc/security/gpgme: Makefile distinfo
pkgsrc/security/gpgme/patches: patch-Makefile.in
Log Message:
gpgme: updated to 1.21.0
Noteworthy changes in version 1.21.0 (2023-07-07)
-------------------------------------------------
* Extended gpgme_op_encrypt, gpgme_op_encrypt_sign, and gpgme_op_sign
to allow writing the output directly to a file. [T6530]
* Extended gpgme_op_decrypt and gpgme_op_verify to allow reading the
input data directly from files. [T6530]
* For key signing and uid revoking allow an empty user id.
[rMfbc3963d62]
* Pass an input-size-hint also to the gpgsm engine. [T6534]
* qt: Allow writing the created archives directly to a
file. [T6530]
* qt: Allow reading the signed/encrypted archive to decrypt
or verify directly from a file. [T6530]
* qt: Qt Jobs working with QIODeviceDataProvider now properly
handle input-size hints and progress for files larger.
2^32 bytes in 32 bit builds. [T6534]
* cpp: Error::isCanceled now also returns true for error code
GPG_ERR_FULLY_CANCELED. [T6510]
* python: Fix wrong use of write. [T6501]
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/security/gpgme/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/security/gpgme/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/gpgme/patches/patch-Makefile.in
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.110 pkgsrc/security/gpgme/Makefile:1.111
--- pkgsrc/security/gpgme/Makefile:1.110 Sun Apr 23 09:01:19 2023
+++ pkgsrc/security/gpgme/Makefile Tue Jul 11 07:12:43 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.110 2023/04/23 09:01:19 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2023/07/11 07:12:43 adam Exp $
-DISTNAME= gpgme-1.20.0
+DISTNAME= gpgme-1.21.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.54 pkgsrc/security/gpgme/distinfo:1.55
--- pkgsrc/security/gpgme/distinfo:1.54 Sun Apr 23 09:01:19 2023
+++ pkgsrc/security/gpgme/distinfo Tue Jul 11 07:12:43 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.54 2023/04/23 09:01:19 wiz Exp $
+$NetBSD: distinfo,v 1.55 2023/07/11 07:12:43 adam Exp $
-BLAKE2s (gpgme-1.20.0.tar.bz2) = 9f254b35d05efd18e6549683e4de59e4ba7842bcc7dee599ee9dbcec2d5898e2
-SHA512 (gpgme-1.20.0.tar.bz2) = 82dfd272edd4adab09e8428bf809c13eeb50a4a7d2397c41d29ffa3832c4f46054ad75eb053fbcc876ebbf78bb8bcf71d95bc9dad68f4b326492ea513dd5b606
-Size (gpgme-1.20.0.tar.bz2) = 1817377 bytes
-SHA1 (patch-Makefile.in) = ab9510ae7af22350b7f34de0461d1a9574371089
+BLAKE2s (gpgme-1.21.0.tar.bz2) = 6892a69127ec57208441a49fcb43eb7a2878bc722937dcd01e12bd44369881ae
+SHA512 (gpgme-1.21.0.tar.bz2) = eb70813d22920d6d54459a4271259edf55d5833edfdd053551ca245521e06a8c19ed02dc93e0c53132a699e6d8c82499f50caf8e390af28468e3549470595b7d
+Size (gpgme-1.21.0.tar.bz2) = 1830113 bytes
+SHA1 (patch-Makefile.in) = cb7c98f165165f026cd4f67a0f9707c3599a7de1
SHA1 (patch-aa) = 6b81bc9b6b17f14329e0dbf1917d1352c142c072
Index: pkgsrc/security/gpgme/patches/patch-Makefile.in
diff -u pkgsrc/security/gpgme/patches/patch-Makefile.in:1.2 pkgsrc/security/gpgme/patches/patch-Makefile.in:1.3
--- pkgsrc/security/gpgme/patches/patch-Makefile.in:1.2 Thu Apr 21 09:45:34 2022
+++ pkgsrc/security/gpgme/patches/patch-Makefile.in Tue Jul 11 07:12:44 2023
@@ -1,12 +1,12 @@
-$NetBSD: patch-Makefile.in,v 1.2 2022/04/21 09:45:34 wiz Exp $
+$NetBSD: patch-Makefile.in,v 1.3 2023/07/11 07:12:44 adam Exp $
Don't run tests before TEST_TARGET.
---- Makefile.in.orig 2022-03-06 16:51:58.000000000 +0000
+--- Makefile.in.orig 2023-07-07 11:37:35.000000000 +0000
+++ Makefile.in
-@@ -459,7 +459,7 @@ EXTRA_DIST = autogen.sh autogen.rc gpgme
- conf/whatisthis VERSION LICENSES
-
+@@ -470,7 +470,7 @@ EXTRA_DIST = autogen.sh autogen.rc gpgme
+ # This artificial line is to put a dependency to conf/config.h for 'all'
+ BUILT_SOURCES = conf/config.h
@RUN_GPG_TESTS_FALSE@tests =
-@RUN_GPG_TESTS_TRUE@tests = tests
+@RUN_GPG_TESTS_TRUE@tests = #tests
Home |
Main Index |
Thread Index |
Old Index