summaryrefslogtreecommitdiff
path: root/security/gpgme/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-09-04 08:25:55 +0000
committerwiz <wiz@pkgsrc.org>2014-09-04 08:25:55 +0000
commit8f9ad7aec3bac03c3639e8ee798fd5738b659976 (patch)
tree13ff9b91e5aac30509ad9e961bb0168eabe2ae3e /security/gpgme/patches
parentc861d022f1ed1d99719e660870741ee642b59e91 (diff)
downloadpkgsrc-8f9ad7aec3bac03c3639e8ee798fd5738b659976.tar.gz
Update to 1.5.1:
Noteworthy changes in version 1.5.1 (2014-07-30) [C24/A13/R0] ------------------------------------------------------------- * Fixed possible overflow in gpgsm and uiserver engines. [CVE-2014-3564] * Added support for GnuPG 2.1's --with-secret option. * Interface changes relative to the 1.5.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GPGME_KEYLIST_MODE_WITH_SECRET NEW. Noteworthy changes in version 1.5.0 (2014-05-21) [C23/A12/R0] ------------------------------------------------------------- * On Unices the engine file names are not not anymore hardwired but located via the envvar PATH. All options to set the name of the engines for the configure run are removed. * If GPGME finds the gpgconf binary it defaults to using gpg2 or whatever gpgconf tells as name for the OpenPGP engine. If gpgconf is not found, GPGME looks for an engine named "gpg". * New feature to use the gpgme I/O subsystem to run arbitrary commands. * New flag to use encryption without the default compression step. * New function to access "gpg-conf --list-dirs" * New configure option --enable-fixed-path for use by Android. * Support ECC algorithms. * Interface changes relative to the 1.4.3 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_get_dirinfo NEW. gpgme_op_spawn_start NEW. gpgme_op_spawn NEW. GPGME_PROTOCOL_SPAWN NEW. GPGME_SPAWN_DETACHED NEW. GPGME_SPAWN_ALLOW_SET_FG NEW. GPGME_ENCRYPT_NO_COMPRESS NEW. GPGME_PK_ECC NEW. GPGME_MD_SHA224 NEW. gpgme_subkey_t EXTENDED: New field curve. GPGME_STATUS_PLAINTEXT_LENGTH NEW. GPGME_STATUS_MOUNTPOINT NEW. GPGME_STATUS_PINENTRY_LAUNCHED NEW. GPGME_STATUS_ATTRIBUTE NEW. GPGME_STATUS_BEGIN_SIGNING NEW. GPGME_STATUS_KEY_NOT_CREATED NEW.
Diffstat (limited to 'security/gpgme/patches')
-rw-r--r--security/gpgme/patches/patch-ac19
1 files changed, 5 insertions, 14 deletions
diff --git a/security/gpgme/patches/patch-ac b/security/gpgme/patches/patch-ac
index 056fde9b2c1..b63ec06e7d1 100644
--- a/security/gpgme/patches/patch-ac
+++ b/security/gpgme/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.10 2013/05/03 16:36:04 drochner Exp $
+$NetBSD: patch-ac,v 1.11 2014/09/04 08:25:56 wiz Exp $
---- configure.orig 2013-05-01 12:18:09.000000000 +0000
+--- configure.orig 2014-07-30 09:54:53.000000000 +0000
+++ configure
-@@ -2729,6 +2729,7 @@ $as_echo "$as_me: creating cache $cache_
+@@ -2710,6 +2710,7 @@ $as_echo "$as_me: creating cache $cache_
fi
as_fn_append ac_header_list " locale.h"
@@ -10,7 +10,7 @@ $NetBSD: patch-ac,v 1.10 2013/05/03 16:36:04 drochner Exp $
as_fn_append ac_header_list " sys/select.h"
as_fn_append ac_header_list " sys/uio.h"
as_fn_append ac_header_list " argp.h"
-@@ -17173,7 +17174,7 @@ if ${ac_cv_lib_pthread_pthread_create+:}
+@@ -17195,7 +17196,7 @@ if ${ac_cv_lib_pthread_pthread_create+:}
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
@@ -19,7 +19,7 @@ $NetBSD: patch-ac,v 1.10 2013/05/03 16:36:04 drochner Exp $
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-@@ -17768,7 +17769,7 @@ main ()
+@@ -17873,7 +17874,7 @@ main ()
return 0;
}
_ACEOF
@@ -28,12 +28,3 @@ $NetBSD: patch-ac,v 1.10 2013/05/03 16:36:04 drochner Exp $
gpgme_cv_tls_works=yes
else
gpgme_cv_tls_works=no
-@@ -18952,7 +18953,7 @@ IFS=$as_save_IFS
- esac
- fi
- GPGSM=$ac_cv_path_GPGSM
--if test -n "$GPGSM"; then
-+if test "$GPGSM" != no; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GPGSM" >&5
- $as_echo "$GPGSM" >&6; }
- else