Bug 261799 - security/py-acme security/py-certbot*: Update to 1.26.0
Summary: security/py-acme security/py-certbot*: Update to 1.26.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Yasuhiro Kimura
URL: https://github.com/certbot/certbot/re...
Keywords:
Depends on: 263076
Blocks:
  Show dependency treegraph
 
Reported: 2022-02-08 19:39 UTC by Yasuhiro Kimura
Modified: 2022-04-16 08:53 UTC (History)
2 users (show)

See Also:
koobs: maintainer-feedback+
koobs: merge-quarterly?


Attachments
Patch file (12.26 KB, patch)
2022-02-08 19:39 UTC, Yasuhiro Kimura
no flags Details | Diff
Updated patch file (24.53 KB, patch)
2022-04-06 00:52 UTC, Yasuhiro Kimura
koobs: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2022-02-08 19:39:29 UTC
Created attachment 231655 [details]
Patch file

Update to 1.23.0.

* Build succeeds with poudriere with 13.0-RELEASE amd64 jail.
* Confirmed that it succeeds to get new certificate with dns-rfc2136 plugin and DNS-01 authentication.

ChangeLog:      https://github.com/certbot/certbot/releases/tag/v1.23.0
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2022-02-08 21:40:50 UTC
Thanks for the updates. 

Do both ports test targets pass, or is the delta between this and current versions the same?

Any reason this shouldn't be MFH'd as a bugfix release?
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2022-04-06 00:52:41 UTC
Created attachment 232989 [details]
Updated patch file

Newer version 1.26.0 is released.

ChangeLog:      https://github.com/certbot/certbot/releases/tag/v1.26.0
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2022-04-06 00:59:04 UTC
(In reply to Kubilay Kocak from comment #1)

With versin 1.26.0 `make test` gets following results.

security/py-acme: 288 passed, 76 warnings
security/py-certbot: 918 passed, 28 skipped, 445 warnings
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2022-04-06 01:14:09 UTC
Comment on attachment 232989 [details]
Updated patch file

Approved by: koobs (python, maintainer)
Comment 5 commit-hook freebsd_committer freebsd_triage 2022-04-16 08:51:50 UTC
A commit in branch main references this bug:

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

commit bbe6a870082e8f6b184a6799e9792f38345b36ab
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-02-08 18:41:22 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-04-16 08:50:07 +0000

    security/py-{acme,certbot*}: Update to 1.26.0

    ChangeLog:      https://github.com/certbot/certbot/releases/tag/v1.26.0
    PR:             261799
    Approved by:    koobs (python@, maintainer)

 security/py-acme/Makefile                     | 8 ++++----
 security/py-acme/distinfo                     | 6 +++---
 security/py-acme/version.mk                   | 2 +-
 security/py-certbot-apache/Makefile           | 2 +-
 security/py-certbot-apache/distinfo           | 6 +++---
 security/py-certbot-dns-cloudflare/Makefile   | 2 +-
 security/py-certbot-dns-cloudflare/distinfo   | 6 +++---
 security/py-certbot-dns-cloudxns/Makefile     | 2 +-
 security/py-certbot-dns-cloudxns/distinfo     | 6 +++---
 security/py-certbot-dns-digitalocean/Makefile | 2 +-
 security/py-certbot-dns-digitalocean/distinfo | 6 +++---
 security/py-certbot-dns-dnsimple/Makefile     | 2 +-
 security/py-certbot-dns-dnsimple/distinfo     | 6 +++---
 security/py-certbot-dns-dnsmadeeasy/Makefile  | 2 +-
 security/py-certbot-dns-dnsmadeeasy/distinfo  | 6 +++---
 security/py-certbot-dns-gehirn/Makefile       | 2 +-
 security/py-certbot-dns-gehirn/distinfo       | 6 +++---
 security/py-certbot-dns-google/Makefile       | 2 +-
 security/py-certbot-dns-google/distinfo       | 6 +++---
 security/py-certbot-dns-linode/Makefile       | 2 +-
 security/py-certbot-dns-linode/distinfo       | 6 +++---
 security/py-certbot-dns-luadns/Makefile       | 2 +-
 security/py-certbot-dns-luadns/distinfo       | 6 +++---
 security/py-certbot-dns-nsone/Makefile        | 2 +-
 security/py-certbot-dns-nsone/distinfo        | 6 +++---
 security/py-certbot-dns-ovh/Makefile          | 2 +-
 security/py-certbot-dns-ovh/distinfo          | 6 +++---
 security/py-certbot-dns-rfc2136/Makefile      | 2 +-
 security/py-certbot-dns-rfc2136/distinfo      | 6 +++---
 security/py-certbot-dns-route53/Makefile      | 4 ++--
 security/py-certbot-dns-route53/distinfo      | 6 +++---
 security/py-certbot-dns-sakuracloud/Makefile  | 2 +-
 security/py-certbot-dns-sakuracloud/distinfo  | 6 +++---
 security/py-certbot-nginx/distinfo            | 6 +++---
 security/py-certbot/Makefile                  | 6 +++---
 security/py-certbot/distinfo                  | 6 +++---
 36 files changed, 78 insertions(+), 78 deletions(-)