pkgsrc/security/gpgme/patches/patch-Makefile.in
adam f29b96eda1 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]
2023-07-11 07:12:43 +00:00

15 lines
516 B
Text

$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 2023-07-07 11:37:35.000000000 +0000
+++ Makefile.in
@@ -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
SUBDIRS = src ${tests} doc lang
gen_start_date = 2011-12-01T00:00:00