25215004 Upgrade Wireshark to version 2.2.2 s11u3-sru
authorPetr Sumbera <petr.sumbera@oracle.com>
Fri, 09 Dec 2016 00:30:07 -0800
branchs11u3-sru
changeset 7489 c034b22b43d9
parent 7488 b8898a436480
child 7490 6b9faa734468
25215004 Upgrade Wireshark to version 2.2.2 25116790 problem in UTILITY/WIRESHARK 25116788 problem in UTILITY/WIRESHARK 25116787 problem in UTILITY/WIRESHARK 25116782 problem in UTILITY/WIRESHARK 25116776 problem in UTILITY/WIRESHARK
components/wireshark/Makefile
components/wireshark/patches/release_version.patch
components/wireshark/wireshark-common.p5m
--- a/components/wireshark/Makefile	Fri Dec 09 01:01:49 2016 -0800
+++ b/components/wireshark/Makefile	Fri Dec 09 00:30:07 2016 -0800
@@ -23,16 +23,16 @@
 include ../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		wireshark
-COMPONENT_VERSION=	2.2.1
+COMPONENT_VERSION=	2.2.2
 COMPONENT_PROJECT_URL=	http://www.wireshark.org/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:900e22af04c8b35e0d02a25a360ab1fb7cfe5ac18fc48a9afd75a7103e569149
+    sha256:f9acef5e9a9021a400b4244fafc06969f41ec594ec57fd7f0ff63bafca0055b3
 COMPONENT_ARCHIVE_URL=	$(COMPONENT_PROJECT_URL)download/src/all-versions/$(COMPONENT_ARCHIVE)
 COMPONENT_BUGDB=	utility/wireshark
 
-TPNO=			32120
+TPNO=			32709
 
 include $(WS_MAKE_RULES)/prep.mk
 include $(WS_MAKE_RULES)/configure.mk
@@ -83,7 +83,7 @@
 # During install libtool will relink libwireshark library so that it
 # requires libwiretap version from system and not from proto area.
 # This workaround is only needed when CBE contains older libwiretap.
-LIBWIRESHARK=$(PROTOUSRLIBDIR64)/libwireshark.so.8.0.$(MICRO_VERSION)
+LIBWIRESHARK=$(PROTOUSRLIBDIR64)/libwireshark.so.8.1.0
 COMPONENT_POST_INSTALL_ACTION = \
 	(WTAP=`$(ELFEDIT) -e dyn:dump $(LIBWIRESHARK) | grep 'libwiretap' | awk '{print $$4}'` \
 	; $(ELFEDIT) -e "dyn:value -s -with-valstr $$WTAP libwiretap.so.6" $(LIBWIRESHARK) )
--- a/components/wireshark/patches/release_version.patch	Fri Dec 09 01:01:49 2016 -0800
+++ b/components/wireshark/patches/release_version.patch	Fri Dec 09 00:30:07 2016 -0800
@@ -1,13 +1,19 @@
-https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12901
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13163
 
 --- make-version.pl
 +++ make-version.pl
-@@ -619,7 +619,7 @@
- {
- 	my $VCS_REVISION;
- 	my $needs_update = 1;
--	my $set_header = 1;
-+	my $set_header = 0;
- 	my $git_cdir;
+@@ -689,9 +689,11 @@
+ 	}
  
- 	chomp($git_cdir = qx{git --git-dir="$srcdir/.git" rev-parse --git-common-dir 2> $devnull});
+ 	if (! open(FILE, "<$vconf_file")) {
+-		print_diag "Version configuration file $vconf_file not "
+-		. "found. Using defaults.\n";
+-		return 1;
++		if (! open(FILE, "<$srcdir/$vconf_file")) {
++			print_diag "Version configuration file $vconf_file not "
++			. "found. Using defaults.\n";
++			return 1;
++		}
+ 	}
+ 
+ 	while (<FILE>) {
--- a/components/wireshark/wireshark-common.p5m	Fri Dec 09 01:01:49 2016 -0800
+++ b/components/wireshark/wireshark-common.p5m	Fri Dec 09 00:30:07 2016 -0800
@@ -37,11 +37,9 @@
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 file exec_attr.dumpcap \
     path=etc/security/exec_attr.d/diagnostic:wireshark:wireshark-common
-link path=usr/lib/$(MACH64)/libwireshark.so \
-    target=libwireshark.so.8.0.$(MICRO_VERSION)
-link path=usr/lib/$(MACH64)/libwireshark.so.8 \
-    target=libwireshark.so.8.0.$(MICRO_VERSION)
-file path=usr/lib/$(MACH64)/libwireshark.so.8.0.$(MICRO_VERSION)
+link path=usr/lib/$(MACH64)/libwireshark.so target=libwireshark.so.8.1.0
+link path=usr/lib/$(MACH64)/libwireshark.so.8 target=libwireshark.so.8.1.0
+file path=usr/lib/$(MACH64)/libwireshark.so.8.1.0
 link path=usr/lib/$(MACH64)/libwiretap.so \
     target=libwiretap.so.6.0.$(MICRO_VERSION)
 link path=usr/lib/$(MACH64)/libwiretap.so.6 \