coreutils: update to 8.25

This commit is contained in:
Juergen Daubert 2016-01-21 12:23:08 +01:00
parent 41145ea8b5
commit 3d08431641
3 changed files with 5 additions and 3 deletions

View File

@ -27,6 +27,7 @@ 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/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
@ -105,6 +106,7 @@ drwxr-xr-x root/root usr/lib/coreutils/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/base32.1.gz
-rw-r--r-- root/root usr/share/man/man1/base64.1.gz
-rw-r--r-- root/root usr/share/man/man1/basename.1.gz
-rw-r--r-- root/root usr/share/man/man1/cat.1.gz

View File

@ -1,2 +1,2 @@
40efdbce865d2458d8da0a9dcee7c16c coreutils-8.24.tar.xz
070e43ba7f618d747414ef56ab248a48 coreutils-8.25.tar.xz
e14ef9dd59a7e6c7f3ae706771964d75 coreutils-uname.patch

View File

@ -4,8 +4,8 @@
# Depends on: libgmp acl libcap
name=coreutils
version=8.24
release=2
version=8.25
release=1
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz
coreutils-uname.patch)