Update to libtasn1-4.16.0.

This commit is contained in:
ajacoutot 2020-02-08 11:53:40 +00:00
parent 0664aa19b3
commit 609dac85ad
3 changed files with 7 additions and 8 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.49 2019/11/24 10:25:52 cwen Exp $
# $OpenBSD: Makefile,v 1.50 2020/02/08 11:53:40 ajacoutot Exp $
COMMENT= Abstract Syntax Notation One structure parser library
DISTNAME= libtasn1-4.15.0
DISTNAME= libtasn1-4.16.0
CATEGORIES= security
REVISION= 0
SHARED_LIBS += tasn1 4.1 # 11.7
SHARED_LIBS += tasn1 4.2 # 12.0
HOMEPAGE= https://www.gnu.org/software/libtasn1/

View File

@ -1,2 +1,2 @@
SHA256 (libtasn1-4.15.0.tar.gz) = 3XdQn+j1ME3q+8plTcfw6lf1hB9BulMM/5pb9xOCc54=
SIZE (libtasn1-4.15.0.tar.gz) = 1800713
SHA256 (libtasn1-4.16.0.tar.gz) = Dg+wkDg5EXy247VuaCIncb6/Iq1/wilaDtfVdujUMp0=
SIZE (libtasn1-4.16.0.tar.gz) = 1812442

View File

@ -1,8 +1,7 @@
@comment $OpenBSD: PLIST,v 1.14 2019/11/23 12:13:33 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.15 2020/02/08 11:53:40 ajacoutot Exp $
@bin bin/asn1Coding
@bin bin/asn1Decoding
@bin bin/asn1Parser
@bin bin/corpus2array
include/libtasn1.h
@info info/libtasn1.info
@static-lib lib/libtasn1.a
@ -41,6 +40,7 @@ lib/pkgconfig/libtasn1.pc
@man man/man3/asn1_get_tag_der.3
@man man/man3/asn1_length_der.3
@man man/man3/asn1_number_of_elements.3
@man man/man3/asn1_object_id_der.3
@man man/man3/asn1_octet_der.3
@man man/man3/asn1_parser2array.3
@man man/man3/asn1_parser2tree.3