Subject: CVS commit: pkgsrc/shells/bash
From: Robert Elz
Date: 2022-12-14 17:48:41
Message id: 20221214164841.4E5AFFA90@cvs.NetBSD.org

Log Message:
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.

Files:
RevisionActionfile
1.109modifypkgsrc/shells/bash/Makefile
1.77modifypkgsrc/shells/bash/distinfo