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

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).