Revision: 6549
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6549&view=rev
Author:   gespinasse
Date:     2012-04-20 06:24:13 +0000 (Fri, 20 Apr 2012)
Log Message:
-----------
Upgrade util-linux to 2.21.1

Add a note that the -fPIE -pie is probably ccache related.
Compilation work if removing the workaround and disabling ccache. That need 
more investigation.

Fix missing mountpoint in the update

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

Modified: ipcop/trunk/lfs/util-linux
===================================================================
--- ipcop/trunk/lfs/util-linux  2012-04-20 06:12:47 UTC (rev 6548)
+++ ipcop/trunk/lfs/util-linux  2012-04-20 06:24:13 UTC (rev 6549)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = util-linux
-VER        = 2.21
+VER        = 2.21.1
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -51,7 +51,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 208aa058f4117759d2939d1be7d662fc
+$(DL_FILE)_MD5 = ad602dcd528f340b1329cfa6200d8f80
 
 install : $(TARGET)
 
@@ -110,10 +110,13 @@
 ifeq "$(STAGE)" "base"
        cd $(DIR_APP) && sed -i 's@etc/adjtime@var/lib/hwclock/adjtime@g' 
hwclock/hwclock.c
        cd $(DIR_APP) && mkdir -pv /var/lib/hwclock
+       # Probably a ccache issue as the issue that -fPIE -pie fix is commited 
upstream since many versions
        # Make sure build picks up -fPIE -pie, otherwise lscpu will fail to 
build
        cd $(DIR_APP) && CFLAGS="$(CFLAGS) -fPIE -pie" ./configure \
                        --disable-static --disable-nls \
                        --disable-cramfs --disable-schedutils
+       #cd $(DIR_APP) && sed -i 's/^CC = gcc -std=gnu99$$/CC = gcc -std=gnu99 
-v/' sys-utils/Makefile
+       #cd $(DIR_APP) && make -j $(PARALLELISM) -C sys-utils CCACHE_DISABLE= # 
V=1
        cd $(DIR_APP) && make -j $(PARALLELISM)
        cd $(DIR_APP) && make -j $(PARALLELISM) install
 

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-20 06:12:47 UTC 
(rev 6548)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2012-04-20 06:24:13 UTC 
(rev 6549)
@@ -579,10 +579,11 @@
 /usr/share/zoneinfo/posix/Pacific/Easter
 /usr/share/zoneinfo/posix/Pacific/Fakaofo
 ##
-## util-linux-2.21
+## util-linux-2.21.1
 /bin/dmesg
 /bin/more
 /bin/mount
+/bin/mountpoint
 /bin/umount
 /lib/libblkid.so.1.1.0
 /lib/libmount.so.1.1.0

Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml   2012-04-20 06:12:47 UTC (rev 
6548)
+++ ipcop/trunk/updates/2.1.0/information.xml   2012-04-20 06:24:13 UTC (rev 
6549)
@@ -14,7 +14,7 @@
             libgcrypt to 1.5.0, libpng to 1.5.10, libtool to 2.4.2, lsof to 
4.85,
             openldap to 2.4.30, openssl to 1.0.0h, openswan to 2.6.38,
             pcre to 8.30, pixman to 0.24.4, procps to 3.3.2, psmisc to 22.16,
-            rsyslog to 5.8.9, shadow to 4.1.5, tzdata to 2012c, util-linux to 
2.21, several Perl CPAN modules.
+            rsyslog to 5.8.9, shadow to 4.1.5, tzdata to 2012c, util-linux to 
2.21.1, several Perl CPAN modules.
             <br />
             <b>Mandatory reboot after upgrade.</b>
         </description>

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


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to