From unknown Mon Jun 23 02:22:08 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#68739] [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.75. Resent-From: Wilko Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 26 Jan 2024 15:13:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 68739 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68739@debbugs.gnu.org Cc: Wilko Meyer , leo@famulari.name X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170628197824356 (code B ref -1); Fri, 26 Jan 2024 15:13:03 +0000 Received: (at submit) by debbugs.gnu.org; 26 Jan 2024 15:12:58 +0000 Received: from localhost ([127.0.0.1]:52332 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTNt1-0006Ke-DT for submit@debbugs.gnu.org; Fri, 26 Jan 2024 10:12:58 -0500 Received: from lists.gnu.org ([2001:470:142::17]:48656) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTNsz-0006JZ-74 for submit@debbugs.gnu.org; Fri, 26 Jan 2024 10:12:53 -0500 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 1rTNsi-0004zG-Tj for guix-patches@gnu.org; Fri, 26 Jan 2024 10:12:37 -0500 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 1rTNsg-00028o-CG for guix-patches@gnu.org; Fri, 26 Jan 2024 10:12:36 -0500 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1706281953; bh=kBwwPpBjopwwbNkwMAArd32cokxrO5agrO+AVtODE+4=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=cln6l3QaONb8RQIKN4dk09pdTpziifRNCRTTp59TtqhWxYk1fTUTJuflG1xLPPN7s +7L6C2IjgzMqK+FnhwAo1Vira2JMjO8Wf4M0DPysyLPTzHQstLXrlBpe0xSyrGxwxe uRT9iwmvt6mbBY3EsWGdFuxiOIpZDRSQtpTvvpIA= Date: Fri, 26 Jan 2024 16:12:03 +0100 Message-ID: <20240126151222.11209-3-w@wmeyer.eu> In-Reply-To: <20240126151222.11209-1-w@wmeyer.eu> References: <20240126151222.11209-1-w@wmeyer.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: 0.9 (/) 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.1 (/) * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.75. (linux-libre-6.1-pristine-source): Update hash. --- 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 4fcc106c2b..b572542ccb 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -531,7 +531,7 @@ (define-public linux-libre-6.6-pristine-source ;; The "longterm" kernels — the older releases with long-term upstream support. ;; Here are the support timelines: ;; -(define-public linux-libre-6.1-version "6.1.74") +(define-public linux-libre-6.1-version "6.1.75") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -541,7 +541,7 @@ (define deblob-scripts-6.1 (base32 "1jg2v1nxd6i5x536vmd1l14xhpzrcimpmjfipb1zkrwil102y25f"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "08i0pgmmdnrmlha6ncl6if39rqg44c9dqyggf0swxlmfkzbx3yxp"))) + (hash (base32 "0mis14ll6xmhw71vfpw1aahi5z207qysha7x316fq4qc6c899lbc"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1))) -- 2.41.0 From unknown Mon Jun 23 02:22:08 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Wilko Meyer Subject: bug#68739: closed () Message-ID: References: <87bk98jel4.fsf@wmeyer.eu> <20240126151222.11209-3-w@wmeyer.eu> X-Gnu-PR-Message: they-closed 68739 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 68739@debbugs.gnu.org Date: Fri, 26 Jan 2024 15:33:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1706283182-26797-1" This is a multi-part message in MIME format... ------------=_1706283182-26797-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #68739: [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.75. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 68739@debbugs.gnu.org. --=20 68739: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D68739 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1706283182-26797-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 68739-done) by debbugs.gnu.org; 26 Jan 2024 15:32:06 +0000 Received: from localhost ([127.0.0.1]:52438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTOBa-0006wt-0m for submit@debbugs.gnu.org; Fri, 26 Jan 2024 10:32:06 -0500 Received: from mail.wmeyer.eu ([95.216.196.112]:41992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTOBY-0006vf-43 for 68739-done@debbugs.gnu.org; Fri, 26 Jan 2024 10:32:04 -0500 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1706283112; bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=; h=From:To:Date; b=UpkVwreRKq96R4eoa6IfAGuPfmeEzQcEoX4a9frVvvWWSAysNqfhKC4g3ZV8ikupd nr62j11WsiwNL1BeSQnzZNIpqquKcOYnP6t/Q5LdFG2F+Zf6DX3daSIMXD3RjkoP0c 4bYVVgEcNcneTmH1xt6i9gjXSSLCwf5ZQJns3P3A= To: 68739-done@debbugs.gnu.org Date: Fri, 26 Jan 2024 16:31:05 +0100 Message-ID: <87bk98jel4.fsf@wmeyer.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: 4.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: Content analysis details: (4.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.3 EMPTY_MESSAGE Message appears to have no textual parts 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: 68739-done 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: 3.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: Content analysis details: (3.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.3 EMPTY_MESSAGE Message appears to have no textual parts 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager ------------=_1706283182-26797-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Jan 2024 15:12:58 +0000 Received: from localhost ([127.0.0.1]:52332 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTNt1-0006Ke-DT for submit@debbugs.gnu.org; Fri, 26 Jan 2024 10:12:58 -0500 Received: from lists.gnu.org ([2001:470:142::17]:48656) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rTNsz-0006JZ-74 for submit@debbugs.gnu.org; Fri, 26 Jan 2024 10:12:53 -0500 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 1rTNsi-0004zG-Tj for guix-patches@gnu.org; Fri, 26 Jan 2024 10:12:37 -0500 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 1rTNsg-00028o-CG for guix-patches@gnu.org; Fri, 26 Jan 2024 10:12:36 -0500 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1706281953; bh=kBwwPpBjopwwbNkwMAArd32cokxrO5agrO+AVtODE+4=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=cln6l3QaONb8RQIKN4dk09pdTpziifRNCRTTp59TtqhWxYk1fTUTJuflG1xLPPN7s +7L6C2IjgzMqK+FnhwAo1Vira2JMjO8Wf4M0DPysyLPTzHQstLXrlBpe0xSyrGxwxe uRT9iwmvt6mbBY3EsWGdFuxiOIpZDRSQtpTvvpIA= To: guix-patches@gnu.org Subject: [PATCH 3/7] gnu: linux-libre 6.1: Update to 6.1.75. Date: Fri, 26 Jan 2024 16:12:03 +0100 Message-ID: <20240126151222.11209-3-w@wmeyer.eu> In-Reply-To: <20240126151222.11209-1-w@wmeyer.eu> References: <20240126151222.11209-1-w@wmeyer.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: 0.9 (/) 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: -0.1 (/) * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.75. (linux-libre-6.1-pristine-source): Update hash. --- 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 4fcc106c2b..b572542ccb 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -531,7 +531,7 @@ (define-public linux-libre-6.6-pristine-source ;; The "longterm" kernels — the older releases with long-term upstream support. ;; Here are the support timelines: ;; -(define-public linux-libre-6.1-version "6.1.74") +(define-public linux-libre-6.1-version "6.1.75") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -541,7 +541,7 @@ (define deblob-scripts-6.1 (base32 "1jg2v1nxd6i5x536vmd1l14xhpzrcimpmjfipb1zkrwil102y25f"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "08i0pgmmdnrmlha6ncl6if39rqg44c9dqyggf0swxlmfkzbx3yxp"))) + (hash (base32 "0mis14ll6xmhw71vfpw1aahi5z207qysha7x316fq4qc6c899lbc"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1))) -- 2.41.0 ------------=_1706283182-26797-1--