diff options
author | cpm <cpm@FreeBSD.org> | 2017-09-14 19:25:39 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2017-09-14 19:25:39 +0800 |
commit | 4a8ff83d9c90818c4c0ef2cd8c069bb15ffaf44d (patch) | |
tree | 4a5d076e632f9b555ee127321b5deaaa4b6f5410 /security | |
parent | 8ea4459f520979ba00e3ce3237218966b0215932 (diff) | |
download | freebsd-ports-gnome-4a8ff83d9c90818c4c0ef2cd8c069bb15ffaf44d.tar.gz freebsd-ports-gnome-4a8ff83d9c90818c4c0ef2cd8c069bb15ffaf44d.tar.zst freebsd-ports-gnome-4a8ff83d9c90818c4c0ef2cd8c069bb15ffaf44d.zip |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/py-acme/Makefile | 2 | ||||
-rw-r--r-- | security/py-acme/distinfo | 6 | ||||
-rw-r--r-- | security/py-certbot/Makefile | 2 | ||||
-rw-r--r-- | security/py-certbot/distinfo | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/security/py-acme/Makefile b/security/py-acme/Makefile index 92c18f29a99a..252d1e0ae27f 100644 --- a/security/py-acme/Makefile +++ b/security/py-acme/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= acme -PORTVERSION= 0.17.0 +PORTVERSION= 0.18.1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo index 8388041dc3a9..553893723652 100644 --- a/security/py-acme/distinfo +++ b/security/py-acme/distinfo @@ -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 diff --git a/security/py-certbot/Makefile b/security/py-certbot/Makefile index cb6b30ca563b..7f7c9ff77d87 100644 --- a/security/py-certbot/Makefile +++ b/security/py-certbot/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= certbot -PORTVERSION= 0.17.0 +PORTVERSION= 0.18.1 PORTEPOCH= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo index a05d56246961..a43d76442026 100644 --- a/security/py-certbot/distinfo +++ b/security/py-certbot/distinfo @@ -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 |