Index: security/py-acme/Makefile =================================================================== --- security/py-acme/Makefile +++ security/py-acme/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Index: security/py-acme/distinfo =================================================================== --- security/py-acme/distinfo +++ security/py-acme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488626615 -SHA256 (acme-0.12.0.tar.gz) = a05cba6b5b0fffdfa246b32492a44769011d45205f3ee8efde1f37ee9843fbdf -SIZE (acme-0.12.0.tar.gz) = 91316 +TIMESTAMP = 1491648474 +SHA256 (acme-0.13.0.tar.gz) = 7489b3e20d02da0a389aedb82408ffb6b76294e41d833db85591b9f779539815 +SIZE (acme-0.13.0.tar.gz) = 90794 Index: security/py-acme/pkg-descr =================================================================== --- security/py-acme/pkg-descr +++ security/py-acme/pkg-descr @@ -1,3 +1,7 @@ -Implements the Automated Certificate Management Environment (ACME) +ACME (Automated Certificate Management Environment) is a protocol for +automating the management of domain-validation certificates, based on a +simple JSON-over-HTTPS interface. +This packages provides a Python implementation of the protocol. + WWW: https://github.com/certbot/certbot/tree/master/acme Index: security/py-certbot/Makefile =================================================================== --- security/py-certbot/Makefile +++ security/py-certbot/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= certbot -PORTVERSION= 0.12.0 +PORTVERSION= 0.13.0 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP Index: security/py-certbot/distinfo =================================================================== --- security/py-certbot/distinfo +++ security/py-certbot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488626590 -SHA256 (certbot-0.12.0.tar.gz) = 4a71925c035b62dfb7c3343c619ee090add76188b47225272b57798ad63388b7 -SIZE (certbot-0.12.0.tar.gz) = 239552 +TIMESTAMP = 1491648489 +SHA256 (certbot-0.13.0.tar.gz) = f63ad7747edaca2fb7d60c28882e44d2f48ff1cca9b9c7c251ad47e2189c00f3 +SIZE (certbot-0.13.0.tar.gz) = 241627 Index: security/py-certbot/pkg-descr =================================================================== --- security/py-certbot/pkg-descr +++ security/py-certbot/pkg-descr @@ -1,6 +1,6 @@ In short: getting and installing SSL/TLS certificates made easy. -The Let's Encrypt Client is a tool to automatically receive and install +Certbot is a tool to automatically receive and install X.509 certificates to enable TLS on servers. The client will interoperate with the Let's Encrypt CA which will be issuing browser-trusted certificates for free. Index: security/py-certbot/pkg-message =================================================================== --- security/py-certbot/pkg-message +++ security/py-certbot/pkg-message @@ -1,15 +1,11 @@ =========================================================================== -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. +is not the certbot-auto bootstrap/wrapper script. To obtain certificates, use the 'certonly' command as follows: - # sudo certbot --server certonly + # sudo certbot certonly --standalone -d [server FQDN] 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 @@ -16,7 +12,7 @@ so that the standalone server can listen on that port to complete authentication. -The letsencrypt plugins to support apache and nginx certificate installation +The certbot plugins to support apache and nginx certificate installation will be made available soon in the following ports: * Apache plugin: security/py-certbot-apache