20323300 Upgrade Wireshark to version 1.10.12
authorPetr Sumbera <petr.sumbera@oracle.com>
Thu, 08 Jan 2015 01:37:15 -0800
changeset 3647 15356a4ccb21
parent 3644 42715f9ff515
child 3648 29c40c98aad3
20323300 Upgrade Wireshark to version 1.10.12 20323258 problem in UTILITY/WIRESHARK 20361850 problem in UTILITY/WIRESHARK
components/wireshark/Makefile
--- a/components/wireshark/Makefile	Fri Jan 16 15:34:16 2015 -0800
+++ b/components/wireshark/Makefile	Thu Jan 08 01:37:15 2015 -0800
@@ -18,21 +18,21 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		wireshark
-COMPONENT_VERSION=	1.10.11
+COMPONENT_VERSION=	1.10.12
 COMPONENT_PROJECT_URL=	http://www.wireshark.org/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:8aaf07584c023c02f7db6aed5226a259c7da0da660f356efd3088ce936dd5034
+    sha256:e8fe3993b60a93106fad3b186ab8adb7a88ef06549a4b2bc2755db84725720ae
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)download/src/all-versions/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/wireshark
 
-TPNO=			20429
+TPNO=			21136
 
 include ../../make-rules/prep.mk
 include ../../make-rules/configure.mk