[csw-devel] SF.net SVN: gar:[9488] csw/mgar/pkg/tcpdump/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Mar 31 15:08:49 CEST 2010
Revision: 9488
http://gar.svn.sourceforge.net/gar/?rev=9488&view=rev
Author: dmichelsen
Date: 2010-03-31 13:08:48 +0000 (Wed, 31 Mar 2010)
Log Message:
-----------
tcpdump: Update to 4.1, fix support for SSL and libsmi
Modified Paths:
--------------
csw/mgar/pkg/tcpdump/trunk/Makefile
csw/mgar/pkg/tcpdump/trunk/checksums
Modified: csw/mgar/pkg/tcpdump/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcpdump/trunk/Makefile 2010-03-31 12:29:31 UTC (rev 9487)
+++ csw/mgar/pkg/tcpdump/trunk/Makefile 2010-03-31 13:08:48 UTC (rev 9488)
@@ -1,8 +1,8 @@
GARNAME = tcpdump
-GARVERSION = 4.0.0
+GARVERSION = 4.1
CATEGORIES = utils
-DESCRIPTION = tcpdump allows you to dump the traffic on a network
+DESCRIPTION = Dump network traffic
define BLURB
endef
@@ -11,8 +11,8 @@
LICENSE = LICENSE
-BUILD_DEP_PKGS = CSWlibpcap CSWosslrt CSWossldevel
-RUNTIME_DEP_PKGS = CSWlibpcap CSWosslrt
+BUILD_DEP_PKGS = CSWlibpcap CSWosslrt CSWossldevel CSWlibsmi
+RUNTIME_DEP_PKGS = CSWlibpcap CSWosslrt CSWlibsmi
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
@@ -24,7 +24,10 @@
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --enable-ipv6
+CONFIGURE_ARGS += --with-crypto=$(prefix)
+CONFIGURE_ARGS += --with-smi
+# There is a versioned tcpdump, which is not a hardlink. No need for that.
EXTRA_MERGE_EXCLUDE_FILES = $(sbindir)/tcpdump\..*
include gar/category.mk
Modified: csw/mgar/pkg/tcpdump/trunk/checksums
===================================================================
--- csw/mgar/pkg/tcpdump/trunk/checksums 2010-03-31 12:29:31 UTC (rev 9487)
+++ csw/mgar/pkg/tcpdump/trunk/checksums 2010-03-31 13:08:48 UTC (rev 9488)
@@ -1 +1 @@
-b22ca72890df2301d922c9f2d17867f9 download/tcpdump-4.0.0.tar.gz
+949d4661a7501cfedf7b1eb858302c9c tcpdump-4.1.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list