GNU bug report logs - #61990
[PATCH] gnu: grep: Update to 3.9

Previous Next

Package: guix-patches;

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

Date: Sun, 5 Mar 2023 22:37:02 UTC

Severity: normal

Tags: patch

Merged with 66459

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61990 in the body.
You can then email your comments to 61990 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61990; Package guix-patches. (Sun, 05 Mar 2023 22:37:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 05 Mar 2023 22:37:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#61990; Package guix-patches. (Sun, 12 Mar 2023 23:44:01 GMT) Full text and rfc822 format available.

Message #8 received at 61990 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: 61990 <at> debbugs.gnu.org
Subject: grep in core-updates
Date: Mon, 13 Mar 2023 00:43:44 +0100
Hello Andy,

in core-updates, grep is currently at version 3.8, and it has an enormous
number of dependent packages. So I would suggest to hold this patch back
until the core-updates merge has happened.

Andreas





Information forwarded to guix-patches <at> gnu.org:
bug#61990; Package guix-patches. (Sat, 25 Mar 2023 22:11:01 GMT) Full text and rfc822 format available.

Message #11 received at 61990 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 61990 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: grep: Update to 3.10
Date: Sat, 25 Mar 2023 15:10:33 -0700
* gnu/packages/base.scm (grep): Update to 3.10
---
 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..5363370e53 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.10")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/grep/grep-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0gipv6bzkm1aihj0ncqpyh164xrzgcxcv9r1kwzyk2g1mzl1azk6"))
+              "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: 04724e59971b03f86a410285653d24005c62b924
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#61990; Package guix-patches. (Tue, 04 Apr 2023 11:53:03 GMT) Full text and rfc822 format available.

Message #14 received at 61990 <at> debbugs.gnu.org (full text, mbox):

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Andy Tai <atai <at> atai.org>, 61990 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: Re: [bug#61990] [PATCH v2] gnu: grep: Update to 3.10
Date: Tue, 04 Apr 2023 13:18:19 +0200
Hi,

On Sat, 25 Mar 2023 at 15:10, Andy Tai <atai <at> atai.org> wrote:
> * gnu/packages/base.scm (grep): Update to 3.10

As Andreas pointed, this patch cannot go to master because it is an
intensive rebuild,

--8<---------------cut here---------------start------------->8---
$ guix refresh -l grep | cut -f1 -d':'
Building the following 2879 packages would ensure 7748 dependent packages are rebuilt
--8<---------------cut here---------------end--------------->8---

Therefore, this change must go to the core-updates branch as documented
by point #9 in [1].

1: https://guix.gnu.org/manual/devel/en/guix.html#Submitting-Patches

Cheers,
simon




Information forwarded to guix-patches <at> gnu.org:
bug#61990; Package guix-patches. (Wed, 19 Apr 2023 17:14:02 GMT) Full text and rfc822 format available.

Message #17 received at 61990 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 61990 <at> debbugs.gnu.org
Date: Wed, 19 Apr 2023 10:12:48 -0700
will determine next steps once the current core-update is merged to master




Information forwarded to guix-patches <at> gnu.org:
bug#61990; Package guix-patches. (Thu, 27 Apr 2023 06:21:02 GMT) Full text and rfc822 format available.

Message #20 received at 61990 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 61990 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v3] gnu: grep: Update to 3.10
Date: Wed, 26 Apr 2023 23:20:18 -0700
* gnu/packages/base.scm (grep): Update to 3.10
---
 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 6911ea78be..4d036d97e8 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -107,14 +107,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: db19e30673a72ff8ee34276ede5dd081e6023cd3
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#61990; Package guix-patches. (Wed, 03 May 2023 17:25:02 GMT) Full text and rfc822 format available.

Message #23 received at 61990 <at> debbugs.gnu.org (full text, mbox):

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Andy Tai <atai <at> atai.org>, 61990 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: Re: [bug#61990] [PATCH v3] gnu: grep: Update to 3.10
Date: Wed, 03 May 2023 19:23:20 +0200
Hi,

On Wed, 26 Apr 2023 at 23:20, Andy Tai <atai <at> atai.org> wrote:

> * gnu/packages/base.scm (grep): Update to 3.10

This should go to a dedicated branch.  It leads to the rebuild of ~1/3
of all the packages.

For instance, the recent update of grep in core-updates had broken many
packages because some default behaviour changed.

Cheers,
simon





Information forwarded to guix-patches <at> gnu.org:
bug#61990; Package guix-patches. (Thu, 11 May 2023 07:44:02 GMT) Full text and rfc822 format available.

Message #26 received at 61990 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 61990 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH core-updates v4] gnu: grep: Update to 3.10
Date: Thu, 11 May 2023 00:43:35 -0700
* gnu/packages/base.scm (grep): Update to 3.10
---
 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 d2f276c447..aa439e76db 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -107,14 +107,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: b4e5844700b2304bfde451322feb5797bf0c6179
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#61990; Package guix-patches. (Tue, 10 Oct 2023 15:50:01 GMT) Full text and rfc822 format available.

Message #29 received at 61990 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 61990 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH core-updates v5] gnu: grep: Update to 3.11
Date: Tue, 10 Oct 2023 08:49:20 -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





Merged 61990 66459. Request was from Andy Tai <atai <at> atai.org> to control <at> debbugs.gnu.org. (Wed, 11 Oct 2023 06:17:01 GMT) Full text and rfc822 format available.

Disconnected #61990 from all other report(s). Request was from Andy Tai <lichengtai <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 11 Oct 2023 15:25:02 GMT) Full text and rfc822 format available.

Merged 61990 66459. Request was from Andy Tai <atai <at> atai.org> to control <at> debbugs.gnu.org. (Wed, 11 Oct 2023 15:28:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 07 Apr 2025 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 31 days ago.

Previous Next


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