Bug 265016 - security/lego: Update to 4.8.0
Summary: security/lego: Update to 4.8.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: Nuno Teixeira
URL: https://github.com/go-acme/lego/blob/...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-03 16:41 UTC by Matthew Horan
Modified: 2022-07-05 18:53 UTC (History)
1 user (show)

See Also:


Attachments
Update to 4.8.0 (4.29 KB, patch)
2022-07-03 16:41 UTC, Matthew Horan
matt: maintainer-approval+
Details | Diff
Update to 4.8.0 - GO_MODULE (29.97 KB, patch)
2022-07-04 08:13 UTC, Nuno Teixeira
no flags Details | Diff
Use GO_MODULE to build instead of GH_TUPLE (29.58 KB, patch)
2022-07-05 16:53 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-07-03 16:41:51 UTC
Created attachment 235054 [details]
Update to 4.8.0
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-04 08:13:20 UTC
Created attachment 235061 [details]
Update to 4.8.0 - GO_MODULE

Hi,

You can use GO_MODULE method to fetch go deps faster and without using USE_GITUB.

https://docs.freebsd.org/en/books/porters-handbook/special/index.html#using-go
Comment 2 Matthew Horan 2022-07-05 16:53:06 UTC
Created attachment 235089 [details]
Use GO_MODULE to build instead of GH_TUPLE

Update to 4.8.0 using GO_MODULE instead of GH_TUPLE. Thanks to eduardo@.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-07-05 18:49:42 UTC
A commit in branch main references this bug:

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

commit 9da465ca0fdcea80c626e994e5abc5c0ef845375
Author:     Matthew Horan <matt@matthoran.com>
AuthorDate: 2022-07-05 18:47:47 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-05 18:49:20 +0000

    security/lego: Update to 4.8.0

     - switch to GO_MODULE

    ChangeLog: https://github.com/go-acme/lego/blob/master/CHANGELOG.md#v480---2022-06-30

    PR:             265016

 security/lego/Makefile | 121 +------------------------
 security/lego/distinfo | 236 ++-----------------------------------------------
 2 files changed, 7 insertions(+), 350 deletions(-)
Comment 4 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-05 18:53:52 UTC
Hi,

You may need a go.mod clean fetch on next update, so if 'make makesum' doesn't work, just use 'make distclean makesum'.

Committed, thank you!