pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libtasn1 Updated to 0.2.6, provided by Min Si...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2240e00112d4
branches: trunk
changeset: 464296:2240e00112d4
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Fri Dec 05 23:16:20 2003 +0000
description:
Updated to 0.2.6, provided by Min Sik Kim PR pkg/23269.
Changes since 0.2.4:
Version 0.2.6
- ASN.1 parser accepts these kinds of integer definitions:
"INTEGER (5 | 10)" and
"INTEGER (5)"
- Comments start at "--" and finish at the "end of line" or
with another "--".
Version 0.2.5
- Bug fix in ordering procedure for SET OF and SEQUENCE OF
types coding.
- Manage structured format (BER encoding) in
asn1_der_decoding, asn1_decoding_element and
asn1_der_decoding_startEnd for OCTET STRING type.
- Manage SEQUENCE and SET empty structure.
- Manage "indefinite length method" in asn1_der_decoding,
asn1_decoding_element and asn1_der_decoding_startEnd
for the following types:
SEQUENCE, SEQUENCE OF, SET, and SET OF.
- Bug fix in asn1_read_value with NULL parameter in case
of BIT STRING
diffstat:
security/libtasn1/Makefile | 4 ++--
security/libtasn1/PLIST | 4 ++--
security/libtasn1/distinfo | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r 9ea98b88a028 -r 2240e00112d4 security/libtasn1/Makefile
--- a/security/libtasn1/Makefile Fri Dec 05 23:07:00 2003 +0000
+++ b/security/libtasn1/Makefile Fri Dec 05 23:16:20 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 22:52:58 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/12/05 23:16:20 xtraeme Exp $
#
-DISTNAME= libtasn1-0.2.4
+DISTNAME= libtasn1-0.2.6
CATEGORIES= security devel
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/
diff -r 9ea98b88a028 -r 2240e00112d4 security/libtasn1/PLIST
--- a/security/libtasn1/PLIST Fri Dec 05 23:07:00 2003 +0000
+++ b/security/libtasn1/PLIST Fri Dec 05 23:16:20 2003 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/14 03:23:43 salo Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/12/05 23:16:20 xtraeme Exp $
include/libtasn1.h
lib/libtasn1.a
lib/libtasn1.la
lib/libtasn1.so
lib/libtasn1.so.2
-lib/libtasn1.so.2.4
+lib/libtasn1.so.2.6
diff -r 9ea98b88a028 -r 2240e00112d4 security/libtasn1/distinfo
--- a/security/libtasn1/distinfo Fri Dec 05 23:07:00 2003 +0000
+++ b/security/libtasn1/distinfo Fri Dec 05 23:16:20 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/05/14 03:23:43 salo Exp $
+$NetBSD: distinfo,v 1.2 2003/12/05 23:16:20 xtraeme Exp $
-SHA1 (libtasn1-0.2.4.tar.gz) = 0cd9b054fc7c7ae49c4f86c20d37c911744538d6
-Size (libtasn1-0.2.4.tar.gz) = 354215 bytes
+SHA1 (libtasn1-0.2.6.tar.gz) = b8050b3d5be78c010115a26103e0b0fd358f5adf
+Size (libtasn1-0.2.6.tar.gz) = 357235 bytes
Home |
Main Index |
Thread Index |
Old Index