From unknown Fri Jun 20 07:24:40 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#71621 <71621@debbugs.gnu.org> To: bug#71621 <71621@debbugs.gnu.org> Subject: Status: [PATCH] etc/news.scm: Fix commit hash. Reply-To: bug#71621 <71621@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:24:40 +0000 retitle 71621 [PATCH] etc/news.scm: Fix commit hash. reassign 71621 guix-patches submitter 71621 Wilko Meyer severity 71621 normal tag 71621 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 17 18:19:26 2024 Received: (at submit) by debbugs.gnu.org; 17 Jun 2024 22:19:26 +0000 Received: from localhost ([127.0.0.1]:38230 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJKhB-0006fg-Un for submit@debbugs.gnu.org; Mon, 17 Jun 2024 18:19:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:38328) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJKh9-0006fY-Uy for submit@debbugs.gnu.org; Mon, 17 Jun 2024 18:19:25 -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 1sJKh6-0000x4-Pt for guix-patches@gnu.org; Mon, 17 Jun 2024 18:19:21 -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 1sJKh4-0006BF-LT for guix-patches@gnu.org; Mon, 17 Jun 2024 18:19:20 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1718662756; bh=vE268rmbgjegHUm+YtubyLjNdwmONsa32l0dDVOSBKI=; h=From:To:Cc:Subject:Date; b=iB3UqIiIKVVjF87lnEqzOW8VNzwuD1o2CI3tCSyEuUM0AAaEXcUCfdY3qaKl/rvdf slil7/qE+VEaeq5R4mbl4fkI5/btmt8ZjN76HcyRClG+8THXz+cPxNU6KxURx9uSFY O+za+A6jUu8vOsITFQOQxsPXOVyHhp+DBRAjGCEE= To: guix-patches@gnu.org Subject: [PATCH] etc/news.scm: Fix commit hash. Date: Tue, 18 Jun 2024 00:18:51 +0200 Message-ID: MIME-Version: 1.0 X-Debbugs-Cc: Florian Pelz , Julien Lepiller 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 (--) * etc/news.scm: Fix referenced commit hash for linux-libre 6.8 removal notice. --- Hi Leo, Noticed that the commit hash of the removal commit for 6.8 had changed, so the news entry is referring to a commit that exists locally on my machine but not upstream. I updated it accordingly to what hash it has upstream. etc/news.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/news.scm b/etc/news.scm index b5f342fcd4..a92ce97185 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -31,7 +31,7 @@ (channel-news (version 0) - (entry (commit "8511ea597bcf1d1452ef617023c90fdd038b722e") + (entry (commit "6fad0fd1c32db2cb25447b694f08d5c7836536ad") (title (en "Linux-libre 6.8 removed due to end of upstream support") (de "Linux-libre 6.8 wurde entfernt")) base-commit: 71c678a16aae416298a0e3fa322b425315bb7b00 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 17 18:32:46 2024 Received: (at 71621-done) by debbugs.gnu.org; 17 Jun 2024 22:32:46 +0000 Received: from localhost ([127.0.0.1]:38311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJKu6-0001Q9-6Q for submit@debbugs.gnu.org; Mon, 17 Jun 2024 18:32:46 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:59582) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJKu4-0001Pu-6J for 71621-done@debbugs.gnu.org; Mon, 17 Jun 2024 18:32:45 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1718663555; bh=kpzodRWdmOS2qo4Hy7ptcGG+AqbTJeusz7wRMmcCZw4=; h=From:To:Date; b=IlZ8ssSGzny2bmrGLFp/3yDHitwqRt1hn807Wv4Jsqv6u+rzsJYWKiV6vVWXRNNZa /blDD4huK/GFxY0gvZ+X9ZLMlG1Td+BrZfr4OavapYQ6MlOMHKtOgE+a1f7J6jpKqO +z+qESBcIBO5TPcjvE67wl91vDzytQF6U7iIOZmg= To: 71621-done@debbugs.gnu.org Date: Tue, 18 Jun 2024 00:32:35 +0200 Message-ID: <87zfrjjj3w.fsf@wmeyer.eu> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.0 (++) 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: Closed as cdd265b7bf1f72ea679fd9a020c9401a3c269fd8 already fixes this. Content analysis details: (2.0 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 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 0.0 TVD_SPACE_RATIO No description available. -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 71621-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: 1.0 (+) Closed as cdd265b7bf1f72ea679fd9a020c9401a3c269fd8 already fixes this. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 17 19:03:50 2024 Received: (at 71621-done) by debbugs.gnu.org; 17 Jun 2024 23:03:50 +0000 Received: from localhost ([127.0.0.1]:38425 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJLOA-0002Dk-Ar for submit@debbugs.gnu.org; Mon, 17 Jun 2024 19:03:50 -0400 Received: from fout8-smtp.messagingengine.com ([103.168.172.151]:43645) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sJLO7-0002DT-QQ for 71621-done@debbugs.gnu.org; Mon, 17 Jun 2024 19:03:48 -0400 Received: from compute7.internal (compute7.nyi.internal [10.202.2.48]) by mailfout.nyi.internal (Postfix) with ESMTP id 125DD13807F6; Mon, 17 Jun 2024 19:03:40 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Mon, 17 Jun 2024 19:03:40 -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 :in-reply-to:message-id:mime-version:references:reply-to:subject :subject:to:to; s=mesmtp; t=1718665420; x=1718751820; bh=ixnSQwB CjXn/DbZfdU+vWwpIpbcBjje6y8JqWoiryNM=; b=iLfvzd2fQa+Y7MpyB9nyeDm YCdGBmmLJWL3vymRu+Rc5x/Qwj+YYbWHI0EMOPKVwDbm9ESKhwX0b/p0h55faXep fCqcenkNjRyEAVznrnPAd3mKOBDx7/FuMW6wyyxZQBEoAnXrWUq8m5EzSQ/tHvUF hMbDMYeHg+SSl1dL1Clc= 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: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=1718665420; x=1718751820; bh=ixnSQwBCjXn/DbZfdU+vWwpIpbcB jje6y8JqWoiryNM=; b=i3DxEf4++xdo7ExasBUwtIBFRCuJlyv2fYXhN4t5nWTT BY7h6sGpjmZTbgEaAyicLRDJuR5Pw5k8YuhOU6PpY0sDL/NgEiVhhCWXX97hTYz3 Xq73Dx71BDHfbHbMKI5e0wM2y1roQnQefMLWmKweTW2KWMseyz80XabskfeHjR+T G3HxYi4okxfKnpevDMbULgFf4qhJB2v9THSBIe4TVty+Res9N9WnkIv62AShZAyf gorekDb49eGMyBNiEhZAk9tQj8lMReHnEKeAemBNlk8hSMhSAD/5YgjiZ+R7ri4G rcPbSvPBsUUVhx4+5NELcK45++L7/GlfyEcTT7o59A== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvledrfedviedgudejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucgogfhmphhthifuuhgsjhgvtghtucdluddtmdenuc fjughrpeffhffvuffkfhggtggujgesthdtrodttddtvdenucfhrhhomhepnfgvohcuhfgr mhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrthhtvg hrnhepgffhjeelveetueevhfehhefhvefggeevtdetteejhfeffedvhfdvtdejjeekudef necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplhgvoh esfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Feedback-ID: i819c4023:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 17 Jun 2024 19:03:39 -0400 (EDT) Date: Mon, 17 Jun 2024 19:03:37 -0400 From: Leo Famulari To: 71621-done@debbugs.gnu.org, w@wmeyer.eu Subject: Re: bug#71621: (no subject) Message-ID: References: <87zfrjjj3w.fsf@wmeyer.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87zfrjjj3w.fsf@wmeyer.eu> 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: Oops! I even deliberately adjusted the hash in this commit, but somehow I still screwed it up. Sorry! Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 SLIGHTLY_BAD_SUBJECT Subject contains something slightly spammy -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.151 listed in list.dnswl.org] -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 71621-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: 0.3 (/) Oops! I even deliberately adjusted the hash in this commit, but somehow I still screwed it up. Sorry! From unknown Fri Jun 20 07:24:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 16 Jul 2024 11:24:11 +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