From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C292915800A for ; Sun, 04 May 2025 04:59:55 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id ABE30343140 for ; Sun, 04 May 2025 04:59:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 698971103BD; Sun, 04 May 2025 04:59:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6595F1103BD for ; Sun, 04 May 2025 04:59:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23C61343070 for ; Sun, 04 May 2025 04:59:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 440C22699 for ; Sun, 04 May 2025 04:59:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746334551.f35717f614a4299aedb5609ae4d665bac0502d3c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/genkernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/genkernel/genkernel-9999.ebuild X-VCS-Directories: sys-kernel/genkernel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f35717f614a4299aedb5609ae4d665bac0502d3c X-VCS-Branch: master Date: Sun, 04 May 2025 04:59:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6a825510-870f-4afb-abda-04e45b096e34 X-Archives-Hash: 7ae833f0adca1cf0daacd27580d9a911 commit: f35717f614a4299aedb5609ae4d665bac0502d3c Author: Sam James gentoo org> AuthorDate: Sun May 4 04:55:47 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 4 04:55:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f35717f6 sys-kernel/genkernel: partly sync live Leave the rest for its maintainers... Signed-off-by: Sam James gentoo.org> sys-kernel/genkernel/genkernel-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/genkernel/genkernel-9999.ebuild b/sys-kernel/genkernel/genkernel-9999.ebuild index d545754be48b..8e46b9bd80eb 100644 --- a/sys-kernel/genkernel/genkernel-9999.ebuild +++ b/sys-kernel/genkernel/genkernel-9999.ebuild @@ -35,8 +35,8 @@ VERSION_JSON_C="0.17" VERSION_KMOD="31" VERSION_LIBAIO="0.3.113" VERSION_LIBGCRYPT="1.10.3" -VERSION_LIBGPGERROR="1.47" -VERSION_LIBXCRYPT="4.4.36" +VERSION_LIBGPGERROR="1.51" +VERSION_LIBXCRYPT="4.4.38" VERSION_LVM="2.03.22" VERSION_LZO="2.10" VERSION_MDADM="4.2"