From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F478158064 for ; Wed, 1 May 2024 18:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 574EAE2ABB; Wed, 1 May 2024 18:08:20 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 2E0FCE2ABB for ; Wed, 1 May 2024 18:08:20 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C0F233B864 for ; Wed, 1 May 2024 18:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDC4F93E for ; Wed, 1 May 2024 18:08:17 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1714586824.8f678ec1dbed8c40b5a465f1caa6d3e59d07f102.bkohler@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel genkernel-4.3.13.tar.xz X-VCS-Directories: / X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 8f678ec1dbed8c40b5a465f1caa6d3e59d07f102 X-VCS-Branch: master Date: Wed, 1 May 2024 18:08:17 +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: 188de456-3a19-4ce7-b7e2-98ce36a9ed35 X-Archives-Hash: a13db3ee4abbf893eb100cb1b57648e6 commit: 8f678ec1dbed8c40b5a465f1caa6d3e59d07f102 Author: Ben Kohler gentoo org> AuthorDate: Wed May 1 18:07:04 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed May 1 18:07:04 2024 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=8f678ec1 release 4.3.13 Signed-off-by: Ben Kohler gentoo.org> genkernel | 2 +- genkernel-4.3.13.tar.xz | Bin 0 -> 469464 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/genkernel b/genkernel index 20443db..36fea3d 100755 --- a/genkernel +++ b/genkernel @@ -1,7 +1,7 @@ #!/bin/bash PATH="${PATH}:/sbin:/usr/sbin" -GK_V='4.3.12' +GK_V='4.3.13' # Normalize locales export LC_ALL=C diff --git a/genkernel-4.3.13.tar.xz b/genkernel-4.3.13.tar.xz new file mode 100644 index 0000000..90de392 Binary files /dev/null and b/genkernel-4.3.13.tar.xz differ