From: Victor Martinez Date: Tue, 14 Feb 2017 17:14:32 +0000 (+0000) Subject: coreutils: updated to 8.26 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=58a124069adc355499a38cc96b29621c885860fc;p=crossrootfs.git coreutils: updated to 8.26 --- diff --git a/coreutils/.footprint b/coreutils/.footprint index 73512d4..2de41b3 100644 --- a/coreutils/.footprint +++ b/coreutils/.footprint @@ -27,6 +27,8 @@ drwxr-xr-x root/root bin/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/[ +-rwxr-xr-x root/root usr/bin/b2sum +-rwxr-xr-x root/root usr/bin/base32 -rwxr-xr-x root/root usr/bin/base64 -rwxr-xr-x root/root usr/bin/basename -rwxr-xr-x root/root usr/bin/chroot diff --git a/coreutils/.md5sum b/coreutils/.md5sum index 0bbbb7a..0e3d35f 100644 --- a/coreutils/.md5sum +++ b/coreutils/.md5sum @@ -1,2 +1,3 @@ -40efdbce865d2458d8da0a9dcee7c16c coreutils-8.24.tar.xz +a2de56a7c68e192d3e8a3a4a8bc0d826 coreutils-8.26-Fix-cross.patch +d5aa2072f662d4118b9f4c63b94601a6 coreutils-8.26.tar.xz e14ef9dd59a7e6c7f3ae706771964d75 coreutils-uname.patch diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index a673cea..8e99eea 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -5,15 +5,16 @@ # Depends on: libgmp acl libcap name=coreutils -version=8.24 -release=2 +version=8.26 +release=1 source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz \ - $name-uname.patch) + $name-uname.patch $name-$version-Fix-cross.patch) build() { cd $name-$version patch -p1 -i $SRC/$name-uname.patch + patch -p1 -i $SRC/$name-$version-Fix-cross.patch cat > config.cache <