From: <abe...@us...> - 2016-09-17 15:38:07
|
Revision: 7843 http://sourceforge.net/p/astlinux/code/7843 Author: abelbeck Date: 2016-09-17 15:38:05 +0000 (Sat, 17 Sep 2016) Log Message: ----------- tcpdump, version bump to 4.8.0, ngrep fails to build with libpcap 1.8.0 - staying with libpcap 1.7.4 for now Modified Paths: -------------- branches/1.0/package/tcpdump/tcpdump.mk Modified: branches/1.0/package/tcpdump/tcpdump.mk =================================================================== --- branches/1.0/package/tcpdump/tcpdump.mk 2016-09-17 13:56:25 UTC (rev 7842) +++ branches/1.0/package/tcpdump/tcpdump.mk 2016-09-17 15:38:05 UTC (rev 7843) @@ -4,7 +4,7 @@ # ############################################################# -TCPDUMP_VERSION = 4.7.4 +TCPDUMP_VERSION = 4.8.0 TCPDUMP_SITE = http://www.tcpdump.org/release TCPDUMP_SOURCE = tcpdump-$(TCPDUMP_VERSION).tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |