diff options
author | Matthew Horan <matt@matthoran.com> | 2022-10-04 06:21:44 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-10-04 16:09:15 +0000 |
commit | c4e07980c807a0251f0c5991d0ad2af2496dcb2e (patch) | |
tree | 4229c4010a27127c53ac35ff0ba414e2762b3f53 | |
parent | 869944c765a38918004b0611c13dcb09714cb459 (diff) | |
download | ports-c4e07980c807a0251f0c5991d0ad2af2496dcb2e.tar.gz ports-c4e07980c807a0251f0c5991d0ad2af2496dcb2e.zip |
security/lego: Update to 4.9.0
ChangeLog:
https://github.com/go-acme/lego/blob/master/CHANGELOG.md#v490---2022-10-03
Added:
* Add DNS provider for CIVO
* Add DNS provider for VK Cloud
* Add DNS provider for YandexCloud
* digitalocean: configurable base URL
* loopia: add configurable API endpoint
* pdns: notify secondary servers after updates
Changed:
* allinkl: removed deprecated sha1 hashing
* auroradns: update authentification
* dnspod: deprecated. Use Tencent Cloud instead.
* exoscale: migrate to API v2 endpoints
* gcloud: update golang.org/x/oauth2
* lightsail: cleanup
* sakuracloud: update api client library
* take out CNAME support from experimental features
* add recursive CNAME lookup support
* Remove embedded issuer certificates from issued certificate if bundle is
false
Fixed:
* luadns: fix cname support
* njalla: fix record id unmarshal error
* tencentcloud: fix subdomain error
PR: 266807
Reported by: matt@matthoran.com (maintainer)
-rw-r--r-- | security/lego/Makefile | 3 | ||||
-rw-r--r-- | security/lego/distinfo | 10 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/lego/Makefile b/security/lego/Makefile index 87fdfdd37f48..0009ddf0d9f4 100644 --- a/security/lego/Makefile +++ b/security/lego/Makefile @@ -1,7 +1,6 @@ PORTNAME= lego DISTVERSIONPREFIX= v -DISTVERSION= 4.8.0 -PORTREVISION= 3 +DISTVERSION= 4.9.0 CATEGORIES= security MAINTAINER= matt@matthoran.com diff --git a/security/lego/distinfo b/security/lego/distinfo index c7ed35647a93..482ee4d0796d 100644 --- a/security/lego/distinfo +++ b/security/lego/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1657036117 -SHA256 (go/security_lego/lego-v4.8.0/v4.8.0.mod) = 4084d88f901b502e4dc5815ace2c1f0ce5f20206448d4978948fd93a2bff0162 -SIZE (go/security_lego/lego-v4.8.0/v4.8.0.mod) = 6116 -SHA256 (go/security_lego/lego-v4.8.0/v4.8.0.zip) = cd9d05fcfa12405145939cadcd2898376ebe5a181e1ab39a1551e307286642bd -SIZE (go/security_lego/lego-v4.8.0/v4.8.0.zip) = 1038933 +TIMESTAMP = 1664848096 +SHA256 (go/security_lego/lego-v4.9.0/v4.9.0.mod) = d13d2b7f8fb42ec5de834bf16a585b434b6b1b8202d4ee9280a44e697e96d835 +SIZE (go/security_lego/lego-v4.9.0/v4.9.0.mod) = 6404 +SHA256 (go/security_lego/lego-v4.9.0/v4.9.0.zip) = 065a1fe7127ecb8a570e0077f5c049c8fac75b8b178daa3c9af65682b2ddd99c +SIZE (go/security_lego/lego-v4.9.0/v4.9.0.zip) = 1064879 |