Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] chroot-grep: update to 3.8.
@ 2022-10-22 15:01 paper42
  2022-11-08 22:15 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2022-10-22 15:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages chroot-grep-3.8
https://github.com/void-linux/void-packages/pull/40109

chroot-grep: update to 3.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

grep 3.8 prints a warning to stderr that could potentially break some builds and the `grep` package patches it out, but I ran a world rebuild with `chroot-grep` 3.8 and everything built, so I didn't add the patch here.

<!--
#### 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/40109.patch is attached

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

From 2f76f9f23cba8d267742c2d2dfa47a79b6a3efa6 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 22 Oct 2022 16:58:28 +0200
Subject: [PATCH] chroot-grep: update to 3.8.

---
 srcpkgs/chroot-grep/patches/ppc-musl.patch | 14 --------------
 srcpkgs/chroot-grep/template               |  6 +++---
 2 files changed, 3 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/chroot-grep/patches/ppc-musl.patch

diff --git a/srcpkgs/chroot-grep/patches/ppc-musl.patch b/srcpkgs/chroot-grep/patches/ppc-musl.patch
deleted file mode 100644
index 6ba37f233591..000000000000
--- a/srcpkgs/chroot-grep/patches/ppc-musl.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/lib/sigsegv.c
-+++ b/lib/sigsegv.c
-@@ -221,8 +221,10 @@ int libsigsegv_version = LIBSIGSEGV_VERSION;
- /* both should be equivalent */
- #   if 0
- #    define SIGSEGV_FAULT_STACKPOINTER  ((ucontext_t *) ucp)->uc_mcontext.regs->gpr[1]
--#   else
-+#   elif defined(__GLIBC__)
- #    define SIGSEGV_FAULT_STACKPOINTER  ((ucontext_t *) ucp)->uc_mcontext.uc_regs->gregs[1]
-+#   else
-+#    define SIGSEGV_FAULT_STACKPOINTER  ((ucontext_t *) ucp)->uc_mcontext.gregs[1]
- #   endif
- #  endif
- 
diff --git a/srcpkgs/chroot-grep/template b/srcpkgs/chroot-grep/template
index 468249d87ebc..32865bcdea5a 100644
--- a/srcpkgs/chroot-grep/template
+++ b/srcpkgs/chroot-grep/template
@@ -1,6 +1,6 @@
 # Template file for 'chroot-grep'
 pkgname=chroot-grep
-version=3.7
+version=3.8
 revision=1
 wrksrc="grep-${version}"
 bootstrap=yes
@@ -9,9 +9,9 @@ configure_args="--disable-perl-regexp --disable-nls ac_cv_path_GREP=grep"
 short_desc="GNU grep utility - for use with xbps-src"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
-homepage="http://www.gnu.org/software/grep/"
+homepage="https://www.gnu.org/software/grep/"
 distfiles="${GNU_SITE}/grep/grep-${version}.tar.xz"
-checksum=5c10da312460aec721984d5d83246d24520ec438dd48d7ab5a05dbc0d6d6823c
+checksum=498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382
 conflicts="grep>=0"
 provides="grep-${version}_${revision}"
 make_check=no # Infinate loop in hash-collision-perf without perl

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

* Re: [PR PATCH] [Merged]: chroot-grep: update to 3.8.
  2022-10-22 15:01 [PR PATCH] chroot-grep: update to 3.8 paper42
@ 2022-11-08 22:15 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-11-08 22:15 UTC (permalink / raw)
  To: ml

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

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

chroot-grep: update to 3.8.
https://github.com/void-linux/void-packages/pull/40109

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

#### Testing the changes
- I tested the changes in this PR: **YES**

grep 3.8 prints a warning to stderr that could potentially break some builds and the `grep` package patches it out, but I ran a world rebuild with `chroot-grep` 3.8 and everything built, so I didn't add the patch here.

<!--
#### 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] 2+ messages in thread

end of thread, other threads:[~2022-11-08 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22 15:01 [PR PATCH] chroot-grep: update to 3.8 paper42
2022-11-08 22:15 ` [PR PATCH] [Merged]: " paper42

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