diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-01-18 17:02:03 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-01-18 17:02:03 +0000 |
commit | fdd06ffd548dee5f41c908af73b7775046147b92 (patch) | |
tree | fade6ffe9c5c6d466a803a47d1f87fe3bf0addb3 /security/libtasn1 | |
parent | 4271a76fcb3ef5044b8f429fa5222b901ef6e5a3 (diff) | |
download | ports-fdd06ffd548dee5f41c908af73b7775046147b92.tar.gz ports-fdd06ffd548dee5f41c908af73b7775046147b92.zip |
Notes
Diffstat (limited to 'security/libtasn1')
-rw-r--r-- | security/libtasn1/Makefile | 5 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 6 | ||||
-rw-r--r-- | security/libtasn1/pkg-plist | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 22f0f3452ea9..de3844349a75 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtasn1 -PORTVERSION= 1.5 +PORTVERSION= 1.8 CATEGORIES= security MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ http://josefsson.org/gnutls/releases/libtasn1/ @@ -42,6 +42,7 @@ MAN3= \ asn1_find_node.3 \ asn1_find_structure_from_oid.3 \ asn1_get_bit_der.3 \ + asn1_get_length_ber.3 \ asn1_get_length_der.3 \ asn1_get_octet_der.3 \ asn1_get_tag_der.3 \ @@ -50,9 +51,11 @@ MAN3= \ asn1_octet_der.3 \ asn1_parser2array.3 \ asn1_parser2tree.3 \ + asn1_perror.3 \ asn1_print_structure.3 \ asn1_read_tag.3 \ asn1_read_value.3 \ + asn1_strerror.3 \ asn1_write_value.3 \ libtasn1_perror.3 \ libtasn1_strerror.3 diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 5574a5273a3c..604a98406864 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,3 +1,3 @@ -MD5 (libtasn1-1.5.tar.gz) = 7d7e8e21d1159a0b4c0aa69469eef565 -SHA256 (libtasn1-1.5.tar.gz) = dad8f5c900c8e7fee2969d7e7019e3a64b0bbed38670dcac99d713126c4c95dc -SIZE (libtasn1-1.5.tar.gz) = 1547211 +MD5 (libtasn1-1.8.tar.gz) = 6b87c159e7dcb6e58204cce1edb0fecc +SHA256 (libtasn1-1.8.tar.gz) = 2c81cd1d5488e6efdc67b1e8a381e70a33dc75d9c439f23220ba730bc405ee07 +SIZE (libtasn1-1.8.tar.gz) = 1608176 diff --git a/security/libtasn1/pkg-plist b/security/libtasn1/pkg-plist index d87c0c5d49fd..f9d79720bc20 100644 --- a/security/libtasn1/pkg-plist +++ b/security/libtasn1/pkg-plist @@ -7,9 +7,8 @@ include/libtasn1.h lib/libtasn1.a lib/libtasn1.la lib/libtasn1.so -lib/libtasn1.so.3 +lib/libtasn1.so.4 libdata/pkgconfig/libtasn1.pc -share/aclocal/libtasn1.m4 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README |