pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/bash
Module Name: pkgsrc
Committed By: kre
Date: Tue Sep 15 19:23:06 UTC 2026
Modified Files:
pkgsrc/shells/bash: Makefile distinfo
Log Message:
Update shells/bash to 5.3.20
New upstream patches:
patch 16: deal with MacOS variable pipe size (and size limit)
patch 17: readline cursor issues when invoked other than in col 0 with
multibyte chars in the prompt
patch 18: readline redisplay issues: if prompt has > 256 (wrapped) lines and
when a prompt has changed, needs redrawing, and starts with esc seq.
patch 19: deal with systems (macOS) where isalpha(128 <= c <= 255) is true.
patch 20: recompute columns correctly when SIGWINCH indicates screen resize
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/shells/bash/Makefile
cvs rdiff -u -r1.96 -r1.97 pkgsrc/shells/bash/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/bash/Makefile
diff -u pkgsrc/shells/bash/Makefile:1.127 pkgsrc/shells/bash/Makefile:1.128
--- pkgsrc/shells/bash/Makefile:1.127 Mon Aug 3 13:12:31 2026
+++ pkgsrc/shells/bash/Makefile Tue Sep 15 19:23:06 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.127 2026/08/03 13:12:31 wiz Exp $
+# $NetBSD: Makefile,v 1.128 2026/09/15 19:23:06 kre Exp $
BASH_VERSION= 5.3
-BASH_PATCHLEVEL= 15
+BASH_PATCHLEVEL= 20
DISTNAME= bash-${BASH_VERSION}
PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
@@ -15,6 +15,7 @@ PATCH_DIST_STRIP= -p0
PATCHFILES+= bash53-001 bash53-002 bash53-003 bash53-004 bash53-005
PATCHFILES+= bash53-006 bash53-007 bash53-008 bash53-009 bash53-010
PATCHFILES+= bash53-011 bash53-012 bash53-013 bash53-014 bash53-015
+PATCHFILES+= bash53-016 bash53-017 bash53-018 bash53-019 bash53-020
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://www.gnu.org/software/bash/bash.html
Index: pkgsrc/shells/bash/distinfo
diff -u pkgsrc/shells/bash/distinfo:1.96 pkgsrc/shells/bash/distinfo:1.97
--- pkgsrc/shells/bash/distinfo:1.96 Wed Jun 10 16:58:38 2026
+++ pkgsrc/shells/bash/distinfo Tue Sep 15 19:23:06 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.96 2026/06/10 16:58:38 kre Exp $
+$NetBSD: distinfo,v 1.97 2026/09/15 19:23:06 kre Exp $
BLAKE2s (bash-5.3/bash-5.3.tar.gz) = d4ed22a4b1e170ae9eee8732048cb649aa1d0c4dded08f23abefd7a581822afc
SHA512 (bash-5.3/bash-5.3.tar.gz) = 426702c8b0fb9e0c9956259973ce5b657890fd47f4f807a64febf20077bb48d0b91474ed6e843d2ef277186b46c5fffa79b808da9b48d4ec027d5e2de1b28ed8
@@ -48,6 +48,21 @@ Size (bash-5.3/bash53-014) = 2229 bytes
BLAKE2s (bash-5.3/bash53-015) = d3dc03bb7cd4151c170f5b9a2c1291d077274c47feafe88f0e6b0cbe761dcc10
SHA512 (bash-5.3/bash53-015) = 812fbffd1b755cc9bbf730a4632f68a573351c4eeb5a4f495fa8f2f4dd7dbe1587dd22aed0f9c4d5c941130489ecc3def96068c77cc142680326ba8785862432
Size (bash-5.3/bash53-015) = 2151 bytes
+BLAKE2s (bash-5.3/bash53-016) = aed6b9b08a194fe6c87ee1191ccd2b4ef404150bf615dd15aeb5871e6e9c9f11
+SHA512 (bash-5.3/bash53-016) = e18aed683aca1af8a92f955a0ad32a23ee22f982e1bec9ea4c078a8523b30e4848fd9dc4d863cb14d1fce25bf9fdbde2473d9c0686e8be25be113cb5a36cb462
+Size (bash-5.3/bash53-016) = 4185 bytes
+BLAKE2s (bash-5.3/bash53-017) = 5c9e6804bd91cc7600cc083b3dcc71518ef808be887520c2da44964994c4f6ed
+SHA512 (bash-5.3/bash53-017) = 608245b580267e33ffa3ed02de7173a07594a9831e3b6a505bc6fa68570e3839663bad39552744ec61421179b000dc2584f48cbadb232fc2c1427871c899a1ad
+Size (bash-5.3/bash53-017) = 2229 bytes
+BLAKE2s (bash-5.3/bash53-018) = d699ca26cdeab59eeb9b0969313da71d4e1aa091e7560cfeee80028f013087cb
+SHA512 (bash-5.3/bash53-018) = 5a15dfb3dafddea9a62ef5d552660d425d0658a8254adabeed5c993264b6ac59f670e6a47e6847ef6598d60e553e834a08e09dfca3734ae119dcd7d36dca97d1
+Size (bash-5.3/bash53-018) = 2660 bytes
+BLAKE2s (bash-5.3/bash53-019) = fff1bbb46a1c48878920217ea5158949ca6f7b3c9b550a11267b8625a1d569b1
+SHA512 (bash-5.3/bash53-019) = fecb787bf5b0c6589d5c891c8df205e39a83330e36dcb685a01ff1e117074db5288b22e7dfd3d4e9096267cc80decefd16d6837e4dd99bae26fdf3b6f9814c7c
+Size (bash-5.3/bash53-019) = 5061 bytes
+BLAKE2s (bash-5.3/bash53-020) = cdccd47e6735718b946c4183a67062443ddbc7c5b0326e3efbe5ba574d45eb7f
+SHA512 (bash-5.3/bash53-020) = 64e34979fb20cab2e6b38bcd9ec470cb917de3ef2d53db7c96c71fb5245083e37d9c65a6c2935164da2b6dc97116e4210366b8253bdd7a201f618770a44135ab
+Size (bash-5.3/bash53-020) = 1591 bytes
SHA1 (patch-Makefile.in) = 5e5333bfbb7ea03207e01ea75caeca0d9c9ecdc0
SHA1 (patch-bashline.c) = 0f44d7995ff839b0a7ce6a6b55711a151fa94688
SHA1 (patch-builtins_common.h) = c5b97e165fe06c612d340f683695c5c6a115c274
Home |
Main Index |
Thread Index |
Old Index