summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/xmlsec1/Makefile7
-rw-r--r--security/xmlsec1/distinfo9
-rw-r--r--security/xmlsec1/patches/patch-ac25
3 files changed, 34 insertions, 7 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"
diff --git a/security/xmlsec1/distinfo b/security/xmlsec1/distinfo
index 97c11fea1ad..d639c824c05 100644
--- a/security/xmlsec1/distinfo
+++ b/security/xmlsec1/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.14 2014/03/26 06:23:12 asau Exp $
+$NetBSD: distinfo,v 1.15 2014/04/03 17:00:44 drochner Exp $
-SHA1 (xmlsec1-1.2.18.tar.gz) = 740c3c791be838bf638651a3fe0e80c624c2ae0e
-RMD160 (xmlsec1-1.2.18.tar.gz) = da4eb26dc0f9b2bcc7d8da216cbff47fd5fadbe2
-Size (xmlsec1-1.2.18.tar.gz) = 1731099 bytes
+SHA1 (xmlsec1-1.2.19.tar.gz) = 9f24f84bf6f4a61fc55637f016b56c0f44c048ba
+RMD160 (xmlsec1-1.2.19.tar.gz) = 55a16d4ffec20d375cc72ed13c228fcecedd5c29
+Size (xmlsec1-1.2.19.tar.gz) = 1766298 bytes
SHA1 (patch-ab) = 83c3d98e65e33e7b42191d30e69ab9078f36be52
+SHA1 (patch-ac) = eac6b9be709e316ea635109a0c366546a83cb1f6
diff --git a/security/xmlsec1/patches/patch-ac b/security/xmlsec1/patches/patch-ac
new file mode 100644
index 00000000000..7d19bcff527
--- /dev/null
+++ b/security/xmlsec1/patches/patch-ac
@@ -0,0 +1,25 @@
+$NetBSD: patch-ac,v 1.5 2014/04/03 17:00:44 drochner Exp $
+
+portability
+
+--- tests/testrun.sh.orig 2014-04-03 16:19:41.000000000 +0000
++++ tests/testrun.sh
+@@ -1,7 +1,7 @@
+ #!/bin/sh
+
+-OS_ARCH=`uname -o`
+-OS_KERNEL=`uname -s`
++OS_ARCH=xxx
++#OS_KERNEL=`uname -s`
+
+ #
+ # Get command line params
+@@ -436,7 +436,7 @@ execXkmsServerRequestTest() {
+ rm -rf $tmpfile $tmpfile.2 tmpfile.3
+
+ # run tests
+-source "$testfile"
++. "$testfile"
+
+ # cleanup
+ rm -rf $tmpfile $tmpfile.2 tmpfile.3