From owner-svn-ports-head@freebsd.org Mon Jan 22 15:44:07 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 956EFEC7154; Mon, 22 Jan 2018 15:44:07 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5421B80E3B; Mon, 22 Jan 2018 15:44:07 +0000 (UTC) (envelope-from cpm@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 91AF11C2DF; Mon, 22 Jan 2018 15:44:06 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0MFi6M8009528; Mon, 22 Jan 2018 15:44:06 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0MFi6B0009524; Mon, 22 Jan 2018 15:44:06 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201801221544.w0MFi6B0009524@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Mon, 22 Jan 2018 15:44:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459659 - in head/security: py-acme py-certbot X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: in head/security: py-acme py-certbot X-SVN-Commit-Revision: 459659 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.25 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: Mon, 22 Jan 2018 15:44:07 -0000 Author: cpm Date: Mon Jan 22 15:44:05 2018 New Revision: 459659 URL: https://svnweb.freebsd.org/changeset/ports/459659 Log: security/py-{acme,certbot}: Update to 0.21.0 Common: - Update PORTVERSION and distinfo checksum (0.21.0) security/py-acme: - Add security/py-josepy to RUN_DEPENDS Changelog: https://github.com/certbot/certbot/blob/master/CHANGELOG.md#0210---2018-01-17 Reviewed by: koobs Approved by: koobs (maintainer, py-certbot) Differential Revision: https://reviews.freebsd.org/D13981 Modified: head/security/py-acme/Makefile head/security/py-acme/distinfo head/security/py-certbot/Makefile head/security/py-certbot/distinfo Modified: head/security/py-acme/Makefile ============================================================================== --- head/security/py-acme/Makefile Mon Jan 22 15:40:11 2018 (r459658) +++ head/security/py-acme/Makefile Mon Jan 22 15:44:05 2018 (r459659) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.20.0 +PORTVERSION= 0.21.0 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP @@ -15,6 +15,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:security/py-cryptography@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}josepy>=1.0.0:security/py-josepy@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} \ Modified: head/security/py-acme/distinfo ============================================================================== --- head/security/py-acme/distinfo Mon Jan 22 15:40:11 2018 (r459658) +++ head/security/py-acme/distinfo Mon Jan 22 15:44:05 2018 (r459659) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512666731 -SHA256 (acme-0.20.0.tar.gz) = 45121aed6c8cc2f31896ac1083068dfdeb613f3edeff9576dc0d10632ea5a3d5 -SIZE (acme-0.20.0.tar.gz) = 95847 +TIMESTAMP = 1516361808 +SHA256 (acme-0.21.0.tar.gz) = d64eae267c0bb21c98fa889b4e0be4c473ca8e80488d3de057e803d6d167544d +SIZE (acme-0.21.0.tar.gz) = 70513 Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-certbot/Makefile Mon Jan 22 15:40:11 2018 (r459658) +++ head/security/py-certbot/Makefile Mon Jan 22 15:44:05 2018 (r459659) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= certbot -PORTVERSION= 0.20.0 +PORTVERSION= 0.21.0 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-certbot/distinfo ============================================================================== --- head/security/py-certbot/distinfo Mon Jan 22 15:40:11 2018 (r459658) +++ head/security/py-certbot/distinfo Mon Jan 22 15:44:05 2018 (r459659) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512666745 -SHA256 (certbot-0.20.0.tar.gz) = cabf505b64fb400c4239dcdbaeb882079477eb6a8442268596a8791b9e34de88 -SIZE (certbot-0.20.0.tar.gz) = 286291 +TIMESTAMP = 1516361795 +SHA256 (certbot-0.21.0.tar.gz) = 07ca3246d3462fe73418113cc5c1036545f4b2312831024da923054de3a85857 +SIZE (certbot-0.21.0.tar.gz) = 288100