7131013 Upgrade Wireshark to version 1.4.11 s11-sru
authorPetr Sumbera <petr.sumbera@oracle.com>
Mon, 23 Jan 2012 04:11:24 -0800
branchs11-sru
changeset 2241 c52ed55c4e7d
parent 2240 de14ec92a8a8
child 2242 b4a4c4d7fb32
7131013 Upgrade Wireshark to version 1.4.11 7131011 Problem with network/wireshark
components/wireshark/Makefile
--- a/components/wireshark/Makefile	Fri Jan 20 19:29:27 2012 +0000
+++ b/components/wireshark/Makefile	Mon Jan 23 04:11:24 2012 -0800
@@ -18,15 +18,15 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		wireshark
-COMPONENT_VERSION=	1.4.10
+COMPONENT_VERSION=	1.4.11
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
-COMPONENT_ARCHIVE_HASH=	sha1:ae7c560cbb8f87d464ecf56ba4d72f1cd542f3a6
+COMPONENT_ARCHIVE_HASH=	sha1:113a9afca9b20184050c5a23bfdd2a1d366cb6c6
 COMPONENT_ARCHIVE_URL=	http://www.wireshark.org/download/src/all-versions/$(COMPONENT_ARCHIVE)
 
 include ../../make-rules/prep.mk