ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12901] New: make-version.pl shouldn't define VCSVERSION an

Date: Thu, 15 Sep 2016 13:06:26 +0000
Bug ID 12901
Summary make-version.pl shouldn't define VCSVERSION and VCSBRANCH when build from source archive
Product Wireshark
Version 2.2.0
Hardware x86
OS Solaris
Status UNCONFIRMED
Severity Major
Priority Low
Component Build process
Assignee [email protected]
Reporter [email protected]

Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Current:

$ tshark --version
TShark (Wireshark) 2.2.0 (Git Rev Unknown from unknown)

Expected:

$ tshark --version
TShark (Wireshark) 2.2.0

As workaround I used:

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


You are receiving this mail because:
  • You are watching all bug changes.