From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/lego/
Date: Tue, 08 Jul 2025 05:31:45 +0000 (UTC) [thread overview]
Message-ID: <1751951383.ea762ba572bc6438e85439fcb16cc5b2619095c6.ceamac@gentoo> (raw)
commit: ea762ba572bc6438e85439fcb16cc5b2619095c6
Author: Rahil Bhimjiani <me <AT> rahil <DOT> rocks>
AuthorDate: Mon Jul 7 20:19:24 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Jul 8 05:09:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea762ba5
app-crypt/lego: update to 4.24.0
Signed-off-by: Rahil Bhimjiani <me <AT> rahil.rocks>
Part-of: https://github.com/gentoo/gentoo/pull/42923
Closes: https://github.com/gentoo/gentoo/pull/42923
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
app-crypt/lego/Manifest | 3 +++
app-crypt/lego/{lego-9999.ebuild => lego-4.24.0.ebuild} | 2 +-
app-crypt/lego/lego-9999.ebuild | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/app-crypt/lego/Manifest b/app-crypt/lego/Manifest
index cf02a04b9d14..d17a0d07e807 100644
--- a/app-crypt/lego/Manifest
+++ b/app-crypt/lego/Manifest
@@ -4,3 +4,6 @@ DIST lego-4.22.2.tar.gz 804158 BLAKE2B a75a327988d46ed8715a3c28c34a5de1c9de607b3
DIST lego-4.23.1-deps.tar.xz 8245396 BLAKE2B 9916090206497d5f08b669e1627898b84e7fad892a37ec407f1c3f9f2287d891ce3b47a7b2ca78363f64a8ce2ab4141fe656c3020db9b87d5a90407bbb0414ba SHA512 56b70a01f0b8d648b374edd4cd2f17e14f91448a7a73871716b4b0d6b7791905d5e9d705906707d91dfc73045cf5eccd291ad51f363742a88c034f05f13b5bd9
DIST lego-4.23.1-docs.tar.gz 10741914 BLAKE2B c1ed8f2134a04d500e400295e07c80b52802b373751fb36cacfbd4f4347084c40e8ae3ad212b9027a256117c2b14930d91999a9904c0a07a206fc009acd20639 SHA512 da9eee9099e90ac2f73d71a326638ab35be89aa4cdb24792d45806742108ab30a1e8eabec3af57b30b12b0ee42796bd2a3d183e703c14c23ceb00889ed6dff35
DIST lego-4.23.1.tar.gz 820329 BLAKE2B 3dc51f06512558b5a79a117f399acc886432a4084891db6a8ca517f14fac57628de8fcc3c50f4b55ec2c5a732633b8e51ff615bdd94119cf31048f90dd95f804 SHA512 b62acf4fe94b772fe2782826f5e2b45c296fc16782caaf8ad10f6b5ac2902d3454a65aa2509d6e7a3991b03141297f5d981f9cf07011a0bbb5d535647ad5c561
+DIST lego-4.24.0-deps.tar.xz 8353136 BLAKE2B b156e26e7769203c926bd3db56362f6b674c17b90ed5d37d6e0891a3daf5b6f2e5d19e7ace3a2411514a5547634166af6ca2b5805a0bf24b6d54ade09695709f SHA512 c098f627f0b105cfac9df5a94a5821301cd6c243bc1ab3a3b35649d6d993692008b43fd20288ae94f1523307c3803a86c80e3d422e2443374ecd93cf00b1ac00
+DIST lego-4.24.0-docs.tar.gz 10782158 BLAKE2B 790113774763849b3f62c9aea0aa66227d71cf99e0f1ce6b3a0f19ea9208d5e3f282ec0b44eef0f730d42b12c9129297aa74c9bf6ded92337315770b3abd3fc2 SHA512 d2454c1323cd85a0c3f3539ec7ec04fb6300641cd1edf6b58350540b2318992b293268964f2d24d21793b534760ce426e019fd63129bf57620569a2c53a6b959
+DIST lego-4.24.0.tar.gz 844613 BLAKE2B 47f4c64fae75c3cde8ece456cc3987c760bc428c224b3ba4ca1ac64ffc2ba69aaa791bf51e8b696978845cebd5835b62b49a1b66cfa995d60f67e2bab4635041 SHA512 ff48344c8232819321e102f17d5ba9a518660bd15c967ae2d015b2e9e5463dc6272c3290db608bd3aaba70cd6a038d01a61124e33faa4412d466e5f8c5b2f341
diff --git a/app-crypt/lego/lego-9999.ebuild b/app-crypt/lego/lego-4.24.0.ebuild
similarity index 96%
copy from app-crypt/lego/lego-9999.ebuild
copy to app-crypt/lego/lego-4.24.0.ebuild
index 97f92b9c062d..f4413d4f80af 100644
--- a/app-crypt/lego/lego-9999.ebuild
+++ b/app-crypt/lego/lego-4.24.0.ebuild
@@ -8,7 +8,7 @@ inherit go-module
DESCRIPTION="Let's Encrypt/ACME client (like certbot or acme.sh) and library written in Go"
HOMEPAGE="https://github.com/go-acme/lego/"
-DOCUMENTATION_COMMIT=0f8ee7d1b69fa11ab48ee7ccdadfad292fe4c1c6
+DOCUMENTATION_COMMIT=0c2dfac6dbd1315c4af57ae954a3b070ca5ca43e
if [[ ${PV} == 9999* ]]; then
inherit git-r3
diff --git a/app-crypt/lego/lego-9999.ebuild b/app-crypt/lego/lego-9999.ebuild
index 97f92b9c062d..f4413d4f80af 100644
--- a/app-crypt/lego/lego-9999.ebuild
+++ b/app-crypt/lego/lego-9999.ebuild
@@ -8,7 +8,7 @@ inherit go-module
DESCRIPTION="Let's Encrypt/ACME client (like certbot or acme.sh) and library written in Go"
HOMEPAGE="https://github.com/go-acme/lego/"
-DOCUMENTATION_COMMIT=0f8ee7d1b69fa11ab48ee7ccdadfad292fe4c1c6
+DOCUMENTATION_COMMIT=0c2dfac6dbd1315c4af57ae954a3b070ca5ca43e
if [[ ${PV} == 9999* ]]; then
inherit git-r3
next reply other threads:[~2025-07-08 5:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-08 5:31 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-26 8:55 [gentoo-commits] repo/gentoo:master commit in: app-crypt/lego/ Viorel Munteanu
2025-07-26 8:55 Viorel Munteanu
2025-04-21 14:14 Viorel Munteanu
2025-04-20 6:31 Joonas Niilola
2025-04-06 18:51 Sam James
2025-04-06 6:25 Joonas Niilola
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1751951383.ea762ba572bc6438e85439fcb16cc5b2619095c6.ceamac@gentoo \
--to=ceamac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox