Revision: 7230 http://sourceforge.net/p/ipcop/svn/7230 Author: owes Date: 2014-02-14 20:17:39 +0000 (Fri, 14 Feb 2014) Log Message: ----------- Update libpcap to 1.5.3 and tcpdump to 4.5.1
Modified Paths: -------------- ipcop/trunk/config/rootfiles/common/libpcap ipcop/trunk/lfs/libpcap ipcop/trunk/lfs/tcpdump ipcop/trunk/updates/2.1.2/ROOTFILES.i486-2.1.2 ipcop/trunk/updates/2.1.2/information.xml ipcop/trunk/updates/2.1.2/setup Added Paths: ----------- ipcop/trunk/src/patches/libpcap-1.5.3_ppp.patch Removed Paths: ------------- ipcop/trunk/src/patches/libpcap-1.4.0_ppp.patch Modified: ipcop/trunk/config/rootfiles/common/libpcap =================================================================== --- ipcop/trunk/config/rootfiles/common/libpcap 2014-02-14 15:26:17 UTC (rev 7229) +++ ipcop/trunk/config/rootfiles/common/libpcap 2014-02-14 20:17:39 UTC (rev 7230) @@ -14,7 +14,7 @@ #usr/lib/libpcap.a #usr/lib/libpcap.so usr/lib/libpcap.so.1 -usr/lib/libpcap.so.1.4.0 +usr/lib/libpcap.so.1.5.3 #usr/share/man/man1/pcap-config.1 #usr/share/man/man3/pcap.3pcap #usr/share/man/man3/pcap_activate.3pcap @@ -39,11 +39,13 @@ #usr/share/man/man3/pcap_fileno.3pcap #usr/share/man/man3/pcap_findalldevs.3pcap #usr/share/man/man3/pcap_fopen_offline.3pcap +#usr/share/man/man3/pcap_fopen_offline_with_tstamp_precision.3pcap #usr/share/man/man3/pcap_free_datalinks.3pcap #usr/share/man/man3/pcap_free_tstamp_types.3pcap #usr/share/man/man3/pcap_freealldevs.3pcap #usr/share/man/man3/pcap_freecode.3pcap #usr/share/man/man3/pcap_get_selectable_fd.3pcap +#usr/share/man/man3/pcap_get_tstamp_precision.3pcap #usr/share/man/man3/pcap_geterr.3pcap #usr/share/man/man3/pcap_getnonblock.3pcap #usr/share/man/man3/pcap_inject.3pcap @@ -60,16 +62,20 @@ #usr/share/man/man3/pcap_next_ex.3pcap #usr/share/man/man3/pcap_offline_filter.3pcap #usr/share/man/man3/pcap_open_dead.3pcap +#usr/share/man/man3/pcap_open_dead_with_tstamp_precision.3pcap #usr/share/man/man3/pcap_open_live.3pcap #usr/share/man/man3/pcap_open_offline.3pcap +#usr/share/man/man3/pcap_open_offline_with_tstamp_precision.3pcap #usr/share/man/man3/pcap_perror.3pcap #usr/share/man/man3/pcap_sendpacket.3pcap #usr/share/man/man3/pcap_set_buffer_size.3pcap #usr/share/man/man3/pcap_set_datalink.3pcap +#usr/share/man/man3/pcap_set_immediate_mode.3pcap #usr/share/man/man3/pcap_set_promisc.3pcap #usr/share/man/man3/pcap_set_rfmon.3pcap #usr/share/man/man3/pcap_set_snaplen.3pcap #usr/share/man/man3/pcap_set_timeout.3pcap +#usr/share/man/man3/pcap_set_tstamp_precision.3pcap #usr/share/man/man3/pcap_set_tstamp_type.3pcap #usr/share/man/man3/pcap_setdirection.3pcap #usr/share/man/man3/pcap_setfilter.3pcap Modified: ipcop/trunk/lfs/libpcap =================================================================== --- ipcop/trunk/lfs/libpcap 2014-02-14 15:26:17 UTC (rev 7229) +++ ipcop/trunk/lfs/libpcap 2014-02-14 20:17:39 UTC (rev 7230) @@ -33,7 +33,7 @@ include Config PKG_NAME = libpcap -VER = 1.4.0 +VER = 1.5.3 HOST_ARCH = all OTHER_SRC = yes @@ -53,7 +53,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 56e88a5aabdd1e04414985ac24f7e76c +$(DL_FILE)_MD5 = 7e7321fb3aff2f2bb05c8229f3795d4a install : $(TARGET) Modified: ipcop/trunk/lfs/tcpdump =================================================================== --- ipcop/trunk/lfs/tcpdump 2014-02-14 15:26:17 UTC (rev 7229) +++ ipcop/trunk/lfs/tcpdump 2014-02-14 20:17:39 UTC (rev 7230) @@ -33,7 +33,7 @@ include Config PKG_NAME = tcpdump -VER = 4.4.0 +VER = 4.5.1 HOST_ARCH = all OTHER_SRC = yes @@ -53,7 +53,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6f75aabcffd012f73bd7c331bb5d8232 +$(DL_FILE)_MD5 = 973a2513d0076e34aa9da7e15ed98e1b install : $(TARGET) Deleted: ipcop/trunk/src/patches/libpcap-1.4.0_ppp.patch =================================================================== --- ipcop/trunk/src/patches/libpcap-1.4.0_ppp.patch 2014-02-14 15:26:17 UTC (rev 7229) +++ ipcop/trunk/src/patches/libpcap-1.4.0_ppp.patch 2014-02-14 20:17:39 UTC (rev 7230) @@ -1,12 +0,0 @@ -fixes: error in active-filter expression -because inbound/outbound not supported on linktype (pppd, ipppd) ---- a/gencode.c.old 2004-06-21 19:43:24.611308762 +0100 -+++ a/gencode.c 2004-06-21 19:43:34.851140716 +0100 -@@ -7617,6 +7617,7 @@ - */ - switch (linktype) { - case DLT_SLIP: -+ case DLT_PPP: - b0 = gen_relation(BPF_JEQ, - gen_load(Q_LINK, gen_loadi(0), 1), - gen_loadi(0), Copied: ipcop/trunk/src/patches/libpcap-1.5.3_ppp.patch (from rev 7229, ipcop/trunk/src/patches/libpcap-1.4.0_ppp.patch) =================================================================== --- ipcop/trunk/src/patches/libpcap-1.5.3_ppp.patch (rev 0) +++ ipcop/trunk/src/patches/libpcap-1.5.3_ppp.patch 2014-02-14 20:17:39 UTC (rev 7230) @@ -0,0 +1,12 @@ +fixes: error in active-filter expression +because inbound/outbound not supported on linktype (pppd, ipppd) +--- a/gencode.c.old 2004-06-21 19:43:24.611308762 +0100 ++++ a/gencode.c 2004-06-21 19:43:34.851140716 +0100 +@@ -7617,6 +7617,7 @@ + */ + switch (linktype) { + case DLT_SLIP: ++ case DLT_PPP: + b0 = gen_relation(BPF_JEQ, + gen_load(Q_LINK, gen_loadi(0), 1), + gen_loadi(0), Modified: ipcop/trunk/updates/2.1.2/ROOTFILES.i486-2.1.2 =================================================================== --- ipcop/trunk/updates/2.1.2/ROOTFILES.i486-2.1.2 2014-02-14 15:26:17 UTC (rev 7229) +++ ipcop/trunk/updates/2.1.2/ROOTFILES.i486-2.1.2 2014-02-14 20:17:39 UTC (rev 7230) @@ -1,2 +1,9 @@ ## please place IPCop files first, then packages sorted by alphabetical order /home/httpd/cgi-bin/openvpn.cgi +## +## libpcap-1.5.3 +/usr/lib/libpcap.so.1 +/usr/lib/libpcap.so.1.5.3 +## +## tcpdump-4.5.1 +/usr/sbin/tcpdump Modified: ipcop/trunk/updates/2.1.2/information.xml =================================================================== --- ipcop/trunk/updates/2.1.2/information.xml 2014-02-14 15:26:17 UTC (rev 7229) +++ ipcop/trunk/updates/2.1.2/information.xml 2014-02-14 20:17:39 UTC (rev 7230) @@ -4,7 +4,7 @@ <releasedate>2014-mm-dd</releasedate> <size>0</size> <isoimages>no</isoimages> - <description>Description (needs modification, shortly before release at the latest).</description> + <description>Upgrade libpcap to 1.5.3, tcpdump to 4.5.1</description> <previousversion>2.1.1</previousversion> <installdate>INSTALLDATE</installdate> <latest /> Modified: ipcop/trunk/updates/2.1.2/setup =================================================================== --- ipcop/trunk/updates/2.1.2/setup 2014-02-14 15:26:17 UTC (rev 7229) +++ ipcop/trunk/updates/2.1.2/setup 2014-02-14 20:17:39 UTC (rev 7230) @@ -63,6 +63,7 @@ # Remove old libraries (version specific) # /bin/rm -f ..... +/bin/rm -f /usr/lib/libpcap.so.1.4.0 # For new shared libs. May not always be required, but makes sure we do not forget /sbin/ldconfig This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn