diff options
author | Juergen Daubert <jue@jue.li> | 2009-09-11 12:41:44 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2009-09-11 12:41:44 +0200 |
commit | 9bd8a2ed96a117d07a09af8ca0f350b09231fd09 (patch) | |
tree | 90854ac0c34504d129e1b7113994937dd772e3dc /bash | |
parent | efb41795496995dece9a663b4074c83e90b70ae1 (diff) | |
download | pkgutils-9bd8a2ed96a117d07a09af8ca0f350b09231fd09.tar.gz pkgutils-9bd8a2ed96a117d07a09af8ca0f350b09231fd09.tar.xz |
bash: update to 4.0.33
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.md5sum | 2 | ||||
-rw-r--r-- | bash/Pkgfile | 6 | ||||
-rw-r--r-- | bash/bash-4.0-001-033.patch.gz (renamed from bash/bash-4.0-001-028.patch.gz) | bin | 16278 -> 18193 bytes |
3 files changed, 4 insertions, 4 deletions
diff --git a/bash/.md5sum b/bash/.md5sum index b3056017..e889ca68 100644 --- a/bash/.md5sum +++ b/bash/.md5sum @@ -1,3 +1,3 @@ -877e87c9e69a802776d7a632b59e33a4 bash-4.0-001-028.patch.gz +181d7e9394736a4d28b7918f14855409 bash-4.0-001-033.patch.gz a90a1b5a6db4838483f05438e05e8eb9 bash-4.0.tar.gz 3fee206195d50dbd8a3560a8a77f341b profile diff --git a/bash/Pkgfile b/bash/Pkgfile index 64578df2..b2c5241f 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -4,16 +4,16 @@ # Depends on: ncurses name=bash -version=4.0.28 +version=4.0.33 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-4.0.tar.gz \ - $name-4.0-001-028.patch.gz \ + $name-4.0-001-033.patch.gz \ profile) build() { cd $name-4.0 - gunzip -c $SRC/$name-4.0-001-028.patch.gz | patch -p0 + gunzip -c $SRC/$name-4.0-001-033.patch.gz | patch -p0 ./configure --prefix=/usr \ --exec-prefix= \ diff --git a/bash/bash-4.0-001-028.patch.gz b/bash/bash-4.0-001-033.patch.gz Binary files differindex 25219218..fb4a384b 100644 --- a/bash/bash-4.0-001-028.patch.gz +++ b/bash/bash-4.0-001-033.patch.gz |