Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sed: update to 4.9.
@ 2022-12-16  2:08 mhmdanas
  2022-12-17 14:18 ` mhmdanas
  2023-01-02 15:33 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2022-12-16  2:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages sed-4.9
https://github.com/void-linux/void-packages/pull/41127

sed: update to 4.9.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sed-4.9-41127.patch --]
[-- Type: text/x-diff, Size: 990 bytes --]

From 1c69608a9d74caec0c557a17e69377b839ae413e Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 16 Dec 2022 02:07:28 +0000
Subject: [PATCH] sed: update to 4.9.

---
 srcpkgs/sed/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/sed/template b/srcpkgs/sed/template
index 18d0b5baf1f4..3df39dcfe76c 100644
--- a/srcpkgs/sed/template
+++ b/srcpkgs/sed/template
@@ -1,6 +1,6 @@
 # Template file for 'sed'
 pkgname=sed
-version=4.8
+version=4.9
 revision=1
 bootstrap=yes
 build_style=gnu-configure
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.gnu.org/software/sed"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=f79b0cfea71b37a8eeec8490db6c5f7ae7719c35587f21edb0617f370eeff633
+checksum=6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	export ac_cv_lib_error_at_line=no

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

* Re: sed: update to 4.9.
  2022-12-16  2:08 [PR PATCH] sed: update to 4.9 mhmdanas
@ 2022-12-17 14:18 ` mhmdanas
  2023-01-02 15:33 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2022-12-17 14:18 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/41127#issuecomment-1356277735

Comment:
Strange, all tests pass for me locally on x86_64. Maybe `testsuite/panic-tests.sh` is a flaky test? I couldn't find anything relevant on the bugs mailing list: https://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=suite&submit=Search%21&idxname=bug-sed&max=20&result=normal&sort=date%3Alate

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

* Re: [PR PATCH] [Merged]: sed: update to 4.9.
  2022-12-16  2:08 [PR PATCH] sed: update to 4.9 mhmdanas
  2022-12-17 14:18 ` mhmdanas
@ 2023-01-02 15:33 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2023-01-02 15:33 UTC (permalink / raw)
  To: ml

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

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

sed: update to 4.9.
https://github.com/void-linux/void-packages/pull/41127

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

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

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

end of thread, other threads:[~2023-01-02 15:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16  2:08 [PR PATCH] sed: update to 4.9 mhmdanas
2022-12-17 14:18 ` mhmdanas
2023-01-02 15:33 ` [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).