Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (816bf37acda97148f8da19bb31e71a70832d1749)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (816bf37acda97148f8da19bb31e71a70832d1749)
  • Date: Fri, 20 Oct 2006 12:35:47 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT scarlet.be>:

utils/coreutils/DETAILS | 5 --
utils/coreutils/HISTORY | 4 +
utils/coreutils/WIP | 1
utils/coreutils/hostname.diff | 92
+++++++++++++++++++++---------------------
4 files changed, 52 insertions(+), 50 deletions(-)

New commits:
commit 645bc5207c95b476f61fefbdc7bed06ce4618ccb
Author: Treeve Jelbert <treeve AT scarlet.be>
Commit: Treeve Jelbert <treeve AT scarlet.be>

coreutils-6.3

the PAM patch does not apply. I am unable to test this as I do not use
PAM

diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index ac85d4f..a4a7b47 100755
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,17 +1,14 @@
SPELL=coreutils
- VERSION=5.97
+ VERSION=6.3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
-# SOURCE_URL[0]=http://meyering.free.fr/$SPELL/$SOURCE
-# SOURCE2_URL[0]=http://meyering.free.fr/$SPELL/$SOURCE2
SOURCE_GPG=gnu-verified.gpg:$SOURCE2
SOURCE2_IGNORE=signature
WEB_SITE=http://www.gnu.org/software/coreutils/
ENTERED=20030409
- UPDATED=20050428
LICENSE[0]=GPL
SHORT="The GNU Core Utilities"
cat << EOF
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index a953099..5dc6676 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,3 +1,7 @@
+2006-10-20 Treeve Jelbert <treeve01 AT pi.be>
+ * DETAILS: version 6.3
+ * hostname.diff: updated
+
2006-10-06 Juuso Alasuutari <iuso AT sourcemage.org>
* coreutils.sh: Removed bashism.

diff --git a/utils/coreutils/WIP b/utils/coreutils/WIP
new file mode 100644
index 0000000..afe794e
--- /dev/null
+++ b/utils/coreutils/WIP
@@ -0,0 +1 @@
+the PAM patch does not apply !!
diff --git a/utils/coreutils/hostname.diff b/utils/coreutils/hostname.diff
index e6698d9..d138920 100644
--- a/utils/coreutils/hostname.diff
+++ b/utils/coreutils/hostname.diff
@@ -1,8 +1,8 @@
-diff -uNr coreutils-5.93/man/Makefile.am coreutils-5.93.orig/man/Makefile.am
---- coreutils-5.93/man/Makefile.am 2005-10-13 14:12:51.000000000 +0000
-+++ coreutils-5.93.orig/man/Makefile.am 2005-11-19 13:11:38.000000000
+0000
-@@ -3,7 +3,7 @@
- basename.1 cat.1 chgrp.1 chmod.1 chown.1 chroot.1 cksum.1 comm.1 \
+diff -uNr coreutils-6.3/man/Makefile.am coreutils-6.3.cp/man/Makefile.am
+--- coreutils-6.3/man/Makefile.am 2006-08-17 22:39:20.000000000 +0200
++++ coreutils-6.3.cp/man/Makefile.am 2006-10-20 18:21:45.000000000 +0200
+@@ -22,7 +22,7 @@
+ base64.1 basename.1 cat.1 chgrp.1 chmod.1 chown.1 chroot.1 cksum.1 comm.1
\
cp.1 csplit.1 cut.1 date.1 dd.1 df.1 dir.1 dircolors.1 dirname.1 du.1 \
echo.1 env.1 expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 groups.1 \
- head.1 hostid.1 hostname.1 id.1 install.1 join.1 kill.1 \
@@ -10,7 +10,7 @@ diff -uNr coreutils-5.93/man/Makefile.am
link.1 ln.1 logname.1 \
ls.1 md5sum.1 mkdir.1 mkfifo.1 mknod.1 mv.1 nice.1 nl.1 nohup.1 od.1 \
paste.1 pathchk.1 pinky.1 pr.1 printenv.1 printf.1 ptx.1 pwd.1 readlink.1
\
-@@ -52,7 +52,6 @@
+@@ -73,7 +73,6 @@
groups.1: $(common_dep) $(srcdir)/groups.x ../src/groups.sh
head.1: $(common_dep) $(srcdir)/head.x ../src/head.c
hostid.1: $(common_dep) $(srcdir)/hostid.x ../src/hostid.c
@@ -18,20 +18,20 @@ diff -uNr coreutils-5.93/man/Makefile.am
id.1: $(common_dep) $(srcdir)/id.x ../src/id.c
install.1: $(common_dep) $(srcdir)/install.x ../src/install.c
join.1: $(common_dep) $(srcdir)/join.x ../src/join.c
-diff -uNr coreutils-5.93/man/Makefile.in coreutils-5.93.orig/man/Makefile.in
---- coreutils-5.93/man/Makefile.in 2005-11-05 22:12:21.000000000 +0000
-+++ coreutils-5.93.orig/man/Makefile.in 2005-11-19 13:12:32.000000000
+0000
-@@ -68,7 +68,7 @@
- $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+diff -uNr coreutils-6.3/man/Makefile.in coreutils-6.3.cp/man/Makefile.in
+--- coreutils-6.3/man/Makefile.in 2006-09-30 11:09:23.000000000 +0200
++++ coreutils-6.3.cp/man/Makefile.in 2006-10-20 18:21:45.000000000 +0200
+@@ -93,7 +93,7 @@
+ $(top_srcdir)/m4/getcwd-abort-bug.m4 \
$(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
$(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
- $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
+ $(top_srcdir)/m4/getgroups.m4 \
$(top_srcdir)/m4/gethrxtime.m4 $(top_srcdir)/m4/getline.m4 \
- $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
- $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-@@ -303,7 +303,7 @@
- basename.1 cat.1 chgrp.1 chmod.1 chown.1 chroot.1 cksum.1 comm.1 \
+ $(top_srcdir)/m4/getloadavg.m4 $(top_srcdir)/m4/getndelim2.m4 \
+ $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/getpagesize.m4 \
+@@ -377,7 +377,7 @@
+ base64.1 basename.1 cat.1 chgrp.1 chmod.1 chown.1 chroot.1 cksum.1 comm.1
\
cp.1 csplit.1 cut.1 date.1 dd.1 df.1 dir.1 dircolors.1 dirname.1 du.1 \
echo.1 env.1 expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 groups.1 \
- head.1 hostid.1 hostname.1 id.1 install.1 join.1 kill.1 \
@@ -39,7 +39,7 @@ diff -uNr coreutils-5.93/man/Makefile.in
link.1 ln.1 logname.1 \
ls.1 md5sum.1 mkdir.1 mkfifo.1 mknod.1 mv.1 nice.1 nl.1 nohup.1 od.1 \
paste.1 pathchk.1 pinky.1 pr.1 printenv.1 printf.1 ptx.1 pwd.1 readlink.1
\
-@@ -571,7 +571,6 @@
+@@ -647,7 +647,6 @@
groups.1: $(common_dep) $(srcdir)/groups.x ../src/groups.sh
head.1: $(common_dep) $(srcdir)/head.x ../src/head.c
hostid.1: $(common_dep) $(srcdir)/hostid.x ../src/hostid.c
@@ -47,40 +47,40 @@ diff -uNr coreutils-5.93/man/Makefile.in
id.1: $(common_dep) $(srcdir)/id.x ../src/id.c
install.1: $(common_dep) $(srcdir)/install.x ../src/install.c
join.1: $(common_dep) $(srcdir)/join.x ../src/join.c
-diff -uNr coreutils-5.93/src/Makefile.am coreutils-5.93.orig/src/Makefile.am
---- coreutils-5.93/src/Makefile.am 2005-07-18 07:52:18.000000000 +0000
-+++ coreutils-5.93.orig/src/Makefile.am 2005-11-19 13:13:06.000000000
+0000
-@@ -26,7 +26,7 @@
- cat cksum comm csplit cut expand fmt fold head join md5sum \
- nl od paste pr ptx sha1sum sort split sum tac tail tr tsort unexpand uniq
wc \
+diff -uNr coreutils-6.3/src/Makefile.am coreutils-6.3.cp/src/Makefile.am
+--- coreutils-6.3/src/Makefile.am 2006-09-20 10:19:42.000000000 +0200
++++ coreutils-6.3.cp/src/Makefile.am 2006-10-20 18:21:45.000000000 +0200
+@@ -27,7 +27,7 @@
+ nl od paste pr ptx sha1sum sha224sum sha256sum sha384sum sha512sum \
+ shuf sort split sum tac tail tr tsort unexpand uniq wc \
basename date dirname echo env expr factor false \
- hostname id kill logname pathchk printenv printf pwd seq sleep tee \
+ id kill logname pathchk printenv printf pwd seq sleep tee \
test true tty whoami yes \
+ base64 \
$(OPTIONAL_BIN_PROGS) $(DF_PROG)
-
-diff -uNr coreutils-5.93/src/Makefile.in coreutils-5.93.orig/src/Makefile.in
---- coreutils-5.93/src/Makefile.in 2005-11-05 22:21:57.000000000 +0000
-+++ coreutils-5.93.orig/src/Makefile.in 2005-11-19 13:15:31.000000000
+0000
-@@ -55,7 +55,7 @@
- tail$(EXEEXT) tr$(EXEEXT) tsort$(EXEEXT) unexpand$(EXEEXT) \
- uniq$(EXEEXT) wc$(EXEEXT) basename$(EXEEXT) date$(EXEEXT) \
- dirname$(EXEEXT) echo$(EXEEXT) env$(EXEEXT) expr$(EXEEXT) \
-- factor$(EXEEXT) false$(EXEEXT) hostname$(EXEEXT) id$(EXEEXT) \
-+ factor$(EXEEXT) false$(EXEEXT) id$(EXEEXT) \
- kill$(EXEEXT) logname$(EXEEXT) pathchk$(EXEEXT) \
- printenv$(EXEEXT) printf$(EXEEXT) pwd$(EXEEXT) seq$(EXEEXT) \
- sleep$(EXEEXT) tee$(EXEEXT) test$(EXEEXT) true$(EXEEXT) \
-@@ -95,7 +95,7 @@
- $(top_srcdir)/m4/fts.m4 $(top_srcdir)/m4/getaddrinfo.m4 \
+diff -uNr coreutils-6.3/src/Makefile.in coreutils-6.3.cp/src/Makefile.in
+--- coreutils-6.3/src/Makefile.in 2006-09-30 11:11:14.000000000 +0200
++++ coreutils-6.3.cp/src/Makefile.in 2006-10-20 18:25:24.000000000 +0200
+@@ -57,7 +57,7 @@
+ tsort$(EXEEXT) unexpand$(EXEEXT) uniq$(EXEEXT) wc$(EXEEXT) \
+ basename$(EXEEXT) date$(EXEEXT) dirname$(EXEEXT) echo$(EXEEXT) \
+ env$(EXEEXT) expr$(EXEEXT) factor$(EXEEXT) false$(EXEEXT) \
+- hostname$(EXEEXT) id$(EXEEXT) kill$(EXEEXT) logname$(EXEEXT) \
++ id$(EXEEXT) kill$(EXEEXT) logname$(EXEEXT) \
+ pathchk$(EXEEXT) printenv$(EXEEXT) printf$(EXEEXT) \
+ pwd$(EXEEXT) seq$(EXEEXT) sleep$(EXEEXT) tee$(EXEEXT) \
+ test$(EXEEXT) true$(EXEEXT) tty$(EXEEXT) whoami$(EXEEXT) \
+@@ -101,7 +101,7 @@
+ $(top_srcdir)/m4/getcwd-abort-bug.m4 \
$(top_srcdir)/m4/getcwd-path-max.m4 $(top_srcdir)/m4/getcwd.m4 \
$(top_srcdir)/m4/getdate.m4 $(top_srcdir)/m4/getdelim.m4 \
- $(top_srcdir)/m4/getgroups.m4 $(top_srcdir)/m4/gethostname.m4 \
+ $(top_srcdir)/m4/getgroups.m4 \
$(top_srcdir)/m4/gethrxtime.m4 $(top_srcdir)/m4/getline.m4 \
- $(top_srcdir)/m4/getndelim2.m4 $(top_srcdir)/m4/getopt.m4 \
- $(top_srcdir)/m4/getpagesize.m4 $(top_srcdir)/m4/getpass.m4 \
-@@ -335,11 +335,6 @@
+ $(top_srcdir)/m4/getloadavg.m4 $(top_srcdir)/m4/getndelim2.m4 \
+ $(top_srcdir)/m4/getopt.m4 $(top_srcdir)/m4/getpagesize.m4 \
+@@ -355,11 +355,6 @@
hostid_LDADD = $(LDADD)
hostid_DEPENDENCIES = ../lib/libcoreutils.a $(am__DEPENDENCIES_1) \
../lib/libcoreutils.a
@@ -92,8 +92,8 @@ diff -uNr coreutils-5.93/src/Makefile.in
id_SOURCES = id.c
id_OBJECTS = id.$(OBJEXT)
id_LDADD = $(LDADD)
-@@ -621,7 +616,7 @@
- $(chown_SOURCES) chroot.c cksum.c comm.c $(cp_SOURCES) \
+@@ -669,7 +664,7 @@
+ chmod.c $(chown_SOURCES) chroot.c cksum.c comm.c $(cp_SOURCES) \
csplit.c cut.c date.c dd.c df.c $(dir_SOURCES) dircolors.c \
dirname.c du.c echo.c env.c expand.c expr.c factor.c false.c \
- fmt.c fold.c $(ginstall_SOURCES) head.c hostid.c hostname.c \
@@ -101,8 +101,8 @@ diff -uNr coreutils-5.93/src/Makefile.in
id.c join.c kill.c link.c ln.c logname.c $(ls_SOURCES) \
$(md5sum_SOURCES) mkdir.c mkfifo.c mknod.c $(mv_SOURCES) \
nice.c nl.c nohup.c od.c paste.c pathchk.c pinky.c pr.c \
-@@ -635,7 +630,7 @@
- $(chown_SOURCES) chroot.c cksum.c comm.c $(cp_SOURCES) \
+@@ -685,7 +680,7 @@
+ chmod.c $(chown_SOURCES) chroot.c cksum.c comm.c $(cp_SOURCES) \
csplit.c cut.c date.c dd.c df.c $(dir_SOURCES) dircolors.c \
dirname.c du.c echo.c env.c expand.c expr.c factor.c false.c \
- fmt.c fold.c $(ginstall_SOURCES) head.c hostid.c hostname.c \
@@ -110,7 +110,7 @@ diff -uNr coreutils-5.93/src/Makefile.in
id.c join.c kill.c link.c ln.c logname.c $(ls_SOURCES) \
$(md5sum_SOURCES) mkdir.c mkfifo.c mknod.c $(mv_SOURCES) \
nice.c nl.c nohup.c od.c paste.c pathchk.c pinky.c pr.c \
-@@ -1067,9 +1062,6 @@
+@@ -1184,9 +1179,6 @@
hostid$(EXEEXT): $(hostid_OBJECTS) $(hostid_DEPENDENCIES)
@rm -f hostid$(EXEEXT)
$(LINK) $(hostid_LDFLAGS) $(hostid_OBJECTS) $(hostid_LDADD) $(LIBS)
@@ -120,7 +120,7 @@ diff -uNr coreutils-5.93/src/Makefile.in
id$(EXEEXT): $(id_OBJECTS) $(id_DEPENDENCIES)
@rm -f id$(EXEEXT)
$(LINK) $(id_LDFLAGS) $(id_OBJECTS) $(id_LDADD) $(LIBS)
-@@ -1318,7 +1310,6 @@
+@@ -1451,7 +1443,6 @@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fold.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/head.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostid.Po@am__quote@



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (816bf37acda97148f8da19bb31e71a70832d1749), Treeve Jelbert, 10/20/2006

Archive powered by MHonArc 2.6.24.

Top of Page