Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] grep, chroot-grep: update to 3.9.
@ 2023-03-07 18:51 mhmdanas
  2023-03-23 22:54 ` [PR PATCH] [Updated] " mhmdanas
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: mhmdanas @ 2023-03-07 18:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1267 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages grep-3.9
https://github.com/void-linux/void-packages/pull/42648

grep, chroot-grep: update to 3.9.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (both grep and chroot-grep)

@Gottox

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42648.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-grep-3.9-42648.patch --]
[-- Type: text/x-diff, Size: 2280 bytes --]

From b5bf4989fac937dcc8d47f533437e62891a1d460 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 18:41:46 +0000
Subject: [PATCH 1/2] grep: update to 3.9.

---
 srcpkgs/grep/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/grep/template b/srcpkgs/grep/template
index d659425a0bee..097d53bed2e0 100644
--- a/srcpkgs/grep/template
+++ b/srcpkgs/grep/template
@@ -1,6 +1,6 @@
 # Template file for 'grep'
 pkgname=grep
-version=3.8
+version=3.9
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,5 +10,5 @@ short_desc="GNU grep utility"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/grep/"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382
+distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
+checksum=abcd11409ee23d4caf35feb422e53bbac867014cfeed313bb5f488aca170b599

From bb25885c1d2028260a72a20f0f29ecfcdf6f4538 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 18:44:32 +0000
Subject: [PATCH 2/2] chroot-grep: update to 3.9.

---
 srcpkgs/chroot-grep/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/chroot-grep/template b/srcpkgs/chroot-grep/template
index fe26cf1f17f9..1c5a82657b2e 100644
--- a/srcpkgs/chroot-grep/template
+++ b/srcpkgs/chroot-grep/template
@@ -1,7 +1,7 @@
 # Template file for 'chroot-grep'
 pkgname=chroot-grep
-version=3.8
-revision=2
+version=3.9
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--disable-perl-regexp --disable-nls ac_cv_path_GREP=grep"
@@ -10,10 +10,9 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/grep/"
 distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
-checksum=498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382
+checksum=abcd11409ee23d4caf35feb422e53bbac867014cfeed313bb5f488aca170b599
 conflicts="grep>=0"
 provides="grep-${version}_${revision}"
-make_check=no # Infinate loop in hash-collision-perf without perl
 repository=bootstrap
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] grep, chroot-grep: update to 3.9.
  2023-03-07 18:51 [PR PATCH] grep, chroot-grep: update to 3.9 mhmdanas
@ 2023-03-23 22:54 ` mhmdanas
  2023-03-25 10:52 ` grep, chroot-grep: update to 3.10 paper42
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2023-03-23 22:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1272 bytes --]

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages grep-3.9
https://github.com/void-linux/void-packages/pull/42648

grep, chroot-grep: update to 3.9.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (both grep and chroot-grep)

@Gottox

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42648.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-grep-3.9-42648.patch --]
[-- Type: text/x-diff, Size: 2284 bytes --]

From ee6e7f61863181e38c33e239d464f01b983419dd Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 18:41:46 +0000
Subject: [PATCH 1/2] grep: update to 3.10.

---
 srcpkgs/grep/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/grep/template b/srcpkgs/grep/template
index d659425a0bee..0fe9e34439c8 100644
--- a/srcpkgs/grep/template
+++ b/srcpkgs/grep/template
@@ -1,6 +1,6 @@
 # Template file for 'grep'
 pkgname=grep
-version=3.8
+version=3.10
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,5 +10,5 @@ short_desc="GNU grep utility"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/grep/"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382
+distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
+checksum=24efa5b595fb5a7100879b51b8868a0bb87a71c183d02c4c602633b88af6855b

From 8359285f0f92b3daf9987d87955148c79fe61ab8 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 18:44:32 +0000
Subject: [PATCH 2/2] chroot-grep: update to 3.10.

---
 srcpkgs/chroot-grep/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/chroot-grep/template b/srcpkgs/chroot-grep/template
index fe26cf1f17f9..35200a670818 100644
--- a/srcpkgs/chroot-grep/template
+++ b/srcpkgs/chroot-grep/template
@@ -1,7 +1,7 @@
 # Template file for 'chroot-grep'
 pkgname=chroot-grep
-version=3.8
-revision=2
+version=3.10
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--disable-perl-regexp --disable-nls ac_cv_path_GREP=grep"
@@ -10,10 +10,9 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/grep/"
 distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
-checksum=498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382
+checksum=24efa5b595fb5a7100879b51b8868a0bb87a71c183d02c4c602633b88af6855b
 conflicts="grep>=0"
 provides="grep-${version}_${revision}"
-make_check=no # Infinate loop in hash-collision-perf without perl
 repository=bootstrap
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: grep, chroot-grep: update to 3.10.
  2023-03-07 18:51 [PR PATCH] grep, chroot-grep: update to 3.9 mhmdanas
  2023-03-23 22:54 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-03-25 10:52 ` paper42
  2023-03-25 10:58 ` paper42
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2023-03-25 10:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 429 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42648#issuecomment-1483793273

Comment:
As we discussed on IRC with @mhmdanas, this breaks update-check and requires replacing `\d` with `\p{Nd}` in all patterns. Looking at the changelog, this looks like a bug because we are not trying to match non-ascii numbers https://fossies.org/linux/misc/grep-3.10.tar.xz/grep-3.10/NEWS.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: grep, chroot-grep: update to 3.10.
  2023-03-07 18:51 [PR PATCH] grep, chroot-grep: update to 3.9 mhmdanas
  2023-03-23 22:54 ` [PR PATCH] [Updated] " mhmdanas
  2023-03-25 10:52 ` grep, chroot-grep: update to 3.10 paper42
@ 2023-03-25 10:58 ` paper42
  2023-05-18 13:27 ` leahneukirchen
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2023-03-25 10:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42648#issuecomment-1483793273

Comment:
As we discussed on IRC with @mhmdanas, this breaks update-check and requires replacing `\d` with `\p{Nd}` in all patterns. Looking at the changelog, this looks like a bug because we are not trying to match non-ascii numbers https://fossies.org/linux/misc/grep-3.10.tar.xz/grep-3.10/NEWS.

@mhmdanas tried 3.9 and couldn't reproduce the issue there

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: grep, chroot-grep: update to 3.10.
  2023-03-07 18:51 [PR PATCH] grep, chroot-grep: update to 3.9 mhmdanas
                   ` (2 preceding siblings ...)
  2023-03-25 10:58 ` paper42
@ 2023-05-18 13:27 ` leahneukirchen
  2023-05-19 17:56 ` [PR PATCH] [Updated] " mhmdanas
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2023-05-18 13:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/42648#issuecomment-1553054913

Comment:
3.11 fixes the `\d` thing, so please update.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] grep, chroot-grep: update to 3.10.
  2023-03-07 18:51 [PR PATCH] grep, chroot-grep: update to 3.9 mhmdanas
                   ` (3 preceding siblings ...)
  2023-05-18 13:27 ` leahneukirchen
@ 2023-05-19 17:56 ` mhmdanas
  2023-05-19 19:23 ` grep, chroot-grep: update to 3.11 leahneukirchen
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2023-05-19 17:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1273 bytes --]

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages grep-3.9
https://github.com/void-linux/void-packages/pull/42648

grep, chroot-grep: update to 3.10.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (both grep and chroot-grep)

@Gottox

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42648.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-grep-3.9-42648.patch --]
[-- Type: text/x-diff, Size: 2284 bytes --]

From 28ca66bda662b7fd26c2a49f07245bbccb41c250 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 18:41:46 +0000
Subject: [PATCH 1/2] grep: update to 3.11.

---
 srcpkgs/grep/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/grep/template b/srcpkgs/grep/template
index d659425a0bee..0e90b7d1b853 100644
--- a/srcpkgs/grep/template
+++ b/srcpkgs/grep/template
@@ -1,6 +1,6 @@
 # Template file for 'grep'
 pkgname=grep
-version=3.8
+version=3.11
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,5 +10,5 @@ short_desc="GNU grep utility"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/grep/"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382
+distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
+checksum=1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab

From 4494ec521f9d63600ce711a83700fd2417abacaf Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 18:44:32 +0000
Subject: [PATCH 2/2] chroot-grep: update to 3.11.

---
 srcpkgs/chroot-grep/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/chroot-grep/template b/srcpkgs/chroot-grep/template
index fe26cf1f17f9..ad6f29571adf 100644
--- a/srcpkgs/chroot-grep/template
+++ b/srcpkgs/chroot-grep/template
@@ -1,7 +1,7 @@
 # Template file for 'chroot-grep'
 pkgname=chroot-grep
-version=3.8
-revision=2
+version=3.11
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--disable-perl-regexp --disable-nls ac_cv_path_GREP=grep"
@@ -10,10 +10,9 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/grep/"
 distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
-checksum=498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382
+checksum=1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab
 conflicts="grep>=0"
 provides="grep-${version}_${revision}"
-make_check=no # Infinate loop in hash-collision-perf without perl
 repository=bootstrap
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: grep, chroot-grep: update to 3.11.
  2023-03-07 18:51 [PR PATCH] grep, chroot-grep: update to 3.9 mhmdanas
                   ` (4 preceding siblings ...)
  2023-05-19 17:56 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-05-19 19:23 ` leahneukirchen
  2023-05-19 19:50 ` [PR PATCH] [Updated] " mhmdanas
  2023-05-19 20:38 ` [PR PATCH] [Merged]: " leahneukirchen
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2023-05-19 19:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/42648#issuecomment-1555129865

Comment:
Please rebase to fix tests.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Updated] grep, chroot-grep: update to 3.11.
  2023-03-07 18:51 [PR PATCH] grep, chroot-grep: update to 3.9 mhmdanas
                   ` (5 preceding siblings ...)
  2023-05-19 19:23 ` grep, chroot-grep: update to 3.11 leahneukirchen
@ 2023-05-19 19:50 ` mhmdanas
  2023-05-19 20:38 ` [PR PATCH] [Merged]: " leahneukirchen
  7 siblings, 0 replies; 9+ messages in thread
From: mhmdanas @ 2023-05-19 19:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1273 bytes --]

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages grep-3.9
https://github.com/void-linux/void-packages/pull/42648

grep, chroot-grep: update to 3.11.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (both grep and chroot-grep)

@Gottox

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42648.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-grep-3.9-42648.patch --]
[-- Type: text/x-diff, Size: 2284 bytes --]

From 64d078cdeafb71c6faa34e50ac401c731c2b1f6f Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 18:41:46 +0000
Subject: [PATCH 1/2] grep: update to 3.11.

---
 srcpkgs/grep/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/grep/template b/srcpkgs/grep/template
index d659425a0bee..0e90b7d1b853 100644
--- a/srcpkgs/grep/template
+++ b/srcpkgs/grep/template
@@ -1,6 +1,6 @@
 # Template file for 'grep'
 pkgname=grep
-version=3.8
+version=3.11
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -10,5 +10,5 @@ short_desc="GNU grep utility"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/grep/"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382
+distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
+checksum=1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab

From 28815d37009b348249429e1d3bd81c08e67e4131 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 7 Mar 2023 18:44:32 +0000
Subject: [PATCH 2/2] chroot-grep: update to 3.11.

---
 srcpkgs/chroot-grep/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/chroot-grep/template b/srcpkgs/chroot-grep/template
index fe26cf1f17f9..ad6f29571adf 100644
--- a/srcpkgs/chroot-grep/template
+++ b/srcpkgs/chroot-grep/template
@@ -1,7 +1,7 @@
 # Template file for 'chroot-grep'
 pkgname=chroot-grep
-version=3.8
-revision=2
+version=3.11
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--disable-perl-regexp --disable-nls ac_cv_path_GREP=grep"
@@ -10,10 +10,9 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/grep/"
 distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
-checksum=498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382
+checksum=1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab
 conflicts="grep>=0"
 provides="grep-${version}_${revision}"
-make_check=no # Infinate loop in hash-collision-perf without perl
 repository=bootstrap
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PR PATCH] [Merged]: grep, chroot-grep: update to 3.11.
  2023-03-07 18:51 [PR PATCH] grep, chroot-grep: update to 3.9 mhmdanas
                   ` (6 preceding siblings ...)
  2023-05-19 19:50 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-05-19 20:38 ` leahneukirchen
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2023-05-19 20:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1114 bytes --]

There's a merged pull request on the void-packages repository

grep, chroot-grep: update to 3.11.
https://github.com/void-linux/void-packages/pull/42648

Description:

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** (both grep and chroot-grep)

@Gottox

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-05-19 20:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-07 18:51 [PR PATCH] grep, chroot-grep: update to 3.9 mhmdanas
2023-03-23 22:54 ` [PR PATCH] [Updated] " mhmdanas
2023-03-25 10:52 ` grep, chroot-grep: update to 3.10 paper42
2023-03-25 10:58 ` paper42
2023-05-18 13:27 ` leahneukirchen
2023-05-19 17:56 ` [PR PATCH] [Updated] " mhmdanas
2023-05-19 19:23 ` grep, chroot-grep: update to 3.11 leahneukirchen
2023-05-19 19:50 ` [PR PATCH] [Updated] " mhmdanas
2023-05-19 20:38 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).