diff options
author | kre <kre@pkgsrc.org> | 2019-09-01 05:59:21 +0000 |
---|---|---|
committer | kre <kre@pkgsrc.org> | 2019-09-01 05:59:21 +0000 |
commit | 17dd90faf5542ddaacb4f2879ccf9225e08d130e (patch) | |
tree | 34cd19e12aea6f7702fe6e38ca93b7f05cd52943 /shells/bash/Makefile | |
parent | 86176f16433c494b1b72612cad5d94da88bb6320 (diff) | |
download | pkgsrc-17dd90faf5542ddaacb4f2879ccf9225e08d130e.tar.gz |
Include bash patches 10 & 11 (becomes bash-5.0.11)
10: fix var-assigns before special builtins & fn calls in posix mode
11: fixed missing quoted nul removal (in one odd case).
See the patch files (once fetched) for more details of what was altered.
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index a247c5303f8..5dfc0935c4a 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.87 2019/08/15 00:33:44 kre Exp $ +# $NetBSD: Makefile,v 1.88 2019/09/01 05:59:21 kre Exp $ BASH_VERSION= 5.0 -BASH_PATCHLEVEL= 9 +BASH_PATCHLEVEL= 11 DISTNAME= bash-${BASH_VERSION} PKGNAME= bash-${BASH_VERSION:C/4\.4\..*/4.4/}.${BASH_PATCHLEVEL} @@ -10,7 +10,8 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bash/} PATCH_SITES= ${MASTER_SITES:=bash-5.0-patches/} PATCHFILES+= bash50-001 bash50-002 bash50-003 bash50-004 bash50-005 -PATCHFILES+= bash50-006 bash50-007 bash50-008 bash50-009 +PATCHFILES+= bash50-006 bash50-007 bash50-008 bash50-009 bash50-010 +PATCHFILES+= bash50-011 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/bash/bash.html |