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#61990: closed (Re: [PATCH] gnu: grep: Update to 3.11)
Date: Sun, 09 Mar 2025 21:07:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

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 61990 <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.9
Date: Sun,  5 Mar 2023 14:36:42 -0800
* gnu/packages/base.scm (grep): Update to 3.9
---
 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 fa5f1ef32b..0b0776edb3 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -106,14 +106,14 @@ (define-public hello
 (define-public grep
   (package
    (name "grep")
-   (version "3.6")
+   (version "3.9")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/grep/grep-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0gipv6bzkm1aihj0ncqpyh164xrzgcxcv9r1kwzyk2g1mzl1azk6"))
+              "16dmf2hsr27lnlxk3vgy9h0ngj5s7gjj5d7y6nplqgg2kr013kdb"))
             (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: 833febb522bd37a38156b558b108372b89a34949
-- 
2.39.1




This bug report was last modified 73 days ago.

Previous Next


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