From owner-svn-ports-head@freebsd.org Sun Dec 8 11:42:21 2019 Return-Path: Delivered-To: svn-ports-head@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 69BF91E164C; Sun, 8 Dec 2019 11:42:21 +0000 (UTC) (envelope-from pi@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 47W4Ds2Cxtz3yQn; Sun, 8 Dec 2019 11:42:21 +0000 (UTC) (envelope-from pi@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 2D34019E2; Sun, 8 Dec 2019 11:42:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB8BgL81076395; Sun, 8 Dec 2019 11:42:21 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB8BgKOd076391; Sun, 8 Dec 2019 11:42:20 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201912081142.xB8BgKOd076391@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 8 Dec 2019 11:42:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519295 - in head/security: libscep p5-Crypt-LibSCEP X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/security: libscep p5-Crypt-LibSCEP X-SVN-Commit-Revision: 519295 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Dec 2019 11:42:21 -0000 Author: pi Date: Sun Dec 8 11:42:20 2019 New Revision: 519295 URL: https://svnweb.freebsd.org/changeset/ports/519295 Log: security/{libscep,p5-Crypt-LibSCEP}: upgrade 0.06 -> 0.08 PR: 242461 Submitted by: Sergei Vyshenski (maintainer) Changes: https://github.com/openxpki/libscep/commits/develop Modified: head/security/libscep/Makefile head/security/libscep/distinfo head/security/p5-Crypt-LibSCEP/Makefile head/security/p5-Crypt-LibSCEP/distinfo Modified: head/security/libscep/Makefile ============================================================================== --- head/security/libscep/Makefile Sun Dec 8 11:34:58 2019 (r519294) +++ head/security/libscep/Makefile Sun Dec 8 11:42:20 2019 (r519295) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= libscep +PORTVERSION= 0.08 DISTVERSIONPREFIX= v -PORTVERSION= 0.06 CATEGORIES= security MAINTAINER= svysh.fbsd@gmail.com Modified: head/security/libscep/distinfo ============================================================================== --- head/security/libscep/distinfo Sun Dec 8 11:34:58 2019 (r519294) +++ head/security/libscep/distinfo Sun Dec 8 11:42:20 2019 (r519295) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562000984 -SHA256 (openxpki-libscep-v0.06_GH0.tar.gz) = 5c20cd23f4beb2d0c565831c509253b42a87d22a194e1bf627bf6ba09abd676b -SIZE (openxpki-libscep-v0.06_GH0.tar.gz) = 149550 +TIMESTAMP = 1571917825 +SHA256 (openxpki-libscep-v0.08_GH0.tar.gz) = a67ef270cfabff1ce95ced96da1de2967b3d09dd8fccb3e22ddca475b60cf288 +SIZE (openxpki-libscep-v0.08_GH0.tar.gz) = 150798 Modified: head/security/p5-Crypt-LibSCEP/Makefile ============================================================================== --- head/security/p5-Crypt-LibSCEP/Makefile Sun Dec 8 11:34:58 2019 (r519294) +++ head/security/p5-Crypt-LibSCEP/Makefile Sun Dec 8 11:42:20 2019 (r519295) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= Crypt-LibSCEP +PORTVERSION= 0.08 DISTVERSIONPREFIX= v -PORTVERSION= 0.06 CATEGORIES= security perl5 PKGNAMEPREFIX= p5- @@ -13,8 +13,8 @@ COMMENT= Easy-to-use interface between LibSCEP and Per LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/Readme.md -BUILD_DEPENDS= libscep>=0.06:security/libscep -RUN_DEPENDS= libscep>=0.06:security/libscep +BUILD_DEPENDS= libscep>=0.08:security/libscep +RUN_DEPENDS= libscep>=0.08:security/libscep USES= gmake perl5 ssl USE_PERL5= configure Modified: head/security/p5-Crypt-LibSCEP/distinfo ============================================================================== --- head/security/p5-Crypt-LibSCEP/distinfo Sun Dec 8 11:34:58 2019 (r519294) +++ head/security/p5-Crypt-LibSCEP/distinfo Sun Dec 8 11:42:20 2019 (r519295) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570458266 -SHA256 (openxpki-libscep-v0.06_GH0.tar.gz) = 5c20cd23f4beb2d0c565831c509253b42a87d22a194e1bf627bf6ba09abd676b -SIZE (openxpki-libscep-v0.06_GH0.tar.gz) = 149550 +TIMESTAMP = 1572009067 +SHA256 (openxpki-libscep-v0.08_GH0.tar.gz) = a67ef270cfabff1ce95ced96da1de2967b3d09dd8fccb3e22ddca475b60cf288 +SIZE (openxpki-libscep-v0.08_GH0.tar.gz) = 150798