coreutils: bump to version 8.9

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2011-01-14 08:53:45 -03:00 committed by Peter Korsgaard
parent 5118e1cf26
commit 77154539d8
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
+++ b/man/hostname.1 2010-09-23 12:08:06.000000000 -0700 +++ b/man/hostname.1 2010-09-23 12:08:06.000000000 -0700
@@ -0,0 +1,48 @@ @@ -0,0 +1,48 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.\" 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 +.SH NAME
+hostname \- set or print the name of the current host system +hostname \- set or print the name of the current host system
+.SH SYNOPSIS +.SH SYNOPSIS
@ -24,7 +24,7 @@
+.SH AUTHOR +.SH AUTHOR
+Written by Jim Meyering. +Written by Jim Meyering.
+.SH "REPORTING BUGS" +.SH "REPORTING BUGS"
+Report hostname bugs to bug\-coreutils@gnu.org +Report hostname bugs to bug\-coreutils at gnu.org
+.br +.br
+GNU coreutils home page: <http://www.gnu.org/software/coreutils/> +GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
+.br +.br

View File

@ -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 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 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. heavily reworked to suck less.
To add support for additional platforms, check out the show_cpuinfo() To add support for additional platforms, check out the show_cpuinfo()

View File

@ -3,7 +3,7 @@
# coreutils # coreutils
# #
############################################################# #############################################################
COREUTILS_VERSION = 8.5 COREUTILS_VERSION = 8.9
COREUTILS_SOURCE = coreutils-$(COREUTILS_VERSION).tar.gz COREUTILS_SOURCE = coreutils-$(COREUTILS_VERSION).tar.gz
COREUTILS_SITE = $(BR2_GNU_MIRROR)/coreutils COREUTILS_SITE = $(BR2_GNU_MIRROR)/coreutils