From 57603cffc987d4a4d9b1da809b20295eb53a5e6a Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Tue, 25 Nov 2025 23:55:03 +0100 Subject: app-crypt/lego: add 4.28.1, drop 4.21.0 --- app-crypt/lego/Manifest | 4 ++-- app-crypt/lego/lego-4.21.0.ebuild | 33 --------------------------------- app-crypt/lego/lego-4.28.1.ebuild | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 app-crypt/lego/lego-4.21.0.ebuild create mode 100644 app-crypt/lego/lego-4.28.1.ebuild (limited to 'app-crypt') diff --git a/app-crypt/lego/Manifest b/app-crypt/lego/Manifest index 111c6d1..89d312f 100644 --- a/app-crypt/lego/Manifest +++ b/app-crypt/lego/Manifest @@ -1,2 +1,2 @@ -DIST lego-4.21.0-vendor.tar.xz 8722096 BLAKE2B 60163882302f34f3534ddfb162c9938b9bb3286a97548807bb5be4c1fb77e5b1edda6665f65147f684bf299a036a2fb90276d9b792b1fc1fa6830b632bace13e SHA512 bb70b1b9300f2e5835801cc76aee1b82ac2eca3ef3a2adaa7acb9b6900064f0bc0af73abc0ef1b039fea68610748094bcc96fddc4d82781e8cea158893eb9b14 -DIST lego-4.21.0.tar.gz 791715 BLAKE2B bad03256ca29e77a3c943adf41788c476766d6905a6fd2f6ce7741e626aa24c617e2e078732b3afecceae600105d971997f38263adfdd25183de737f03818e02 SHA512 e4f15041a575a5d411135ce9636bc89fbca9ace7c1b4daccc531c349b61281d18fd5f6e9f5f6620d356f1cfa03add6295bafdb26b9ff20c48abe37996f0df876 +DIST lego-4.28.1-vendor.tar.xz 7571804 BLAKE2B 28a1bc2b1066fe1f40ed52ca489041e281d9a1cd4e70c5d3f84194a4a5bbd82c75e0d7688bd8de3ae732bf9aafb85bb42565d430f7b2629541f0e09dc48da0fc SHA512 c9fae52f294b9e7bd9e03392f27078f23f0e29e9218de02bf5d7862054dbeb309a4bad0e9ebd68a96304dbd79ed927797077b66e7ade73d6cba66c60585ddc70 +DIST lego-4.28.1.tar.gz 915199 BLAKE2B 286c9a723fca6159aba191253f8c1288fa934a753e61b01ac505cb9666a635e70565bc3cfbffc5c6c6e8e74eb0d59244a95101ac0361d85f721fc429c030444a SHA512 1a959a2bf9e0eef24d81a46b78bb6f5a63da246c1a1b2d4280f4c7b805dc1d170676907af4297beb069da74d1d63624aeba3a3d8757193e864c908059e1a44f7 diff --git a/app-crypt/lego/lego-4.21.0.ebuild b/app-crypt/lego/lego-4.21.0.ebuild deleted file mode 100644 index 87c9e85..0000000 --- a/app-crypt/lego/lego-4.21.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit go-module - -DESCRIPTION="Let's Encrypt/ACME client and library written in Go " -HOMEPAGE="https://github.com/go-acme/lego" -BDEPEND=">=dev-lang/go-1.22.0" -SRC_URI="https://github.com/go-acme/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://share.terinstock.com/${P}-vendor.tar.xz" - -LICENSE="MIT" -LICENSE+=" Apache-2.0 BSD MPL-2.0 BSD-2 " -SLOT="0" -KEYWORDS="~amd64" - -# tests require reaching out to DNS servers -PROPERTIES="test_network" -RESTRICT="test" - -src_compile() { - mkdir bin || die - ego build -trimpath --ldflags "-X main.version=${PV}" -o bin/lego ./cmd/lego/... -} - -src_test() { - ego test ./... -} - -src_install() { - dobin bin/lego -} diff --git a/app-crypt/lego/lego-4.28.1.ebuild b/app-crypt/lego/lego-4.28.1.ebuild new file mode 100644 index 0000000..368f9d0 --- /dev/null +++ b/app-crypt/lego/lego-4.28.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit go-module + +DESCRIPTION="Let's Encrypt/ACME client and library written in Go " +HOMEPAGE="https://github.com/go-acme/lego" +BDEPEND=">=dev-lang/go-1.22.0" +SRC_URI="https://github.com/go-acme/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://share.terinstock.com/${P}-vendor.tar.xz" + +LICENSE="MIT" +LICENSE+=" Apache-2.0 BSD MPL-2.0 BSD-2 " +SLOT="0" +KEYWORDS="~amd64" + +# tests require reaching out to DNS servers +PROPERTIES="test_network" +RESTRICT="test" + +src_compile() { + mkdir bin || die + ego build -trimpath --ldflags "-X main.version=${PV}" -o bin/lego ./cmd/lego/... +} + +src_test() { + ego test ./... +} + +src_install() { + dobin bin/lego +} -- cgit v1.2.3