Revision: 6526
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6526&view=rev
Author:   gespinasse
Date:     2012-04-04 18:39:03 +0000 (Wed, 04 Apr 2012)
Log Message:
-----------
Upgrade coreutils to 8.16

Modified Paths:
--------------
    ipcop/trunk/lfs/coreutils
    ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
    ipcop/trunk/updates/2.1.0/information.xml

Modified: ipcop/trunk/lfs/coreutils
===================================================================
--- ipcop/trunk/lfs/coreutils   2012-04-03 19:48:32 UTC (rev 6525)
+++ ipcop/trunk/lfs/coreutils   2012-04-04 18:39:03 UTC (rev 6526)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = coreutils
-VER        = 8.15
+VER        = 8.16
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -55,7 +55,7 @@
 # LFS uname patch does not support more than x86, so use CLFS patch
 $(PATCH1)                      = 
http://svn.cross-lfs.org/svn/repos/patches/$(PKG_NAME)/$(PATCH1)
 
-$(DL_FILE)_MD5                 = 094909fafa86110140b32e4948941545
+$(DL_FILE)_MD5                 = 89b06f91634208dceba7b36ad1f9e8b9
 $(PATCH1)_MD5                  = 56ad75fedac896082d96ab0bd5e6b32c
 
 install : $(TARGET)
@@ -87,6 +87,9 @@
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
 
+       # Fix a 8.16 test issue
+       cd $(DIR_APP) && sed -i -e 's/! isatty/isatty/' -e '45i\              
|| errno == ENOENT' gnulib-tests/test-getlogin.c
+
 ifeq "$(STAGE)" "toolchain"
        # hostname is used on base stage by coreutils configure and perl base 
tests
        # use --disable-nls just to be smaller
@@ -105,8 +108,7 @@
        sed -i -e '/\.\/bin\/cat$$/d' -e '/\/echo$$/d' -e '/\/pwd$$/d' 
/usr/src/lsalr
        cd $(DIR_APP) && patch -p1 -i $(DIR_DL)/$(PATCH1)
        # no hostname here since we use hostname from net-tools in ISO
-       cd $(DIR_APP) && ./configure    --prefix=/usr \
-                                       --enable-no-install-program=kill,uptime
+       cd $(DIR_APP) && FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr 
--disable-nls --enable-no-install-program=kill,uptime
        # doc and manpage generation is causing trouble when building with full 
hardening, so completely remove it
        cd $(DIR_APP) && sed -i 's/doc man//' Makefile
        cd $(DIR_APP) && make -j $(PARALLELISM)

Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2012-04-03 19:48:32 UTC 
(rev 6525)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2012-04-04 18:39:03 UTC 
(rev 6526)
@@ -80,6 +80,68 @@
 /bin/sh
 /bin/bash
 ##
+## coreutils-8.16
+/bin/cat
+/bin/chgrp
+/bin/chmod
+/bin/chown
+/bin/cp
+/bin/date
+/bin/dd
+/bin/df
+/bin/echo
+/bin/false
+/bin/head
+/bin/ln
+/bin/ls
+/bin/mkdir
+/bin/mknod
+/bin/mv
+/bin/nice
+/bin/pwd
+/bin/readlink
+/bin/rm
+/bin/rmdir
+/bin/sleep
+/bin/stty
+/bin/sync
+/bin/true
+/bin/uname
+/usr/bin/[
+/usr/bin/basename
+/usr/bin/cut
+/usr/bin/dirname
+/usr/bin/du
+/usr/bin/env
+/usr/bin/expr
+/usr/bin/groups
+/usr/bin/hostid
+/usr/bin/id
+/usr/bin/install
+/usr/bin/join
+/usr/bin/md5sum
+/usr/bin/mkfifo
+/usr/bin/mktemp
+/usr/bin/nohup
+/usr/bin/paste
+/usr/bin/seq
+/usr/bin/sha1sum
+/usr/bin/sort
+/usr/bin/split
+/usr/bin/stat
+/usr/bin/tail
+/usr/bin/tee
+/usr/bin/test
+/usr/bin/touch
+/usr/bin/tr
+/usr/bin/tty
+/usr/bin/uniq
+/usr/bin/wc
+/usr/bin/who
+/usr/bin/whoami
+/usr/bin/yes
+/usr/sbin/chroot
+##
 ## dhcpcd-5.5.4
 /usr/sbin/dhcpcd
 ##

Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml   2012-04-03 19:48:32 UTC (rev 
6525)
+++ ipcop/trunk/updates/2.1.0/information.xml   2012-04-04 18:39:03 UTC (rev 
6526)
@@ -6,7 +6,8 @@
         <description>httpd, libxml2 and gettext patched&lt;br /&gt;
             Add URL filter.&lt;br /&gt;
             Language updates.&lt;br /&gt;
-            Upgrade acpid to 2.0.15, arping to 2.11, bash to 4.2.24, dhcpcd to 
5.5.4, dnsmasq to 2.60,
+            Upgrade acpid to 2.0.15, arping to 2.11, bash to 4.2.24, coreutils 
to 8.16,
+            dhcpcd to 5.5.4, dnsmasq to 2.60,
             e2fsprogs to 1.42.2, gawk to 4.0.1, ethtool to 3.2,
             gmp to 5.0.4, grep to 2.11, gnupg to 1.4.12, 
             iproute2 to 3.3.0, iptables to 1.4.13, hdparm to 9.39, kernel to 
3.0.26, krb5 to 1.9.3,

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to