summaryrefslogtreecommitdiffstats
path: root/package/coreutils
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-01-14 08:53:45 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-01-17 21:55:52 +0100
commit77154539d8115a3fd49d4e0a6376919fa64b2a6f (patch)
tree9fee30237a9c609f5d7ebf9b4794cc776c794260 /package/coreutils
parent5118e1cf26641b6dd4dba0dd83be12b1ba56020d (diff)
downloadbuildroot-novena-77154539d8115a3fd49d4e0a6376919fa64b2a6f.tar.gz
buildroot-novena-77154539d8115a3fd49d4e0a6376919fa64b2a6f.zip
coreutils: bump to version 8.9
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/coreutils')
-rw-r--r--package/coreutils/coreutils-8.9-hostname-man.patch (renamed from package/coreutils/coreutils-8.5-hostname-man.patch)4
-rw-r--r--package/coreutils/coreutils-uname.patch (renamed from package/coreutils/coreutils-8.5-uname.patch)2
-rw-r--r--package/coreutils/coreutils.mk2
3 files changed, 4 insertions, 4 deletions
diff --git a/package/coreutils/coreutils-8.5-hostname-man.patch b/package/coreutils/coreutils-8.9-hostname-man.patch
index 6025f56eb..5f8fa1ee2 100644
--- a/package/coreutils/coreutils-8.5-hostname-man.patch
+++ b/package/coreutils/coreutils-8.9-hostname-man.patch
@@ -2,7 +2,7 @@
+++ b/man/hostname.1 2010-09-23 12:08:06.000000000 -0700
@@ -0,0 +1,48 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35.
-+.TH HOSTNAME "1" "September 2010" "GNU coreutils 8.5" "User Commands"
++.TH HOSTNAME "1" "January 2011" "GNU coreutils 8.9" "User Commands"
+.SH NAME
+hostname \- set or print the name of the current host system
+.SH SYNOPSIS
@@ -24,7 +24,7 @@
+.SH AUTHOR
+Written by Jim Meyering.
+.SH "REPORTING BUGS"
-+Report hostname bugs to bug\-coreutils@gnu.org
++Report hostname bugs to bug\-coreutils at gnu.org
+.br
+GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
+.br
diff --git a/package/coreutils/coreutils-8.5-uname.patch b/package/coreutils/coreutils-uname.patch
index b458abeba..faa890881 100644
--- a/package/coreutils/coreutils-8.5-uname.patch
+++ b/package/coreutils/coreutils-uname.patch
@@ -3,7 +3,7 @@ On linux platforms, grok /proc/cpuinfo for the CPU/vendor info.
Prob not suitable for upstream seeing as how it's 100% linux-specific
http://lists.gnu.org/archive/html/bug-coreutils/2005-09/msg00063.html
-Patch originally by Carlos E. Gorges <carlos@techlinux.com.br>, but
+Patch originally by Carlos E. Gorges <carlos at techlinux.com.br>, but
heavily reworked to suck less.
To add support for additional platforms, check out the show_cpuinfo()
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index d934ae896..fed5e90e3 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -3,7 +3,7 @@
# coreutils
#
#############################################################
-COREUTILS_VERSION = 8.5
+COREUTILS_VERSION = 8.9
COREUTILS_SOURCE = coreutils-$(COREUTILS_VERSION).tar.gz
COREUTILS_SITE = $(BR2_GNU_MIRROR)/coreutils