diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-10-25 14:09:19 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-10-25 14:09:19 +0000 |
commit | 2b101ca159555230734a2fc370317272c09c08a7 (patch) | |
tree | eb9e43d9f519dd478c7e4d93c4a9cc3665866049 /shells | |
parent | c2582ec94054a61b44f3b697332967a933179014 (diff) | |
download | pkgsrc-2b101ca159555230734a2fc370317272c09c08a7.tar.gz |
Update to 2.05.2.13
CHangelog:
Fix CVE-2014-6277 and CVE-2014-6278
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 8 | ||||
-rw-r--r-- | shells/bash2/distinfo | 11 |
2 files changed, 14 insertions, 5 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 3f417404365..18c1d764bb9 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.87 2014/10/09 14:06:56 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2014/10/25 14:09:19 ryoon Exp $ # DISTNAME= bash-2.05b -PKGNAME= bash-2.05.2.9 -PKGREVISION= 1 +PKGNAME= bash-2.05.2.13 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ ftp://ftp.cwru.edu/pub/bash/ @@ -11,7 +10,8 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bash/} \ PATCH_SITES= ${MASTER_SITES:=bash-2.05b-patches/} PATCHFILES= bash205b-001 bash205b-002 bash205b-003 bash205b-004 \ bash205b-005 bash205b-006 bash205b-007 bash205b-008 \ - bash205b-009 bash205b-010 + bash205b-009 bash205b-010 bash205b-011 bash205b-012 \ + bash205b-013 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/bash/bash.html diff --git a/shells/bash2/distinfo b/shells/bash2/distinfo index 48ff0db4c19..d726091113c 100644 --- a/shells/bash2/distinfo +++ b/shells/bash2/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.17 2014/09/30 18:27:40 christos Exp $ +$NetBSD: distinfo,v 1.18 2014/10/25 14:09:19 ryoon Exp $ SHA1 (bash-2.05b.tar.gz) = b3e158877f94e66ec1c8ef604e994851ee388b09 RMD160 (bash-2.05b.tar.gz) = d9826db03c5d38e6175af5b3ef0bc07fafa14add @@ -33,6 +33,15 @@ Size (bash205b-009) = 713 bytes SHA1 (bash205b-010) = e4f5c6100bbd1846a20c5a063c8f9058a164881b RMD160 (bash205b-010) = 356cc30604226c370afcd788439ba917a07b0532 Size (bash205b-010) = 6267 bytes +SHA1 (bash205b-011) = a4c5daadd4778d599c8a385f732dd29aec6b89d1 +RMD160 (bash205b-011) = 07b341f60d6847211c1c6216a105608ca3c28a44 +Size (bash205b-011) = 3223 bytes +SHA1 (bash205b-012) = 965c1e6fa129e7f625ca4d2544ebbd2bdc71acd7 +RMD160 (bash205b-012) = 025aa71300a651f189a68f427d15298f727f1756 +Size (bash205b-012) = 1377 bytes +SHA1 (bash205b-013) = a76e1f2606dde23616f19cdf1f634bd6b650d38d +RMD160 (bash205b-013) = a0120eba484a91b9ebd754ad49f820d861481fa2 +Size (bash205b-013) = 2779 bytes SHA1 (patch-aa) = f6f5eb9b70e609164b35c57de70a1c404c7f52ba SHA1 (patch-ab) = 1a2fc87648b7e73a4987454bb249149ae15bed93 SHA1 (patch-ac) = 7f68d80de74a887fe0c3f42e9fb5d7e6ad311c30 |