summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-10-02 17:36:00 +0000
committerwiz <wiz@pkgsrc.org>2012-10-02 17:36:00 +0000
commite67687a4f4a2326dba01240648cfdf11a7520b37 (patch)
treeafcb5bf3e61228d23a356ec6ed7eb4b280ce1a9f
parent94ea81cefcbe5276e40ad4b5a3139a4e7872c9fe (diff)
downloadpkgsrc-e67687a4f4a2326dba01240648cfdf11a7520b37.tar.gz
Update to 2.14:
* Noteworthy changes in release 2.14 (2012-09-24) [stable] - Added asn1_read_node_value() to obtain a node's value. This is to deprecate the export of the node_asn internal structure for the upcoming 3.x release. The ASN1_DATA_NODE type and the ASN1_ETYPE_* constants were added to support the new function.
-rw-r--r--security/libtasn1/Makefile4
-rw-r--r--security/libtasn1/PLIST3
-rw-r--r--security/libtasn1/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index d355006d279..100acc37e45 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2012/06/03 21:33:26 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2012/10/02 17:36:00 wiz Exp $
-DISTNAME= libtasn1-2.13
+DISTNAME= libtasn1-2.14
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
diff --git a/security/libtasn1/PLIST b/security/libtasn1/PLIST
index 29965b962b7..5abbcc962f3 100644
--- a/security/libtasn1/PLIST
+++ b/security/libtasn1/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2009/04/20 12:48:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2012/10/02 17:36:00 wiz Exp $
bin/asn1Coding
bin/asn1Decoding
bin/asn1Parser
@@ -36,6 +36,7 @@ man/man3/asn1_parser2array.3
man/man3/asn1_parser2tree.3
man/man3/asn1_perror.3
man/man3/asn1_print_structure.3
+man/man3/asn1_read_node_value.3
man/man3/asn1_read_tag.3
man/man3/asn1_read_value.3
man/man3/asn1_strerror.3
diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo
index f9f1b3895e1..26acd4cf530 100644
--- a/security/libtasn1/distinfo
+++ b/security/libtasn1/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2012/06/03 21:33:26 wiz Exp $
+$NetBSD: distinfo,v 1.38 2012/10/02 17:36:00 wiz Exp $
-SHA1 (libtasn1-2.13.tar.gz) = 89120584bfedd244dab92df99e955a174c481851
-RMD160 (libtasn1-2.13.tar.gz) = 4395988072972bf987bd6efe26e2cc847622caca
-Size (libtasn1-2.13.tar.gz) = 1964659 bytes
+SHA1 (libtasn1-2.14.tar.gz) = 22f9e0b15f870c8e03ac9cc1ead969d4d84eb931
+RMD160 (libtasn1-2.14.tar.gz) = 699dbe79d1aa5d16078057ca7b660fe94557a994
+Size (libtasn1-2.14.tar.gz) = 1977010 bytes