Index: head/security/py-acme/Makefile =================================================================== --- head/security/py-acme/Makefile (revision 434469) +++ head/security/py-acme/Makefile (revision 434470) @@ -1,41 +1,41 @@ # Created by: Carlos J Puga Medina # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.10.2 +PORTVERSION= 0.11.1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cpm@FreeBSD.org COMMENT= ACME protocol implementation in Python LICENSE= APACHE20 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 \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \ ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>=1.0:devel/py-setuptools${PYTHON_SUFFIX} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}funcsigs>0:devel/py-funcsigs \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \ ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/security/py-acme/distinfo =================================================================== --- head/security/py-acme/distinfo (revision 434469) +++ head/security/py-acme/distinfo (revision 434470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485454373 -SHA256 (acme-0.10.2.tar.gz) = 6465b66256849f8cd4269a43037d404b1ccf31a60d3c93fc628d6f6f4c43de78 -SIZE (acme-0.10.2.tar.gz) = 91577 +TIMESTAMP = 1486112700 +SHA256 (acme-0.11.1.tar.gz) = db35258edfc13dfe5839215898fe2d5d3caafc9a084f631a032f3fdf712c694e +SIZE (acme-0.11.1.tar.gz) = 90325 Index: head/security/py-acme/pkg-descr =================================================================== --- head/security/py-acme/pkg-descr (revision 434469) +++ head/security/py-acme/pkg-descr (revision 434470) @@ -1,3 +1,3 @@ Implements the Automated Certificate Management Environment (ACME) -WWW: https://github.com/letsencrypt/letsencrypt/tree/master/acme +WWW: https://github.com/certbot/certbot/tree/master/acme Index: head/security/py-certbot/Makefile =================================================================== --- head/security/py-certbot/Makefile (revision 434469) +++ head/security/py-certbot/Makefile (revision 434470) @@ -1,46 +1,46 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= certbot -PORTVERSION= 0.10.2 +PORTVERSION= 0.11.1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Let's Encrypt client LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme==${PKGVERSION}:security/py-acme \ ${PYTHON_PKGNAMEPREFIX}configargparse>=0.9.3:devel/py-configargparse \ ${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj \ ${PYTHON_PKGNAMEPREFIX}cryptography>=0.7:security/py-cryptography \ ${PYTHON_PKGNAMEPREFIX}parsedatetime>=1.3:devel/py-parsedatetime \ ${PYTHON_PKGNAMEPREFIX}psutil>=2.2.1:sysutils/py-psutil \ ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}pyrfc3339>0:devel/py-pyrfc3339 \ ${PYTHON_PKGNAMEPREFIX}python2-pythondialog>=3.2.2r1:devel/py-python2-pythondialog \ ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>=1.0:devel/py-setuptools${PYTHON_SUFFIX} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \ ${PYTHON_PKGNAMEPREFIX}zope.component>0:devel/py-zope.component \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock USES= python:-2.7 USE_PYTHON= autoplist distutils NO_ARCH= yes post-patch: ${REINPLACE_CMD} \ -e 's|/etc/|${LOCALBASE}/etc/|' \ -e 's|/var/lib|/var/db|' \ ${WRKSRC}/${PORTNAME}/constants.py do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test .include Index: head/security/py-certbot/distinfo =================================================================== --- head/security/py-certbot/distinfo (revision 434469) +++ head/security/py-certbot/distinfo (revision 434470) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485454395 -SHA256 (certbot-0.10.2.tar.gz) = 33729ce100fc9d00d9820c81fc3ef9b95802b8d261f0cca0cce422bc568b1631 -SIZE (certbot-0.10.2.tar.gz) = 239093 +TIMESTAMP = 1486112720 +SHA256 (certbot-0.11.1.tar.gz) = 6c1724486d500c5163c9313d6a14af5af9f4515f79553627303a6b86df2c3af2 +SIZE (certbot-0.11.1.tar.gz) = 239840 Index: head/security/py-certbot/pkg-message =================================================================== --- head/security/py-certbot/pkg-message (revision 434469) +++ head/security/py-certbot/pkg-message (revision 434470) @@ -1,25 +1,25 @@ =========================================================================== The Let's Encrypt Client is BETA SOFTWARE. It contains plenty of bugs and rough edges, and should be tested thoroughly in staging environments before use on production systems. This port installs the "standalone" Python client only, which does not use and is not the letsencrypt-auto bootstrap/wrapper script. To obtain certificates, use the 'certonly' command as follows: # sudo certbot --server certonly Note: The client currently requires the ability to bind on TCP port 80. If you have a server running on this port, it will need to be temporarily stopped so that the standalone server can listen on that port to complete authentication. The letsencrypt plugins to support apache and nginx certificate installation will be made available soon in the following ports: - * Apache plugin: security/py-letsencrypt-apache - * Nginx plugin: security/py-letsencrypt-nginx + * Apache plugin: security/py-certbot-apache + * Nginx plugin: security/py-certbot-nginx ===========================================================================