summaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2010-03-27 10:51:47 +0100
committerJuergen Daubert <jue@jue.li>2010-03-27 10:51:47 +0100
commit875f31c5b4f68c73447e2ca1d1b62a73b40ed101 (patch)
tree1c0ea14e1f3411f8e0457100a56abdff5f8c1095 /bash
parentdb0bb55932a4969aa5442e966b1221c171bc8561 (diff)
downloadpkgutils-875f31c5b4f68c73447e2ca1d1b62a73b40ed101.tar.gz
pkgutils-875f31c5b4f68c73447e2ca1d1b62a73b40ed101.tar.xz
bash: update to 4.1.5
Diffstat (limited to 'bash')
-rw-r--r--bash/.md5sum2
-rw-r--r--bash/Pkgfile6
-rw-r--r--bash/bash-4.1-001-002.patch.gzbin1217 -> 0 bytes
-rw-r--r--bash/bash-4.1-001-005.patch.gzbin0 -> 2437 bytes
4 files changed, 4 insertions, 4 deletions
diff --git a/bash/.md5sum b/bash/.md5sum
index f4e338e4..370a5f6e 100644
--- a/bash/.md5sum
+++ b/bash/.md5sum
@@ -1,3 +1,3 @@
-53468bae20ceece01ff339ea2e2759eb bash-4.1-001-002.patch.gz
+2970e9b096e113312896771783de0c94 bash-4.1-001-005.patch.gz
9800d8724815fd84994d9be65ab5e7b8 bash-4.1.tar.gz
3fee206195d50dbd8a3560a8a77f341b profile
diff --git a/bash/Pkgfile b/bash/Pkgfile
index d890fcc2..5fbb4f80 100644
--- a/bash/Pkgfile
+++ b/bash/Pkgfile
@@ -4,15 +4,15 @@
# Depends on: ncurses
name=bash
-version=4.1.2
+version=4.1.5
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-4.1.tar.gz \
- $name-4.1-001-002.patch.gz profile)
+ $name-4.1-001-005.patch.gz profile)
build() {
cd $name-4.1
- gunzip -c $SRC/$name-4.1-001-002.patch.gz | patch -p0
+ gunzip -c $SRC/$name-4.1-001-005.patch.gz | patch -p0
./configure --prefix=/usr \
--exec-prefix= \
diff --git a/bash/bash-4.1-001-002.patch.gz b/bash/bash-4.1-001-002.patch.gz
deleted file mode 100644
index dc1c10a0..00000000
--- a/bash/bash-4.1-001-002.patch.gz
+++ /dev/null
Binary files differ
diff --git a/bash/bash-4.1-001-005.patch.gz b/bash/bash-4.1-001-005.patch.gz
new file mode 100644
index 00000000..3d3502f7
--- /dev/null
+++ b/bash/bash-4.1-001-005.patch.gz
Binary files differ

Generated by cgit