Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2018 15:44:06 +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: r459659 - in head/security: py-acme py-certbot
Message-ID:  <201801221544.w0MFi6B0009524@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801221544.w0MFi6B0009524>