Revision: 7293
http://sourceforge.net/p/ipcop/svn/7293
Author: owes
Date: 2014-03-06 13:22:36 +0000 (Thu, 06 Mar 2014)
Log Message:
-----------
Update util-linux to 2.24.1. Add several programs previously in sysvinit. Files
for update/ROOTFILES later in next commit.
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/util-linux
ipcop/trunk/lfs/util-linux
ipcop/trunk/updates/2.1.3/information.xml
Modified: ipcop/trunk/config/rootfiles/common/util-linux
===================================================================
--- ipcop/trunk/config/rootfiles/common/util-linux 2014-03-06 13:14:25 UTC
(rev 7292)
+++ ipcop/trunk/config/rootfiles/common/util-linux 2014-03-06 13:22:36 UTC
(rev 7293)
@@ -14,6 +14,7 @@
lib/libuuid.so.1
lib/libuuid.so.1.3.0
sbin/agetty
+#sbin/blkdiscard
sbin/blkid
sbin/blockdev
#sbin/cfdisk
@@ -34,6 +35,7 @@
#sbin/pivot_root
#sbin/raw
#sbin/sfdisk
+sbin/sulogin
#sbin/swaplabel
sbin/swapoff
sbin/swapon
@@ -55,6 +57,8 @@
#usr/bin/ipcrm
#usr/bin/ipcs
#usr/bin/isosize
+usr/bin/last
+usr/bin/lastb
#usr/bin/linux32
#usr/bin/linux64
usr/bin/logger
@@ -62,7 +66,9 @@
#usr/bin/lscpu
#usr/bin/lslocks
#usr/bin/mcookie
+usr/bin/mesg
#usr/bin/namei
+#usr/bin/nsenter
usr/bin/pg
#usr/bin/prlimit
usr/bin/rename
@@ -75,7 +81,6 @@
#usr/bin/setterm
#usr/bin/tailf
#usr/bin/ul
-#usr/bin/unshare
usr/bin/utmpdump
#usr/bin/uuidgen
#usr/bin/wall
@@ -100,11 +105,11 @@
#usr/sbin/readprofile
#usr/sbin/resizepart
#usr/sbin/rtcwake
-#usr/sbin/tunelp
#usr/sbin/uuidd
-#usr/share/getopt
-#usr/share/getopt/getopt-parse.bash
-#usr/share/getopt/getopt-parse.tcsh
+#usr/share/doc/util-linux
+#usr/share/doc/util-linux/getopt
+#usr/share/doc/util-linux/getopt/getopt-parse.bash
+#usr/share/doc/util-linux/getopt/getopt-parse.tcsh
#usr/share/man/man1/cal.1
#usr/share/man/man1/col.1
#usr/share/man/man1/colcrt.1
@@ -120,13 +125,17 @@
#usr/share/man/man1/ipcrm.1
#usr/share/man/man1/ipcs.1
#usr/share/man/man1/kill.1
+#usr/share/man/man1/last.1
+#usr/share/man/man1/lastb.1
#usr/share/man/man1/logger.1
#usr/share/man/man1/look.1
#usr/share/man/man1/lscpu.1
#usr/share/man/man1/mcookie.1
+#usr/share/man/man1/mesg.1
#usr/share/man/man1/more.1
#usr/share/man/man1/mountpoint.1
#usr/share/man/man1/namei.1
+#usr/share/man/man1/nsenter.1
#usr/share/man/man1/pg.1
#usr/share/man/man1/prlimit.1
#usr/share/man/man1/rename.1
@@ -138,7 +147,6 @@
#usr/share/man/man1/setterm.1
#usr/share/man/man1/tailf.1
#usr/share/man/man1/ul.1
-#usr/share/man/man1/unshare.1
#usr/share/man/man1/utmpdump.1
#usr/share/man/man1/uuidgen.1
#usr/share/man/man1/wall.1
@@ -159,6 +167,7 @@
#usr/share/man/man5/fstab.5
#usr/share/man/man8/addpart.8
#usr/share/man/man8/agetty.8
+#usr/share/man/man8/blkdiscard.8
#usr/share/man/man8/blkid.8
#usr/share/man/man8/blockdev.8
#usr/share/man/man8/cfdisk.8
@@ -196,11 +205,11 @@
#usr/share/man/man8/rtcwake.8
#usr/share/man/man8/setarch.8
#usr/share/man/man8/sfdisk.8
+#usr/share/man/man8/sulogin.8
#usr/share/man/man8/swaplabel.8
#usr/share/man/man8/swapoff.8
#usr/share/man/man8/swapon.8
#usr/share/man/man8/switch_root.8
-#usr/share/man/man8/tunelp.8
#usr/share/man/man8/umount.8
#usr/share/man/man8/uuidd.8
#usr/share/man/man8/wdctl.8
Modified: ipcop/trunk/lfs/util-linux
===================================================================
--- ipcop/trunk/lfs/util-linux 2014-03-06 13:14:25 UTC (rev 7292)
+++ ipcop/trunk/lfs/util-linux 2014-03-06 13:22:36 UTC (rev 7293)
@@ -33,13 +33,13 @@
include Config
PKG_NAME = util-linux
-VER = 2.22.2
+VER = 2.24.1
HOST_ARCH = all
OTHER_SRC = yes
THISAPP = $(PKG_NAME)-$(VER)
DL_FILE = $(THISAPP).tar.xz
-DL_FROM = $(URL_KERNEL)/linux/utils/util-linux/v2.22
+DL_FROM = $(URL_KERNEL)/linux/utils/util-linux/v2.24
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
@@ -51,7 +51,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = eeacbfdd2556acd899a2d0ffdb446185
+$(DL_FILE)_MD5 = 88d46ae23ca599ac5af9cf96b531590f
install : $(TARGET)
@@ -103,6 +103,7 @@
--disable-losetup \
--disable-mesg \
--disable-mountpoint \
+ --disable-nologin \
--disable-partx \
--disable-pivot_root \
--disable-raw \
@@ -129,8 +130,9 @@
ifeq "$(STAGE)" "base"
cd $(DIR_APP) && sed -i 's@etc/adjtime@var/lib/hwclock/adjtime@g' `grep
-rl 'etc/adjtime' .`
cd $(DIR_APP) && mkdir -p /var/lib/hwclock
- cd $(DIR_APP) && ./configure --localstatedir=/var/run --disable-static
--disable-nls --disable-cramfs --disable-schedutils \
- --disable-su --disable-sulogin --disable-login
+ cd $(DIR_APP) && ./configure --localstatedir=/var/run --disable-static
--disable-nls \
+ --disable-bash-completion --disable-cramfs
--disable-login --disable-nologin \
+ --disable-schedutils --disable-su
--disable-unshare
# CCACHE_CPP2=1 replace the CFLAGS -fPIE hack and workaround a not well
identified gcc-4.4 issue that trigger
# lscpu.c: In function 'read_hypervisor':
# lscpu.c:446: error can't find a register in class 'BREG' while
reloading 'asm'
Modified: ipcop/trunk/updates/2.1.3/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.3/information.xml 2014-03-06 13:14:25 UTC (rev
7292)
+++ ipcop/trunk/updates/2.1.3/information.xml 2014-03-06 13:22:36 UTC (rev
7293)
@@ -7,7 +7,7 @@
<description>Language updates.<br />
Upgrade bind to 9.9.5, coreutils to 8.22, e2fsprogs to 1.42.9,
iproute2 to 3.12.0,
logrotate to 3.8.7,
- procps to 3.3.9, psmisc to 22.21, sqlite to 3.8.3.1.</description>
+ procps to 3.3.9, psmisc to 22.21, sqlite to 3.8.3.1, util-linux to
2.24.1.</description>
<previousversion>2.1.2</previousversion>
<installdate>INSTALLDATE</installdate>
<latest />
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn