summaryrefslogtreecommitdiff
path: root/shells/bash/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-09-29 12:08:12 +0000
committerwiz <wiz@pkgsrc.org>2014-09-29 12:08:12 +0000
commite6b5525077eee1a6df5e924652548c885a664a84 (patch)
treec5223ab214f3ea6601939d3c68670753e87cd644 /shells/bash/Makefile
parenta507b191fde09a98153452c11051728f526e2e6b (diff)
downloadpkgsrc-e6b5525077eee1a6df5e924652548c885a664a84.tar.gz
Add another upstream security fix patch. Welcome to 4.3.027.
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r--shells/bash/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index 00c2bc33453..5b7c1e6d86b 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.68 2014/09/27 02:50:26 christos Exp $
+# $NetBSD: Makefile,v 1.69 2014/09/29 12:08:12 wiz Exp $
BASH_VERSION= 4.3
-BASH_PATCHLEVEL= 026
+BASH_PATCHLEVEL= 027
DISTNAME= bash-${BASH_VERSION}
PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
-PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \
ftp://ftp.cwru.edu/pub/bash/
@@ -16,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
+PATCHFILES+= bash43-026 bash43-027
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/bash/bash.html