7131013 Upgrade Wireshark to version 1.4.11
authorPetr Sumbera <petr.sumbera@oracle.com>
Thu, 19 Jan 2012 01:59:17 -0800
changeset 656 91ada9bbfbd6
parent 655 086286e54fd8
child 657 5ec76cbd6116
7131013 Upgrade Wireshark to version 1.4.11 7131011 Problem with network/wireshark
components/wireshark/Makefile
--- a/components/wireshark/Makefile	Wed Jan 18 08:11:25 2012 -0800
+++ b/components/wireshark/Makefile	Thu Jan 19 01:59:17 2012 -0800
@@ -18,16 +18,16 @@
 #
 # 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_PROJECT_URL=	http://www.wireshark.org/
 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=	$(COMPONENT_PROJECT_URL)download/src/all-versions/$(COMPONENT_ARCHIVE)
 
 include ../../make-rules/prep.mk