From owner-svn-ports-all@freebsd.org Tue Jul 23 16:03:49 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id F1140ACF99; Tue, 23 Jul 2019 16:03:49 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D23BE97278; Tue, 23 Jul 2019 16:03:49 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C565B243; Tue, 23 Jul 2019 16:03:49 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6NG3nfd032825; Tue, 23 Jul 2019 16:03:49 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6NG3nLC032822; Tue, 23 Jul 2019 16:03:49 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201907231603.x6NG3nLC032822@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Tue, 23 Jul 2019 16:03:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507222 - head/security/libtasn1 X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: head/security/libtasn1 X-SVN-Commit-Revision: 507222 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D23BE97278 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jul 2019 16:03:50 -0000 Author: novel Date: Tue Jul 23 16:03:48 2019 New Revision: 507222 URL: https://svnweb.freebsd.org/changeset/ports/507222 Log: security/libtasn1: update to 4.14 Modified: head/security/libtasn1/Makefile head/security/libtasn1/distinfo head/security/libtasn1/pkg-plist Modified: head/security/libtasn1/Makefile ============================================================================== --- head/security/libtasn1/Makefile Tue Jul 23 15:02:49 2019 (r507221) +++ head/security/libtasn1/Makefile Tue Jul 23 16:03:48 2019 (r507222) @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= libtasn1 -PORTVERSION= 4.13 -PORTREVISION= 1 +PORTVERSION= 4.14 CATEGORIES= security -MASTER_SITES= GNU +MASTER_SITES= GNU \ + GNUPG/gnutls/${PORTNAME} MAINTAINER= novel@FreeBSD.org COMMENT= ASN.1 structure parser library -LICENSE= LGPL21+ -LICENSE_FILE= ${WRKSRC}/COPYING.LIB +LICENSE= LGPL21+ GPLv3 +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe pkgconfig pathfix gmake libtool USE_LDCONFIG= yes @@ -21,7 +22,7 @@ CPE_VENDOR= gnu OPTIONS_DEFINE= DOCS -DOCS= AUTHORS NEWS README THANKS doc/TODO \ +DOCS= AUTHORS NEWS README.md THANKS doc/TODO \ doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps INFO= libtasn1 Modified: head/security/libtasn1/distinfo ============================================================================== --- head/security/libtasn1/distinfo Tue Jul 23 15:02:49 2019 (r507221) +++ head/security/libtasn1/distinfo Tue Jul 23 16:03:48 2019 (r507222) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516125602 -SHA256 (libtasn1-4.13.tar.gz) = 7e528e8c317ddd156230c4e31d082cd13e7ddeb7a54824be82632209550c8cca -SIZE (libtasn1-4.13.tar.gz) = 1891703 +TIMESTAMP = 1563806064 +SHA256 (libtasn1-4.14.tar.gz) = 9e604ba5c5c8ea403487695c2e407405820d98540d9de884d6e844f9a9c5ba08 +SIZE (libtasn1-4.14.tar.gz) = 1771184 Modified: head/security/libtasn1/pkg-plist ============================================================================== --- head/security/libtasn1/pkg-plist Tue Jul 23 15:02:49 2019 (r507221) +++ head/security/libtasn1/pkg-plist Tue Jul 23 16:03:48 2019 (r507222) @@ -5,7 +5,7 @@ include/libtasn1.h lib/libtasn1.a lib/libtasn1.so lib/libtasn1.so.6 -lib/libtasn1.so.6.5.5 +lib/libtasn1.so.6.5.6 libdata/pkgconfig/libtasn1.pc man/man1/asn1Coding.1.gz man/man1/asn1Decoding.1.gz @@ -52,7 +52,7 @@ man/man3/asn1_strerror.3.gz man/man3/asn1_write_value.3.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/libtasn1.html