Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Bash 5.1 and Readline 8.1
@ 2020-12-10 20:09 leahneukirchen
  2020-12-11  0:50 ` sgn
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: leahneukirchen @ 2020-12-10 20:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/leahneukirchen/void-packages bash51
https://github.com/void-linux/void-packages/pull/27083

Bash 5.1 and Readline 8.1


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

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

From 36f1759ccfc5f89620f62afe37e18703c07d36a6 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 10 Dec 2020 21:05:18 +0100
Subject: [PATCH 1/2] bash: update to 5.1.

---
 srcpkgs/bash/template | 59 +++++++++++++++----------------------------
 1 file changed, 21 insertions(+), 38 deletions(-)

diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template
index 6274068b2d2..e351b4aee5e 100644
--- a/srcpkgs/bash/template
+++ b/srcpkgs/bash/template
@@ -1,10 +1,11 @@
 # Template file for 'bash'
 pkgname=bash
-version=5.0.018
+version=5.1
 revision=1
-_bash_distver=${version%.*}
-_bash_patchlevel=${version##*.}
-_patchprefix="bash${_bash_distver/./}"
+_bash_distver=$version
+#_bash_distver=${version%.*}
+#_bash_patchlevel=${version##*.}
+#_patchprefix="bash${_bash_distver/./}"
 wrksrc="${pkgname}-${_bash_distver}"
 build_style=gnu-configure
 configure_args="--without-bash-malloc --with-curses --without-installed-readline"
@@ -17,33 +18,15 @@ license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${_bash_distver}.tar.gz"
 
-_url="${GNU_SITE}/bash/bash-${_bash_distver}-patches"
-for _p in 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018; do
-	distfiles+=" ${_url}/${_patchprefix}-${_p}"
-	skip_extraction+=" ${_patchprefix}-${_p}"
-done
-unset _url
-unset _p
+#_url="${GNU_SITE}/bash/bash-${_bash_distver}-patches"
+#for _p in 001; do
+#	distfiles+=" ${_url}/${_patchprefix}-${_p}"
+#	skip_extraction+=" ${_patchprefix}-${_p}"
+#done
+#unset _url
+#unset _p
 
-checksum="b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d
- f2fe9e1f0faddf14ab9bfa88d450a75e5d028fedafad23b88716bd657c737289
- 87e87d3542e598799adb3e7e01c8165bc743e136a400ed0de015845f7ff68707
- 4eebcdc37b13793a232c5f2f498a5fcbf7da0ecb3da2059391c096db620ec85b
- 14447ad832add8ecfafdce5384badd933697b559c4688d6b9e3d36ff36c62f08
- 5bf54dd9bd2c211d2bfb34a49e2c741f2ed5e338767e9ce9f4d41254bf9f8276
- d68529a6ff201b6ff5915318ab12fc16b8a0ebb77fda3308303fcc1e13398420
- 17b41e7ee3673d8887dd25992417a398677533ab8827938aa41fad70df19af9b
- eec64588622a82a5029b2776e218a75a3640bef4953f09d6ee1f4199670ad7e3
- ed3ca21767303fc3de93934aa524c2e920787c506b601cc40a4897d4b094d903
- d6fbc325f0b5dc54ddbe8ee43020bced8bd589ddffea59d128db14b2e52a8a11
- 2c4de332b91eaf797abbbd6c79709690b5cbd48b12e8dfe748096dbd7bf474ea
- 2943ee19688018296f2a04dbfe30b7138b889700efa8ff1c0524af271e0ee233
- f5d7178d8da30799e01b83a0802018d913d6aa972dd2ddad3b927f3f3eb7099a
- 5d6eee6514ee6e22a87bba8d22be0a8621a0ae119246f1c5a9a35db1f72af589
- a517df2dda93b26d5cbf00effefea93e3a4ccd6652f152f4109170544ebfa05e
- ffd1d7a54a99fa7f5b1825e4f7e95d8c8876bc2ca151f150e751d429c650b06d
- 4cf3b9fafb8a66d411dd5fc9120032533a4012df1dc6ee024c7833373e2ddc31
- 7c314e375a105a6642e8ed44f3808b9def89d15f7492fe2029a21ba9c0de81d3"
+checksum=cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa
 
 make_dirs="/etc/bash/bashrc.d 755 root root"
 conflicts="chroot-bash>=0"
@@ -55,14 +38,14 @@ alternatives="
 
 CFLAGS="-DSYS_BASHRC='\"/etc/bash/bashrc\"'"
 
-post_patch() {
-	local _p
-	cd ${wrksrc}
-	for _p in $(seq -w 001 ${_bash_patchlevel}); do
-		msg_normal " Applying patch ${_patchprefix}-${_p}.\n"
-		patch -sNp0 -i ${XBPS_SRCDISTDIR}/bash-$version/${_patchprefix}-${_p}
-	done
-}
+#post_patch() {
+#	local _p
+#	cd ${wrksrc}
+#	for _p in $(seq -w 001 ${_bash_patchlevel}); do
+#		msg_normal " Applying patch ${_patchprefix}-${_p}.\n"
+#		patch -sNp0 -i ${XBPS_SRCDISTDIR}/bash-$version/${_patchprefix}-${_p}
+#	done
+#}
 
 do_check() {
 	make tests

From 4c4b13cd4e19fa87a7aba455e1523ccac11c39e5 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 10 Dec 2020 21:05:23 +0100
Subject: [PATCH 2/2] libreadline8: update to 8.1.

---
 srcpkgs/libreadline8/template | 39 +++++++++++++----------------------
 1 file changed, 14 insertions(+), 25 deletions(-)

diff --git a/srcpkgs/libreadline8/template b/srcpkgs/libreadline8/template
index 4f24bd643c1..d90b1df2b5f 100644
--- a/srcpkgs/libreadline8/template
+++ b/srcpkgs/libreadline8/template
@@ -1,9 +1,10 @@
 # Template file for 'libreadline8'
 pkgname=libreadline8
-_dist_ver=8.0
-_patch_ver=004
-version="${_dist_ver}.${_patch_ver}"
-revision=2
+_dist_ver=8.1
+#_patch_ver=004
+#version="${_dist_ver}.${_patch_ver}"
+version="${_dist_ver}"
+revision=1
 bootstrap=yes
 wrksrc="readline-${_dist_ver}"
 build_style=gnu-configure
@@ -13,28 +14,16 @@ short_desc="GNU Readline Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://tiswww.cwru.edu/php/chet/readline/rltop.html"
-distfiles="${GNU_SITE}/readline/readline-${_dist_ver}.tar.gz
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-001
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-002
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-003
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-004"
-checksum="e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461
- d8e5e98933cf5756f862243c0601cb69d3667bb33f2c7b751fe4e40b2c3fd069
- 36b0febff1e560091ae7476026921f31b6d1dd4c918dcb7b741aa2dad1aec8f7
- 94ddb2210b71eb5389c7756865d60e343666dfb722c85892f8226b26bb3eeaef
- b1aa3d2a40eee2dea9708229740742e649c32bb8db13535ea78f8ac15377394c"
-skip_extraction="readline${_dist_ver/./}-001
- readline${_dist_ver/./}-002
- readline${_dist_ver/./}-003
- readline${_dist_ver/./}-004"
+distfiles="${GNU_SITE}/readline/readline-${_dist_ver}.tar.gz"
+checksum=f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02
 
-post_patch() {
-	cd ${wrksrc}
-	for p in $(seq -w 001 ${_patch_ver}); do
-		patch -s -Np0 -i ${XBPS_SRCDISTDIR}/${pkgname}-${version}/readline${_dist_ver/./}-${p}
-		msg_normal " Applying patch readline${_dist_ver/./}-$p.\n"
-	done
-}
+#post_patch() {
+#	cd ${wrksrc}
+#	for p in $(seq -w 001 ${_patch_ver}); do
+#		patch -s -Np0 -i ${XBPS_SRCDISTDIR}/${pkgname}-${version}/readline${_dist_ver/./}-${p}
+#		msg_normal " Applying patch readline${_dist_ver/./}-$p.\n"
+#	done
+#}
 
 post_install() {
 	# Examples and README, COPYING, INSTALL

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

* Re: Bash 5.1 and Readline 8.1
  2020-12-10 20:09 [PR PATCH] Bash 5.1 and Readline 8.1 leahneukirchen
@ 2020-12-11  0:50 ` sgn
  2020-12-15 12:35 ` leahneukirchen
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sgn @ 2020-12-11  0:50 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/27083#issuecomment-742893890

Comment:
Would it make sense to just set `_patch_level` to `000` and keep most of old code?
Something like this on top of your changes.

```diff
diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template
index e351b4aee5..236dac88a7 100644
--- a/srcpkgs/bash/template
+++ b/srcpkgs/bash/template
@@ -1,11 +1,11 @@
 # Template file for 'bash'
 pkgname=bash
-version=5.1
+version=5.1.000
 revision=1
 _bash_distver=$version
-#_bash_distver=${version%.*}
-#_bash_patchlevel=${version##*.}
-#_patchprefix="bash${_bash_distver/./}"
+_bash_distver=${version%.*}
+_bash_patchlevel=${version##*.}
+_patchprefix="bash${_bash_distver/./}"
 wrksrc="${pkgname}-${_bash_distver}"
 build_style=gnu-configure
 configure_args="--without-bash-malloc --with-curses --without-installed-readline"
@@ -18,13 +18,13 @@ license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${_bash_distver}.tar.gz"
 
-#_url="${GNU_SITE}/bash/bash-${_bash_distver}-patches"
-#for _p in 001; do
-#	distfiles+=" ${_url}/${_patchprefix}-${_p}"
-#	skip_extraction+=" ${_patchprefix}-${_p}"
-#done
-#unset _url
-#unset _p
+_url="${GNU_SITE}/bash/bash-${_bash_distver}-patches"
+for _p in $(seq -w 001 $_bash_patchlevel); do
+	distfiles+=" ${_url}/${_patchprefix}-${_p}"
+	skip_extraction+=" ${_patchprefix}-${_p}"
+done
+unset _url
+unset _p
 
 checksum=cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa
 
@@ -38,14 +38,14 @@ alternatives="
 
 CFLAGS="-DSYS_BASHRC='\"/etc/bash/bashrc\"'"
 
-#post_patch() {
-#	local _p
-#	cd ${wrksrc}
-#	for _p in $(seq -w 001 ${_bash_patchlevel}); do
-#		msg_normal " Applying patch ${_patchprefix}-${_p}.\n"
-#		patch -sNp0 -i ${XBPS_SRCDISTDIR}/bash-$version/${_patchprefix}-${_p}
-#	done
-#}
+post_patch() {
+	local _p
+	cd ${wrksrc}
+	for _p in $(seq -w 001 ${_bash_patchlevel}); do
+		msg_normal " Applying patch ${_patchprefix}-${_p}.\n"
+		patch -sNp0 -i ${XBPS_SRCDISTDIR}/bash-$version/${_patchprefix}-${_p}
+	done
+}
 
 do_check() {
 	make tests
diff --git a/srcpkgs/libreadline8/template b/srcpkgs/libreadline8/template
index d90b1df2b5..dbac03c676 100644
--- a/srcpkgs/libreadline8/template
+++ b/srcpkgs/libreadline8/template
@@ -1,9 +1,8 @@
 # Template file for 'libreadline8'
 pkgname=libreadline8
 _dist_ver=8.1
-#_patch_ver=004
-#version="${_dist_ver}.${_patch_ver}"
-version="${_dist_ver}"
+_patch_ver=000
+version="${_dist_ver}.${_patch_ver}"
 revision=1
 bootstrap=yes
 wrksrc="readline-${_dist_ver}"
@@ -17,13 +16,13 @@ homepage="https://tiswww.cwru.edu/php/chet/readline/rltop.html"
 distfiles="${GNU_SITE}/readline/readline-${_dist_ver}.tar.gz"
 checksum=f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02
 
-#post_patch() {
-#	cd ${wrksrc}
-#	for p in $(seq -w 001 ${_patch_ver}); do
-#		patch -s -Np0 -i ${XBPS_SRCDISTDIR}/${pkgname}-${version}/readline${_dist_ver/./}-${p}
-#		msg_normal " Applying patch readline${_dist_ver/./}-$p.\n"
-#	done
-#}
+post_patch() {
+	cd ${wrksrc}
+	for p in $(seq -w 001 ${_patch_ver}); do
+		patch -s -Np0 -i ${XBPS_SRCDISTDIR}/${pkgname}-${version}/readline${_dist_ver/./}-${p}
+		msg_normal " Applying patch readline${_dist_ver/./}-$p.\n"
+	done
+}
 
 post_install() {
 	# Examples and README, COPYING, INSTALL
```

Or on top of current upstream:
```diff
From a527570d6e693f83b12cd52cbdeb84ccd7375c26 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 10 Dec 2020 21:05:18 +0100
Subject: [PATCH 1/2] bash: update to 5.1.

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

diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template
index 6274068b2d..71d33f85ad 100644
--- a/srcpkgs/bash/template
+++ b/srcpkgs/bash/template
@@ -1,6 +1,6 @@
 # Template file for 'bash'
 pkgname=bash
-version=5.0.018
+version=5.1.000
 revision=1
 _bash_distver=${version%.*}
 _bash_patchlevel=${version##*.}
@@ -18,32 +18,14 @@ homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${_bash_distver}.tar.gz"
 
 _url="${GNU_SITE}/bash/bash-${_bash_distver}-patches"
-for _p in 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018; do
+for _p in $(seq -w 001 $_bash_patchlevel); do
 	distfiles+=" ${_url}/${_patchprefix}-${_p}"
 	skip_extraction+=" ${_patchprefix}-${_p}"
 done
 unset _url
 unset _p
 
-checksum="b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d
- f2fe9e1f0faddf14ab9bfa88d450a75e5d028fedafad23b88716bd657c737289
- 87e87d3542e598799adb3e7e01c8165bc743e136a400ed0de015845f7ff68707
- 4eebcdc37b13793a232c5f2f498a5fcbf7da0ecb3da2059391c096db620ec85b
- 14447ad832add8ecfafdce5384badd933697b559c4688d6b9e3d36ff36c62f08
- 5bf54dd9bd2c211d2bfb34a49e2c741f2ed5e338767e9ce9f4d41254bf9f8276
- d68529a6ff201b6ff5915318ab12fc16b8a0ebb77fda3308303fcc1e13398420
- 17b41e7ee3673d8887dd25992417a398677533ab8827938aa41fad70df19af9b
- eec64588622a82a5029b2776e218a75a3640bef4953f09d6ee1f4199670ad7e3
- ed3ca21767303fc3de93934aa524c2e920787c506b601cc40a4897d4b094d903
- d6fbc325f0b5dc54ddbe8ee43020bced8bd589ddffea59d128db14b2e52a8a11
- 2c4de332b91eaf797abbbd6c79709690b5cbd48b12e8dfe748096dbd7bf474ea
- 2943ee19688018296f2a04dbfe30b7138b889700efa8ff1c0524af271e0ee233
- f5d7178d8da30799e01b83a0802018d913d6aa972dd2ddad3b927f3f3eb7099a
- 5d6eee6514ee6e22a87bba8d22be0a8621a0ae119246f1c5a9a35db1f72af589
- a517df2dda93b26d5cbf00effefea93e3a4ccd6652f152f4109170544ebfa05e
- ffd1d7a54a99fa7f5b1825e4f7e95d8c8876bc2ca151f150e751d429c650b06d
- 4cf3b9fafb8a66d411dd5fc9120032533a4012df1dc6ee024c7833373e2ddc31
- 7c314e375a105a6642e8ed44f3808b9def89d15f7492fe2029a21ba9c0de81d3"
+checksum=cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa
 
 make_dirs="/etc/bash/bashrc.d 755 root root"
 conflicts="chroot-bash>=0"

From 61c10f96ee60952df47c7c38a20e819c650dee90 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 10 Dec 2020 21:05:23 +0100
Subject: [PATCH 2/2] libreadline8: update to 8.1.

Close: #27083
---
 srcpkgs/libreadline8/template | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/libreadline8/template b/srcpkgs/libreadline8/template
index 4f24bd643c..dbac03c676 100644
--- a/srcpkgs/libreadline8/template
+++ b/srcpkgs/libreadline8/template
@@ -1,9 +1,9 @@
 # Template file for 'libreadline8'
 pkgname=libreadline8
-_dist_ver=8.0
-_patch_ver=004
+_dist_ver=8.1
+_patch_ver=000
 version="${_dist_ver}.${_patch_ver}"
-revision=2
+revision=1
 bootstrap=yes
 wrksrc="readline-${_dist_ver}"
 build_style=gnu-configure
@@ -13,20 +13,8 @@ short_desc="GNU Readline Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://tiswww.cwru.edu/php/chet/readline/rltop.html"
-distfiles="${GNU_SITE}/readline/readline-${_dist_ver}.tar.gz
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-001
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-002
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-003
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-004"
-checksum="e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461
- d8e5e98933cf5756f862243c0601cb69d3667bb33f2c7b751fe4e40b2c3fd069
- 36b0febff1e560091ae7476026921f31b6d1dd4c918dcb7b741aa2dad1aec8f7
- 94ddb2210b71eb5389c7756865d60e343666dfb722c85892f8226b26bb3eeaef
- b1aa3d2a40eee2dea9708229740742e649c32bb8db13535ea78f8ac15377394c"
-skip_extraction="readline${_dist_ver/./}-001
- readline${_dist_ver/./}-002
- readline${_dist_ver/./}-003
- readline${_dist_ver/./}-004"
+distfiles="${GNU_SITE}/readline/readline-${_dist_ver}.tar.gz"
+checksum=f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02
 
 post_patch() {
 	cd ${wrksrc}
```

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

* Re: Bash 5.1 and Readline 8.1
  2020-12-10 20:09 [PR PATCH] Bash 5.1 and Readline 8.1 leahneukirchen
  2020-12-11  0:50 ` sgn
@ 2020-12-15 12:35 ` leahneukirchen
  2020-12-15 12:37 ` [PR PATCH] [Updated] " leahneukirchen
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2020-12-15 12:35 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/27083#issuecomment-745260609

Comment:
Makes a lot of sense, thanks.

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

* Re: [PR PATCH] [Updated] Bash 5.1 and Readline 8.1
  2020-12-10 20:09 [PR PATCH] Bash 5.1 and Readline 8.1 leahneukirchen
  2020-12-11  0:50 ` sgn
  2020-12-15 12:35 ` leahneukirchen
@ 2020-12-15 12:37 ` leahneukirchen
  2020-12-15 12:41 ` leahneukirchen
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2020-12-15 12:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/leahneukirchen/void-packages bash51
https://github.com/void-linux/void-packages/pull/27083

Bash 5.1 and Readline 8.1


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

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

From 21916534f2f07441f05c0b6a93542f718559560c Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 10 Dec 2020 21:05:18 +0100
Subject: [PATCH 1/2] bash: update to 5.1.

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

diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template
index 6274068b2d2..236dac88a74 100644
--- a/srcpkgs/bash/template
+++ b/srcpkgs/bash/template
@@ -1,7 +1,8 @@
 # Template file for 'bash'
 pkgname=bash
-version=5.0.018
+version=5.1.000
 revision=1
+_bash_distver=$version
 _bash_distver=${version%.*}
 _bash_patchlevel=${version##*.}
 _patchprefix="bash${_bash_distver/./}"
@@ -18,32 +19,14 @@ homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${_bash_distver}.tar.gz"
 
 _url="${GNU_SITE}/bash/bash-${_bash_distver}-patches"
-for _p in 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018; do
+for _p in $(seq -w 001 $_bash_patchlevel); do
 	distfiles+=" ${_url}/${_patchprefix}-${_p}"
 	skip_extraction+=" ${_patchprefix}-${_p}"
 done
 unset _url
 unset _p
 
-checksum="b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d
- f2fe9e1f0faddf14ab9bfa88d450a75e5d028fedafad23b88716bd657c737289
- 87e87d3542e598799adb3e7e01c8165bc743e136a400ed0de015845f7ff68707
- 4eebcdc37b13793a232c5f2f498a5fcbf7da0ecb3da2059391c096db620ec85b
- 14447ad832add8ecfafdce5384badd933697b559c4688d6b9e3d36ff36c62f08
- 5bf54dd9bd2c211d2bfb34a49e2c741f2ed5e338767e9ce9f4d41254bf9f8276
- d68529a6ff201b6ff5915318ab12fc16b8a0ebb77fda3308303fcc1e13398420
- 17b41e7ee3673d8887dd25992417a398677533ab8827938aa41fad70df19af9b
- eec64588622a82a5029b2776e218a75a3640bef4953f09d6ee1f4199670ad7e3
- ed3ca21767303fc3de93934aa524c2e920787c506b601cc40a4897d4b094d903
- d6fbc325f0b5dc54ddbe8ee43020bced8bd589ddffea59d128db14b2e52a8a11
- 2c4de332b91eaf797abbbd6c79709690b5cbd48b12e8dfe748096dbd7bf474ea
- 2943ee19688018296f2a04dbfe30b7138b889700efa8ff1c0524af271e0ee233
- f5d7178d8da30799e01b83a0802018d913d6aa972dd2ddad3b927f3f3eb7099a
- 5d6eee6514ee6e22a87bba8d22be0a8621a0ae119246f1c5a9a35db1f72af589
- a517df2dda93b26d5cbf00effefea93e3a4ccd6652f152f4109170544ebfa05e
- ffd1d7a54a99fa7f5b1825e4f7e95d8c8876bc2ca151f150e751d429c650b06d
- 4cf3b9fafb8a66d411dd5fc9120032533a4012df1dc6ee024c7833373e2ddc31
- 7c314e375a105a6642e8ed44f3808b9def89d15f7492fe2029a21ba9c0de81d3"
+checksum=cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa
 
 make_dirs="/etc/bash/bashrc.d 755 root root"
 conflicts="chroot-bash>=0"

From 0d2d7c4db15862d632cbdebfac73150a8700e654 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 10 Dec 2020 21:05:23 +0100
Subject: [PATCH 2/2] libreadline8: update to 8.1.

---
 srcpkgs/libreadline8/template | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/libreadline8/template b/srcpkgs/libreadline8/template
index 4f24bd643c1..dbac03c6764 100644
--- a/srcpkgs/libreadline8/template
+++ b/srcpkgs/libreadline8/template
@@ -1,9 +1,9 @@
 # Template file for 'libreadline8'
 pkgname=libreadline8
-_dist_ver=8.0
-_patch_ver=004
+_dist_ver=8.1
+_patch_ver=000
 version="${_dist_ver}.${_patch_ver}"
-revision=2
+revision=1
 bootstrap=yes
 wrksrc="readline-${_dist_ver}"
 build_style=gnu-configure
@@ -13,20 +13,8 @@ short_desc="GNU Readline Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://tiswww.cwru.edu/php/chet/readline/rltop.html"
-distfiles="${GNU_SITE}/readline/readline-${_dist_ver}.tar.gz
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-001
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-002
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-003
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-004"
-checksum="e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461
- d8e5e98933cf5756f862243c0601cb69d3667bb33f2c7b751fe4e40b2c3fd069
- 36b0febff1e560091ae7476026921f31b6d1dd4c918dcb7b741aa2dad1aec8f7
- 94ddb2210b71eb5389c7756865d60e343666dfb722c85892f8226b26bb3eeaef
- b1aa3d2a40eee2dea9708229740742e649c32bb8db13535ea78f8ac15377394c"
-skip_extraction="readline${_dist_ver/./}-001
- readline${_dist_ver/./}-002
- readline${_dist_ver/./}-003
- readline${_dist_ver/./}-004"
+distfiles="${GNU_SITE}/readline/readline-${_dist_ver}.tar.gz"
+checksum=f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02
 
 post_patch() {
 	cd ${wrksrc}

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

* Re: [PR PATCH] [Updated] Bash 5.1 and Readline 8.1
  2020-12-10 20:09 [PR PATCH] Bash 5.1 and Readline 8.1 leahneukirchen
                   ` (2 preceding siblings ...)
  2020-12-15 12:37 ` [PR PATCH] [Updated] " leahneukirchen
@ 2020-12-15 12:41 ` leahneukirchen
  2020-12-26 13:52 ` leahneukirchen
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2020-12-15 12:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/leahneukirchen/void-packages bash51
https://github.com/void-linux/void-packages/pull/27083

Bash 5.1 and Readline 8.1


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

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

From 08d4a8ec88cba25a6df3ccfcbf634b4f9f1f473f Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 10 Dec 2020 21:05:18 +0100
Subject: [PATCH 1/2] bash: update to 5.1.

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

diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template
index 6274068b2d2..71d33f85ad3 100644
--- a/srcpkgs/bash/template
+++ b/srcpkgs/bash/template
@@ -1,6 +1,6 @@
 # Template file for 'bash'
 pkgname=bash
-version=5.0.018
+version=5.1.000
 revision=1
 _bash_distver=${version%.*}
 _bash_patchlevel=${version##*.}
@@ -18,32 +18,14 @@ homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${_bash_distver}.tar.gz"
 
 _url="${GNU_SITE}/bash/bash-${_bash_distver}-patches"
-for _p in 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018; do
+for _p in $(seq -w 001 $_bash_patchlevel); do
 	distfiles+=" ${_url}/${_patchprefix}-${_p}"
 	skip_extraction+=" ${_patchprefix}-${_p}"
 done
 unset _url
 unset _p
 
-checksum="b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d
- f2fe9e1f0faddf14ab9bfa88d450a75e5d028fedafad23b88716bd657c737289
- 87e87d3542e598799adb3e7e01c8165bc743e136a400ed0de015845f7ff68707
- 4eebcdc37b13793a232c5f2f498a5fcbf7da0ecb3da2059391c096db620ec85b
- 14447ad832add8ecfafdce5384badd933697b559c4688d6b9e3d36ff36c62f08
- 5bf54dd9bd2c211d2bfb34a49e2c741f2ed5e338767e9ce9f4d41254bf9f8276
- d68529a6ff201b6ff5915318ab12fc16b8a0ebb77fda3308303fcc1e13398420
- 17b41e7ee3673d8887dd25992417a398677533ab8827938aa41fad70df19af9b
- eec64588622a82a5029b2776e218a75a3640bef4953f09d6ee1f4199670ad7e3
- ed3ca21767303fc3de93934aa524c2e920787c506b601cc40a4897d4b094d903
- d6fbc325f0b5dc54ddbe8ee43020bced8bd589ddffea59d128db14b2e52a8a11
- 2c4de332b91eaf797abbbd6c79709690b5cbd48b12e8dfe748096dbd7bf474ea
- 2943ee19688018296f2a04dbfe30b7138b889700efa8ff1c0524af271e0ee233
- f5d7178d8da30799e01b83a0802018d913d6aa972dd2ddad3b927f3f3eb7099a
- 5d6eee6514ee6e22a87bba8d22be0a8621a0ae119246f1c5a9a35db1f72af589
- a517df2dda93b26d5cbf00effefea93e3a4ccd6652f152f4109170544ebfa05e
- ffd1d7a54a99fa7f5b1825e4f7e95d8c8876bc2ca151f150e751d429c650b06d
- 4cf3b9fafb8a66d411dd5fc9120032533a4012df1dc6ee024c7833373e2ddc31
- 7c314e375a105a6642e8ed44f3808b9def89d15f7492fe2029a21ba9c0de81d3"
+checksum=cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa
 
 make_dirs="/etc/bash/bashrc.d 755 root root"
 conflicts="chroot-bash>=0"

From b29137c84fee465b6f97b1c68150d5c3a8a77451 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 10 Dec 2020 21:05:23 +0100
Subject: [PATCH 2/2] libreadline8: update to 8.1.

---
 srcpkgs/libreadline8/template | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/libreadline8/template b/srcpkgs/libreadline8/template
index 4f24bd643c1..dbac03c6764 100644
--- a/srcpkgs/libreadline8/template
+++ b/srcpkgs/libreadline8/template
@@ -1,9 +1,9 @@
 # Template file for 'libreadline8'
 pkgname=libreadline8
-_dist_ver=8.0
-_patch_ver=004
+_dist_ver=8.1
+_patch_ver=000
 version="${_dist_ver}.${_patch_ver}"
-revision=2
+revision=1
 bootstrap=yes
 wrksrc="readline-${_dist_ver}"
 build_style=gnu-configure
@@ -13,20 +13,8 @@ short_desc="GNU Readline Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://tiswww.cwru.edu/php/chet/readline/rltop.html"
-distfiles="${GNU_SITE}/readline/readline-${_dist_ver}.tar.gz
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-001
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-002
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-003
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-004"
-checksum="e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461
- d8e5e98933cf5756f862243c0601cb69d3667bb33f2c7b751fe4e40b2c3fd069
- 36b0febff1e560091ae7476026921f31b6d1dd4c918dcb7b741aa2dad1aec8f7
- 94ddb2210b71eb5389c7756865d60e343666dfb722c85892f8226b26bb3eeaef
- b1aa3d2a40eee2dea9708229740742e649c32bb8db13535ea78f8ac15377394c"
-skip_extraction="readline${_dist_ver/./}-001
- readline${_dist_ver/./}-002
- readline${_dist_ver/./}-003
- readline${_dist_ver/./}-004"
+distfiles="${GNU_SITE}/readline/readline-${_dist_ver}.tar.gz"
+checksum=f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02
 
 post_patch() {
 	cd ${wrksrc}

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

* Re: [PR PATCH] [Updated] Bash 5.1 and Readline 8.1
  2020-12-10 20:09 [PR PATCH] Bash 5.1 and Readline 8.1 leahneukirchen
                   ` (3 preceding siblings ...)
  2020-12-15 12:41 ` leahneukirchen
@ 2020-12-26 13:52 ` leahneukirchen
  2020-12-26 15:18 ` leahneukirchen
  2020-12-30 18:17 ` [PR PATCH] [Merged]: " leahneukirchen
  6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2020-12-26 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/leahneukirchen/void-packages bash51
https://github.com/void-linux/void-packages/pull/27083

Bash 5.1 and Readline 8.1


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

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

From 9bda0c40a1688db5e704f220bf2a649da5962716 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 10 Dec 2020 21:05:18 +0100
Subject: [PATCH 1/2] bash: update to 5.1.004.

---
 srcpkgs/bash/template | 28 +++++++---------------------
 1 file changed, 7 insertions(+), 21 deletions(-)

diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template
index 6274068b2d2..f16be757645 100644
--- a/srcpkgs/bash/template
+++ b/srcpkgs/bash/template
@@ -1,6 +1,6 @@
 # Template file for 'bash'
 pkgname=bash
-version=5.0.018
+version=5.1.004
 revision=1
 _bash_distver=${version%.*}
 _bash_patchlevel=${version##*.}
@@ -18,32 +18,18 @@ homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${_bash_distver}.tar.gz"
 
 _url="${GNU_SITE}/bash/bash-${_bash_distver}-patches"
-for _p in 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018; do
+for _p in $(seq -w 001 $_bash_patchlevel); do
 	distfiles+=" ${_url}/${_patchprefix}-${_p}"
 	skip_extraction+=" ${_patchprefix}-${_p}"
 done
 unset _url
 unset _p
 
-checksum="b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d
- f2fe9e1f0faddf14ab9bfa88d450a75e5d028fedafad23b88716bd657c737289
- 87e87d3542e598799adb3e7e01c8165bc743e136a400ed0de015845f7ff68707
- 4eebcdc37b13793a232c5f2f498a5fcbf7da0ecb3da2059391c096db620ec85b
- 14447ad832add8ecfafdce5384badd933697b559c4688d6b9e3d36ff36c62f08
- 5bf54dd9bd2c211d2bfb34a49e2c741f2ed5e338767e9ce9f4d41254bf9f8276
- d68529a6ff201b6ff5915318ab12fc16b8a0ebb77fda3308303fcc1e13398420
- 17b41e7ee3673d8887dd25992417a398677533ab8827938aa41fad70df19af9b
- eec64588622a82a5029b2776e218a75a3640bef4953f09d6ee1f4199670ad7e3
- ed3ca21767303fc3de93934aa524c2e920787c506b601cc40a4897d4b094d903
- d6fbc325f0b5dc54ddbe8ee43020bced8bd589ddffea59d128db14b2e52a8a11
- 2c4de332b91eaf797abbbd6c79709690b5cbd48b12e8dfe748096dbd7bf474ea
- 2943ee19688018296f2a04dbfe30b7138b889700efa8ff1c0524af271e0ee233
- f5d7178d8da30799e01b83a0802018d913d6aa972dd2ddad3b927f3f3eb7099a
- 5d6eee6514ee6e22a87bba8d22be0a8621a0ae119246f1c5a9a35db1f72af589
- a517df2dda93b26d5cbf00effefea93e3a4ccd6652f152f4109170544ebfa05e
- ffd1d7a54a99fa7f5b1825e4f7e95d8c8876bc2ca151f150e751d429c650b06d
- 4cf3b9fafb8a66d411dd5fc9120032533a4012df1dc6ee024c7833373e2ddc31
- 7c314e375a105a6642e8ed44f3808b9def89d15f7492fe2029a21ba9c0de81d3"
+checksum="cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa
+ ebb07b3dbadd98598f078125d0ae0d699295978a5cdaef6282fe19adef45b5fa
+ 15ea6121a801e48e658ceee712ea9b88d4ded022046a6147550790caf04f5dbe
+ 22f2cc262f056b22966281babf4b0a2f84cb7dd2223422e5dcd013c3dcbab6b1
+ 9aaeb65664ef0d28c0067e47ba5652b518298b3b92d33327d84b98b28d873c86"
 
 make_dirs="/etc/bash/bashrc.d 755 root root"
 conflicts="chroot-bash>=0"

From e2f698169b305e3f3c1e15970b65af3ce3cf24fd Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 10 Dec 2020 21:05:23 +0100
Subject: [PATCH 2/2] libreadline8: update to 8.1.

---
 srcpkgs/libreadline8/template | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/libreadline8/template b/srcpkgs/libreadline8/template
index 4f24bd643c1..dbac03c6764 100644
--- a/srcpkgs/libreadline8/template
+++ b/srcpkgs/libreadline8/template
@@ -1,9 +1,9 @@
 # Template file for 'libreadline8'
 pkgname=libreadline8
-_dist_ver=8.0
-_patch_ver=004
+_dist_ver=8.1
+_patch_ver=000
 version="${_dist_ver}.${_patch_ver}"
-revision=2
+revision=1
 bootstrap=yes
 wrksrc="readline-${_dist_ver}"
 build_style=gnu-configure
@@ -13,20 +13,8 @@ short_desc="GNU Readline Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://tiswww.cwru.edu/php/chet/readline/rltop.html"
-distfiles="${GNU_SITE}/readline/readline-${_dist_ver}.tar.gz
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-001
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-002
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-003
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-004"
-checksum="e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461
- d8e5e98933cf5756f862243c0601cb69d3667bb33f2c7b751fe4e40b2c3fd069
- 36b0febff1e560091ae7476026921f31b6d1dd4c918dcb7b741aa2dad1aec8f7
- 94ddb2210b71eb5389c7756865d60e343666dfb722c85892f8226b26bb3eeaef
- b1aa3d2a40eee2dea9708229740742e649c32bb8db13535ea78f8ac15377394c"
-skip_extraction="readline${_dist_ver/./}-001
- readline${_dist_ver/./}-002
- readline${_dist_ver/./}-003
- readline${_dist_ver/./}-004"
+distfiles="${GNU_SITE}/readline/readline-${_dist_ver}.tar.gz"
+checksum=f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02
 
 post_patch() {
 	cd ${wrksrc}

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

* Re: [PR PATCH] [Updated] Bash 5.1 and Readline 8.1
  2020-12-10 20:09 [PR PATCH] Bash 5.1 and Readline 8.1 leahneukirchen
                   ` (4 preceding siblings ...)
  2020-12-26 13:52 ` leahneukirchen
@ 2020-12-26 15:18 ` leahneukirchen
  2020-12-30 18:17 ` [PR PATCH] [Merged]: " leahneukirchen
  6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2020-12-26 15:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/leahneukirchen/void-packages bash51
https://github.com/void-linux/void-packages/pull/27083

Bash 5.1 and Readline 8.1


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

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

From 9bda0c40a1688db5e704f220bf2a649da5962716 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 10 Dec 2020 21:05:18 +0100
Subject: [PATCH 1/3] bash: update to 5.1.004.

---
 srcpkgs/bash/template | 28 +++++++---------------------
 1 file changed, 7 insertions(+), 21 deletions(-)

diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template
index 6274068b2d2..f16be757645 100644
--- a/srcpkgs/bash/template
+++ b/srcpkgs/bash/template
@@ -1,6 +1,6 @@
 # Template file for 'bash'
 pkgname=bash
-version=5.0.018
+version=5.1.004
 revision=1
 _bash_distver=${version%.*}
 _bash_patchlevel=${version##*.}
@@ -18,32 +18,18 @@ homepage="https://www.gnu.org/software/bash/bash.html"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${_bash_distver}.tar.gz"
 
 _url="${GNU_SITE}/bash/bash-${_bash_distver}-patches"
-for _p in 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018; do
+for _p in $(seq -w 001 $_bash_patchlevel); do
 	distfiles+=" ${_url}/${_patchprefix}-${_p}"
 	skip_extraction+=" ${_patchprefix}-${_p}"
 done
 unset _url
 unset _p
 
-checksum="b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d
- f2fe9e1f0faddf14ab9bfa88d450a75e5d028fedafad23b88716bd657c737289
- 87e87d3542e598799adb3e7e01c8165bc743e136a400ed0de015845f7ff68707
- 4eebcdc37b13793a232c5f2f498a5fcbf7da0ecb3da2059391c096db620ec85b
- 14447ad832add8ecfafdce5384badd933697b559c4688d6b9e3d36ff36c62f08
- 5bf54dd9bd2c211d2bfb34a49e2c741f2ed5e338767e9ce9f4d41254bf9f8276
- d68529a6ff201b6ff5915318ab12fc16b8a0ebb77fda3308303fcc1e13398420
- 17b41e7ee3673d8887dd25992417a398677533ab8827938aa41fad70df19af9b
- eec64588622a82a5029b2776e218a75a3640bef4953f09d6ee1f4199670ad7e3
- ed3ca21767303fc3de93934aa524c2e920787c506b601cc40a4897d4b094d903
- d6fbc325f0b5dc54ddbe8ee43020bced8bd589ddffea59d128db14b2e52a8a11
- 2c4de332b91eaf797abbbd6c79709690b5cbd48b12e8dfe748096dbd7bf474ea
- 2943ee19688018296f2a04dbfe30b7138b889700efa8ff1c0524af271e0ee233
- f5d7178d8da30799e01b83a0802018d913d6aa972dd2ddad3b927f3f3eb7099a
- 5d6eee6514ee6e22a87bba8d22be0a8621a0ae119246f1c5a9a35db1f72af589
- a517df2dda93b26d5cbf00effefea93e3a4ccd6652f152f4109170544ebfa05e
- ffd1d7a54a99fa7f5b1825e4f7e95d8c8876bc2ca151f150e751d429c650b06d
- 4cf3b9fafb8a66d411dd5fc9120032533a4012df1dc6ee024c7833373e2ddc31
- 7c314e375a105a6642e8ed44f3808b9def89d15f7492fe2029a21ba9c0de81d3"
+checksum="cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa
+ ebb07b3dbadd98598f078125d0ae0d699295978a5cdaef6282fe19adef45b5fa
+ 15ea6121a801e48e658ceee712ea9b88d4ded022046a6147550790caf04f5dbe
+ 22f2cc262f056b22966281babf4b0a2f84cb7dd2223422e5dcd013c3dcbab6b1
+ 9aaeb65664ef0d28c0067e47ba5652b518298b3b92d33327d84b98b28d873c86"
 
 make_dirs="/etc/bash/bashrc.d 755 root root"
 conflicts="chroot-bash>=0"

From e2f698169b305e3f3c1e15970b65af3ce3cf24fd Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Thu, 10 Dec 2020 21:05:23 +0100
Subject: [PATCH 2/3] libreadline8: update to 8.1.

---
 srcpkgs/libreadline8/template | 22 +++++-----------------
 1 file changed, 5 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/libreadline8/template b/srcpkgs/libreadline8/template
index 4f24bd643c1..dbac03c6764 100644
--- a/srcpkgs/libreadline8/template
+++ b/srcpkgs/libreadline8/template
@@ -1,9 +1,9 @@
 # Template file for 'libreadline8'
 pkgname=libreadline8
-_dist_ver=8.0
-_patch_ver=004
+_dist_ver=8.1
+_patch_ver=000
 version="${_dist_ver}.${_patch_ver}"
-revision=2
+revision=1
 bootstrap=yes
 wrksrc="readline-${_dist_ver}"
 build_style=gnu-configure
@@ -13,20 +13,8 @@ short_desc="GNU Readline Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://tiswww.cwru.edu/php/chet/readline/rltop.html"
-distfiles="${GNU_SITE}/readline/readline-${_dist_ver}.tar.gz
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-001
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-002
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-003
- ${GNU_SITE}/readline/readline-${_dist_ver}-patches/readline${_dist_ver/./}-004"
-checksum="e339f51971478d369f8a053a330a190781acb9864cf4c541060f12078948e461
- d8e5e98933cf5756f862243c0601cb69d3667bb33f2c7b751fe4e40b2c3fd069
- 36b0febff1e560091ae7476026921f31b6d1dd4c918dcb7b741aa2dad1aec8f7
- 94ddb2210b71eb5389c7756865d60e343666dfb722c85892f8226b26bb3eeaef
- b1aa3d2a40eee2dea9708229740742e649c32bb8db13535ea78f8ac15377394c"
-skip_extraction="readline${_dist_ver/./}-001
- readline${_dist_ver/./}-002
- readline${_dist_ver/./}-003
- readline${_dist_ver/./}-004"
+distfiles="${GNU_SITE}/readline/readline-${_dist_ver}.tar.gz"
+checksum=f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02
 
 post_patch() {
 	cd ${wrksrc}

From d4b119ceca97f6302069a2e32a33131862864af5 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Sat, 26 Dec 2020 16:17:30 +0100
Subject: [PATCH 3/3] chroot-bash: update to 5.1.004.

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

diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template
index 29e49720304..e122099fabc 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.0.018
+version=5.1.004
 revision=1
 _bash_distver=${version%.*}
 _bash_patchlevel=${version##*.}
@@ -25,25 +25,11 @@ done
 unset _url
 unset _p
 
-checksum="b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d
- f2fe9e1f0faddf14ab9bfa88d450a75e5d028fedafad23b88716bd657c737289
- 87e87d3542e598799adb3e7e01c8165bc743e136a400ed0de015845f7ff68707
- 4eebcdc37b13793a232c5f2f498a5fcbf7da0ecb3da2059391c096db620ec85b
- 14447ad832add8ecfafdce5384badd933697b559c4688d6b9e3d36ff36c62f08
- 5bf54dd9bd2c211d2bfb34a49e2c741f2ed5e338767e9ce9f4d41254bf9f8276
- d68529a6ff201b6ff5915318ab12fc16b8a0ebb77fda3308303fcc1e13398420
- 17b41e7ee3673d8887dd25992417a398677533ab8827938aa41fad70df19af9b
- eec64588622a82a5029b2776e218a75a3640bef4953f09d6ee1f4199670ad7e3
- ed3ca21767303fc3de93934aa524c2e920787c506b601cc40a4897d4b094d903
- d6fbc325f0b5dc54ddbe8ee43020bced8bd589ddffea59d128db14b2e52a8a11
- 2c4de332b91eaf797abbbd6c79709690b5cbd48b12e8dfe748096dbd7bf474ea
- 2943ee19688018296f2a04dbfe30b7138b889700efa8ff1c0524af271e0ee233
- f5d7178d8da30799e01b83a0802018d913d6aa972dd2ddad3b927f3f3eb7099a
- 5d6eee6514ee6e22a87bba8d22be0a8621a0ae119246f1c5a9a35db1f72af589
- a517df2dda93b26d5cbf00effefea93e3a4ccd6652f152f4109170544ebfa05e
- ffd1d7a54a99fa7f5b1825e4f7e95d8c8876bc2ca151f150e751d429c650b06d
- 4cf3b9fafb8a66d411dd5fc9120032533a4012df1dc6ee024c7833373e2ddc31
- 7c314e375a105a6642e8ed44f3808b9def89d15f7492fe2029a21ba9c0de81d3"
+checksum="cc012bc860406dcf42f64431bcd3d2fa7560c02915a601aba9cd597a39329baa
+ ebb07b3dbadd98598f078125d0ae0d699295978a5cdaef6282fe19adef45b5fa
+ 15ea6121a801e48e658ceee712ea9b88d4ded022046a6147550790caf04f5dbe
+ 22f2cc262f056b22966281babf4b0a2f84cb7dd2223422e5dcd013c3dcbab6b1
+ 9aaeb65664ef0d28c0067e47ba5652b518298b3b92d33327d84b98b28d873c86"
 
 bootstrap=yes
 provides="bash-${version}_${revision}"

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

* Re: [PR PATCH] [Merged]: Bash 5.1 and Readline 8.1
  2020-12-10 20:09 [PR PATCH] Bash 5.1 and Readline 8.1 leahneukirchen
                   ` (5 preceding siblings ...)
  2020-12-26 15:18 ` leahneukirchen
@ 2020-12-30 18:17 ` leahneukirchen
  6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2020-12-30 18:17 UTC (permalink / raw)
  To: ml

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

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

Bash 5.1 and Readline 8.1
https://github.com/void-linux/void-packages/pull/27083

Description:


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

end of thread, other threads:[~2020-12-30 18:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10 20:09 [PR PATCH] Bash 5.1 and Readline 8.1 leahneukirchen
2020-12-11  0:50 ` sgn
2020-12-15 12:35 ` leahneukirchen
2020-12-15 12:37 ` [PR PATCH] [Updated] " leahneukirchen
2020-12-15 12:41 ` leahneukirchen
2020-12-26 13:52 ` leahneukirchen
2020-12-26 15:18 ` leahneukirchen
2020-12-30 18:17 ` [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).