Bug 266807 - security/lego: Update to 4.9.0
Summary: security/lego: Update to 4.9.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL: https://github.com/go-acme/lego/blob/...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-04 02:10 UTC by Matthew Horan
Modified: 2022-10-05 05:22 UTC (History)
1 user (show)

See Also:


Attachments
Update to 4.9.0 (1.20 KB, patch)
2022-10-04 02:10 UTC, Matthew Horan
matt: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Horan 2022-10-04 02:10:34 UTC
Created attachment 237063 [details]
Update to 4.9.0
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-04 16:13:32 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c4e07980c807a0251f0c5991d0ad2af2496dcb2e

commit c4e07980c807a0251f0c5991d0ad2af2496dcb2e
Author:     Matthew Horan <matt@matthoran.com>
AuthorDate: 2022-10-04 06:21:44 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-10-04 16:09:15 +0000

    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)

 security/lego/Makefile |  3 +--
 security/lego/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-10-05 05:22:12 UTC
Committed,

Thanks!