diff options
author | tron <tron> | 2014-08-22 16:43:05 +0000 |
---|---|---|
committer | tron <tron> | 2014-08-22 16:43:05 +0000 |
commit | dc3560fcfc5d67c20ef22758a97bc20efc9ccddf (patch) | |
tree | 4f7dafbf598b5de3fa2f5b8244d2ab2540173d7e | |
parent | c2850c25cd0a30e1cc951c24e5f991f2cca37d79 (diff) | |
download | pkgsrc-dc3560fcfc5d67c20ef22758a97bc20efc9ccddf.tar.gz |
Pullup ticket #4479 - requested by wiz
security/gpgme: security update
Revisions pulled up:
- security/gpgme/Makefile 1.73
- security/gpgme/distinfo 1.32
---
Module Name: pkgsrc
Committed By: wiz
Date: Thu Aug 21 20:40:58 UTC 2014
Modified Files:
pkgsrc/security/gpgme: Makefile distinfo
Log Message:
Update to 1.4.4. Remove obsolete configure args.
Noteworthy changes in version 1.4.4 (2014-07-30) [C22/A11/R1]
-------------------------------------------------------------
Backported from 1.5.1:
* Fixed possible overflow in gpgsm and uiserver engines.
[CVE-2014-3564]
* Fixed possibled segv in gpgme_op_card_edit.
* Fixed minor memleaks and possible zombie processes.
* Fixed prototype inconsistencies and void pointer arithmetic.
Noteworthy changes in version 1.4.3 (2013-08-12) [C22/A11/R0]
-------------------------------------------------------------
* The default engine names are now taken from the output of gpgconf.
If gpgconf is not found the use of gpg 1 is assumed.
* Under Windows the default engines names are first searched in the
installation directory of the gpgme DLL.
* New function gpgme_data_identify to detect the type of a message.
* Interface changes relative to the 1.4.2 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_signers_count NEW.
gpgme_data_type_t NEW.
gpgme_data_identify NEW.
Noteworthy changes in version 1.4.2 (2013-05-28)
------------------------------------------------
* Allow symmetric encryption with gpgme_op_encrypt_sign.
* Fixed mismatching off_t definitions on Windows.
* Interface changes relative to the 1.4.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_off_t NEW.
gpgme_size_t NEW.
GPGME_PROTOCOL_OPENPGP NEW alias.
-rw-r--r-- | security/gpgme/Makefile | 8 | ||||
-rw-r--r-- | security/gpgme/distinfo | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 6a0e579b4cb..89a7d6d0796 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.72 2013/05/06 18:18:31 drochner Exp $ +# $NetBSD: Makefile,v 1.72.10.1 2014/08/22 16:43:05 tron Exp $ -DISTNAME= gpgme-1.4.1 +DISTNAME= gpgme-1.4.4 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ EXTRACT_SUFX= .tar.bz2 @@ -31,10 +31,6 @@ TEST_TARGET= check .include "../../mk/pthread.buildlink3.mk" -.if ${PTHREAD_TYPE} == "native" -CONFIGURE_ARGS+= --without-pth --without-pth-test -.endif - .include "options.mk" .include "../../mk/bsd.prefs.mk" diff --git a/security/gpgme/distinfo b/security/gpgme/distinfo index 9591c731d99..8a3cf03ff49 100644 --- a/security/gpgme/distinfo +++ b/security/gpgme/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.31 2013/05/03 16:36:04 drochner Exp $ +$NetBSD: distinfo,v 1.31.10.1 2014/08/22 16:43:05 tron Exp $ -SHA1 (gpgme-1.4.1.tar.bz2) = d6110763e7459214fd72705e87ebc682e3b5815e -RMD160 (gpgme-1.4.1.tar.bz2) = 6bcd9f06857437fabab583695ec993286f42ba34 -Size (gpgme-1.4.1.tar.bz2) = 958632 bytes +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 (patch-aa) = dcea4fd232a8e3e3656ae9cf5319060a009f3c59 SHA1 (patch-ac) = 4e4c582cbe03679945d30bde62ca2716665186e9 SHA1 (patch-ae) = 1259739c4690db656bc5b6113842b1d5c4623616 |