diff options
author | Juergen Daubert <jue@jue.li> | 2010-03-27 10:51:47 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2010-03-27 10:51:47 +0100 |
commit | 875f31c5b4f68c73447e2ca1d1b62a73b40ed101 (patch) | |
tree | 1c0ea14e1f3411f8e0457100a56abdff5f8c1095 /bash | |
parent | db0bb55932a4969aa5442e966b1221c171bc8561 (diff) | |
download | pkgutils-875f31c5b4f68c73447e2ca1d1b62a73b40ed101.tar.gz pkgutils-875f31c5b4f68c73447e2ca1d1b62a73b40ed101.tar.xz |
bash: update to 4.1.5
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.md5sum | 2 | ||||
-rw-r--r-- | bash/Pkgfile | 6 | ||||
-rw-r--r-- | bash/bash-4.1-001-002.patch.gz | bin | 1217 -> 0 bytes | |||
-rw-r--r-- | bash/bash-4.1-001-005.patch.gz | bin | 0 -> 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 Binary files differdeleted file mode 100644 index dc1c10a0..00000000 --- a/bash/bash-4.1-001-002.patch.gz +++ /dev/null diff --git a/bash/bash-4.1-001-005.patch.gz b/bash/bash-4.1-001-005.patch.gz Binary files differnew file mode 100644 index 00000000..3d3502f7 --- /dev/null +++ b/bash/bash-4.1-001-005.patch.gz |