Date: Thu, 13 Oct 2016 15:29:12 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423926 - in head/security: py-acme py-certbot Message-ID: <201610131529.u9DFTC7P098881@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Thu Oct 13 15:29:12 2016 New Revision: 423926 URL: https://svnweb.freebsd.org/changeset/ports/423926 Log: security/py-{acme,certbot}: Update to 0.9.2 Common: Update PORTVERSION and distinfo checksum (0.9.2) security/py-acme: Add dns/py-dnspython dependency required to support both Python 2 and Python 3 Approved by: koobs Differential Revision: D8223 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 Thu Oct 13 15:17:35 2016 (r423925) +++ head/security/py-acme/Makefile Thu Oct 13 15:29:12 2016 (r423926) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.2 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP @@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>0:net/py-ndg_httpsclient \ ${PYTHON_PKGNAMEPREFIX}pyasn1>0:devel/py-pyasn1 \ + ${PYTHON_PKGNAMEPREFIX}dnspython>=1.12:dns/py-dnspython \ ${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna \ ${PYTHON_PKGNAMEPREFIX}openssl>=0.13:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339 \ Modified: head/security/py-acme/distinfo ============================================================================== --- head/security/py-acme/distinfo Thu Oct 13 15:17:35 2016 (r423925) +++ head/security/py-acme/distinfo Thu Oct 13 15:29:12 2016 (r423926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466491084 -SHA256 (acme-0.8.1.tar.gz) = d3ea4acf280bf6253ad7d641cb0970f230a19805acfed809e7a8ddcf62157d9f -SIZE (acme-0.8.1.tar.gz) = 84610 +TIMESTAMP = 1476353960 +SHA256 (acme-0.9.2.tar.gz) = 263d019b6bedd630d669442fad79bc62b4699b69fdb95a49a812fcf8e5bc82b4 +SIZE (acme-0.9.2.tar.gz) = 87815 Modified: head/security/py-certbot/Makefile ============================================================================== --- head/security/py-certbot/Makefile Thu Oct 13 15:17:35 2016 (r423925) +++ head/security/py-certbot/Makefile Thu Oct 13 15:29:12 2016 (r423926) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= certbot -PORTVERSION= 0.8.1 +PORTVERSION= 0.9.2 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Modified: head/security/py-certbot/distinfo ============================================================================== --- head/security/py-certbot/distinfo Thu Oct 13 15:17:35 2016 (r423925) +++ head/security/py-certbot/distinfo Thu Oct 13 15:29:12 2016 (r423926) @@ -1,3 +1,3 @@ -TIMESTAMP = 1466491228 -SHA256 (certbot-0.8.1.tar.gz) = 6ca8df3d310ced6687d38aac17c0fb8c1b2ec7a3bea156a254e4cc2a1c132771 -SIZE (certbot-0.8.1.tar.gz) = 204649 +TIMESTAMP = 1476353987 +SHA256 (certbot-0.9.2.tar.gz) = b2576bfe1295b2daab3d589ab9fcbd4d7a6928e85cea31a5e6b008e4d9a16869 +SIZE (certbot-0.9.2.tar.gz) = 219863
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610131529.u9DFTC7P098881>