From unknown Fri Aug 15 21:22:10 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#76045 <76045@debbugs.gnu.org> To: bug#76045 <76045@debbugs.gnu.org> Subject: Status: [PATCH] gnu: ugrep: Update to 7.2.2. Reply-To: bug#76045 <76045@debbugs.gnu.org> Date: Sat, 16 Aug 2025 04:22:10 +0000 retitle 76045 [PATCH] gnu: ugrep: Update to 7.2.2. reassign 76045 guix-patches submitter 76045 ashish.is@lostca.se severity 76045 normal tag 76045 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 04 02:50:35 2025 Received: (at submit) by debbugs.gnu.org; 4 Feb 2025 07:50:35 +0000 Received: from localhost ([127.0.0.1]:42460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tfDhb-0005Gr-AB for submit@debbugs.gnu.org; Tue, 04 Feb 2025 02:50:35 -0500 Received: from lists.gnu.org ([2001:470:142::17]:56728) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tfDhY-0005Gb-BT for submit@debbugs.gnu.org; Tue, 04 Feb 2025 02:50:33 -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 1tfDhS-0003zr-HT for guix-patches@gnu.org; Tue, 04 Feb 2025 02:50:26 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tfDhQ-0000PY-1s for guix-patches@gnu.org; Tue, 04 Feb 2025 02:50:26 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:e400:b907:385e:89d4:e7c5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id E210A6000; Tue, 4 Feb 2025 07:50:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1738655409; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=gdadyNmriOEMIU0JsZrVsAy8Y54SAILL2iSosS+85d8=; b=SXr5nINroBWNWJkt5la7Gu2zJVZ8GaTZdM9ea8q0CZuyw/cOodaKFVzC8FU0DBluMbKp++ wjBaYJeDITbmJYnuZGNXwp6T/O6qrmS4cGqg7sbgrQm9VmqAUqZal5zuXjB87RzqlQ9pvH Us3Eh/C4LGf4VKrxvOXUKnl9rwEJp8A= From: ashish.is@lostca.se To: guix-patches@gnu.org Subject: [PATCH] gnu: ugrep: Update to 7.2.2. Date: Tue, 4 Feb 2025 07:50:01 +0000 Message-ID: <8040afc0a077d0194beeee9e298df0ed9623eb01.1738655401.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se 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 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Ashish SHUKLA 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 (/) From: Ashish SHUKLA * gnu/packages/search.scm (ugrep): Update to 7.2.2. Change-Id: Ia03935650dd9eb0b3ff5d85e187b961e5b7e162c --- gnu/packages/search.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index a08f34d0c1..9c220fc50c 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -14,7 +14,7 @@ ;;; Copyright © 2022 Michael Rohleder ;;; Copyright © 2023 Adam Faiz ;;; Copyright © 2023 David Pflug -;;; Copyright © 2024 Ashish SHUKLA +;;; Copyright © 2024, 2025 Ashish SHUKLA ;;; ;;; This file is part of GNU Guix. ;;; @@ -692,14 +692,14 @@ (define-public xapers (define-public ugrep (package (name "ugrep") - (version "7.2.1") + (version "7.2.2") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Genivia/ugrep") (commit (string-append "v" version)))) (sha256 - (base32 "0idi54dvhrdk5wkv73y9zq649lld2kh4p1rc79l2cvv0niqdhnn6")) + (base32 "1f7vah795319vfy4yvpnmrivr1i7nh4xy73b7dl1p8snlmivj1kh")) (file-name (git-file-name name version)) (modules '((guix build utils))) (snippet base-commit: 2fda889ac992977af7b4cd96d09f737d834e0b2d -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 07 00:57:13 2025 Received: (at submit) by debbugs.gnu.org; 7 Feb 2025 05:57:13 +0000 Received: from localhost ([127.0.0.1]:60440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tgHMW-00063O-UW for submit@debbugs.gnu.org; Fri, 07 Feb 2025 00:57:13 -0500 Received: from lists.gnu.org ([2001:470:142::17]:36536) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tgHMV-000630-NE for submit@debbugs.gnu.org; Fri, 07 Feb 2025 00:57:12 -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 1tgHMO-0000SX-2u for guix-patches@gnu.org; Fri, 07 Feb 2025 00:57:04 -0500 Received: from mail.z572.online ([88.99.160.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tgHMM-0006Ev-7i for guix-patches@gnu.org; Fri, 07 Feb 2025 00:57:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1738908130; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=dy0Q/DGJjq46LYQcSfrqP5VQ55fAzQYSsLfW0zLcigg=; b=X8P55ik9jTB98UG5UjV0h2JqkTXe30451ze1T7dgpxOYSaOcPIcTQ4Lc6AUEBG1YFSTCxN awAwE0fIafeHmLPQ4PuTDqtRdclqrG1cQvM5/H19fZXu2dnus0oQDYQT0ZoMEm9cv1EQLM A7yDopI2c6K45Ey+XpEa/1Mhu1bBi8E= Received: from m (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id acb46ad0 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 7 Feb 2025 06:02:09 +0000 (UTC) From: Z572 To: "ashish.is--- via Guix-patches" via Subject: Re: [bug#76045] [PATCH] gnu: ugrep: Update to 7.2.2. In-Reply-To: <8040afc0a077d0194beeee9e298df0ed9623eb01.1738655401.git.ashish.is@lostca.se> (ashish is's message of "Tue, 4 Feb 2025 07:50:01 +0000") References: <8040afc0a077d0194beeee9e298df0ed9623eb01.1738655401.git.ashish.is@lostca.se> User-Agent: mu4e 1.12.7; emacs 30.0.92 Date: Fri, 07 Feb 2025 13:56:46 +0800 Message-ID: <87tt96s3fl.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@z572.online; helo=mail.z572.online X-Spam_score_int: -5 X-Spam_score: -0.6 X-Spam_bar: / X-Spam_report: (-0.6 / 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, FROM_SUSPICIOUS_NTLD=0.499, PDS_OTHER_BAD_TLD=0.998, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.5 (++) 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: "ashish.is--- via Guix-patches" via writes: > From: Ashish SHUKLA > > * gnu/packages/search.scm (ugrep): Update to 7.2.2. > > Change-Id: Ia03935650dd9eb0b3ff5d85e187b961e5b7e162c > --- > gnu/packages/search.scm | 6 +++--- [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 1.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit Cc: 76045-done@debbugs.gnu.org, ashish.is@lostca.se 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.5 (++) 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: "ashish.is--- via Guix-patches" via writes: > From: Ashish SHUKLA > > * gnu/packages/search.scm (ugrep): Update to 7.2.2. > > Change-Id: Ia03935650dd9eb0b3ff5d85e187b961e5b7e162c > --- > gnu/packages/search.scm | 6 +++--- [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 1.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable "ashish.is--- via Guix-patches" via writes: > From: Ashish SHUKLA > > * gnu/packages/search.scm (ugrep): Update to 7.2.2. > > Change-Id: Ia03935650dd9eb0b3ff5d85e187b961e5b7e162c > --- > gnu/packages/search.scm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm > index a08f34d0c1..9c220fc50c 100644 > --- a/gnu/packages/search.scm > +++ b/gnu/packages/search.scm > @@ -14,7 +14,7 @@ > ;;; Copyright =C2=A9 2022 Michael Rohleder > ;;; Copyright =C2=A9 2023 Adam Faiz > ;;; Copyright =C2=A9 2023 David Pflug > -;;; Copyright =C2=A9 2024 Ashish SHUKLA > +;;; Copyright =C2=A9 2024, 2025 Ashish SHUKLA > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -692,14 +692,14 @@ (define-public xapers > (define-public ugrep > (package > (name "ugrep") > - (version "7.2.1") > + (version "7.2.2") > (source (origin > (method git-fetch) > (uri (git-reference > (url "https://github.com/Genivia/ugrep") > (commit (string-append "v" version)))) > (sha256 > - (base32 "0idi54dvhrdk5wkv73y9zq649lld2kh4p1rc79l2cvv0niqd= hnn6")) > + (base32 "1f7vah795319vfy4yvpnmrivr1i7nh4xy73b7dl1p8snlmiv= j1kh")) > (file-name (git-file-name name version)) > (modules '((guix build utils))) > (snippet > > base-commit: 2fda889ac992977af7b4cd96d09f737d834e0b2d pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmeloJ4ACgkQO1qpk+Gi 3/BOtA/6Av82o35IZoWOqodHx2DWsw7S1XIxjaNAACzyVxrWYGpZc5oPS6R0SoAA 9H82WjKgxxQfCukXPQtpMdlnpqQGidjCVLQzoDP8JtzAnshMdXYhdFQNMtF+BjM4 98R+2xjYO0tWLXme38NKMElSoOz3wp22lAQcNIMW2nA1vIVrq8dgg6kHcfTayP0f FiXIf9I9WlBD8mCb+E6MA2YyC0VMeRfBw8QHdZM+Qb3R9YMOGsaMIEJvA78rxKWX 2tIADSBPeYspFBHPzJy0VUwx8yAyXInH1MH/nNIoIm/mvgzArIqV1qL10x8O1Jkn /hXI4gZXBTq3G14rfrlAX8cGxgCUtHG44Sjv6yDweh4jQmNrR3KOYijtIgG4ucEv 92NhI8OVNatvZ1WVc4lPGcRnHlSGUHbqrOssxa5HUiBCSikKSC7LDUEWq5UZZKs9 5XdtqDUjLju4YchHKtxCkf0Rf3gA+DCRClsTmbvvw1LNqg5zhJ7A1cE92/vymwbZ b4d1tYCdBPT2HmGeNOgM9OwbH9cK8YlakQ7Jn8Ik7OiRGHy/2wprtVNC6I/xyFWX bINaw2ciBIfKpgPeNwrFdevqWmmIsdQAu5wvb+LZ7DYRURnztZ8J6QNQrcDoWmbN t9aBlVBqBECuCPF3NmbmWIT5D0XZEghYnmzZA/zFTqtP8zG+p3I= =+vu/ -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 21:22:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 07 Mar 2025 12: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