Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gawk: update to 5.2.1.
@ 2022-12-08  0:25 mhmdanas
  2022-12-08  0:30 ` [PR REVIEW] " mhmdanas
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: mhmdanas @ 2022-12-08  0:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages gawk-5.2.1
https://github.com/void-linux/void-packages/pull/40968

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

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gawk-5.2.1-40968.patch --]
[-- Type: text/x-diff, Size: 1060 bytes --]

From efea1e09c8dc73710b362177985c82f9049c7d34 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 8 Dec 2022 00:20:59 +0000
Subject: [PATCH] gawk: update to 5.2.1.

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

diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template
index b5f624bebf45..ad0463c4b6bb 100644
--- a/srcpkgs/gawk/template
+++ b/srcpkgs/gawk/template
@@ -1,6 +1,6 @@
 # Template file for 'gawk'
 pkgname=gawk
-version=5.1.1
+version=5.2.1
 revision=1
 build_style=gnu-configure
 configure_args="--with-readline"
@@ -10,8 +10,10 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://directory.fsf.org/wiki/Gawk"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=d87629386e894bbea11a5e00515fc909dc9b7249529dad9e6a3a2c77085f7ea2
+checksum=673553b91f9e18cc5792ed51075df8d510c9040f550a6f74e09c9add243a7e4f
 lib32disabled=yes
+# PIE is disabled for persistent malloc.
+nopie=yes
 
 provides="awk-0_1"
 alternatives="

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

* Re: [PR REVIEW] gawk: update to 5.2.1.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
@ 2022-12-08  0:30 ` mhmdanas
  2022-12-08  0:37 ` mhmdanas
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mhmdanas @ 2022-12-08  0:30 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/40968#discussion_r1042808973

Comment:
See https://www.gnu.org/software/gawk/manual/html_node/Persistent-Memory.html. Given that this feature is experimental, maybe it should just be disabled? If we're keeping it, we should disable PIE only on systems supporting persistent malloc which, according to that link, are "64-bit systems supporting the mmap() and munmap() system calls." Does that include x86_64-musl, or only x86_64?

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

* Re: [PR REVIEW] gawk: update to 5.2.1.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
  2022-12-08  0:30 ` [PR REVIEW] " mhmdanas
@ 2022-12-08  0:37 ` mhmdanas
  2022-12-08  4:42 ` sgn
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mhmdanas @ 2022-12-08  0:37 UTC (permalink / raw)
  To: ml

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

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/40968#discussion_r1042808973

Comment:
See https://www.gnu.org/software/gawk/manual/html_node/Persistent-Memory.html. Given that this feature is experimental, maybe it should just be disabled? If we're keeping it, we should disable PIE only on systems supporting persistent malloc which, according to that link, are "64-bit systems supporting the mmap() and munmap() system calls." Which systems are those?

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

* Re: [PR REVIEW] gawk: update to 5.2.1.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
  2022-12-08  0:30 ` [PR REVIEW] " mhmdanas
  2022-12-08  0:37 ` mhmdanas
@ 2022-12-08  4:42 ` sgn
  2022-12-08  4:45 ` sgn
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sgn @ 2022-12-08  4:42 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/40968#discussion_r1042917117

Comment:
Please disable it.

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

* Re: [PR REVIEW] gawk: update to 5.2.1.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
                   ` (2 preceding siblings ...)
  2022-12-08  4:42 ` sgn
@ 2022-12-08  4:45 ` sgn
  2022-12-08 21:57 ` [PR PATCH] [Updated] " mhmdanas
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: sgn @ 2022-12-08  4:45 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/40968#discussion_r1042918332

Comment:
`mmap(2)` and `munmap(2)` are POSIX, Linux supports them.

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

* Re: [PR PATCH] [Updated] gawk: update to 5.2.1.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
                   ` (3 preceding siblings ...)
  2022-12-08  4:45 ` sgn
@ 2022-12-08 21:57 ` mhmdanas
  2022-12-12  5:13 ` [PR REVIEW] " classabbyamp
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mhmdanas @ 2022-12-08 21:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages gawk-5.2.1
https://github.com/void-linux/void-packages/pull/40968

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

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gawk-5.2.1-40968.patch --]
[-- Type: text/x-diff, Size: 1083 bytes --]

From b4b5547b17b8bcfb65cbf3084ddcfe0ae6a953cb Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 8 Dec 2022 00:20:59 +0000
Subject: [PATCH] gawk: update to 5.2.1.

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

diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template
index b5f624bebf45..1373b78baa8a 100644
--- a/srcpkgs/gawk/template
+++ b/srcpkgs/gawk/template
@@ -1,16 +1,16 @@
 # Template file for 'gawk'
 pkgname=gawk
-version=5.1.1
+version=5.2.1
 revision=1
 build_style=gnu-configure
-configure_args="--with-readline"
+configure_args="--with-readline --disable-pma"
 makedepends="readline-devel"
 short_desc="GNU awk utility"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://directory.fsf.org/wiki/Gawk"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=d87629386e894bbea11a5e00515fc909dc9b7249529dad9e6a3a2c77085f7ea2
+checksum=673553b91f9e18cc5792ed51075df8d510c9040f550a6f74e09c9add243a7e4f
 lib32disabled=yes
 
 provides="awk-0_1"

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

* Re: [PR REVIEW] gawk: update to 5.2.1.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
                   ` (4 preceding siblings ...)
  2022-12-08 21:57 ` [PR PATCH] [Updated] " mhmdanas
@ 2022-12-12  5:13 ` classabbyamp
  2022-12-14 13:29 ` [PR PATCH] [Updated] " mhmdanas
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-12-12  5:13 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40968#discussion_r1045410436

Comment:
```suggestion
distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
```

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

* Re: [PR PATCH] [Updated] gawk: update to 5.2.1.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
                   ` (5 preceding siblings ...)
  2022-12-12  5:13 ` [PR REVIEW] " classabbyamp
@ 2022-12-14 13:29 ` mhmdanas
  2023-03-05 21:31 ` mhmdanas
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mhmdanas @ 2022-12-14 13:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages gawk-5.2.1
https://github.com/void-linux/void-packages/pull/40968

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

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gawk-5.2.1-40968.patch --]
[-- Type: text/x-diff, Size: 1138 bytes --]

From a205c9343d857da0d5e01568e3ea4a6d1bd5603d Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 8 Dec 2022 00:20:59 +0000
Subject: [PATCH] gawk: update to 5.2.1.

---
 srcpkgs/gawk/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template
index b5f624bebf45..f203c4f337ad 100644
--- a/srcpkgs/gawk/template
+++ b/srcpkgs/gawk/template
@@ -1,16 +1,16 @@
 # Template file for 'gawk'
 pkgname=gawk
-version=5.1.1
+version=5.2.1
 revision=1
 build_style=gnu-configure
-configure_args="--with-readline"
+configure_args="--with-readline --disable-pma"
 makedepends="readline-devel"
 short_desc="GNU awk utility"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://directory.fsf.org/wiki/Gawk"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=d87629386e894bbea11a5e00515fc909dc9b7249529dad9e6a3a2c77085f7ea2
+distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
+checksum=673553b91f9e18cc5792ed51075df8d510c9040f550a6f74e09c9add243a7e4f
 lib32disabled=yes
 
 provides="awk-0_1"

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

* Re: [PR PATCH] [Updated] gawk: update to 5.2.1.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
                   ` (6 preceding siblings ...)
  2022-12-14 13:29 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-03-05 21:31 ` mhmdanas
  2023-03-18  0:23 ` classabbyamp
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mhmdanas @ 2023-03-05 21:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages gawk-5.2.1
https://github.com/void-linux/void-packages/pull/40968

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

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gawk-5.2.1-40968.patch --]
[-- Type: text/x-diff, Size: 2358 bytes --]

From a1fe8514ae8502395cead3e22f315067886dcac6 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 8 Dec 2022 00:20:59 +0000
Subject: [PATCH 1/2] gawk: update to 5.2.1.

---
 srcpkgs/gawk/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template
index b5f624bebf45..f203c4f337ad 100644
--- a/srcpkgs/gawk/template
+++ b/srcpkgs/gawk/template
@@ -1,16 +1,16 @@
 # Template file for 'gawk'
 pkgname=gawk
-version=5.1.1
+version=5.2.1
 revision=1
 build_style=gnu-configure
-configure_args="--with-readline"
+configure_args="--with-readline --disable-pma"
 makedepends="readline-devel"
 short_desc="GNU awk utility"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://directory.fsf.org/wiki/Gawk"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=d87629386e894bbea11a5e00515fc909dc9b7249529dad9e6a3a2c77085f7ea2
+distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
+checksum=673553b91f9e18cc5792ed51075df8d510c9040f550a6f74e09c9add243a7e4f
 lib32disabled=yes
 
 provides="awk-0_1"

From ad5fdcb9015154c179f2ff1e5433790a4ff60bee Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 21 Feb 2023 08:53:50 +0100
Subject: [PATCH 2/2] chroot-gawk: update to 5.2.1.

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

diff --git a/srcpkgs/chroot-gawk/template b/srcpkgs/chroot-gawk/template
index 1217a9d982fa..ed37b8840aa0 100644
--- a/srcpkgs/chroot-gawk/template
+++ b/srcpkgs/chroot-gawk/template
@@ -1,15 +1,16 @@
 # Template file for 'chroot-gawk'
 pkgname=chroot-gawk
-version=5.0.1
+version=5.2.1
 revision=1
 build_style=gnu-configure
-configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false"
+configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false
+ --disable-pma"
 short_desc="GNU awk utility -- for xbps-src use"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://directory.fsf.org/wiki/Gawk"
 distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
-checksum=8e4e86f04ed789648b66f757329743a0d6dfb5294c3b91b756a474f1ce05a794
+checksum=673553b91f9e18cc5792ed51075df8d510c9040f550a6f74e09c9add243a7e4f
 repository=bootstrap
 
 bootstrap=yes

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

* Re: gawk: update to 5.2.1.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
                   ` (7 preceding siblings ...)
  2023-03-05 21:31 ` mhmdanas
@ 2023-03-18  0:23 ` classabbyamp
  2023-05-30 20:52 ` [PR PATCH] [Updated] " mhmdanas
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2023-03-18  0:23 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40968#issuecomment-1474540445

Comment:
let's hold off on this for now - q66 has found some issues with stack overflows in 5.2 even with pma disabled

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

* Re: [PR PATCH] [Updated] gawk: update to 5.2.1.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
                   ` (8 preceding siblings ...)
  2023-03-18  0:23 ` classabbyamp
@ 2023-05-30 20:52 ` mhmdanas
  2023-06-25 23:27 ` gawk, chroot-gawk: update to 5.2.2 tornaria
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mhmdanas @ 2023-05-30 20:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages gawk-5.2.1
https://github.com/void-linux/void-packages/pull/40968

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

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gawk-5.2.1-40968.patch --]
[-- Type: text/x-diff, Size: 2358 bytes --]

From 440279f3217eabab4f5e957c3d2676fba48f6d5f Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 21 Feb 2023 08:53:50 +0100
Subject: [PATCH 1/2] chroot-gawk: update to 5.2.2.

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

diff --git a/srcpkgs/chroot-gawk/template b/srcpkgs/chroot-gawk/template
index 1217a9d982fa..a6e31abf8d4c 100644
--- a/srcpkgs/chroot-gawk/template
+++ b/srcpkgs/chroot-gawk/template
@@ -1,15 +1,16 @@
 # Template file for 'chroot-gawk'
 pkgname=chroot-gawk
-version=5.0.1
+version=5.2.2
 revision=1
 build_style=gnu-configure
-configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false"
+configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false
+ --disable-pma"
 short_desc="GNU awk utility -- for xbps-src use"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://directory.fsf.org/wiki/Gawk"
 distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
-checksum=8e4e86f04ed789648b66f757329743a0d6dfb5294c3b91b756a474f1ce05a794
+checksum=3c1fce1446b4cbee1cd273bd7ec64bc87d89f61537471cd3e05e33a965a250e9
 repository=bootstrap
 
 bootstrap=yes

From ce1d20a2d54202e075e84476ac8a5830ee653c2f Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 8 Dec 2022 00:20:59 +0000
Subject: [PATCH 2/2] gawk: update to 5.2.2.

---
 srcpkgs/gawk/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template
index b5f624bebf45..b6883b63aa0e 100644
--- a/srcpkgs/gawk/template
+++ b/srcpkgs/gawk/template
@@ -1,16 +1,16 @@
 # Template file for 'gawk'
 pkgname=gawk
-version=5.1.1
+version=5.2.2
 revision=1
 build_style=gnu-configure
-configure_args="--with-readline"
+configure_args="--with-readline --disable-pma"
 makedepends="readline-devel"
 short_desc="GNU awk utility"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://directory.fsf.org/wiki/Gawk"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=d87629386e894bbea11a5e00515fc909dc9b7249529dad9e6a3a2c77085f7ea2
+distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
+checksum=3c1fce1446b4cbee1cd273bd7ec64bc87d89f61537471cd3e05e33a965a250e9
 lib32disabled=yes
 
 provides="awk-0_1"

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

* Re: gawk, chroot-gawk: update to 5.2.2.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
                   ` (9 preceding siblings ...)
  2023-05-30 20:52 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-06-25 23:27 ` tornaria
  2023-06-26 11:06 ` [PR PATCH] [Updated] " mhmdanas
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: tornaria @ 2023-06-25 23:27 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/40968#issuecomment-1606325616

Comment:
changelog at https://git.savannah.gnu.org/cgit/gawk.git/plain/NEWS

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

* Re: [PR PATCH] [Updated] gawk, chroot-gawk: update to 5.2.2.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
                   ` (10 preceding siblings ...)
  2023-06-25 23:27 ` gawk, chroot-gawk: update to 5.2.2 tornaria
@ 2023-06-26 11:06 ` mhmdanas
  2023-06-26 11:12 ` mhmdanas
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: mhmdanas @ 2023-06-26 11:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages gawk-5.2.1
https://github.com/void-linux/void-packages/pull/40968

gawk, chroot-gawk: update to 5.2.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gawk-5.2.1-40968.patch --]
[-- Type: text/x-diff, Size: 2426 bytes --]

From da34d5b68c13317ef903d9612382ccdda35b8d16 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 21 Feb 2023 08:53:50 +0100
Subject: [PATCH 1/2] chroot-gawk: update to 5.2.2.

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

diff --git a/srcpkgs/chroot-gawk/template b/srcpkgs/chroot-gawk/template
index 1217a9d982fa..a6e31abf8d4c 100644
--- a/srcpkgs/chroot-gawk/template
+++ b/srcpkgs/chroot-gawk/template
@@ -1,15 +1,16 @@
 # Template file for 'chroot-gawk'
 pkgname=chroot-gawk
-version=5.0.1
+version=5.2.2
 revision=1
 build_style=gnu-configure
-configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false"
+configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false
+ --disable-pma"
 short_desc="GNU awk utility -- for xbps-src use"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://directory.fsf.org/wiki/Gawk"
 distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
-checksum=8e4e86f04ed789648b66f757329743a0d6dfb5294c3b91b756a474f1ce05a794
+checksum=3c1fce1446b4cbee1cd273bd7ec64bc87d89f61537471cd3e05e33a965a250e9
 repository=bootstrap
 
 bootstrap=yes

From 5440eb87f12c5276542c9fe0009679a3f94d5ebf Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 8 Dec 2022 00:20:59 +0000
Subject: [PATCH 2/2] gawk: update to 5.2.2.

---
 srcpkgs/gawk/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template
index b5f624bebf45..119b54bffc53 100644
--- a/srcpkgs/gawk/template
+++ b/srcpkgs/gawk/template
@@ -1,16 +1,17 @@
 # Template file for 'gawk'
 pkgname=gawk
-version=5.1.1
+version=5.2.2
 revision=1
 build_style=gnu-configure
-configure_args="--with-readline"
+configure_args="--with-readline --disable-pma"
 makedepends="readline-devel"
 short_desc="GNU awk utility"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://directory.fsf.org/wiki/Gawk"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=d87629386e894bbea11a5e00515fc909dc9b7249529dad9e6a3a2c77085f7ea2
+changelog="https://git.savannah.gnu.org/cgit/gawk.git/plain/NEWS"
+distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
+checksum=3c1fce1446b4cbee1cd273bd7ec64bc87d89f61537471cd3e05e33a965a250e9
 lib32disabled=yes
 
 provides="awk-0_1"

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

* Re: [PR PATCH] [Updated] gawk, chroot-gawk: update to 5.2.2.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
                   ` (11 preceding siblings ...)
  2023-06-26 11:06 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-06-26 11:12 ` mhmdanas
  2023-09-25  1:45 ` github-actions
  2023-10-10  1:45 ` [PR PATCH] [Closed]: " github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: mhmdanas @ 2023-06-26 11:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages gawk-5.2.1
https://github.com/void-linux/void-packages/pull/40968

gawk, chroot-gawk: update to 5.2.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gawk-5.2.1-40968.patch --]
[-- Type: text/x-diff, Size: 2494 bytes --]

From 2eee859b47910c28bc067501b91e4341b5f44eaa Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 21 Feb 2023 08:53:50 +0100
Subject: [PATCH 1/2] chroot-gawk: update to 5.2.2.

---
 srcpkgs/chroot-gawk/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/chroot-gawk/template b/srcpkgs/chroot-gawk/template
index 1217a9d982fa..151b797d0914 100644
--- a/srcpkgs/chroot-gawk/template
+++ b/srcpkgs/chroot-gawk/template
@@ -1,15 +1,17 @@
 # Template file for 'chroot-gawk'
 pkgname=chroot-gawk
-version=5.0.1
+version=5.2.2
 revision=1
 build_style=gnu-configure
-configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false"
+configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false
+ --disable-pma"
 short_desc="GNU awk utility -- for xbps-src use"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://directory.fsf.org/wiki/Gawk"
+changelog="https://git.savannah.gnu.org/cgit/gawk.git/plain/NEWS"
 distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
-checksum=8e4e86f04ed789648b66f757329743a0d6dfb5294c3b91b756a474f1ce05a794
+checksum=3c1fce1446b4cbee1cd273bd7ec64bc87d89f61537471cd3e05e33a965a250e9
 repository=bootstrap
 
 bootstrap=yes

From 3851794dee2cf565113716331b9d8004a2b21dd1 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 8 Dec 2022 00:20:59 +0000
Subject: [PATCH 2/2] gawk: update to 5.2.2.

---
 srcpkgs/gawk/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template
index b5f624bebf45..119b54bffc53 100644
--- a/srcpkgs/gawk/template
+++ b/srcpkgs/gawk/template
@@ -1,16 +1,17 @@
 # Template file for 'gawk'
 pkgname=gawk
-version=5.1.1
+version=5.2.2
 revision=1
 build_style=gnu-configure
-configure_args="--with-readline"
+configure_args="--with-readline --disable-pma"
 makedepends="readline-devel"
 short_desc="GNU awk utility"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://directory.fsf.org/wiki/Gawk"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=d87629386e894bbea11a5e00515fc909dc9b7249529dad9e6a3a2c77085f7ea2
+changelog="https://git.savannah.gnu.org/cgit/gawk.git/plain/NEWS"
+distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
+checksum=3c1fce1446b4cbee1cd273bd7ec64bc87d89f61537471cd3e05e33a965a250e9
 lib32disabled=yes
 
 provides="awk-0_1"

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

* Re: gawk, chroot-gawk: update to 5.2.2.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
                   ` (12 preceding siblings ...)
  2023-06-26 11:12 ` mhmdanas
@ 2023-09-25  1:45 ` github-actions
  2023-10-10  1:45 ` [PR PATCH] [Closed]: " github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2023-09-25  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40968#issuecomment-1732778958

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: gawk, chroot-gawk: update to 5.2.2.
  2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
                   ` (13 preceding siblings ...)
  2023-09-25  1:45 ` github-actions
@ 2023-10-10  1:45 ` github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2023-10-10  1:45 UTC (permalink / raw)
  To: ml

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

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

gawk, chroot-gawk: update to 5.2.2.
https://github.com/void-linux/void-packages/pull/40968

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

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

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

end of thread, other threads:[~2023-10-10  1:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08  0:25 [PR PATCH] gawk: update to 5.2.1 mhmdanas
2022-12-08  0:30 ` [PR REVIEW] " mhmdanas
2022-12-08  0:37 ` mhmdanas
2022-12-08  4:42 ` sgn
2022-12-08  4:45 ` sgn
2022-12-08 21:57 ` [PR PATCH] [Updated] " mhmdanas
2022-12-12  5:13 ` [PR REVIEW] " classabbyamp
2022-12-14 13:29 ` [PR PATCH] [Updated] " mhmdanas
2023-03-05 21:31 ` mhmdanas
2023-03-18  0:23 ` classabbyamp
2023-05-30 20:52 ` [PR PATCH] [Updated] " mhmdanas
2023-06-25 23:27 ` gawk, chroot-gawk: update to 5.2.2 tornaria
2023-06-26 11:06 ` [PR PATCH] [Updated] " mhmdanas
2023-06-26 11:12 ` mhmdanas
2023-09-25  1:45 ` github-actions
2023-10-10  1:45 ` [PR PATCH] [Closed]: " github-actions

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