summaryrefslogtreecommitdiffstats
path: root/base/coreutils
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-09-01 18:38:23 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-09-01 18:38:23 +0200
commit29068ae034ea499650cbdc1229bc4feb4837351a (patch)
tree8242a423084683c14f7638134804d433db694a84 /base/coreutils
parent2574712b22cd56265d1f38d93dc14aeaed00dcdd (diff)
downloadnutyx-pakxe-29068ae034ea499650cbdc1229bc4feb4837351a.tar.gz
nutyx-pakxe-29068ae034ea499650cbdc1229bc4feb4837351a.tar.bz2
nutyx-pakxe-29068ae034ea499650cbdc1229bc4feb4837351a.tar.xz
nutyx-pakxe-29068ae034ea499650cbdc1229bc4feb4837351a.zip
maj coreutils#7.5-1
Diffstat (limited to 'base/coreutils')
-rw-r--r--base/coreutils/.footprint5
-rw-r--r--base/coreutils/.md5sum6
-rwxr-xr-xbase/coreutils/Pkgfile4
3 files changed, 10 insertions, 5 deletions
diff --git a/base/coreutils/.footprint b/base/coreutils/.footprint
index 2f2daba5c..45893fae6 100644
--- a/base/coreutils/.footprint
+++ b/base/coreutils/.footprint
@@ -77,6 +77,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sort
-rwxr-xr-x root/root usr/bin/split
-rwxr-xr-x root/root usr/bin/stat
+-rwxr-xr-x root/root usr/bin/stdbuf
-rwxr-xr-x root/root usr/bin/sum
-rwxr-xr-x root/root usr/bin/tac
-rwxr-xr-x root/root usr/bin/tail
@@ -97,6 +98,9 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/who
-rwxr-xr-x root/root usr/bin/whoami
-rwxr-xr-x root/root usr/bin/yes
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/coreutils/
+-rwxr-xr-x root/root usr/lib/coreutils/libstdbuf.so
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/chroot
drwxr-xr-x root/root usr/share/
@@ -182,6 +186,7 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/sort.1.gz
-rw-r--r-- root/root usr/share/man/man1/split.1.gz
-rw-r--r-- root/root usr/share/man/man1/stat.1.gz
+-rw-r--r-- root/root usr/share/man/man1/stdbuf.1.gz
-rw-r--r-- root/root usr/share/man/man1/stty.1.gz
-rw-r--r-- root/root usr/share/man/man1/sum.1.gz
-rw-r--r-- root/root usr/share/man/man1/sync.1.gz
diff --git a/base/coreutils/.md5sum b/base/coreutils/.md5sum
index 0eb986fa6..e484a7071 100644
--- a/base/coreutils/.md5sum
+++ b/base/coreutils/.md5sum
@@ -1,3 +1,3 @@
-0a923bc16f30eb207fe7d69036f775e4 coreutils-7.4-i18n-1.patch
-510a730e7bc8fd92daaf47aad4dc1200 coreutils-7.4-uname-1.patch
-c52f4f64dda9a245c38e74c09fdd86d2 coreutils-7.4.tar.gz
+0a923bc16f30eb207fe7d69036f775e4 coreutils-7.5-i18n-1.patch
+510a730e7bc8fd92daaf47aad4dc1200 coreutils-7.5-uname-1.patch
+775351410b7d6879767c3e4563354dc6 coreutils-7.5.tar.gz
diff --git a/base/coreutils/Pkgfile b/base/coreutils/Pkgfile
index d1e22de73..2c307bcfd 100755
--- a/base/coreutils/Pkgfile
+++ b/base/coreutils/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: e2fsprogs
name=coreutils
-version=7.4
+version=7.5
release=1
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz \
http://www.linuxfromscratch.org/patches/lfs/development/coreutils-$version-i18n-1.patch\
@@ -14,7 +14,7 @@ build() {
cd $name-$version
case `uname -m` in
- i?86 | x86_64) patch -Np1 -i ../coreutils-7.4-uname-1.patch ;;
+ i?86 | x86_64) patch -Np1 -i ../coreutils-$version-uname-1.patch ;;
esac
patch -Np1 -i ../$name-$version-i18n-1.patch