[Midnightbsd-cvs] mports [23013] trunk/security/libtasn1: libtasn1 updated

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Feb 17 16:37:33 EST 2018


Revision: 23013
          http://svnweb.midnightbsd.org/mports/?rev=23013
Author:   laffer1
Date:     2018-02-17 16:37:32 -0500 (Sat, 17 Feb 2018)
Log Message:
-----------
libtasn1 updated

Modified Paths:
--------------
    trunk/security/libtasn1/Makefile
    trunk/security/libtasn1/distinfo
    trunk/security/libtasn1/pkg-descr
    trunk/security/libtasn1/pkg-plist

Modified: trunk/security/libtasn1/Makefile
===================================================================
--- trunk/security/libtasn1/Makefile	2018-02-17 21:35:55 UTC (rev 23012)
+++ trunk/security/libtasn1/Makefile	2018-02-17 21:37:32 UTC (rev 23013)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	libtasn1
-PORTVERSION=	4.5
+PORTVERSION=	4.13
 CATEGORIES=	security
 MASTER_SITES=	GNU
 
@@ -8,10 +8,11 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	ASN.1 structure parser library
 
-LICENSE=	gpl3
+LICENSE=	lgpl2.1
+LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 
+USES=		cpe pkgconfig pathfix gmake libtool
 USE_LDCONFIG=	yes
-USES=		cpe pkgconfig pathfix gmake libtool
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 CPE_VENDOR=	gnu

Modified: trunk/security/libtasn1/distinfo
===================================================================
--- trunk/security/libtasn1/distinfo	2018-02-17 21:35:55 UTC (rev 23012)
+++ trunk/security/libtasn1/distinfo	2018-02-17 21:37:32 UTC (rev 23013)
@@ -1,2 +1,3 @@
-SHA256 (libtasn1-4.5.tar.gz) = 89b3b5dce119273431544ecb305081f3530911001bb12e5d76588907edb71bda
-SIZE (libtasn1-4.5.tar.gz) = 1850279
+TIMESTAMP = 1516125602
+SHA256 (libtasn1-4.13.tar.gz) = 7e528e8c317ddd156230c4e31d082cd13e7ddeb7a54824be82632209550c8cca
+SIZE (libtasn1-4.13.tar.gz) = 1891703

Modified: trunk/security/libtasn1/pkg-descr
===================================================================
--- trunk/security/libtasn1/pkg-descr	2018-02-17 21:35:55 UTC (rev 23012)
+++ trunk/security/libtasn1/pkg-descr	2018-02-17 21:37:32 UTC (rev 23013)
@@ -1,11 +1,11 @@
 libtasn1 library was developed for ASN1 (Abstract Syntax Notation One)
-structures management. 
+structures management.
 
 The main features of this library are:
 
-- on-line ASN1 structure management that does not require any C code 
+- on-line ASN1 structure management that does not require any C code
   file generation;
-- off-line ASN1 structure management with C code file generation 
+- off-line ASN1 structure management with C code file generation
   containing an array;
 - DER (Distinguish Encoding Rules) encoding;
 - no limits for INTEGER and ENUMERATED values

Modified: trunk/security/libtasn1/pkg-plist
===================================================================
--- trunk/security/libtasn1/pkg-plist	2018-02-17 21:35:55 UTC (rev 23012)
+++ trunk/security/libtasn1/pkg-plist	2018-02-17 21:37:32 UTC (rev 23013)
@@ -5,7 +5,7 @@
 lib/libtasn1.a
 lib/libtasn1.so
 lib/libtasn1.so.6
-lib/libtasn1.so.6.4.2
+lib/libtasn1.so.6.5.5
 libdata/pkgconfig/libtasn1.pc
 man/man1/asn1Coding.1.gz
 man/man1/asn1Decoding.1.gz
@@ -34,6 +34,7 @@
 man/man3/asn1_get_bit_der.3.gz
 man/man3/asn1_get_length_ber.3.gz
 man/man3/asn1_get_length_der.3.gz
+man/man3/asn1_get_object_id_der.3.gz
 man/man3/asn1_get_octet_der.3.gz
 man/man3/asn1_get_tag_der.3.gz
 man/man3/asn1_length_der.3.gz



More information about the Midnightbsd-cvs mailing list