summaryrefslogtreecommitdiff
path: root/security/gpgme/Makefile
diff options
context:
space:
mode:
authortron <tron>2014-08-22 16:43:05 +0000
committertron <tron>2014-08-22 16:43:05 +0000
commitdc3560fcfc5d67c20ef22758a97bc20efc9ccddf (patch)
tree4f7dafbf598b5de3fa2f5b8244d2ab2540173d7e /security/gpgme/Makefile
parentc2850c25cd0a30e1cc951c24e5f991f2cca37d79 (diff)
downloadpkgsrc-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.
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r--security/gpgme/Makefile8
1 files changed, 2 insertions, 6 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"