pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: kre
Date: Thu Nov 27 12:29:34 UTC 2025
Modified Files:
pkgsrc/doc: CHANGES-2025
pkgsrc/shells/bash: Makefile distinfo
Log Message:
Update from bash 5.3.3(nb1) to 5.3.8
Five new upstream patches for bash 5.3 (4 .. 8)
4: Workaround for linux kernel design stupidity.
5: Avoid a crash when dealing with internal-use signals in traps in subshells.
6: Correctly handle the 'globasciiranges' option; glob patterns with ranges
in bracket expressions could produce incorrect matches for character
ranges whose start and end are non-ascii characters.
7: Don't allow no-fork command substitutions to apply redirects outside
that cmdsub (could affect the command containing the cmdsub).
8: Better handling of UTF-8 multibyte chars and \ escapes in $'...' quoting.
To generate a diff of this commit:
cvs rdiff -u -r1.6909 -r1.6910 pkgsrc/doc/CHANGES-2025
cvs rdiff -u -r1.122 -r1.123 pkgsrc/shells/bash/Makefile
cvs rdiff -u -r1.92 -r1.93 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/doc/CHANGES-2025
diff -u pkgsrc/doc/CHANGES-2025:1.6909 pkgsrc/doc/CHANGES-2025:1.6910
--- pkgsrc/doc/CHANGES-2025:1.6909 Thu Nov 27 09:56:45 2025
+++ pkgsrc/doc/CHANGES-2025 Thu Nov 27 12:29:34 2025
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2025,v 1.6909 2025/11/27 09:56:45 adam Exp $
+$NetBSD: CHANGES-2025,v 1.6910 2025/11/27 12:29:34 kre Exp $
Changes to the packages collection and infrastructure in 2025:
@@ -10035,3 +10035,4 @@ Changes to the packages collection and i
Updated devel/regal to 0.37.0 [leot 2025-11-27]
Updated devel/ccache to 4.12.2 [adam 2025-11-27]
Updated math/py-gmpy2 to 2.2.2 [adam 2025-11-27]
+ Updated shells/bash to 5.3.8 [kre 2025-11-27]
Index: pkgsrc/shells/bash/Makefile
diff -u pkgsrc/shells/bash/Makefile:1.122 pkgsrc/shells/bash/Makefile:1.123
--- pkgsrc/shells/bash/Makefile:1.122 Thu Jul 31 21:48:09 2025
+++ pkgsrc/shells/bash/Makefile Thu Nov 27 12:29:34 2025
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.122 2025/07/31 21:48:09 gutteridge Exp $
+# $NetBSD: Makefile,v 1.123 2025/11/27 12:29:34 kre Exp $
BASH_VERSION= 5.3
-BASH_PATCHLEVEL= 3
+BASH_PATCHLEVEL= 8
DISTNAME= bash-${BASH_VERSION}
PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
-PKGREVISION= 1
+# PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:=bash/}
@@ -13,7 +13,8 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bash/}
DIST_SUBDIR= ${DISTNAME}
PATCH_SITES= ${MASTER_SITES:=bash-5.3-patches/}
-PATCHFILES+= bash53-001 bash53-002 bash53-003
+PATCHFILES+= bash53-001 bash53-002 bash53-003 bash53-004 bash53-005
+PATCHFILES+= bash53-006 bash53-007 bash53-008
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.92 pkgsrc/shells/bash/distinfo:1.93
--- pkgsrc/shells/bash/distinfo:1.92 Fri Oct 10 20:48:02 2025
+++ pkgsrc/shells/bash/distinfo Thu Nov 27 12:29:34 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.92 2025/10/10 20:48:02 js Exp $
+$NetBSD: distinfo,v 1.93 2025/11/27 12:29:34 kre Exp $
BLAKE2s (bash-5.3/bash-5.3.tar.gz) = d4ed22a4b1e170ae9eee8732048cb649aa1d0c4dded08f23abefd7a581822afc
SHA512 (bash-5.3/bash-5.3.tar.gz) = 426702c8b0fb9e0c9956259973ce5b657890fd47f4f807a64febf20077bb48d0b91474ed6e843d2ef277186b46c5fffa79b808da9b48d4ec027d5e2de1b28ed8
@@ -12,6 +12,21 @@ Size (bash-5.3/bash53-002) = 2635 bytes
BLAKE2s (bash-5.3/bash53-003) = 31eed599d5c14d9c946dc79f723d7285f367208de18e91a41e7a1fce75e98b31
SHA512 (bash-5.3/bash53-003) = 3d4004653cb3f2cba984e67b8e7ae54c19351e176b62bb415f88fdd482ae04be063dacf6303c8343ab6c8bf4f2388026c1742ac603a5cd5c330db22a4b76f4cb
Size (bash-5.3/bash53-003) = 2683 bytes
+BLAKE2s (bash-5.3/bash53-004) = 8ccbbec264bfe58090a434400a7911f8532338d10e046b3bd56fa9919150b3bc
+SHA512 (bash-5.3/bash53-004) = d3c7c83ae0742f2a4e1bc96e8fdb3f05c8c0a7e631d3473922ac245f83194925ae443e761269fa6a519298b1123ee4008bcbcdaf9180dff0a0df7fbe5e029bbb
+Size (bash-5.3/bash53-004) = 1266 bytes
+BLAKE2s (bash-5.3/bash53-005) = b8314cfee780c7e7b76bfaa790183b06bf418b5bb465fe0260672df0c121d863
+SHA512 (bash-5.3/bash53-005) = e81b43b084c1e9d59acd174d0792a93053780bdef61e7f4072d90b425d99a3fb7d35ef4c0ab79c4fb24bb6b38a8d9e99aad2fceac6efddf723a2cd123b32f0ea
+Size (bash-5.3/bash53-005) = 1072 bytes
+BLAKE2s (bash-5.3/bash53-006) = 9e5fcfdb67aa53fe470244485a780301ef45b7b60c19fc7fd2f11c12a8c66488
+SHA512 (bash-5.3/bash53-006) = f7e303405571635e20c26507c46f9ae0a61ea1328fa0492f2eba2095d398f799e62c1dbf0c07b440c290244f2c54186691ef4aaa2d65f2de101f9888386e2391
+Size (bash-5.3/bash53-006) = 1346 bytes
+BLAKE2s (bash-5.3/bash53-007) = 89382aec6e8369aa8f9febebb19718bf6ff519b8835dd6819ef48d542b40e833
+SHA512 (bash-5.3/bash53-007) = 5f9419b34c759b92a29f25d97e5da3f02603b3138afc11523c7bd304139db0cd02ff82a093cf78a338a7f9d88cb50a880fa6a105be83f8ca85ea8ff7d5c5d80b
+Size (bash-5.3/bash53-007) = 1437 bytes
+BLAKE2s (bash-5.3/bash53-008) = ae2c64bcaf57a0253fc06ef8f52533821f830283a9f384675bcc6e6695dcc930
+SHA512 (bash-5.3/bash53-008) = 094b7dc2abe6fc41c62494c6b69640fbd8c6bd93e7cde0618504bb8589fc51fec2fb1686b2729c37e430d336d93ec174233d78f23c82026aca49a240a00477c1
+Size (bash-5.3/bash53-008) = 5717 bytes
SHA1 (patch-Makefile.in) = 5e5333bfbb7ea03207e01ea75caeca0d9c9ecdc0
SHA1 (patch-bashline.c) = 0f44d7995ff839b0a7ce6a6b55711a151fa94688
SHA1 (patch-builtins_common.h) = c5b97e165fe06c612d340f683695c5c6a115c274
Home |
Main Index |
Thread Index |
Old Index