From 91a7bb8c88093e75e117168ee0a602e655229013 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 21 Aug 2014 20:40:58 +0000 Subject: 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. --- security/gpgme/Makefile | 8 ++------ security/gpgme/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 10 deletions(-) (limited to 'security/gpgme') diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 6a0e579b4cb..54cf7a750df 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.73 2014/08/21 20:40:58 wiz 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..996ad347df6 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.32 2014/08/21 20:40:58 wiz 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 -- cgit v1.2.3