From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 04 12:44:29 2024 Received: (at submit) by debbugs.gnu.org; 4 Sep 2024 16:44:30 +0000 Received: from localhost ([127.0.0.1]:35220 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt7N-0007C7-LK for submit@debbugs.gnu.org; Wed, 04 Sep 2024 12:44:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:60034) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt7M-0007C0-5P for submit@debbugs.gnu.org; Wed, 04 Sep 2024 12:44:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1slt6K-00053S-2c for guix-patches@gnu.org; Wed, 04 Sep 2024 12:43:24 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1slt6I-00047B-2e for guix-patches@gnu.org; Wed, 04 Sep 2024 12:43:23 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1725468197; bh=HGz+R0scJcN3DpaRUazwgEx2shFglequpJbMii13mzA=; h=From:To:Cc:Subject:Date; b=ROB47JDhIjGGHJVGoZFVo3WdFrjHN5Iran/MyeLTZMj3XA/+ilYBVYjiwdnhDgSDY DEy8WVO41Z//hftpu6WpBie85HE31imRvagx73uqhVuU9h19FlmF6vacbF/Lnvtesx 3ws9P6yHvPZZ0vvgHpf0o48zdjkFMeavSwKYNBmo= To: guix-patches@gnu.org Subject: [PATCH 0/7] linux-libre kernel updates (2024-09-04) Date: Wed, 4 Sep 2024 18:42:49 +0200 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=95.216.196.112; envelope-from=w@wmeyer.eu; helo=mail.wmeyer.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Wilko Meyer , leo@famulari.name X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Hi Leo, Thanks for taking care of last weeks updates, was afk for a couple of days! There's been another round of updates today affecting all supported kernels, I'll follow up as soon as I am able to check the deblobs if a v2 of this series is needed. Wilko Meyer (7): gnu: linux-libre: Update to 6.10.8. gnu: linux-libre 6.6: Update to 6.6.49. gnu: linux-libre 6.1: Update to 6.1.108. gnu: linux-libre 5.15: Update to 5.15.166. gnu: linux-libre 5.10: Update to 5.10.225. gnu: linux-libre 5.4: Update to 5.4.283. gnu: linux-libre 4.19: Update to 4.19.321. gnu/packages/linux.scm | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) base-commit: dbbf34e71030eb24700ce6341a397451bf35d047 -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 04 12:46:55 2024 Received: (at 73029) by debbugs.gnu.org; 4 Sep 2024 16:46:55 +0000 Received: from localhost ([127.0.0.1]:35233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt9i-0007H4-Nh for submit@debbugs.gnu.org; Wed, 04 Sep 2024 12:46:55 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:42076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt9g-0007GU-N4 for 73029@debbugs.gnu.org; Wed, 04 Sep 2024 12:46:53 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1725468343; bh=wXdZzX4ONSD5d1jczi5xkhAUfjTbNQo9J+mlstvn34s=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=UHLGmloDcR7/v/es6pp2LQJStFj5pdt9+WokhNqnfAPVi3BcYQUic0Wyg9NM1NEFn UctP1YOSsuHdezglSY86KGr2JHqPI4UU+WXMDDrp0LIce4XF8O0hl2RA72fOSjBj5N QIN4Awxkk84XoC0DOWps1nGVoqsLvoYEnzAX9TsE= To: 73029@debbugs.gnu.org Subject: [PATCH 1/7] gnu: linux-libre: Update to 6.10.8. Date: Wed, 4 Sep 2024 18:45:14 +0200 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 73029 Cc: Wilko Meyer , leo@famulari.name X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.8. (linux-libre-6.10-pristine-source): Update hash. Change-Id: I6a59a74f32403717243a8af54cd97e529c5ab277 --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6559d3de9e..b1351a0523 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -513,7 +513,7 @@ (define (%upstream-linux-source version hash) ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. -(define-public linux-libre-6.10-version "6.10.7") +(define-public linux-libre-6.10-version "6.10.8") (define-public linux-libre-6.10-gnu-revision "gnu") (define deblob-scripts-6.10 (linux-libre-deblob-scripts @@ -523,7 +523,7 @@ (define deblob-scripts-6.10 (base32 "1zmgsgzrcsjzjzhgb12drc0f42ag8xak6z7zzx324f0wrf4i67zf"))) (define-public linux-libre-6.10-pristine-source (let ((version linux-libre-6.10-version) - (hash (base32 "1adkbn6dqbpzlr3x87a18mhnygphmvx3ffscwa67090qy1zmc3ch"))) + (hash (base32 "15f5wdzd8k70vgaz9a8w1kjfk5pp27zbcwkzm2xhcilxfwsk54n0"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.10))) -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 04 12:46:55 2024 Received: (at 73029) by debbugs.gnu.org; 4 Sep 2024 16:46:55 +0000 Received: from localhost ([127.0.0.1]:35235 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt9j-0007HB-6Z for submit@debbugs.gnu.org; Wed, 04 Sep 2024 12:46:55 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:42088) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt9h-0007GV-4z for 73029@debbugs.gnu.org; Wed, 04 Sep 2024 12:46:53 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1725468343; bh=DFjfGB1tz3JCAg8U3xf0zkVYZ2mXHRTeVy09z2EzfrM=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Ojvis3yuBDFNDOxI7BF9oI4KWRm2AV0nGosgPxDkLE/2PsyCwggRoWFCL0/kwTmS3 5sNPBul7c3ZsPqnw1pTCcyXWRVqBUbJM5Z604WeUXhqLdWLUa2SQjK7db6M2IaGNPH GM9ohEA3/sv8HwYyXODI3vBX9vJV6W/1V88ZzSzI= To: 73029@debbugs.gnu.org Subject: [PATCH 2/7] gnu: linux-libre 6.6: Update to 6.6.49. Date: Wed, 4 Sep 2024 18:45:15 +0200 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 73029 Cc: Wilko Meyer , leo@famulari.name X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.49. (linux-libre-6.6-pristine-source): Update hash. Change-Id: I30c1cf617f483f80004210dde63b658b60996219 --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b1351a0523..fdb1db8c9d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -532,7 +532,7 @@ (define-public linux-libre-6.10-pristine-source ;; Here are the support timelines: ;; -(define-public linux-libre-6.6-version "6.6.48") +(define-public linux-libre-6.6-version "6.6.49") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -542,7 +542,7 @@ (define deblob-scripts-6.6 (base32 "0kpkmdmrw9bnypdd0z489smh8bbwgg1ii301g1ynqfdkzd2ca1iq"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "0a90fx0r25nkcr5b16dn1j7vwyndnshaxn6ziyviccds59xxy5kb"))) + (hash (base32 "1dyk5pr5g8s5ia7f1vnkid4jghi81pxvwlgn9rmw2n88nz1dlmic"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6))) -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 04 12:46:58 2024 Received: (at 73029) by debbugs.gnu.org; 4 Sep 2024 16:46:58 +0000 Received: from localhost ([127.0.0.1]:35237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt9l-0007HP-KM for submit@debbugs.gnu.org; Wed, 04 Sep 2024 12:46:57 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:53274) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt9h-0007GX-IB for 73029@debbugs.gnu.org; Wed, 04 Sep 2024 12:46:53 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1725468344; bh=3RzXV9AGXckoF8Rmo5xoEE4SmagNYcjJwCrITXDBJ/E=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Rg9r+LHbz9vx89+PvntYNJn7Uu6p84LCeEfprU50hzgSEfpuJ8rMZBMizamNn36Gz XK7ffp8ET0zxcHDFihYPmc3q88p/OlMTdlCzwCZuZ4C0uYgXs1CLpFMULHYJAgw+Fg UEMr0ACpEVqYBHF3SZxa30EAfKqNb+uLmkLEZJxw= To: 73029@debbugs.gnu.org Subject: [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.108. Date: Wed, 4 Sep 2024 18:45:16 +0200 Message-ID: <1ac84d8c67eaa1e7ddd82499cde7889d066fd355.1725466219.git.w@wmeyer.eu> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 73029 Cc: Wilko Meyer , leo@famulari.name X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.108. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Ic69e1c509943af197b4d71d1799ea4c740eefd76 --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index fdb1db8c9d..d96e214c3f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -547,7 +547,7 @@ (define-public linux-libre-6.6-pristine-source (%upstream-linux-source version hash) deblob-scripts-6.6))) -(define-public linux-libre-6.1-version "6.1.107") +(define-public linux-libre-6.1-version "6.1.108") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -557,7 +557,7 @@ (define deblob-scripts-6.1 (base32 "11jbnj0d3262grf9vkn0668kvfxifxw98ccvn81wkaykll01k5nx"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "1s5h51r41l0d3k1h9i4mya7nz53jd6i200s06w5gl49hsz8jjcpl"))) + (hash (base32 "18lcd2b7ffwzqwqnmb948r7z95470bh7jiqps5nil8hfl24lwkiz"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1))) -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 04 12:46:58 2024 Received: (at 73029) by debbugs.gnu.org; 4 Sep 2024 16:46:58 +0000 Received: from localhost ([127.0.0.1]:35239 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt9l-0007HR-WF for submit@debbugs.gnu.org; Wed, 04 Sep 2024 12:46:58 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:53286) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt9h-0007GY-Ui for 73029@debbugs.gnu.org; Wed, 04 Sep 2024 12:46:54 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1725468344; bh=Rbhs3I5S4o3tcV4X+icd9XwaidKnk46GkDVYAbYvSug=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=fHNNnJot5GWSRiPIJ68fHHX5P2arcBd4ZiJgn02QF2LMiwxsnM772JyrH1ERwWY+o uPLJ02tyqlfiR6voCOcz/lLKF2xlM0BJ7vk6XMZlksiNiuZefnto8hd6CI9p5lqcy/ c0A2DO4SEgxxNasUTjJa5lJiBm3DbhFYCBDFWZNA= To: 73029@debbugs.gnu.org Subject: [PATCH 4/7] gnu: linux-libre 5.15: Update to 5.15.166. Date: Wed, 4 Sep 2024 18:45:17 +0200 Message-ID: <221d9a84ced3a1f337fae91b500aa37ae8fa97a8.1725466219.git.w@wmeyer.eu> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 73029 Cc: Wilko Meyer , leo@famulari.name X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.166. (linux-libre-5.15-pristine-source): Update hash. Change-Id: I80eee16365e9fc0dfa0f1a09618af60d3f4be2b6 --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d96e214c3f..2d2e72a5ce 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -562,7 +562,7 @@ (define-public linux-libre-6.1-pristine-source (%upstream-linux-source version hash) deblob-scripts-6.1))) -(define-public linux-libre-5.15-version "5.15.165") +(define-public linux-libre-5.15-version "5.15.166") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 (linux-libre-deblob-scripts @@ -572,7 +572,7 @@ (define deblob-scripts-5.15 (base32 "1l8dhfby3qx8vs8fq6yybixzrghbh03wflzwly4rq08wabcr87z8"))) (define-public linux-libre-5.15-pristine-source (let ((version linux-libre-5.15-version) - (hash (base32 "1zn627gid0dik3r5k61r9ff4sz7md1jnbwiixpyllqzb5kld6vd3"))) + (hash (base32 "1krri2sf0hvvgai0z9lp8h12gcmpigapb42qxs2pcnxqb7ialv75"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15))) -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 04 12:46:58 2024 Received: (at 73029) by debbugs.gnu.org; 4 Sep 2024 16:46:59 +0000 Received: from localhost ([127.0.0.1]:35241 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt9m-0007HZ-Eh for submit@debbugs.gnu.org; Wed, 04 Sep 2024 12:46:58 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:53298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt9i-0007GZ-Bi for 73029@debbugs.gnu.org; Wed, 04 Sep 2024 12:46:54 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1725468344; bh=4V6mDV9uYi8JmeuyEW55AAMLKHoPgHKn7gWRHsCLPbs=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Qhz9865YALRWSH4tqUlK6+CFrPn+bBmpJi1Kw1eU2K0n+q9ru63U72tnnEZWxbCb9 vHqM4X/JJqXLF2BzKiLfJqlbeyW/epgmU7e8cvrtjC8uCnLuRMHfYLoiQAJHhRZyuY FEwIhXbqQ1FsXdBrxMblEYeubdGwDZrbZbNgLR7Y= To: 73029@debbugs.gnu.org Subject: [PATCH 5/7] gnu: linux-libre 5.10: Update to 5.10.225. Date: Wed, 4 Sep 2024 18:45:18 +0200 Message-ID: <7bc23f9b6990a92edd66dbf98913f6fcff8510ed.1725466219.git.w@wmeyer.eu> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 73029 Cc: Wilko Meyer , leo@famulari.name X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.225. (linux-libre-5.10-pristine-source): Update hash. Change-Id: Ia685679631e11f156f761424e0060a74cdb52030 --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2d2e72a5ce..7d262ed69a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -577,7 +577,7 @@ (define-public linux-libre-5.15-pristine-source (%upstream-linux-source version hash) deblob-scripts-5.15))) -(define-public linux-libre-5.10-version "5.10.224") +(define-public linux-libre-5.10-version "5.10.225") (define-public linux-libre-5.10-gnu-revision "gnu1") (define deblob-scripts-5.10 (linux-libre-deblob-scripts @@ -587,7 +587,7 @@ (define deblob-scripts-5.10 (base32 "1isiih0laz4wbivsg0pcvlgrflq3lv10fakv9lvg2b4s0yd9ybdn"))) (define-public linux-libre-5.10-pristine-source (let ((version linux-libre-5.10-version) - (hash (base32 "06nivms93yjbddv3gl88m7bdrr0676nm3p12iqvsdfr4fg39kc0r"))) + (hash (base32 "0770757ildcc0cs6alnb5cspg6ysg2wqly9z5q1vjf3mh0xbzmw5"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.10))) -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 04 12:47:01 2024 Received: (at 73029) by debbugs.gnu.org; 4 Sep 2024 16:47:01 +0000 Received: from localhost ([127.0.0.1]:35245 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt9o-0007Hz-RE for submit@debbugs.gnu.org; Wed, 04 Sep 2024 12:47:01 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:53328) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt9m-0007Gk-Ga for 73029@debbugs.gnu.org; Wed, 04 Sep 2024 12:46:59 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1725468345; bh=6G8pMRZlXPthkBjAv4NmumvAM96omch4d9ilXLUvgNQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=JwS6CmUZqSWGobNZJxGBml/CsZ18a/XBjZpKiMP8Yws1LCItj4mIg/7H75ncsStHx aESqr/NmmvmCfzeCcTYnAOBzZ8/waV4K7kmQJfUWN/iZ4cBoCXr8+IkBYmybt4+FCX 46Vfklrrnx8wvUjf6JSIe2H7JvsfrDxw0YtE7En0= To: 73029@debbugs.gnu.org Subject: [PATCH 6/7] gnu: linux-libre 5.4: Update to 5.4.283. Date: Wed, 4 Sep 2024 18:45:19 +0200 Message-ID: <186fd60db666b7bbead3529df2dea1524003736b.1725466219.git.w@wmeyer.eu> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 73029 Cc: Wilko Meyer , leo@famulari.name X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.283. (linux-libre-5.4-pristine-source): Update hash. Change-Id: I8e375309f7d22339d723b67b229fa2b3ce6465f6 --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 7d262ed69a..e8b2a3e23c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -592,7 +592,7 @@ (define-public linux-libre-5.10-pristine-source (%upstream-linux-source version hash) deblob-scripts-5.10))) -(define-public linux-libre-5.4-version "5.4.282") +(define-public linux-libre-5.4-version "5.4.283") (define-public linux-libre-5.4-gnu-revision "gnu1") (define deblob-scripts-5.4 (linux-libre-deblob-scripts @@ -602,7 +602,7 @@ (define deblob-scripts-5.4 (base32 "0x0xg0fcykpd117x3q0gim8jilhx922ashhckjvafxv2gk2zzjhj"))) (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "1q3xvl4c5dlql6jh0g8kn01aljgl946gmq4ljjzvffykfq4pg0jm"))) + (hash (base32 "15zpw5vwi8c4yjap28lzrwdvj3yrynnbx6vw8aqiqamlk4qnl315"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 04 12:47:02 2024 Received: (at 73029) by debbugs.gnu.org; 4 Sep 2024 16:47:02 +0000 Received: from localhost ([127.0.0.1]:35247 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt9p-0007I2-If for submit@debbugs.gnu.org; Wed, 04 Sep 2024 12:47:01 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:53312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1slt9m-0007Gj-GZ for 73029@debbugs.gnu.org; Wed, 04 Sep 2024 12:46:59 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1725468345; bh=Xr4vpO147Fo8pNhTAZNmWxFZlhVE2Bg3A3KTno/UfyE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=PWGvC+CAkFFa7Uop9UulUWw7OAzP5K1ujZ+vuy3D+CgAFWNgGLxJhzVIKJmk+fnO0 bkemmareIui53juP+8Y3Gg+WdJ3Ag47XG0Q3y/fnZ0FxZytEbxkShtRdqqoJCUyvsL oQE4Y5xS2GYtcYOVuWhRda3ea/gwvO3ffooBTgRU= To: 73029@debbugs.gnu.org Subject: [PATCH 7/7] gnu: linux-libre 4.19: Update to 4.19.321. Date: Wed, 4 Sep 2024 18:45:20 +0200 Message-ID: <54d36f03dd5396cebfc0701b89aabef6871b2952.1725466219.git.w@wmeyer.eu> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 73029 Cc: Wilko Meyer , leo@famulari.name X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.321. (linux-libre-4.19-pristine-source): Update hash. Change-Id: Ice26ee11b8162038cb5d3cfcb14c997917a5cf97 --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e8b2a3e23c..1d596647e1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -607,7 +607,7 @@ (define-public linux-libre-5.4-pristine-source (%upstream-linux-source version hash) deblob-scripts-5.4))) -(define-public linux-libre-4.19-version "4.19.320") +(define-public linux-libre-4.19-version "4.19.321") (define-public linux-libre-4.19-gnu-revision "gnu1") (define deblob-scripts-4.19 (linux-libre-deblob-scripts @@ -617,7 +617,7 @@ (define deblob-scripts-4.19 (base32 "0fgkp3v7qgqpn7l1987xcwwlrmwsbscqnxfv06p8nkavrhymrv3c"))) (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "18a723djyq3y2jhjazwgiwqslh1yz954wb82cg7bf083n091lrwx"))) + (hash (base32 "1n86dfv8qcm21z3inrz0n7gnwik7s51xfrabyq8ajy15b93a2fpi"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 07 18:43:36 2024 Received: (at submit) by debbugs.gnu.org; 7 Sep 2024 22:43:36 +0000 Received: from localhost ([127.0.0.1]:57741 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sn49Y-0000rl-9V for submit@debbugs.gnu.org; Sat, 07 Sep 2024 18:43:36 -0400 Received: from lists.gnu.org ([209.51.188.17]:43350) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sn49V-0000rd-Mb for submit@debbugs.gnu.org; Sat, 07 Sep 2024 18:43:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sn49U-0008TC-3p for guix-patches@gnu.org; Sat, 07 Sep 2024 18:43:32 -0400 Received: from fhigh3-smtp.messagingengine.com ([103.168.172.154]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sn49S-0002v2-8Z for guix-patches@gnu.org; Sat, 07 Sep 2024 18:43:31 -0400 Received: from phl-compute-06.internal (phl-compute-06.phl.internal [10.202.2.46]) by mailfhigh.phl.internal (Postfix) with ESMTP id 6ECD91140120; Sat, 7 Sep 2024 18:43:27 -0400 (EDT) Received: from phl-mailfrontend-02 ([10.202.2.163]) by phl-compute-06.internal (MEProxy); Sat, 07 Sep 2024 18:43:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-type:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:subject:subject:to:to; s=mesmtp; t=1725749007; x= 1725835407; bh=gab3ZVLUI6VnqN4Ox2+phntmA2Thv7yvRH61zeP3bn4=; b=y nX9KeUiuvue4o6rJZFsQ+PMqgaoNoh6ZO/2x7aSkUnR1LClLfErSApoRCGCEgt+e JJV+YKSIM+l+WfWWNLfuf1ZQa3b6lom0YshSMd81I0/LxV87l66u58PlBHLW8YHw y1SlYqJJaq9t2tl1Ui+KWKxj3/Vq9bEAyVG4SMqIpo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; t=1725749007; x=1725835407; bh=gab3ZVLUI6VnqN4Ox2+phntmA2Th v7yvRH61zeP3bn4=; b=mgM87UPSaVuHIHoJ3JQOHz3wsoIiJNjrMKTKvwOcaMnz RVVFIUbexPFGokJlXzk3fbZY4OrbNVJYhwpoIukJHsIL9u+Q2q1DqdZmE08HwIym 6JWnZSvWKUwzJKO34yccVpKEjvsDhATLalidUlECSiGKHNv7kEq8YSS4+eV5ROQH qbusmiTIIofYSQbnM8Jo3WmcuK7XYEmwM57DT3/Rtvg93YyajAl5J7xxjwMShcMb w6qCB1Fuwfl3zpcb3VMM5yNBa18sKhTOAGU40fMwuZohV8lRXFo1XjfbEmIZr6m8 HrsupNUP8h/TJRT1/nEGiYkQVuE7EWuKMavD3N5e1g== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeeftddrudeigedgudefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggvpdfu rfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvve fukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefnvghoucfhrghmuhhlrghrihcu oehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrghtthgvrhhnpeeiteduhe efkeeufeelgeduhfejgfelheefleeuhfeffffgueduleehvdejleeiteenucevlhhushht vghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrg hrihdrnhgrmhgvpdhnsggprhgtphhtthhopedvpdhmohguvgepshhmthhpohhuthdprhgt phhtthhopeifseifmhgvhigvrhdrvghupdhrtghpthhtohepghhuihigqdhprghttghhvg hssehgnhhurdhorhhg X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 7 Sep 2024 18:43:26 -0400 (EDT) Date: Sat, 7 Sep 2024 18:43:25 -0400 From: Leo Famulari To: Wilko Meyer Subject: Re: [PATCH 0/7] linux-libre kernel updates (2024-09-04) Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=103.168.172.154; envelope-from=leo@famulari.name; helo=fhigh3-smtp.messagingengine.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) On Wed, Sep 04, 2024 at 06:42:49PM +0200, Wilko Meyer wrote: > Hi Leo, > > Thanks for taking care of last weeks updates, was afk for a couple of days! > There's been another round of updates today affecting all supported kernels, > I'll follow up as soon as I am able to check the deblobs if a v2 of this > series is needed. Thanks! I missed this for a couple days. But now it's been pushed to 'kernel-updates'. From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 10 21:52:39 2024 Received: (at submit) by debbugs.gnu.org; 11 Sep 2024 01:52:39 +0000 Received: from localhost ([127.0.0.1]:37231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1soCX9-0000Co-9s for submit@debbugs.gnu.org; Tue, 10 Sep 2024 21:52:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:45126) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1soCX7-0000Cg-5d for submit@debbugs.gnu.org; Tue, 10 Sep 2024 21:52:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1soCX0-00059P-UY for guix-patches@gnu.org; Tue, 10 Sep 2024 21:52:31 -0400 Received: from fhigh1-smtp.messagingengine.com ([103.168.172.152]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1soCWz-0007nc-D0 for guix-patches@gnu.org; Tue, 10 Sep 2024 21:52:30 -0400 Received: from phl-compute-05.internal (phl-compute-05.phl.internal [10.202.2.45]) by mailfhigh.phl.internal (Postfix) with ESMTP id E9E421140219; Tue, 10 Sep 2024 21:52:26 -0400 (EDT) Received: from phl-mailfrontend-02 ([10.202.2.163]) by phl-compute-05.internal (MEProxy); Tue, 10 Sep 2024 21:52:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:cc:content-type:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:subject:subject:to:to; s=mesmtp; t=1726019546; x= 1726105946; bh=oFxFPMeyh9mJQxQ8dld8Aqr3KhqReQ/0Hzf+1XHX1nM=; b=q dbV+nHp/cQfWw3JzZkP83mu5WHSjrsicCbMUmmu5s8ze6bYnAuvJzB+PNPgT9yIm 9i7vqlczTiT5V6JJ17YcW5Lq5ZhDT4aOMnC04zjnQs+hQSKePMxcSPuF+Yvt+rTp oq4JcWbD6xQ2+NYQWE13edrDVD15eKe0QLMAE+ysvE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; t=1726019546; x=1726105946; bh=oFxFPMeyh9mJQxQ8dld8Aqr3KhqR eQ/0Hzf+1XHX1nM=; b=dTmVfFQm1Whgi3trUlfJI/tuhLlXcJ7YR1q0ftFcw2dA 2aQt2PIVrn3Ae0hfePvYCzZFXiQR+LluQbhGMnmDjOmlz9isGriRkXiWq80AuyMg q7VATIObefaNHEG6bvuj0e5moGBSVffsk9IBRzNXp0bNr6BbXVCyvQsrkgwzxL0X 736mGS2hQCkIpWdVQKRav65Eo/42upvNlwOWNCcQjuPNoSdTjv7KbKQhZ0VGECZM x/MxEfPuBHeCv+E0hPUtjxmowM52PLEX14O5XjBUNoIIYyl8cZHbUUGUH3xQgsjV anUQO73IiNI46C7iXaJ7zBcbRxCZ4Jnsghh/B7RH8w== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeeftddrudejtddgheduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggvpdfu rfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvve fukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefnvghoucfhrghmuhhlrghrihcu oehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenucggtffrrghtthgvrhhnpeeiteduhe efkeeufeelgeduhfejgfelheefleeuhfeffffgueduleehvdejleeiteenucevlhhushht vghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrg hrihdrnhgrmhgvpdhnsggprhgtphhtthhopedvpdhmohguvgepshhmthhpohhuthdprhgt phhtthhopeifseifmhgvhigvrhdrvghupdhrtghpthhtohepghhuihigqdhprghttghhvg hssehgnhhurdhorhhg X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 10 Sep 2024 21:52:26 -0400 (EDT) Date: Tue, 10 Sep 2024 21:52:24 -0400 From: Leo Famulari To: Wilko Meyer Subject: Re: [PATCH 0/7] linux-libre kernel updates (2024-09-04) Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=103.168.172.152; envelope-from=leo@famulari.name; helo=fhigh1-smtp.messagingengine.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) On Wed, Sep 04, 2024 at 06:42:49PM +0200, Wilko Meyer wrote: > Wilko Meyer (7): > gnu: linux-libre: Update to 6.10.8. > gnu: linux-libre 6.6: Update to 6.6.49. > gnu: linux-libre 6.1: Update to 6.1.108. > gnu: linux-libre 5.15: Update to 5.15.166. > gnu: linux-libre 5.10: Update to 5.10.225. > gnu: linux-libre 5.4: Update to 5.4.283. > gnu: linux-libre 4.19: Update to 4.19.321. Pushed as 6d9b835e9a0d81a9ee718bb7a92f7d2ecbcad481 Thanks again! From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 10 21:53:48 2024 Received: (at control) by debbugs.gnu.org; 11 Sep 2024 01:53:48 +0000 Received: from localhost ([127.0.0.1]:37240 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1soCYF-0000Ev-Uj for submit@debbugs.gnu.org; Tue, 10 Sep 2024 21:53:48 -0400 Received: from fout6-smtp.messagingengine.com ([103.168.172.149]:47983) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1soCYD-0000Ed-Mw for control@debbugs.gnu.org; Tue, 10 Sep 2024 21:53:46 -0400 Received: from phl-compute-01.internal (phl-compute-01.phl.internal [10.202.2.41]) by mailfout.phl.internal (Postfix) with ESMTP id B1B3F1380235; Tue, 10 Sep 2024 21:53:34 -0400 (EDT) Received: from phl-mailfrontend-02 ([10.202.2.163]) by phl-compute-01.internal (MEProxy); Tue, 10 Sep 2024 21:53:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=cc:content-type:content-type:date:date:from:from:in-reply-to :message-id:mime-version:reply-to:subject:to:to; s=mesmtp; t= 1726019614; x=1726106014; bh=DluZWC7n3jUvBgC+DKyeo1SG1wqP5A4kIzW 0x8vDtrM=; b=zIA41gKjctduCNhCYExOStHVa4VBaU6Sv+0xKaWP+5klYPne06j D6SKE9QKvswEsunZ++9A7r07FTYGy0F9zOatxLMzdYxYE7974eXFVnebBnDawDsJ shYGSIJOSsiTBGsmBEN2Z/E3nefkV0nsdRoRyRqcZ8KKG5gmThodQ17M= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:message-id :mime-version:reply-to:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t=1726019614; x= 1726106014; bh=DluZWC7n3jUvBgC+DKyeo1SG1wqP5A4kIzW0x8vDtrM=; b=A Z2Hcq+gbwvdwvdwm6r9z0rRVVDSwjxoHqhFdXsqgZoN7UEzLKv33WWqygiHFKolL fB09xfO9HaUVgVYoofJ5iiB3K086/0RpS6b1hBSDzNFHxUfGY76XsTtEUntXqICE pN4hLmRhkNfEUgX7nL6wZqA2sjXQ9cL3YPAHymaSqtjvq/76U1vq8Vz9/0WVfYtJ zJ42bmmQGZQAoeoQEOXIEhJdOMI4BqFQ/tnOUG8Y+wq+x+ye3JWPCAs3QUWR7JgG hJkV+6TBpPXmzo0WciI9vcLxoKRu72QOU69QNIrXg/tZRmWh0oMbNSpgrzDYgB/o ZvZdkLZAzvpB6LaGcE4aA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeeftddrudejtddgheduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdggtfgfnhhsuhgsshgtrhhisggvpdfu rfetoffkrfgpnffqhgenuceurghilhhouhhtmecufedttdenucfgmhhpthihuchsuhgsjh gvtghtucdluddtmdenucfjughrpeffhffvkfggtggusehttdertddttddvnecuhfhrohhm pefnvghoucfhrghmuhhlrghrihcuoehlvghosehfrghmuhhlrghrihdrnhgrmhgvqeenuc ggtffrrghtthgvrhhnpefhjeeigfefvedvfeetheegledtkeevuddtgedtudeiteehteeg vdefffduffefffenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgvpdhnsggprhgtphhtthhopedupdhm ohguvgepshhmthhpohhuthdprhgtphhtthhopegtohhnthhrohhlseguvggssghughhsrd hgnhhurdhorhhg X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Tue, 10 Sep 2024 21:53:34 -0400 (EDT) Date: Tue, 10 Sep 2024 21:53:32 -0400 From: Leo Famulari To: control@debbugs.gnu.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 73029 Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [103.168.172.149 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) close 73029 From unknown Mon Aug 18 00:08:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 09 Oct 2024 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator