Revision: 6687
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6687&view=rev
Author:   gespinasse
Date:     2012-07-05 21:39:53 +0000 (Thu, 05 Jul 2012)
Log Message:
-----------
Upgrade rsyslog to 5.8.12
Silent the strict-aliasing warnings
Swithc to verbsoe compilation mode

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

Modified: ipcop/trunk/lfs/rsyslog
===================================================================
--- ipcop/trunk/lfs/rsyslog     2012-07-05 07:44:34 UTC (rev 6686)
+++ ipcop/trunk/lfs/rsyslog     2012-07-05 21:39:53 UTC (rev 6687)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = rsyslog
-VER        = 5.8.9
+VER        = 5.8.12
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -51,7 +51,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3fe2920e7ba8bb06807deaf8dd721d8e
+$(DL_FILE)_MD5 = e4a105a004ca7113ec5948b30c6af20c
 
 install : $(TARGET)
 
@@ -81,7 +81,7 @@
 $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np1 -i 
$(DIR_PATCHES)/$(THISAPP)_stack-size.patch
+       cd $(DIR_APP) && patch -p1 -i 
$(DIR_PATCHES)/$(PKG_NAME)-5.8.9_stack-size.patch
 
        # 'checking for library containing clock_gettime' is required to find 
the lib to link and set RT_LIBS
        # 'checking for clock_gettime...' is badly made and unneeded as nothing 
is under HAVE_CLOCK_GETTIME define.
@@ -91,7 +91,12 @@
                                        --exec-prefix=/usr \
                                        --sysconfdir=/etc \
                                        --localstatedir=/var
-       cd $(DIR_APP) && make -j $(PARALLELISM)
+       # Disable strict-aliasing on only the required files
+       # Probably a gcc-4.4 issue as more recent compiler does not warn on 
debian/fedora build log
+       cd $(DIR_APP) && sed -i '/nsd_ptcp.c$$/s/(CFLAGS)/(CFLAGS) 
-fno-strict-aliasing/' ./runtime/Makefile
+       cd $(DIR_APP) && sed -i '/net.c$$/s/(CFLAGS)/(CFLAGS) 
-fno-strict-aliasing/' ./runtime/Makefile
+
+       cd $(DIR_APP) && make -j $(PARALLELISM) V=1
        cd $(DIR_APP) && make install
 
        # create some logfiles with appropriate rights & owner

Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2012-07-05 07:44:34 UTC 
(rev 6686)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2012-07-05 21:39:53 UTC 
(rev 6687)
@@ -640,7 +640,7 @@
 /usr/bin/killall
 /usr/bin/pstree
 ##
-## rsyslog-5.8.9
+## rsyslog-5.8.12
 /usr/lib/rsyslog/imklog.so
 /usr/lib/rsyslog/imuxsock.so
 /usr/lib/rsyslog/lmnet.so

Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml   2012-07-05 07:44:34 UTC (rev 
6686)
+++ ipcop/trunk/updates/2.1.0/information.xml   2012-07-05 21:39:53 UTC (rev 
6687)
@@ -16,7 +16,7 @@
             libusb to 1.0.9, libusb-compat to 0.1.4, libtool to 2.4.2, libxml2 
to 2.8.0, logrotate to 3.8.1, lsof to 4.86,
             net-tools to 1.60-p20120127084908, openldap to 2.4.31, openssh to 
6.0, openssl to 1.0.1c, openswan to 2.6.38,
             pciutils to 3.1.10, pcre to 8.30, pixman to 0.24.4, procps to 
3.3.3, psmisc to 22.19,
-            rsyslog to 5.8.9, shadow to 4.1.5.1, sqlite to 3.7.13, squid to 
3.1.20, squid-langpack to 20120329,
+            rsyslog to 5.8.12, shadow to 4.1.5.1, sqlite to 3.7.13, squid to 
3.1.20, squid-langpack to 20120329,
             traceroute to 2.0.18, tzdata to 2012c,
             usb-modeswitch-data to 20120531, util-linux to 2.21.2, wanpipe to 
3.5.25, zlib to 1.2.7, several Perl CPAN modules.
             <br />

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
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to