diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-01 21:23:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-01 21:23:51 +0000 |
commit | d62199ed84675dce093beec6767c401697f5d6ad (patch) | |
tree | 5d2efa60898f421383e86c2761d822ca23c8bb86 /shells/bash/Makefile | |
parent | 31f1d267522eb78e39ac755746e166f3e965fa09 (diff) | |
download | pkgsrc-d62199ed84675dce093beec6767c401697f5d6ad.tar.gz |
Another day, another security fix: bash-4.3.028.
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 5b7c1e6d86b..3b90ea9f88c 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2014/09/29 12:08:12 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2014/10/01 21:23:51 wiz Exp $ BASH_VERSION= 4.3 -BASH_PATCHLEVEL= 027 +BASH_PATCHLEVEL= 028 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 +PATCHFILES+= bash43-026 bash43-027 bash43-028 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/bash/bash.html |