diff options
author | xtraeme <xtraeme> | 2003-12-05 23:16:20 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-05 23:16:20 +0000 |
commit | f89e01a6deeda0185bb123d53217ab8825369e83 (patch) | |
tree | a7ee02e33f887c64943ac1fda8381aaddcd63bb6 | |
parent | d721433773b05c2c7f0c30f0a96e7d1dbad51fd6 (diff) | |
download | pkgsrc-f89e01a6deeda0185bb123d53217ab8825369e83.tar.gz |
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
-rw-r--r-- | security/libtasn1/Makefile | 4 | ||||
-rw-r--r-- | security/libtasn1/PLIST | 4 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 1dc65c2860f..6d6145cbae3 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -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 --git a/security/libtasn1/PLIST b/security/libtasn1/PLIST index 02a41560fb9..933ecf05f37 100644 --- a/security/libtasn1/PLIST +++ b/security/libtasn1/PLIST @@ -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 --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 2b974e474ee..64a0099388f 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -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 |