GNU bug report logs - #66459
[PATCH] gnu: grep: Update to 3.11

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Wed, 11 Oct 2023 06:12:02 UTC

Severity: normal

Tags: patch

Merged with 61990

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#66459: closed (Re: [PATCH] gnu: grep: Update to 3.11)
Date: Sun, 09 Mar 2025 21:07:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#66459: [PATCH] gnu: grep: Update to 3.11

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 66459 <at> debbugs.gnu.org.

-- 
66459: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66459
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 66459-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: grep: Update to 3.11
Date: Sun, 09 Mar 2025 22:06:17 +0100
Update already merged. Closing.



[Message part 3 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: grep: Update to 3.11
Date: Tue, 10 Oct 2023 23:10:54 -0700
* gnu/packages/base.scm (grep): Update to 3.11
---
 gnu/packages/base.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index c0813f7de0..4d8b6a7037 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -109,14 +109,14 @@ (define-public hello
 (define-public grep
   (package
    (name "grep")
-   (version "3.8")
+   (version "3.10")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/grep/grep-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "10n3mc9n1xmg85hpxyr4wiqzfp27ffxzwhvkv021j27vnk0pr3a9"))
+              "0nw5ys5bhcr6c162rl43q5qpmf0bia3bhlcvhw072npvjnssbvr4"))
             (patches (search-patches "grep-timing-sensitive-test.patch"))))
    (build-system gnu-build-system)
    (native-inputs (list perl))                   ;some of the tests require it

base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d
-- 
2.41.0




This bug report was last modified 74 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.