Revision: 6985 http://ipcop.svn.sourceforge.net/ipcop/?rev=6985&view=rev Author: gespinasse Date: 2013-03-27 06:31:06 +0000 (Wed, 27 Mar 2013) Log Message: ----------- Upgrade procps-ng to 3.3.7
Modified Paths: -------------- ipcop/trunk/config/rootfiles/common/procps ipcop/trunk/lfs/procps ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 ipcop/trunk/updates/2.1.0/information.xml ipcop/trunk/updates/2.1.0/setup Modified: ipcop/trunk/config/rootfiles/common/procps =================================================================== --- ipcop/trunk/config/rootfiles/common/procps 2013-03-25 19:21:21 UTC (rev 6984) +++ ipcop/trunk/config/rootfiles/common/procps 2013-03-27 06:31:06 UTC (rev 6985) @@ -1,6 +1,6 @@ bin/ps lib/libprocps.so.1 -lib/libprocps.so.1.1.0 +lib/libprocps.so.1.1.1 sbin/sysctl usr/bin/free #usr/bin/pgrep Modified: ipcop/trunk/lfs/procps =================================================================== --- ipcop/trunk/lfs/procps 2013-03-25 19:21:21 UTC (rev 6984) +++ ipcop/trunk/lfs/procps 2013-03-27 06:31:06 UTC (rev 6985) @@ -33,7 +33,7 @@ include Config PKG_NAME := procps-ng -VER := 3.3.6 +VER := 3.3.7 HOST_ARCH := all OTHER_SRC := yes @@ -43,6 +43,8 @@ DIR_APP := $(DIR_SRC)/$(THISAPP) TARGET := $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CFLAGS += -Wall + ############################################################################### # Top-level Rules ############################################################################### @@ -51,7 +53,7 @@ $(DL_FILE) := $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 := 0a050d9be531921db3cd38f1371e73e3 +$(DL_FILE)_MD5 := 57d2bad8c8fac3d09ee9f5f964e3da9c install : $(TARGET) @@ -83,8 +85,10 @@ @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE) # Fix the test suite - # This is a fast hack, unsure what should be made upstream, allow slabtop to report more objects - cd $(DIR_APP) && sed -i -e "s|exec which sleep|exec echo /$(TOOLS_DIR)/bin/sleep|" -e 's|999999|&9|' testsuite/config/unix.exp + # This is a fast hack, unsure what should be made upstream, revert bogus last minute correction for 9999999 + cd $(DIR_APP) && sed -i -e "s|exec which sleep|exec echo /$(TOOLS_DIR)/bin/sleep|" -e 's|&9|9999999|' testsuite/config/unix.exp + # make check work without kill build but not runtest + cd $(DIR_APP) && rm -rf testsuite/kill.test cd $(DIR_APP) && ./configure --prefix=/usr --exec-prefix= --libdir=/usr/lib --disable-static --disable-nls --disable-kill --disable-skill 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 2013-03-25 19:21:21 UTC (rev 6984) +++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2013-03-27 06:31:06 UTC (rev 6985) @@ -747,10 +747,10 @@ /usr/sbin/pppd /usr/sbin/pppstats ## -## procps-3.3.6 +## procps-3.3.7 /bin/ps /lib/libprocps.so.1 -/lib/libprocps.so.1.1.0 +/lib/libprocps.so.1.1.1 /sbin/sysctl /usr/bin/free /usr/bin/top Modified: ipcop/trunk/updates/2.1.0/information.xml =================================================================== --- ipcop/trunk/updates/2.1.0/information.xml 2013-03-25 19:21:21 UTC (rev 6984) +++ ipcop/trunk/updates/2.1.0/information.xml 2013-03-27 06:31:06 UTC (rev 6985) @@ -17,7 +17,7 @@ libnfnetlink to 1.0.1, libnetfiltercontrack to 1.0.2, libnl to 3.2.16, libpcap to 1.3.0, libpng to 1.5.14, libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 to 2.9.0, logrotate to 3.8.1, lsof to 4.87, mdadm to 3.2.6, net-tools to 1.60-p20120127084908, openldap to 2.4.34, openssh to 6.1, openssl to 1.0.1e, openswan to 2.6.38, - parted to 3.1, pciutils to 3.1.10, pcre to 8.32, pixman to 0.24.4, procps to 3.3.6, psmisc to 22.20, + parted to 3.1, pciutils to 3.1.10, pcre to 8.32, pixman to 0.24.4, procps to 3.3.7, psmisc to 22.20, rsyslog to 5.8.13, sed to 4.2.2, shadow to 4.1.5.1, smartmontools to 6.0, sqlite to 3.7.13 tcpdump to 4.3.0, traceroute to 2.0.19, usb-modeswitch to 1.2.5, usb-modeswitch-data to 20121109, usbutils to 006, util-linux to 2.22.2, Modified: ipcop/trunk/updates/2.1.0/setup =================================================================== --- ipcop/trunk/updates/2.1.0/setup 2013-03-25 19:21:21 UTC (rev 6984) +++ ipcop/trunk/updates/2.1.0/setup 2013-03-27 06:31:06 UTC (rev 6985) @@ -106,6 +106,7 @@ /bin/rm -f /lib/libip6tc.so.0.0.0 /bin/rm -f /lib/libproc-3.2.8.so /bin/rm -f /lib/libprocps.so.0* +/bin/rm -f /lib/libprocps.so.1.1.0 /bin/rm -f /lib/libsysfs.so* /bin/rm -f /lib/libz.so.1.2.6 /bin/rm -f /lib/libxtables.so.{7,8,9}* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn