summaryrefslogtreecommitdiff
path: root/shells/bash/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-10-07 00:16:52 +0000
committerwiz <wiz@pkgsrc.org>2014-10-07 00:16:52 +0000
commitb235acac13aa588b0f751f70d61d23f92c2b6b36 (patch)
tree47eaa87d483a5fc50d9f86067e1b50b380079ccc /shells/bash/Makefile
parent4fb5048b00ced5440ac0c2672aaef9ae70e78d66 (diff)
downloadpkgsrc-b235acac13aa588b0f751f70d61d23f92c2b6b36.tar.gz
Another day, another bash patch. Welcome to 4.3.030.
Fixes CVE-2014-6278: A combination of nested command substitutions and function importing from the environment can cause bash to execute code appearing in the environment variable value following the function definition.
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r--shells/bash/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index cf4d230c6b3..2ab85d49d0c 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2014/10/03 09:46:23 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2014/10/07 00:16:52 wiz Exp $
BASH_VERSION= 4.3
-BASH_PATCHLEVEL= 029
+BASH_PATCHLEVEL= 030
DISTNAME= bash-${BASH_VERSION}
PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
@@ -15,7 +15,7 @@ PATCHFILES+= bash43-006 bash43-007 bash43-008 bash43-009 bash43-010
PATCHFILES+= bash43-011 bash43-012 bash43-013 bash43-014 bash43-015
PATCHFILES+= bash43-016 bash43-017 bash43-018 bash43-019 bash43-020
PATCHFILES+= bash43-021 bash43-022 bash43-023 bash43-024 bash43-025
-PATCHFILES+= bash43-026 bash43-027 bash43-028 bash43-029
+PATCHFILES+= bash43-026 bash43-027 bash43-028 bash43-029 bash43-030
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/bash/bash.html