# HG changeset patch # User Petr Sumbera # Date 1422366973 28800 # Node ID 626c2028b6d7e568ded01e895e61433bf8872c31 # Parent 8421290d92e0ce2f9e656423247d7c032ee68f9a 20323300 Upgrade Wireshark to version 1.10.12 20323258 problem in UTILITY/WIRESHARK 20361850 problem in UTILITY/WIRESHARK diff -r 8421290d92e0 -r 626c2028b6d7 components/wireshark/Makefile --- a/components/wireshark/Makefile Wed Feb 11 10:30:02 2015 -0800 +++ b/components/wireshark/Makefile Tue Jan 27 05:56:13 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