Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bash: update to 5.2.32
@ 2024-09-20  4:51 andrelcmoreira
  2024-09-20  4:52 ` classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: andrelcmoreira @ 2024-09-20  4:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andrelcmoreira/void-packages update_bash
https://github.com/void-linux/void-packages/pull/52284

bash: update to 5.2.32
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

A patch file from https://github.com/void-linux/void-packages/pull/52284.patch is attached

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

From e6e1b951397637eb5d154b223f09b4f77b24fc4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Thu, 19 Sep 2024 22:27:02 -0300
Subject: [PATCH] bash: update to 5.2.32

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

diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template
index 03a5652b21e9e5..fe01e70f463728 100644
--- a/srcpkgs/bash/template
+++ b/srcpkgs/bash/template
@@ -1,7 +1,7 @@
 # Template file for 'bash'
 pkgname=bash
-version=5.2.21
-revision=2
+version=5.2.32
+revision=1
 build_style=gnu-configure
 configure_args="--without-bash-malloc --with-curses --without-installed-readline"
 make_build_args="TERMCAP_LIB=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a"
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/bash/bash-${version}.tar.gz"
-checksum=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
+checksum=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5
 
 make_dirs="/etc/bash/bashrc.d 755 root root"
 conflicts="chroot-bash>=0"

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

* Re: bash: update to 5.2.32
  2024-09-20  4:51 [PR PATCH] bash: update to 5.2.32 andrelcmoreira
@ 2024-09-20  4:52 ` classabbyamp
  2024-09-20  4:59 ` [PR PATCH] [Updated] " andrelcmoreira
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2024-09-20  4:52 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/52284#issuecomment-2362818629

Comment:
`chroot-bash` too?

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

* Re: [PR PATCH] [Updated] bash: update to 5.2.32
  2024-09-20  4:51 [PR PATCH] bash: update to 5.2.32 andrelcmoreira
  2024-09-20  4:52 ` classabbyamp
@ 2024-09-20  4:59 ` andrelcmoreira
  2024-09-20  5:20 ` andrelcmoreira
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: andrelcmoreira @ 2024-09-20  4:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andrelcmoreira/void-packages update_bash
https://github.com/void-linux/void-packages/pull/52284

bash: update to 5.2.32
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

cc @Gottox 

A patch file from https://github.com/void-linux/void-packages/pull/52284.patch is attached

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

From e6e1b951397637eb5d154b223f09b4f77b24fc4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Thu, 19 Sep 2024 22:27:02 -0300
Subject: [PATCH 1/2] bash: update to 5.2.32

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

diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template
index 03a5652b21e9e5..fe01e70f463728 100644
--- a/srcpkgs/bash/template
+++ b/srcpkgs/bash/template
@@ -1,7 +1,7 @@
 # Template file for 'bash'
 pkgname=bash
-version=5.2.21
-revision=2
+version=5.2.32
+revision=1
 build_style=gnu-configure
 configure_args="--without-bash-malloc --with-curses --without-installed-readline"
 make_build_args="TERMCAP_LIB=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a"
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/bash/bash-${version}.tar.gz"
-checksum=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
+checksum=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5
 
 make_dirs="/etc/bash/bashrc.d 755 root root"
 conflicts="chroot-bash>=0"

From a56e6908afa5a3460cef6ef4c466f2116e5c073d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Fri, 20 Sep 2024 01:57:11 -0300
Subject: [PATCH 2/2] chroot-bash: update to 5.2.32

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

diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template
index 84b68005ff204d..6801cf886f87fb 100644
--- a/srcpkgs/chroot-bash/template
+++ b/srcpkgs/chroot-bash/template
@@ -1,6 +1,6 @@
 # Template file for 'chroot-bash'
 pkgname=chroot-bash
-version=5.2.21
+version=5.2.32
 revision=1
 build_style=gnu-configure
 # need 'bash_cv_termcap_lib=gnutermcap' in order to force bash to use the
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/bash/bash-${version}.tar.gz"
-checksum=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
+checksum=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5
 repository=bootstrap
 
 bootstrap=yes

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

* Re: [PR PATCH] [Updated] bash: update to 5.2.32
  2024-09-20  4:51 [PR PATCH] bash: update to 5.2.32 andrelcmoreira
  2024-09-20  4:52 ` classabbyamp
  2024-09-20  4:59 ` [PR PATCH] [Updated] " andrelcmoreira
@ 2024-09-20  5:20 ` andrelcmoreira
  2024-09-20  5:20 ` andrelcmoreira
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: andrelcmoreira @ 2024-09-20  5:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andrelcmoreira/void-packages update_bash
https://github.com/void-linux/void-packages/pull/52284

bash: update to 5.2.32
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

cc @Gottox 

A patch file from https://github.com/void-linux/void-packages/pull/52284.patch is attached

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

From e6e1b951397637eb5d154b223f09b4f77b24fc4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Thu, 19 Sep 2024 22:27:02 -0300
Subject: [PATCH 1/2] bash: update to 5.2.32

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

diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template
index 03a5652b21e9e5..fe01e70f463728 100644
--- a/srcpkgs/bash/template
+++ b/srcpkgs/bash/template
@@ -1,7 +1,7 @@
 # Template file for 'bash'
 pkgname=bash
-version=5.2.21
-revision=2
+version=5.2.32
+revision=1
 build_style=gnu-configure
 configure_args="--without-bash-malloc --with-curses --without-installed-readline"
 make_build_args="TERMCAP_LIB=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a"
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/bash/bash-${version}.tar.gz"
-checksum=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
+checksum=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5
 
 make_dirs="/etc/bash/bashrc.d 755 root root"
 conflicts="chroot-bash>=0"

From d13cf84b752c46d8c1eea304475ce00f24eff2c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Fri, 20 Sep 2024 01:57:11 -0300
Subject: [PATCH 2/2] chroot-bash: update to 5.2.32

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

diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template
index 84b68005ff204d..3491003278927f 100644
--- a/srcpkgs/chroot-bash/template
+++ b/srcpkgs/chroot-bash/template
@@ -1,6 +1,6 @@
 # Template file for 'chroot-bash'
 pkgname=chroot-bash
-version=5.2.21
+version=5.2.32
 revision=1
 build_style=gnu-configure
 # need 'bash_cv_termcap_lib=gnutermcap' in order to force bash to use the
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/bash/bash-${version}.tar.gz"
-checksum=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
+checksum=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5
 repository=bootstrap
 
 bootstrap=yes
@@ -23,3 +23,4 @@ post_install() {
 	ln -s bash ${DESTDIR}/usr/bin/sh
 	rm -rf ${DESTDIR}/usr/{lib,share,include} ${DESTDIR}/usr/lib/pkgconfig/bash.pc
 }
+

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

* Re: [PR PATCH] [Updated] bash: update to 5.2.32
  2024-09-20  4:51 [PR PATCH] bash: update to 5.2.32 andrelcmoreira
                   ` (2 preceding siblings ...)
  2024-09-20  5:20 ` andrelcmoreira
@ 2024-09-20  5:20 ` andrelcmoreira
  2024-09-20 19:06 ` andrelcmoreira
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: andrelcmoreira @ 2024-09-20  5:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andrelcmoreira/void-packages update_bash
https://github.com/void-linux/void-packages/pull/52284

bash: update to 5.2.32
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

cc @Gottox 

A patch file from https://github.com/void-linux/void-packages/pull/52284.patch is attached

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

From e6e1b951397637eb5d154b223f09b4f77b24fc4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Thu, 19 Sep 2024 22:27:02 -0300
Subject: [PATCH 1/2] bash: update to 5.2.32

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

diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template
index 03a5652b21e9e5..fe01e70f463728 100644
--- a/srcpkgs/bash/template
+++ b/srcpkgs/bash/template
@@ -1,7 +1,7 @@
 # Template file for 'bash'
 pkgname=bash
-version=5.2.21
-revision=2
+version=5.2.32
+revision=1
 build_style=gnu-configure
 configure_args="--without-bash-malloc --with-curses --without-installed-readline"
 make_build_args="TERMCAP_LIB=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a"
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/bash/bash-${version}.tar.gz"
-checksum=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
+checksum=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5
 
 make_dirs="/etc/bash/bashrc.d 755 root root"
 conflicts="chroot-bash>=0"

From e7418fc281f21456fc78e029d3511940c3cf3533 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Fri, 20 Sep 2024 01:57:11 -0300
Subject: [PATCH 2/2] chroot-bash: update to 5.2.32

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

diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template
index 84b68005ff204d..6801cf886f87fb 100644
--- a/srcpkgs/chroot-bash/template
+++ b/srcpkgs/chroot-bash/template
@@ -1,6 +1,6 @@
 # Template file for 'chroot-bash'
 pkgname=chroot-bash
-version=5.2.21
+version=5.2.32
 revision=1
 build_style=gnu-configure
 # need 'bash_cv_termcap_lib=gnutermcap' in order to force bash to use the
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/bash/bash-${version}.tar.gz"
-checksum=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
+checksum=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5
 repository=bootstrap
 
 bootstrap=yes

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

* Re: [PR PATCH] [Updated] bash: update to 5.2.32
  2024-09-20  4:51 [PR PATCH] bash: update to 5.2.32 andrelcmoreira
                   ` (3 preceding siblings ...)
  2024-09-20  5:20 ` andrelcmoreira
@ 2024-09-20 19:06 ` andrelcmoreira
  2024-09-20 19:14 ` andrelcmoreira
  2024-09-24 11:37 ` [PR PATCH] [Merged]: " leahneukirchen
  6 siblings, 0 replies; 8+ messages in thread
From: andrelcmoreira @ 2024-09-20 19:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andrelcmoreira/void-packages update_bash
https://github.com/void-linux/void-packages/pull/52284

bash: update to 5.2.32
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

cc @Gottox 

A patch file from https://github.com/void-linux/void-packages/pull/52284.patch is attached

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

From 0129dd9842db3e3ba851912e480356523f42c46d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Thu, 19 Sep 2024 22:27:02 -0300
Subject: [PATCH 1/2] bash: update to 5.2.32

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

diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template
index 03a5652b21e9e5..fe01e70f463728 100644
--- a/srcpkgs/bash/template
+++ b/srcpkgs/bash/template
@@ -1,7 +1,7 @@
 # Template file for 'bash'
 pkgname=bash
-version=5.2.21
-revision=2
+version=5.2.32
+revision=1
 build_style=gnu-configure
 configure_args="--without-bash-malloc --with-curses --without-installed-readline"
 make_build_args="TERMCAP_LIB=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a"
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/bash/bash-${version}.tar.gz"
-checksum=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
+checksum=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5
 
 make_dirs="/etc/bash/bashrc.d 755 root root"
 conflicts="chroot-bash>=0"

From ed9bde207f0eba976dbb00bcf4667812f3ac2dd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Fri, 20 Sep 2024 01:57:11 -0300
Subject: [PATCH 2/2] chroot-bash: update to 5.2.32

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

diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template
index 84b68005ff204d..3491003278927f 100644
--- a/srcpkgs/chroot-bash/template
+++ b/srcpkgs/chroot-bash/template
@@ -1,6 +1,6 @@
 # Template file for 'chroot-bash'
 pkgname=chroot-bash
-version=5.2.21
+version=5.2.32
 revision=1
 build_style=gnu-configure
 # need 'bash_cv_termcap_lib=gnutermcap' in order to force bash to use the
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/bash/bash-${version}.tar.gz"
-checksum=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
+checksum=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5
 repository=bootstrap
 
 bootstrap=yes
@@ -23,3 +23,4 @@ post_install() {
 	ln -s bash ${DESTDIR}/usr/bin/sh
 	rm -rf ${DESTDIR}/usr/{lib,share,include} ${DESTDIR}/usr/lib/pkgconfig/bash.pc
 }
+

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

* Re: [PR PATCH] [Updated] bash: update to 5.2.32
  2024-09-20  4:51 [PR PATCH] bash: update to 5.2.32 andrelcmoreira
                   ` (4 preceding siblings ...)
  2024-09-20 19:06 ` andrelcmoreira
@ 2024-09-20 19:14 ` andrelcmoreira
  2024-09-24 11:37 ` [PR PATCH] [Merged]: " leahneukirchen
  6 siblings, 0 replies; 8+ messages in thread
From: andrelcmoreira @ 2024-09-20 19:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andrelcmoreira/void-packages update_bash
https://github.com/void-linux/void-packages/pull/52284

bash: update to 5.2.32
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

cc @Gottox 

A patch file from https://github.com/void-linux/void-packages/pull/52284.patch is attached

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

From 0129dd9842db3e3ba851912e480356523f42c46d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Thu, 19 Sep 2024 22:27:02 -0300
Subject: [PATCH 1/2] bash: update to 5.2.32

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

diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template
index 03a5652b21e9e5..fe01e70f463728 100644
--- a/srcpkgs/bash/template
+++ b/srcpkgs/bash/template
@@ -1,7 +1,7 @@
 # Template file for 'bash'
 pkgname=bash
-version=5.2.21
-revision=2
+version=5.2.32
+revision=1
 build_style=gnu-configure
 configure_args="--without-bash-malloc --with-curses --without-installed-readline"
 make_build_args="TERMCAP_LIB=${XBPS_CROSS_BASE}/usr/lib/libncursesw.a"
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/bash/bash-${version}.tar.gz"
-checksum=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
+checksum=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5
 
 make_dirs="/etc/bash/bashrc.d 755 root root"
 conflicts="chroot-bash>=0"

From a36942797136afb7be81404a393e13fcaff3eed9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Fri, 20 Sep 2024 01:57:11 -0300
Subject: [PATCH 2/2] chroot-bash: update to 5.2.32

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

diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template
index 84b68005ff204d..6801cf886f87fb 100644
--- a/srcpkgs/chroot-bash/template
+++ b/srcpkgs/chroot-bash/template
@@ -1,6 +1,6 @@
 # Template file for 'chroot-bash'
 pkgname=chroot-bash
-version=5.2.21
+version=5.2.32
 revision=1
 build_style=gnu-configure
 # need 'bash_cv_termcap_lib=gnutermcap' in order to force bash to use the
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/bash/bash-${version}.tar.gz"
-checksum=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
+checksum=d3ef80d2b67d8cbbe4d3265c63a72c46f9b278ead6e0e06d61801b58f23f50b5
 repository=bootstrap
 
 bootstrap=yes

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

* Re: [PR PATCH] [Merged]: bash: update to 5.2.32
  2024-09-20  4:51 [PR PATCH] bash: update to 5.2.32 andrelcmoreira
                   ` (5 preceding siblings ...)
  2024-09-20 19:14 ` andrelcmoreira
@ 2024-09-24 11:37 ` leahneukirchen
  6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2024-09-24 11:37 UTC (permalink / raw)
  To: ml

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

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

bash: update to 5.2.32
https://github.com/void-linux/void-packages/pull/52284

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

cc @Gottox 

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

end of thread, other threads:[~2024-09-24 11:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-20  4:51 [PR PATCH] bash: update to 5.2.32 andrelcmoreira
2024-09-20  4:52 ` classabbyamp
2024-09-20  4:59 ` [PR PATCH] [Updated] " andrelcmoreira
2024-09-20  5:20 ` andrelcmoreira
2024-09-20  5:20 ` andrelcmoreira
2024-09-20 19:06 ` andrelcmoreira
2024-09-20 19:14 ` andrelcmoreira
2024-09-24 11:37 ` [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).