diff options
author | wiz <wiz> | 2014-09-04 08:25:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-09-04 08:25:55 +0000 |
commit | dd40a2e1c1b29bbc6f883b0f19ab15967f435573 (patch) | |
tree | 13ff9b91e5aac30509ad9e961bb0168eabe2ae3e /security/gpgme | |
parent | 89cbeba14dbbb0997d17b5211a076268ecdb515f (diff) | |
download | pkgsrc-dd40a2e1c1b29bbc6f883b0f19ab15967f435573.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')
-rw-r--r-- | security/gpgme/Makefile | 4 | ||||
-rw-r--r-- | security/gpgme/distinfo | 10 | ||||
-rw-r--r-- | security/gpgme/patches/patch-ac | 19 |
3 files changed, 12 insertions, 21 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 54cf7a750df..b570a763b94 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.73 2014/08/21 20:40:58 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2014/09/04 08:25:55 wiz Exp $ -DISTNAME= gpgme-1.4.4 +DISTNAME= gpgme-1.5.1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/gpgme/distinfo b/security/gpgme/distinfo index 996ad347df6..600244f0386 100644 --- a/security/gpgme/distinfo +++ b/security/gpgme/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.32 2014/08/21 20:40:58 wiz Exp $ +$NetBSD: distinfo,v 1.33 2014/09/04 08:25:55 wiz Exp $ -SHA1 (gpgme-1.4.4.tar.bz2) = 1f9f668886c25467987a11c0d37c45e1ffe66b8e -RMD160 (gpgme-1.4.4.tar.bz2) = 878c130cf9e60c751b4fdcc8e42a1493fa7852ee -Size (gpgme-1.4.4.tar.bz2) = 958379 bytes +SHA1 (gpgme-1.5.1.tar.bz2) = a91c258e79acf30ec86a667e07f835e5e79342d8 +RMD160 (gpgme-1.5.1.tar.bz2) = 395031d286486cf9622dd211ad2506546c415c02 +Size (gpgme-1.5.1.tar.bz2) = 964623 bytes SHA1 (patch-aa) = dcea4fd232a8e3e3656ae9cf5319060a009f3c59 -SHA1 (patch-ac) = 4e4c582cbe03679945d30bde62ca2716665186e9 +SHA1 (patch-ac) = c7df3fc77834286ffcc675f4c55a19553bf2c2f1 SHA1 (patch-ae) = 1259739c4690db656bc5b6113842b1d5c4623616 SHA1 (patch-af) = 99787938b677f291a84eae57fa29be60890f444b SHA1 (patch-ag) = c45777a312bb5ed7f57852e9410270a4fafee9f8 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 |