Bump tcpdump to 4.1.1 oi_151a
authorJon Tibble <meths@btinternet.com>
Sun, 17 Feb 2013 18:37:25 +0000
branchoi_151a
changeset 208 a7a3296ee4c7
parent 207 924952a93d79
child 209 44a8c4ba6ecc
Bump tcpdump to 4.1.1
usr/src/cmd/tcpdump/METADATA
usr/src/cmd/tcpdump/Makefile.sfw
usr/src/cmd/tcpdump/install-sfw
usr/src/cmd/tcpdump/tcpdump-4.0.0.tar.gz
usr/src/cmd/tcpdump/tcpdump-4.1.1.tar.gz
usr/src/pkgdefs/SUNWtcpdump/pkginfo.tmpl
--- a/usr/src/cmd/tcpdump/METADATA	Sun Feb 17 18:36:01 2013 +0000
+++ b/usr/src/cmd/tcpdump/METADATA	Sun Feb 17 18:37:25 2013 +0000
@@ -1,10 +1,10 @@
 NAME:		tcpdump
-VERSION:	4.0.0
+VERSION:	4.1.1
 DESCRIPTION:	network traffic sniffer
 PACKAGE:	SUNWtcpdump
 LICENSE:	BSD
 PROJECT_URL:	http://www.tcpdump.org
-SOURCE_DOWNLOAD:	http://www.tcpdump.org/release/tcpdump-4.0.0.tar.gz
+SOURCE_DOWNLOAD:	http://www.tcpdump.org/release/tcpdump-4.1.1.tar.gz
 SUPPORT:	B
 BUGTRAQ:	solaris/utility/tcpdump
 OSR:		10928
--- a/usr/src/cmd/tcpdump/Makefile.sfw	Sun Feb 17 18:36:01 2013 +0000
+++ b/usr/src/cmd/tcpdump/Makefile.sfw	Sun Feb 17 18:37:25 2013 +0000
@@ -20,10 +20,9 @@
 #
 
 #
-# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
 #
-#ident	"@(#)Makefile.sfw	1.3	09/12/09 SMI"
+#ident	"@(#)Makefile.sfw	1.4	10/11/01 SMI"
 
 VER =		$(COMPONENT_NAME:sh)-$(COMPONENT_VERSION:sh)
 TARBALL =	$(VER).tar.gz
@@ -33,7 +32,6 @@
 CONFIGURE_OPTIONS += --enable-ipv6=yes 
 CONFIGURE_OPTIONS += --with-user=nobody
 CONFIGURE_OPTIONS += --without-crypto
-PATCHES:sh	= echo Patches/*.patch
 
 all: $(VER)/config.status $(ROOTLIB)/libpcap.so
 	(cd $(VER); env - \
--- a/usr/src/cmd/tcpdump/install-sfw	Sun Feb 17 18:36:01 2013 +0000
+++ b/usr/src/cmd/tcpdump/install-sfw	Sun Feb 17 18:37:25 2013 +0000
@@ -21,15 +21,14 @@
 #
 
 #
-# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
 #
-# ident	"@(#)install-sfw	1.1	09/04/20 SMI"
+#ident	"@(#)install-sfw	1.2	10/11/01 SMI"
 
 # stop at first error
 set -o errexit
 
-VERS=4.0.0
+VERS=4.1.1
 PKGVERS=tcpdump-${VERS}
 PREFIX=${ROOT}/usr
 INFODIR=${PREFIX}/info
Binary file usr/src/cmd/tcpdump/tcpdump-4.0.0.tar.gz has changed
Binary file usr/src/cmd/tcpdump/tcpdump-4.1.1.tar.gz has changed
--- a/usr/src/pkgdefs/SUNWtcpdump/pkginfo.tmpl	Sun Feb 17 18:36:01 2013 +0000
+++ b/usr/src/pkgdefs/SUNWtcpdump/pkginfo.tmpl	Sun Feb 17 18:37:25 2013 +0000
@@ -22,7 +22,7 @@
 #
 # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
 #
-# ident	"@(#)pkginfo.tmpl	1.2	10/07/22 SMI"
+# ident	"@(#)pkginfo.tmpl	1.3	10/11/01 SMI"
 
 #
 #
@@ -39,7 +39,7 @@
 SUNW_PKGTYPE="usr"
 MAXINST="1000"
 CATEGORY="system"
-DESC="tcpdump - A tool for network monitoring and data acquisition (v4.0.0)"
+DESC="tcpdump - A tool for network monitoring and data acquisition (v4.1.1)"
 VENDOR="COMPANY"
 HOTLINE="Please contact your local service provider"
 EMAIL=""