Revision: 6626
http://ipcop.svn.sourceforge.net/ipcop/?rev=6626&view=rev
Author: gespinasse
Date: 2012-05-24 21:02:10 +0000 (Thu, 24 May 2012)
Log Message:
-----------
Upgrade procps-ng to 3.3.3.
I don't know how but debian bootstrapped package fail one test when the 3.3.3 I
uploaded from gitorious and bootstapped by myself did not fail any tests for a
i486 build and a 32-bits kernel (I had another test failure in free -b test
with a 64-bits kernel on the building machine). Anyway that should just be
better than 3.3.2.
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 2012-05-22 21:02:36 UTC (rev
6625)
+++ ipcop/trunk/config/rootfiles/common/procps 2012-05-24 21:02:10 UTC (rev
6626)
@@ -2,16 +2,14 @@
bin/ps
#lib/libprocps.so
lib/libprocps.so.0
-lib/libprocps.so.0.0.0
+lib/libprocps.so.0.0.1
sbin/sysctl
usr/bin/free
#usr/bin/pgrep
#usr/bin/pkill
#usr/bin/pmap
#usr/bin/pwdx
-#usr/bin/skill
#usr/bin/slabtop
-#usr/bin/snice
#usr/bin/tload
usr/bin/top
usr/bin/uptime
Modified: ipcop/trunk/lfs/procps
===================================================================
--- ipcop/trunk/lfs/procps 2012-05-22 21:02:36 UTC (rev 6625)
+++ ipcop/trunk/lfs/procps 2012-05-24 21:02:10 UTC (rev 6626)
@@ -33,12 +33,12 @@
include Config
PKG_NAME = procps
-VER = 3.3.2
+VER = 3.3.3
HOST_ARCH = all
OTHER_SRC = yes
THISAPP = $(PKG_NAME)-$(VER)
-DL_FILE = $(PKG_NAME)_$(VER).orig.tar.gz
+DL_FILE = $(PKG_NAME)_$(VER).orig.tar.xz
DL_FROM = $(URL_DEBIAN)/p/$(PKG_NAME)
DIR_APP = $(DIR_SRC)/$(PKG_NAME)-ng-$(VER)
TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
@@ -49,12 +49,12 @@
# Top-level Rules
###############################################################################
-objects := $(DL_FILE) $(PATCH1)
+objects := $(DL_FILE)
$(DL_FILE) := $(DL_FROM)/$(DL_FILE)
$(PATCH1) := $(DL_FROM)/$(PATCH1)
-$(DL_FILE)_MD5 := b345c201df6a12bd7b0ab92a306a24f6
+$(DL_FILE)_MD5 := a236660cc09ad36e0e8a378f448161c3
$(PATCH1)_MD5 := cedbb4bb0d3d7fae78d21cda5617af8e
install : $(TARGET)
@@ -84,16 +84,15 @@
$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
- @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+ @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
# Apply patches on debian order
- cd $(DIR_APP) && tar zxf $(DIR_DL)/$(PATCH1)
- cd $(DIR_APP) && for patch in `cat debian/patches/series` ; do patch
-p1 -i debian/patches/$$patch; done
+ #cd $(DIR_APP) && tar zxf $(DIR_DL)/$(PATCH1)
+ #cd $(DIR_APP) && for patch in `cat debian/patches/series` ; do patch
-p1 -i debian/patches/$$patch; done
cd $(DIR_APP) && ./configure --prefix= --disable-static --disable-nls
cd $(DIR_APP) && make -j $(PARALLELISM)
ifeq "$(RUNNING_TEST)" "yes"
- # There is errors actually in 3.3.2, and still in git-2012-02-19
-cd $(DIR_APP); make -j 1 check &>
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
endif
cd $(DIR_APP) && make install-exec
Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-05-22 21:02:36 UTC
(rev 6625)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-05-24 21:02:10 UTC
(rev 6626)
@@ -556,11 +556,11 @@
/usr/lib/libpixman-1.so.0
/usr/lib/libpixman-1.so.0.24.4
##
-## procps-3.3.2
+## procps-3.3.3
/bin/kill
/bin/ps
/lib/libprocps.so.0
-/lib/libprocps.so.0.0.0
+/lib/libprocps.so.0.0.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 2012-05-22 21:02:36 UTC (rev
6625)
+++ ipcop/trunk/updates/2.1.0/information.xml 2012-05-24 21:02:10 UTC (rev
6626)
@@ -15,7 +15,7 @@
libffi to 3.0.10, libgd to 2.0.36~rc1, libgcrypt to 1.5.0,
libnetfiltercontrack to 1.0.1, libpng to 1.5.10,
libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, lsof to
4.86,
openldap to 2.4.30, openssh to 6.0, openssl to 1.0.1c, openswan to
2.6.38,
- pcre to 8.30, pixman to 0.24.4, procps to 3.3.2, psmisc to 22.16,
+ pcre to 8.30, pixman to 0.24.4, procps to 3.3.3, psmisc to 22.16,
rsyslog to 5.8.9, shadow to 4.1.5, squid-langpack to 20120329,
traceroute to 2.0.18, tzdata to 2012c, util-linux to 2.21.1, zlib
to 1.2.7, several Perl CPAN modules.
<br />
Modified: ipcop/trunk/updates/2.1.0/setup
===================================================================
--- ipcop/trunk/updates/2.1.0/setup 2012-05-22 21:02:36 UTC (rev 6625)
+++ ipcop/trunk/updates/2.1.0/setup 2012-05-24 21:02:10 UTC (rev 6626)
@@ -116,6 +116,7 @@
/bin/rm -f /lib/libip4tc.so.0.0.0
/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.0.0
/bin/rm -f /lib/libsysfs.so*
/bin/rm -f /lib/libz.so.1.2.6
/bin/rm -f /usr/bin/gdlib-config
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn