Github messages for voidlinux
 help / color / mirror / Atom feed
From: mhmdanas <mhmdanas@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] grep, chroot-grep: update to 3.10.
Date: Fri, 19 May 2023 19:56:25 +0200	[thread overview]
Message-ID: <20230519175625._FjbQIhm_8lHgVAVJ3UYRSquMFxBinB09R8t2GG3eyo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42648@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2023-05-19 17:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` mhmdanas [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230519175625._FjbQIhm_8lHgVAVJ3UYRSquMFxBinB09R8t2GG3eyo@z \
    --to=mhmdanas@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).