pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/xmlsec1 update to 1.2.19
details: https://anonhg.NetBSD.org/pkgsrc/rev/d0014d3018bd
branches: trunk
changeset: 632690:d0014d3018bd
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Apr 03 17:00:44 2014 +0000
description:
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:
security/xmlsec1/Makefile | 7 ++++---
security/xmlsec1/distinfo | 9 +++++----
security/xmlsec1/patches/patch-ac | 25 +++++++++++++++++++++++++
3 files changed, 34 insertions(+), 7 deletions(-)
diffs (67 lines):
diff -r bd597a4fe194 -r d0014d3018bd security/xmlsec1/Makefile
--- a/security/xmlsec1/Makefile Thu Apr 03 16:07:41 2014 +0000
+++ b/security/xmlsec1/Makefile Thu Apr 03 17:00:44 2014 +0000
@@ -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-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 -r bd597a4fe194 -r d0014d3018bd security/xmlsec1/distinfo
--- a/security/xmlsec1/distinfo Thu Apr 03 16:07:41 2014 +0000
+++ b/security/xmlsec1/distinfo Thu Apr 03 17:00:44 2014 +0000
@@ -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 -r bd597a4fe194 -r d0014d3018bd security/xmlsec1/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/xmlsec1/patches/patch-ac Thu Apr 03 17:00:44 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index