summaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2009-10-24 20:14:05 +0200
committerJuergen Daubert <jue@jue.li>2009-10-24 20:14:05 +0200
commit031a3060340c397a784aa9d1ae1eca42a81d6868 (patch)
treee99c0eec6778350921b76caf348d85e6420b9721 /bash
parentbcfe1306cda74757b3d80f043da5532410ea84ca (diff)
downloadpkgutils-031a3060340c397a784aa9d1ae1eca42a81d6868.tar.gz
pkgutils-031a3060340c397a784aa9d1ae1eca42a81d6868.tar.xz
bash: update to 4.0.35
Diffstat (limited to 'bash')
-rw-r--r--bash/.md5sum2
-rw-r--r--bash/Pkgfile6
-rw-r--r--bash/bash-4.0-001-035.patch.gz (renamed from bash/bash-4.0-001-033.patch.gz)bin18193 -> 19055 bytes
3 files changed, 4 insertions, 4 deletions
diff --git a/bash/.md5sum b/bash/.md5sum
index e889ca68..197547d1 100644
--- a/bash/.md5sum
+++ b/bash/.md5sum
@@ -1,3 +1,3 @@
-181d7e9394736a4d28b7918f14855409 bash-4.0-001-033.patch.gz
+8b657b6ea7527af1a5b0a039bc25ec55 bash-4.0-001-035.patch.gz
a90a1b5a6db4838483f05438e05e8eb9 bash-4.0.tar.gz
3fee206195d50dbd8a3560a8a77f341b profile
diff --git a/bash/Pkgfile b/bash/Pkgfile
index b2c5241f..22d41abf 100644
--- a/bash/Pkgfile
+++ b/bash/Pkgfile
@@ -4,16 +4,16 @@
# Depends on: ncurses
name=bash
-version=4.0.33
+version=4.0.35
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-4.0.tar.gz \
- $name-4.0-001-033.patch.gz \
+ $name-4.0-001-035.patch.gz \
profile)
build() {
cd $name-4.0
- gunzip -c $SRC/$name-4.0-001-033.patch.gz | patch -p0
+ gunzip -c $SRC/$name-4.0-001-035.patch.gz | patch -p0
./configure --prefix=/usr \
--exec-prefix= \
diff --git a/bash/bash-4.0-001-033.patch.gz b/bash/bash-4.0-001-035.patch.gz
index fb4a384b..6eb0bbc3 100644
--- a/bash/bash-4.0-001-033.patch.gz
+++ b/bash/bash-4.0-001-035.patch.gz
Binary files differ

Generated by cgit