Update shells/bash from 5.2.12 to 5.2.15 by adding the 3 most
recent releases patches, which fix: Patch-13: Bash can leak memory when referencing a noneexistent associative array element. Patch-14: Bash defers processing additional terminating signals when running the EXIT trap while exiting due to a terminating signal. This patch allows the new terminating signal to kill the shell immediately. Patch-15: There are several cases where bash is too aggressive when optimizing out forks in subshells. For example, `eval' and traps should never be optimized.
This commit is contained in:
parent
49dbcf1aeb
commit
5e22e1a268
2 changed files with 13 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.108 2022/11/25 23:29:47 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.109 2022/12/14 16:48:41 kre Exp $
|
||||
|
||||
BASH_VERSION= 5.2
|
||||
BASH_PATCHLEVEL= 12
|
||||
BASH_PATCHLEVEL= 15
|
||||
|
||||
DISTNAME= bash-${BASH_VERSION}
|
||||
PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
|
||||
|
@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bash/}
|
|||
PATCH_SITES= ${MASTER_SITES:=bash-5.2-patches/}
|
||||
PATCHFILES+= bash52-001 bash52-002 bash52-003 bash52-004 bash52-005
|
||||
PATCHFILES+= bash52-006 bash52-007 bash52-008 bash52-009 bash52-010
|
||||
PATCHFILES+= bash52-011 bash52-012
|
||||
PATCHFILES+= bash52-011 bash52-012 bash52-013 bash52-014 bash52-015
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://www.gnu.org/software/bash/bash.html
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.76 2022/11/25 23:29:47 adam Exp $
|
||||
$NetBSD: distinfo,v 1.77 2022/12/14 16:48:41 kre Exp $
|
||||
|
||||
BLAKE2s (bash-5.2.tar.gz) = 430755ea2af4903dba2bdbeffd4d861edb9f54c248071362f0d14f15171764cd
|
||||
SHA512 (bash-5.2.tar.gz) = 5647636223ba336bf33e0c65e516d8ebcf6932de8b44f37bc468eedb87579c628ad44213f78534beb10f47aebb9c6fa670cb0bed3b4e7717e5faf7e9a1ef81ae
|
||||
|
@ -39,6 +39,15 @@ Size (bash52-011) = 1229 bytes
|
|||
BLAKE2s (bash52-012) = b980049d0314616909334aa332dbe55e7f2c4be0cab342a2b35342ca98d4c9af
|
||||
SHA512 (bash52-012) = 8f969cb36ee81ac47a4c3c6ee7fbe62159192fa4f14cb48973eccd55c458e6a093adc3045ee1c379544d8183d77813977a43cad5d225322d8816540a1cb8893b
|
||||
Size (bash52-012) = 9107 bytes
|
||||
BLAKE2s (bash52-013) = 6771a5b6fae141f922ac1f38202ea9a1c64d555471ae0cf2560da1147b4d66a3
|
||||
SHA512 (bash52-013) = 5aaa82d88ec98382e241cbf1a4356a9e69888432301f1c974038b59fd8be08ad2a52b782f51ac673bad72bc4e07d1eb45b926595ebe6d53223dcb7f15f3883a7
|
||||
Size (bash52-013) = 1503 bytes
|
||||
BLAKE2s (bash52-014) = fdea5b5eed371df252f732dfc2fd015524bc3063c66a8451492b4b791650bb1d
|
||||
SHA512 (bash52-014) = 5b6e846b30691e398ee5628226278ffd9def64ef1edd8d77dd4bd681405c339fce39f820837cf8e09c0478b39ecb3a8db01c3e0afb88bdecb7bf362d797e4884
|
||||
Size (bash52-014) = 3245 bytes
|
||||
BLAKE2s (bash52-015) = ad6658c68d0ac6c40341d3e1c7ee43a3b8ee4e382b45e1fea31a6bf089288bce
|
||||
SHA512 (bash52-015) = eb1bd6b3bf8811d765f222cd48360eb7f3f0aaa4f29f1b6c1f17635b819e5e4734ec4e7fcfde551fd7a6299a7d67869ea0bc5cc86cc523bc4a64d30e433df493
|
||||
Size (bash52-015) = 8088 bytes
|
||||
SHA1 (patch-Makefile.in) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0
|
||||
SHA1 (patch-builtins_printf.def) = e26e3209902247263884cfebc11a2f7e43245062
|
||||
SHA1 (patch-builtins_psize.c) = cd3b151e3bb045d2bb609c0a03d7d3df2c871f47
|
||||
|
|
Loading…
Reference in a new issue