File:  [cvs.NetBSD.org] / pkgsrc / security / gpgme / patches / patch-Makefile.in
Revision 1.3: download - view: text, annotated - select for diffs
Tue Jul 11 07:12:44 2023 UTC (18 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
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]

$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
 

CVSweb <webmaster@jp.NetBSD.org>