Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 13:03:05 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9289a4bfe612 - main - security/lego: Update to 4.16.1
Message-ID:  <202403171303.42HD351p076541@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

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

commit 9289a4bfe61244ea9851b0d29431fa5f6235b07a
Author:     Matthew Horan <matt@matthoran.com>
AuthorDate: 2024-03-17 11:23:19 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-03-17 13:02:57 +0000

    security/lego: Update to 4.16.1
    
    Changelog:
    https://github.com/go-acme/lego/blob/master/CHANGELOG.md#v4161---2024-03-10
    
    PR:             277721
---
 security/lego/Makefile |  5 ++---
 security/lego/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/security/lego/Makefile b/security/lego/Makefile
index 995ad4070b1e..d3bb5a5199ff 100644
--- a/security/lego/Makefile
+++ b/security/lego/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	lego
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.15.0
-PORTREVISION=	1
+DISTVERSION=	4.16.1
 CATEGORIES=	security
 
 MAINTAINER=	matt@matthoran.com
@@ -13,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 
-USES=		go:modules
+USES=		go:1.21,modules
 GO_MODULE=	github.com/go-acme/lego/v4
 GO_TARGET=	./cmd/lego
 GO_BUILDFLAGS=	-ldflags '-X "main.version=${DISTVERSION}"'
diff --git a/security/lego/distinfo b/security/lego/distinfo
index 9fa0d7410096..58407505cb55 100644
--- a/security/lego/distinfo
+++ b/security/lego/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1707427934
-SHA256 (go/security_lego/lego-v4.15.0/v4.15.0.mod) = 59ddfb4add0d4d7eb51a4fca572efd6297f300fd7a4d33609286fd52f1205233
-SIZE (go/security_lego/lego-v4.15.0/v4.15.0.mod) = 8487
-SHA256 (go/security_lego/lego-v4.15.0/v4.15.0.zip) = 68834f3f15cabbb545aba779c2b2bddf133ad58f247782a51cfb7f0c134bcfac
-SIZE (go/security_lego/lego-v4.15.0/v4.15.0.zip) = 1206285
+TIMESTAMP = 1710514580
+SHA256 (go/security_lego/lego-v4.16.1/v4.16.1.mod) = 57365553d8f45eca3e7a5689fcdbd258bccb71fe840968ac4fe5b60918e6766e
+SIZE (go/security_lego/lego-v4.16.1/v4.16.1.mod) = 8587
+SHA256 (go/security_lego/lego-v4.16.1/v4.16.1.zip) = a81faba288beca1ae8dffbb2ad3d6d2aad6920e1b8da813163b96d8947a27c65
+SIZE (go/security_lego/lego-v4.16.1/v4.16.1.zip) = 1238940



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403171303.42HD351p076541>