Revision: 7108
          http://sourceforge.net/p/ipcop/svn/7108
Author:   dotzball
Date:     2013-09-29 10:43:06 +0000 (Sun, 29 Sep 2013)
Log Message:
-----------
Update ulogd to 2.0.2.

It is not working yet, config needs tweaking.

Modified Paths:
--------------
    ipcop/trunk/config/rootfiles/common/ulogd
    ipcop/trunk/config/ulogd/ulogd.conf
    ipcop/trunk/lfs/ulogd
    ipcop/trunk/src/misc-progs/accountingctrl.c
    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/ulogd
===================================================================
--- ipcop/trunk/config/rootfiles/common/ulogd   2013-09-18 02:08:06 UTC (rev 
7107)
+++ ipcop/trunk/config/rootfiles/common/ulogd   2013-09-29 10:43:06 UTC (rev 
7108)
@@ -1,17 +1,58 @@
 ##
-## ulogd-1.24
+## ulogd-2.0.2
 ##
 etc/ulogd.conf
 #usr/lib/ulogd
-usr/lib/ulogd/ulogd_BASE.so
-#usr/lib/ulogd/ulogd_LOCAL.so
-#usr/lib/ulogd/ulogd_LOGEMU.so
-#usr/lib/ulogd/ulogd_OPRINT.so
-#usr/lib/ulogd/ulogd_PCAP.so
-#usr/lib/ulogd/ulogd_PWSNIFF.so
-usr/lib/ulogd/ulogd_SQLITE3.so
-#usr/lib/ulogd/ulogd_SYSLOG.so
+#usr/lib/ulogd/ulogd_filter_HWHDR.la
+usr/lib/ulogd/ulogd_filter_HWHDR.so
+#usr/lib/ulogd/ulogd_filter_IFINDEX.la
+usr/lib/ulogd/ulogd_filter_IFINDEX.so
+#usr/lib/ulogd/ulogd_filter_IP2BIN.la
+usr/lib/ulogd/ulogd_filter_IP2BIN.so
+#usr/lib/ulogd/ulogd_filter_IP2HBIN.la
+usr/lib/ulogd/ulogd_filter_IP2HBIN.so
+#usr/lib/ulogd/ulogd_filter_IP2STR.la
+usr/lib/ulogd/ulogd_filter_IP2STR.so
+#usr/lib/ulogd/ulogd_filter_MARK.la
+usr/lib/ulogd/ulogd_filter_MARK.so
+#usr/lib/ulogd/ulogd_filter_PRINTFLOW.la
+usr/lib/ulogd/ulogd_filter_PRINTFLOW.so
+#usr/lib/ulogd/ulogd_filter_PRINTPKT.la
+usr/lib/ulogd/ulogd_filter_PRINTPKT.so
+#usr/lib/ulogd/ulogd_filter_PWSNIFF.la
+usr/lib/ulogd/ulogd_filter_PWSNIFF.so
+#usr/lib/ulogd/ulogd_inpflow_NFACCT.la
+usr/lib/ulogd/ulogd_inpflow_NFACCT.so
+#usr/lib/ulogd/ulogd_inpflow_NFCT.la
+usr/lib/ulogd/ulogd_inpflow_NFCT.so
+#usr/lib/ulogd/ulogd_inppkt_NFLOG.la
+usr/lib/ulogd/ulogd_inppkt_NFLOG.so
+#usr/lib/ulogd/ulogd_inppkt_ULOG.la
+usr/lib/ulogd/ulogd_inppkt_ULOG.so
+#usr/lib/ulogd/ulogd_inppkt_UNIXSOCK.la
+usr/lib/ulogd/ulogd_inppkt_UNIXSOCK.so
+#usr/lib/ulogd/ulogd_output_GPRINT.la
+usr/lib/ulogd/ulogd_output_GPRINT.so
+#usr/lib/ulogd/ulogd_output_GRAPHITE.la
+usr/lib/ulogd/ulogd_output_GRAPHITE.so
+#usr/lib/ulogd/ulogd_output_LOGEMU.la
+usr/lib/ulogd/ulogd_output_LOGEMU.so
+#usr/lib/ulogd/ulogd_output_NACCT.la
+usr/lib/ulogd/ulogd_output_NACCT.so
+#usr/lib/ulogd/ulogd_output_OPRINT.la
+usr/lib/ulogd/ulogd_output_OPRINT.so
+#usr/lib/ulogd/ulogd_output_PCAP.la
+usr/lib/ulogd/ulogd_output_PCAP.so
+#usr/lib/ulogd/ulogd_output_SQLITE3.la
+usr/lib/ulogd/ulogd_output_SQLITE3.so
+#usr/lib/ulogd/ulogd_output_SYSLOG.la
+usr/lib/ulogd/ulogd_output_SYSLOG.so
+#usr/lib/ulogd/ulogd_output_XML.la
+usr/lib/ulogd/ulogd_output_XML.so
+#usr/lib/ulogd/ulogd_raw2packet_BASE.la
+usr/lib/ulogd/ulogd_raw2packet_BASE.so
 usr/sbin/ulogd
+#usr/share/man/man8/ulogd.8
 var/ipcop/traffic/empty-ulogd.db
 #var/log/traffic
 var/log/traffic/ulogd.db

Modified: ipcop/trunk/config/ulogd/ulogd.conf
===================================================================
--- ipcop/trunk/config/ulogd/ulogd.conf 2013-09-18 02:08:06 UTC (rev 7107)
+++ ipcop/trunk/config/ulogd/ulogd.conf 2013-09-29 10:43:06 UTC (rev 7108)
@@ -7,34 +7,193 @@
 # GLOBAL OPTIONS
 ######################################################################
 
-# netlink multicast group (the same as the iptables --ulog-nlgroup param)
-nlgroup=1
-
 # logfile for status messages
 logfile="/var/log/ulogd.log"
 
 # loglevel: debug(1), info(3), notice(5), error(7) or fatal(8)
 loglevel=7
 
-# socket receive buffer size (should be at least the size of the
-# in-kernel buffer (ipt_ULOG.o 'nlbufsiz' parameter)
-rmem=131071
-
-# libipulog/ulogd receive buffer size, should be > rmem
-bufsize=150000
-
 ######################################################################
 # PLUGIN OPTIONS
 ######################################################################
 
-# ulogd_BASE.so - interpreter plugin for basic IPv4 header fields
-#                you will always need this
-plugin="LIBDIR/ulogd_BASE.so"
+## ulogd_BASE.so - interpreter plugin for basic IPv4 header fields
+##               you will always need this
+#plugin="LIBDIR/ulogd_BASE.so"
+#
+## output plugins.
+#plugin="LIBDIR/ulogd_SQLITE3.so"
+#
+#[SQLITE3]
+#table="ulog"
+#db="DATABASEDIR/ulogd.db"
+#buffer=200
 
-# output plugins.
-plugin="LIBDIR/ulogd_SQLITE3.so"
 
-[SQLITE3]
+
+# We have to configure and load all the plugins we want to use
+
+# general rules:
+# 1. load the plugins _first_ from the global section
+# 2. options for each plugin in seperate section below
+
+
+plugin="LIBDIR/ulogd_inppkt_NFLOG.so"
+#plugin="LIBDIR/ulogd_inpflow_NFCT.so"
+#plugin="LIBDIR/ulogd_inpflow_NFACCT.so"
+plugin="LIBDIR/ulogd_raw2packet_BASE.so"
+plugin="LIBDIR/ulogd_output_SQLITE3.so"
+
+#???
+#plugin="LIBDIR/ulogd_filter_IFINDEX.so"
+
+#plugin="LIBDIR/ulogd_output_PGSQL.so"
+#plugin="LIBDIR/ulogd_output_PCAP.so"
+#plugin="LIBDIR/ulogd_output_SYSLOG.so"
+#plugin="LIBDIR/ulogd_filter_IP2BIN.so"
+
+
+#plugin="LIBDIR/ulogd_filter_IP2STR.so"
+#plugin="LIBDIR/ulogd_filter_IP2HBIN.so"
+#plugin="LIBDIR/ulogd_filter_PRINTPKT.so"
+#plugin="LIBDIR/ulogd_filter_HWHDR.so"
+#plugin="LIBDIR/ulogd_filter_PRINTFLOW.so"
+#plugin="LIBDIR/ulogd_filter_MARK.so"
+#plugin="LIBDIR/ulogd_output_XML.so"
+#plugin="LIBDIR/ulogd_output_GPRINT.so"
+#plugin="LIBDIR/ulogd_output_NACCT.so"
+#plugin="LIBDIR/ulogd_output_DBI.so"
+#plugin="LIBDIR/ulogd_output_GRAPHITE.so"
+
+
+# this is a stack for flow-based logging to SQLITE3
+#stack=ct1:NFCT,sqlite3_ct:SQLITE3
+
+# this is a stack for logging packet to SQLITE3
+stack=log1:NFLOG,base1:BASE,sqlite3_pkt:SQLITE3
+
+# this is a stack for flow-based logging in NACCT compatible format
+#stack=ct1:NFCT,ip2str1:IP2STR,nacct1:NACCT
+
+
+
+#[sqlite3_ct]
+#table="ulog"
+#db="DATABASEDIR/ulogd.db"
+#buffer=200
+
+[sqlite3_pkt]
 table="ulog"
 db="DATABASEDIR/ulogd.db"
 buffer=200
+
+
+
+
+# this is a stack for logging packet send by system via LOGEMU
+#stack=log1:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
+# this is a stack for packet-based logging via LOGEMU
+#stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
+# this is a stack for ULOG packet-based logging via LOGEMU
+#stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
+# this is a stack for packet-based logging via LOGEMU with filtering on MARK
+#stack=log2:NFLOG,mark1:MARK,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
+# this is a stack for packet-based logging via GPRINT
+#stack=log1:NFLOG,gp1:GPRINT
+# this is a stack for flow-based logging via LOGEMU
+#stack=ct1:NFCT,ip2str1:IP2STR,print1:PRINTFLOW,emu1:LOGEMU
+# this is a stack for flow-based logging via GPRINT
+#stack=ct1:NFCT,gp1:GPRINT
+# this is a stack for flow-based logging via XML
+#stack=ct1:NFCT,xml1:XML
+# this is a stack for logging in XML
+#stack=log1:NFLOG,xml1:XML
+# this is a stack for accounting-based logging via XML
+#stack=acct1:NFACCT,xml1:XML
+# this is a stack for accounting-based logging to a Graphite server
+#stack=acct1:NFACCT,graphite1:GRAPHITE
+# this is a stack for NFLOG packet-based logging to PCAP
+#stack=log2:NFLOG,base1:BASE,pcap1:PCAP
+# this is a stack for logging packet to MySQL
+#stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2bin1:IP2BIN,mac2str1:HWHDR,mysql1:MYSQL
+
+
+
+
+
+# this is a stack for logging packet to PGsql after a collect via NFLOG
+#stack=log2:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,mac2str1:HWHDR,pgsql1:PGSQL
+
+# this is a stack for logging packets to syslog after a collect via NFLOG
+#stack=log3:NFLOG,base1:BASE,ifi1:IFINDEX,ip2str1:IP2STR,print1:PRINTPKT,sys1:SYSLOG
+
+# this is a stack for logging packets to syslog after a collect via NuFW
+#stack=nuauth1:UNIXSOCK,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,sys1:SYSLOG
+
+# this is a stack for flow-based logging to MySQL
+#stack=ct1:NFCT,ip2bin1:IP2BIN,mysql2:MYSQL
+
+# this is a stack for flow-based logging to PGSQL
+#stack=ct1:NFCT,ip2str1:IP2STR,pgsql2:PGSQL
+
+# this is a stack for flow-based logging to PGSQL without local hash
+#stack=ct1:NFCT,ip2str1:IP2STR,pgsql3:PGSQL
+
+
+# this is a stack for accounting-based logging via GPRINT
+#stack=acct1:NFACCT,gp1:GPRINT
+
+[ct1]
+#netlink_socket_buffer_size=217088
+#netlink_socket_buffer_maxsize=1085440
+#netlink_resync_timeout=60 # seconds to wait to perform resynchronization
+#pollinterval=10 # use poll-based logging instead of event-driven
+# If pollinterval is not set, NFCT plugin will work in event mode
+# In this case, you can use the following filters on events:
+#accept_src_filter=192.168.1.0/24,1:2::/64 # source ip of connection must 
belong to these networks
+#accept_dst_filter=192.168.1.0/24 # destination ip of connection must belong 
to these networks
+#accept_proto_filter=tcp,sctp # layer 4 proto of connections
+
+[ct2]
+#netlink_socket_buffer_size=217088
+#netlink_socket_buffer_maxsize=1085440
+#reliable=1 # enable reliable flow-based logging (may drop packets)
+hash_enable=0
+
+# Logging of system packet through NFLOG
+[log1]
+# netlink multicast group (the same as the iptables --nflog-group param)
+# Group O is used by the kernel to log connection tracking invalid message
+group=0
+#netlink_socket_buffer_size=217088
+#netlink_socket_buffer_maxsize=1085440
+# set number of packet to queue inside kernel
+#netlink_qthreshold=1
+# set the delay before flushing packet in the queue inside kernel (in 10ms)
+#netlink_qtimeout=100
+
+# packet logging through NFLOG for group 1
+[log2]
+# netlink multicast group (the same as the iptables --nflog-group param)
+group=1 # Group has to be different from the one use in log1
+#netlink_socket_buffer_size=217088
+#netlink_socket_buffer_maxsize=1085440
+# If your kernel is older than 2.6.29 and if a NFLOG input plugin with
+# group 0 is not used by any stack, you need to have at least one NFLOG
+# input plugin with bind set to 1. If you don't do that you may not
+# receive any message from the kernel.
+#bind=1
+
+# packet logging through NFLOG for group 2, numeric_label is
+# set to 1
+[log3]
+# netlink multicast group (the same as the iptables --nflog-group param)
+group=2 # Group has to be different from the one use in log1/log2
+numeric_label=1 # you can label the log info based on the packet verdict
+#netlink_socket_buffer_size=217088
+#netlink_socket_buffer_maxsize=1085440
+#bind=1
+
+
+[mark1]
+mark = 1

Modified: ipcop/trunk/lfs/ulogd
===================================================================
--- ipcop/trunk/lfs/ulogd       2013-09-18 02:08:06 UTC (rev 7107)
+++ ipcop/trunk/lfs/ulogd       2013-09-29 10:43:06 UTC (rev 7108)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = ulogd
-VER        = 1.24
+VER        = 2.0.2
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -53,8 +53,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-#$(DL_FILE)_MD5 = e8809da54b49013e2b03b5c47ce47dca
-$(DL_FILE)_MD5 = 05b4ed2926b9a22aaeaf642917bbf8ff
+$(DL_FILE)_MD5 = 660516de4b5b1e110c12dae414619e0f
 
 install : $(TARGET)
 
@@ -86,13 +85,13 @@
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        # Fix 'call to __builtin___strncat_chk might overflow destination 
buffer'
        # Fix 'format not a string literal and no format arguments' when 
-Wformat-nonliteral is used
-       cd $(DIR_APP) && patch -p0 -i $(DIR_PATCHES)/$(THISAPP)_strfix.patch    
# (debian borrowed)
+       #cd $(DIR_APP) && patch -p0 -i $(DIR_PATCHES)/$(THISAPP)_strfix.patch   
# (debian borrowed)
        # Fix 'this libc does not define HOST_NAME_MAX'
-       cd $(DIR_APP) && sed -i -e 's:include <stdio.h>:include 
<limits.h>\n#include <stdio.h>:' extensions/ulogd_LOGEMU.c
-       cd $(DIR_APP) && sed -i -e 's:include <stdio.h>:include 
<limits.h>\n#include <stdio.h>:' extensions/printpkt.c
+       #cd $(DIR_APP) && sed -i -e 's:include <stdio.h>:include 
<limits.h>\n#include <stdio.h>:' extensions/ulogd_LOGEMU.c
+       #cd $(DIR_APP) && sed -i -e 's:include <stdio.h>:include 
<limits.h>\n#include <stdio.h>:' extensions/printpkt.c
        # Call gcc instead of ld for linking as only gcc have our hardened by 
default options (gentoo borrowed)
        # (prevents build from choking on stuff like "LDFLAGS=-Wl,O1")
-       cd $(DIR_APP) && for d in pgsql sqlite3 extensions mysql pcap ; do sed 
-i -e 's/$$(LD)/$$(CC) -nostartfiles/' $$d/Makefile.in; done
+       #cd $(DIR_APP) && for d in pgsql sqlite3 extensions mysql pcap ; do sed 
-i -e 's/$$(LD)/$$(CC) -nostartfiles/' $$d/Makefile.in; done
 
        # remove database(s) in case of a partial build
        rm -f /var/ipcop/traffic/empty-ulogd.db

Modified: ipcop/trunk/src/misc-progs/accountingctrl.c
===================================================================
--- ipcop/trunk/src/misc-progs/accountingctrl.c 2013-09-18 02:08:06 UTC (rev 
7107)
+++ ipcop/trunk/src/misc-progs/accountingctrl.c 2013-09-29 10:43:06 UTC (rev 
7108)
@@ -57,28 +57,27 @@
 {
     char options[STRING_SIZE];
 
-    //~ OPTIONS='-j ULOG --ulog-nlgroup 1 --ulog-qthreshold 50 --ulog-cprange 
48';
-    snprintf(options, STRING_SIZE, "-j ULOG --ulog-nlgroup 1 --ulog-qthreshold 
50 --ulog-cprange 48");
+    snprintf(options, STRING_SIZE, "-j NFLOG --nflog-group 1 --nflog-threshold 
50 --nflog-range 48");
 
     verbose_printf(2, "  For %s:\n", dev_id);
 
     snprintf(command, STRING_SIZE_LARGE, 
-            "/sbin/iptables -A ACCOUNT_INPUT -i %s %s --ulog-prefix %s_INPUT", 
iface, options, dev_id);
+            "/sbin/iptables -A ACCOUNT_INPUT -i %s %s --nflog-prefix 
%s_INPUT", iface, options, dev_id);
     verbose_printf(2, "    %s\n", command);
     safe_system(command);
 
     snprintf(command, STRING_SIZE_LARGE,
-             "/sbin/iptables -A ACCOUNT_FORWARD_IN -i %s %s --ulog-prefix 
%s_FORWARD_IN", iface, options, dev_id);
+             "/sbin/iptables -A ACCOUNT_FORWARD_IN -i %s %s --nflog-prefix 
%s_FORWARD_IN", iface, options, dev_id);
     verbose_printf(2, "    %s\n", command);
     safe_system(command);
 
     snprintf(command, STRING_SIZE_LARGE,
-             "/sbin/iptables -A ACCOUNT_FORWARD_OUT -o %s %s --ulog-prefix 
%s_FORWARD_OUT", iface, options, dev_id);
+             "/sbin/iptables -A ACCOUNT_FORWARD_OUT -o %s %s --nflog-prefix 
%s_FORWARD_OUT", iface, options, dev_id);
     verbose_printf(2, "    %s\n", command);
     safe_system(command);
 
     snprintf(command, STRING_SIZE_LARGE,
-             "/sbin/iptables -A ACCOUNT_OUTPUT -o %s %s --ulog-prefix 
%s_OUTPUT", iface, options, dev_id);
+             "/sbin/iptables -A ACCOUNT_OUTPUT -o %s %s --nflog-prefix 
%s_OUTPUT", iface, options, dev_id);
     verbose_printf(2, "    %s\n", command);
     safe_system(command);
 }

Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0
===================================================================
--- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2013-09-18 02:08:06 UTC 
(rev 7107)
+++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0      2013-09-29 10:43:06 UTC 
(rev 7108)
@@ -1245,6 +1245,36 @@
 /usr/sbin/traceroute
 /usr/sbin/traceroute6
 ##
+## ulogd-2.0.2
+/etc/ulogd.conf
+/usr/lib/ulogd/ulogd_filter_HWHDR.so
+/usr/lib/ulogd/ulogd_filter_IFINDEX.so
+/usr/lib/ulogd/ulogd_filter_IP2BIN.so
+/usr/lib/ulogd/ulogd_filter_IP2HBIN.so
+/usr/lib/ulogd/ulogd_filter_IP2STR.so
+/usr/lib/ulogd/ulogd_filter_MARK.so
+/usr/lib/ulogd/ulogd_filter_PRINTFLOW.so
+/usr/lib/ulogd/ulogd_filter_PRINTPKT.so
+/usr/lib/ulogd/ulogd_filter_PWSNIFF.so
+/usr/lib/ulogd/ulogd_inpflow_NFACCT.so
+/usr/lib/ulogd/ulogd_inpflow_NFCT.so
+/usr/lib/ulogd/ulogd_inppkt_NFLOG.so
+/usr/lib/ulogd/ulogd_inppkt_ULOG.so
+/usr/lib/ulogd/ulogd_inppkt_UNIXSOCK.so
+/usr/lib/ulogd/ulogd_output_GPRINT.so
+/usr/lib/ulogd/ulogd_output_GRAPHITE.so
+/usr/lib/ulogd/ulogd_output_LOGEMU.so
+/usr/lib/ulogd/ulogd_output_NACCT.so
+/usr/lib/ulogd/ulogd_output_OPRINT.so
+/usr/lib/ulogd/ulogd_output_PCAP.so
+/usr/lib/ulogd/ulogd_output_SQLITE3.so
+/usr/lib/ulogd/ulogd_output_SYSLOG.so
+/usr/lib/ulogd/ulogd_output_XML.so
+/usr/lib/ulogd/ulogd_raw2packet_BASE.so
+/usr/sbin/ulogd
+/var/ipcop/traffic/empty-ulogd.db
+/var/log/traffic/ulogd.db
+##
 ## usb-modeswitch-1.2.5
 /lib/udev/usb_modeswitch
 /usr/sbin/usb_modeswitch

Modified: ipcop/trunk/updates/2.1.0/information.xml
===================================================================
--- ipcop/trunk/updates/2.1.0/information.xml   2013-09-18 02:08:06 UTC (rev 
7107)
+++ ipcop/trunk/updates/2.1.0/information.xml   2013-09-29 10:43:06 UTC (rev 
7108)
@@ -20,7 +20,7 @@
             mdadm to 3.2.6, net-tools to 1.60-p20120127084908, openldap to 
2.4.35, openssh to 6.2p2, openssl to 1.0.1e, openswan to 2.6.39,
             parted to 3.1, patch to 2.7.1, pciutils to 3.1.10, pcre to 8.32, 
perl to 5.14.2-21, pixman to 0.24.4, procps to 3.3.8, psmisc to 22.20,
             rp-pppoe to 3.11, rsyslog to 5.8.13, sed to 4.2.2, shadow to 
4.1.5.1, smartmontools to 6.1, sqlite to 3.7.13
-            tcpdump to 4.3.0, traceroute to 2.0.19,
+            tcpdump to 4.3.0, traceroute to 2.0.19, ulogd to 2.0.2,
             usb-modeswitch to 1.2.5, usb-modeswitch-data to 20121109, usbutils 
to 006, util-linux to 2.22.2,
             zlib to 1.2.8, several Perl CPAN modules.
         </description>

Modified: ipcop/trunk/updates/2.1.0/setup
===================================================================
--- ipcop/trunk/updates/2.1.0/setup     2013-09-18 02:08:06 UTC (rev 7107)
+++ ipcop/trunk/updates/2.1.0/setup     2013-09-29 10:43:06 UTC (rev 7108)
@@ -195,6 +195,9 @@
 /bin/rm -f /usr/lib/libgssrpc.so
 /bin/rm -f /usr/lib/libk5crypto.so
 /bin/rm -f /usr/lib/libkrb5.so
+# ulogd
+/bin/rm -f /usr/lib/ulogd/ulogd_BASE.so
+/bin/rm -f /usr/lib/ulogd/ulogd_SQLITE3.so
 
 /bin/chmod -x /lib/libcap.so.*
 

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


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to