components/wireshark/patches/release_version.patch
branchs11u3-sru
changeset 7158 835af407ebda
child 7451 ea17c4876082
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/wireshark/patches/release_version.patch	Mon Oct 24 05:56:54 2016 -0700
@@ -0,0 +1,13 @@
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12901
+
+--- 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;
+ 
+ 	chomp($git_cdir = qx{git --git-dir="$srcdir/.git" rev-parse --git-common-dir 2> $devnull});