summaryrefslogtreecommitdiff
path: root/security/xmlsec1/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2014-04-03 17:00:44 +0000
committerdrochner <drochner>2014-04-03 17:00:44 +0000
commitd8e7970617339df096a224ba20f9b3556c7cbe12 (patch)
tree4fc16d525b24c8e0a7edc72209acaf8dd32abb54 /security/xmlsec1/Makefile
parent0aacb2a1477896e49e4b5b174aa5debec7a0a984 (diff)
downloadpkgsrc-d8e7970617339df096a224ba20f9b3556c7cbe12.tar.gz
update to 1.2.19
changes: -adds support for DSA-SHA256, ECDSA-SHA1, ECDSA-SHA224, ECDSA-SHA256, ECDSA-SHA384, ECDSA-SHA512 -fixes a number of miscellaneous bugs add "test" target
Diffstat (limited to 'security/xmlsec1/Makefile')
-rw-r--r--security/xmlsec1/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
index 77f721cbda8..0afc9de83bc 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2014/02/12 23:18:37 tron Exp $
+# $NetBSD: Makefile,v 1.30 2014/04/03 17:00:44 drochner Exp $
#
-DISTNAME= xmlsec1-1.2.18
-PKGREVISION= 4
+DISTNAME= xmlsec1-1.2.19
CATEGORIES= security
MASTER_SITES= http://www.aleksey.com/xmlsec/download/
@@ -28,6 +27,8 @@ CONFIGURE_ARGS+= --with-libxml=${BUILDLINK_PREFIX.libxml2}
CONFIGURE_ARGS+= --with-libxslt=${BUILDLINK_PREFIX.libxslt}
CONFIGURE_ARGS+= --with-gcrypt=${BUILDLINK_PREFIX.libgcrypt}
+TEST_TARGET= check
+
.include "../../devel/libltdl/buildlink3.mk"
BUILDLINK_API_DEPENDS.libgcrypt+= libgcrypt>=1.4.0
.include "../../security/libgcrypt/buildlink3.mk"