summaryrefslogtreecommitdiff
path: root/security/libtasn1
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-05-03 19:40:22 +0000
committeradam <adam@pkgsrc.org>2014-05-03 19:40:22 +0000
commit7e78986ac79a6a1a8e7b4827e7279bc2747bc797 (patch)
tree4c6f20932c557411fa3ffc0661669b4e747e60da /security/libtasn1
parent2c1def74b90844da550d2c21b9926e9892c2c42c (diff)
downloadpkgsrc-7e78986ac79a6a1a8e7b4827e7279bc2747bc797.tar.gz
Changes 3.5:
- Correctly handle decoding of recursive CHOICE options. - Allow deleting elements of SET OF. - Several small bug fixes found by coverity. - Code improvements
Diffstat (limited to 'security/libtasn1')
-rw-r--r--security/libtasn1/Makefile6
-rw-r--r--security/libtasn1/PLIST3
-rw-r--r--security/libtasn1/distinfo8
3 files changed, 9 insertions, 8 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index 02fba12d27a..c7339ac5d46 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.58 2013/07/04 17:06:30 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2014/05/03 19:40:22 adam Exp $
-DISTNAME= libtasn1-3.1
+DISTNAME= libtasn1-3.5
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/libtasn1/
COMMENT= ASN.1 structure parser library
-LICENSE= gnu-fdl-v1.3 AND gnu-lgpl-v2.1 AND gnu-gpl-v3
+LICENSE= gnu-fdl-v1.3 AND gnu-lgpl-v2.1 AND gnu-gpl-v3
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/security/libtasn1/PLIST b/security/libtasn1/PLIST
index e1879b90b07..4a61f43406e 100644
--- a/security/libtasn1/PLIST
+++ b/security/libtasn1/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2013/07/04 17:06:30 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2014/05/03 19:40:22 adam Exp $
bin/asn1Coding
bin/asn1Decoding
bin/asn1Parser
@@ -17,6 +17,7 @@ man/man3/asn1_create_element.3
man/man3/asn1_decode_simple_der.3
man/man3/asn1_delete_element.3
man/man3/asn1_delete_structure.3
+man/man3/asn1_delete_structure2.3
man/man3/asn1_der_coding.3
man/man3/asn1_der_decoding.3
man/man3/asn1_der_decoding_element.3
diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo
index faa7ea9c392..0ff3578165d 100644
--- a/security/libtasn1/distinfo
+++ b/security/libtasn1/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2013/07/04 17:06:30 wiz Exp $
+$NetBSD: distinfo,v 1.40 2014/05/03 19:40:22 adam Exp $
-SHA1 (libtasn1-3.1.tar.gz) = 40a651c82e8e842e0550b85502bd550c16ec626b
-RMD160 (libtasn1-3.1.tar.gz) = 4b404655cbab292dcbf2e7a7e70246c464cd7df9
-Size (libtasn1-3.1.tar.gz) = 1810285 bytes
+SHA1 (libtasn1-3.5.tar.gz) = 7e38f027c765eb5434bf050aef0f20aee45e3420
+RMD160 (libtasn1-3.5.tar.gz) = 59df290841094094a4d6ac927ce98d1f7c70a98a
+Size (libtasn1-3.5.tar.gz) = 1847285 bytes