diff options
author | Juergen Daubert <jue@jue.li> | 2013-01-05 10:16:07 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-01-05 10:16:07 +0100 |
commit | 6d5cd57e5922d04e76a5b961dd50f8faeb0fe94a (patch) | |
tree | 954cbc192c49e9a54723f1fd40aeeaf91d96523a | |
parent | 6b7970aa9bbae06c6eca22ef0b71e3f4b2eeb2dd (diff) | |
parent | ed881f6ef9c4ef1f166f5837e77df44b62e097c9 (diff) | |
download | core-6d5cd57e5922d04e76a5b961dd50f8faeb0fe94a.tar.gz core-6d5cd57e5922d04e76a5b961dd50f8faeb0fe94a.tar.xz |
Merge branch '2.8' into 3.0
-rw-r--r-- | bash/.md5sum | 2 | ||||
-rw-r--r-- | bash/Pkgfile | 2 | ||||
-rw-r--r-- | bash/bash-4.2.42.patch.gz (renamed from bash/bash-4.2.39.patch.gz) | bin | 22270 -> 23414 bytes | |||
-rw-r--r-- | file/.md5sum | 2 | ||||
-rw-r--r-- | file/Pkgfile | 7 |
5 files changed, 8 insertions, 5 deletions
diff --git a/bash/.md5sum b/bash/.md5sum index c6848dfb..4d8907c7 100644 --- a/bash/.md5sum +++ b/bash/.md5sum @@ -1,3 +1,3 @@ -00fa3526f183bfc7aaa07438013e2496 bash-4.2.39.patch.gz +04d9afdd68faa6f13571951f643ba68f bash-4.2.42.patch.gz 3fb927c7c33022f1c327f14a81c0d4b0 bash-4.2.tar.gz 3fee206195d50dbd8a3560a8a77f341b profile diff --git a/bash/Pkgfile b/bash/Pkgfile index 79bfaed0..3921a25f 100644 --- a/bash/Pkgfile +++ b/bash/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses readline name=bash -version=4.2.39 +version=4.2.42 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-${version:0:3}.tar.gz \ $name-$version.patch.gz profile) diff --git a/bash/bash-4.2.39.patch.gz b/bash/bash-4.2.42.patch.gz Binary files differindex 17e7cdde..511a674b 100644 --- a/bash/bash-4.2.39.patch.gz +++ b/bash/bash-4.2.42.patch.gz diff --git a/file/.md5sum b/file/.md5sum index e9528c33..9e8bb3bb 100644 --- a/file/.md5sum +++ b/file/.md5sum @@ -1 +1 @@ -16a407bd66d6c7a832f3a5c0d609c27b file-5.11.tar.gz +1d7d85cb9354f79e5e351deef36be6ba file-5.12.tar.gz diff --git a/file/Pkgfile b/file/Pkgfile index 89b10e09..7d7eb5ed 100644 --- a/file/Pkgfile +++ b/file/Pkgfile @@ -4,13 +4,16 @@ # Depends on: zlib name=file -version=5.11 +version=5.12 release=1 source=(ftp://ftp.fu-berlin.de/unix/tools/file/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man --enable-fsect-man5 + ./configure --prefix=/usr \ + --mandir=/usr/man \ + --enable-fsect-man5 \ + --enable-static make make DESTDIR=$PKG install rmdir $PKG/usr/man/man4 |