components/wireshark/patches/release_version.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Tue, 20 Sep 2016 00:25:26 -0700
changeset 7005 6bae9701e86a
child 7451 ea17c4876082
permissions -rw-r--r--
24693665 Upgrade Wireshark to version 2.2.0 24624910 problem in UTILITY/WIRESHARK 24624911 problem in UTILITY/WIRESHARK 24625006 problem in UTILITY/WIRESHARK 24625008 problem in UTILITY/WIRESHARK 24625010 problem in UTILITY/WIRESHARK 24625014 problem in UTILITY/WIRESHARK 24625024 problem in UTILITY/WIRESHARK 24625025 problem in UTILITY/WIRESHARK 24625026 problem in UTILITY/WIRESHARK 24625027 problem in UTILITY/WIRESHARK 24625028 problem in UTILITY/WIRESHARK 24625029 problem in UTILITY/WIRESHARK

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});