svn commit: r449834 - in head/security: py-acme py-certbot
Carlos J. Puga Medina
cpm at FreeBSD.org
Thu Sep 14 11:25:40 UTC 2017
Author: cpm
Date: Thu Sep 14 11:25:39 2017
New Revision: 449834
URL: https://svnweb.freebsd.org/changeset/ports/449834
Log:
security/py-{acme,certbot}: update to 0.18.1
Common:
- Update PORTVERSION and distinfo checksum (0.18.1)
security/py-certbot:
- Fix permissions error when upgrading certbot-auto
- Fix user-agent string and help/error message output when the new certbot-auto
path is used.
If certbot-auto was running as an unprivileged user and it upgraded from
0.17.0 to 0.18.0, it would crash with a permissions error and would need to
be run again to sucessfully complete the upgrade. This has been fixed and
certbot-auto should upgrade cleanly to 0.18.1.
Certbot usually uses "certbot-auto" or "letsencrypt-auto" in error-messages
and the User-Agent string instead of "certbot" when you are using one of
these wrapper scripts. Proper detection of this was broken with Certbot's new
installation path in /opt in 0.18.0 but this problem has been resolved.
More details about these changes can be found on the GitHub repo:
https://github.com/certbot/certbot/milestone/45?closed=1
Changelog:
https://github.com/certbot/certbot/blob/master/CHANGELOG.md#0180---2017-09-06
Reviewed by: koobs (maintainer)
Approved by: koobs (maintainer, py-certbot)
MFH: 2017Q3
Differential Revision: https://reviews.freebsd.org/D12362
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 Sep 14 11:24:30 2017 (r449833)
+++ head/security/py-acme/Makefile Thu Sep 14 11:25:39 2017 (r449834)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= acme
-PORTVERSION= 0.17.0
+PORTVERSION= 0.18.1
PORTEPOCH= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
Modified: head/security/py-acme/distinfo
==============================================================================
--- head/security/py-acme/distinfo Thu Sep 14 11:24:30 2017 (r449833)
+++ head/security/py-acme/distinfo Thu Sep 14 11:25:39 2017 (r449834)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502133910
-SHA256 (acme-0.17.0.tar.gz) = 3ccbe4aaeb98c77b98ee4093b4e4adb76a1a24cbdfec0130c489c206f1d9b66e
-SIZE (acme-0.17.0.tar.gz) = 94676
+TIMESTAMP = 1505333278
+SHA256 (acme-0.18.1.tar.gz) = 1e4c6c0a3fb9906f0d1389a39c76d730e2691d7f168a219e464237381ddcc667
+SIZE (acme-0.18.1.tar.gz) = 94681
Modified: head/security/py-certbot/Makefile
==============================================================================
--- head/security/py-certbot/Makefile Thu Sep 14 11:24:30 2017 (r449833)
+++ head/security/py-certbot/Makefile Thu Sep 14 11:25:39 2017 (r449834)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= certbot
-PORTVERSION= 0.17.0
+PORTVERSION= 0.18.1
PORTEPOCH= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
Modified: head/security/py-certbot/distinfo
==============================================================================
--- head/security/py-certbot/distinfo Thu Sep 14 11:24:30 2017 (r449833)
+++ head/security/py-certbot/distinfo Thu Sep 14 11:25:39 2017 (r449834)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502134062
-SHA256 (certbot-0.17.0.tar.gz) = 43f5b26c3f314d14babf79a3bdf3522e4fc9eef867a0681c426f113c650a669c
-SIZE (certbot-0.17.0.tar.gz) = 274054
+TIMESTAMP = 1505333366
+SHA256 (certbot-0.18.1.tar.gz) = ae0aaf0cc1af53713232a222fb20891475ec9ff9d128a277c4e0f92ea7c36b4c
+SIZE (certbot-0.18.1.tar.gz) = 276600
More information about the svn-ports-all
mailing list