pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libtasn1 Changes 3.5:
details: https://anonhg.NetBSD.org/pkgsrc/rev/3ccef7837354
branches: trunk
changeset: 633877:3ccef7837354
user: adam <adam%pkgsrc.org@localhost>
date: Sat May 03 19:40:22 2014 +0000
description:
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:
security/libtasn1/Makefile | 6 +++---
security/libtasn1/PLIST | 3 ++-
security/libtasn1/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (50 lines):
diff -r 44b421376278 -r 3ccef7837354 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile Sat May 03 19:11:18 2014 +0000
+++ b/security/libtasn1/Makefile Sat May 03 19:40:22 2014 +0000
@@ -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@localhost
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 -r 44b421376278 -r 3ccef7837354 security/libtasn1/PLIST
--- a/security/libtasn1/PLIST Sat May 03 19:11:18 2014 +0000
+++ b/security/libtasn1/PLIST Sat May 03 19:40:22 2014 +0000
@@ -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_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 -r 44b421376278 -r 3ccef7837354 security/libtasn1/distinfo
--- a/security/libtasn1/distinfo Sat May 03 19:11:18 2014 +0000
+++ b/security/libtasn1/distinfo Sat May 03 19:40:22 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index