]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/tshark
OpenVPN: Update to version 2.5.0
[people/pmueller/ipfire-2.x.git] / lfs / tshark
index a978cf73c653238064ffb2375a554f6025ee66c0..7b124ef5bedcfee51d0beee8132c88362162bcfc 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.0.1
+VER        = 3.2.6
 
 THISAPP    = wireshark-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,8 +32,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = tshark
-DEPS       = "krb5"
-PAK_VER    = 1
+DEPS       = krb5
+PAK_VER    = 7
 
 ###############################################################################
 # Top-level Rules
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 370a113e1c8ec240c4621cfb5abb0c52
+$(DL_FILE)_MD5 = f14ef8d73fa5f30b57fec51283e6b73e
 
 install : $(TARGET)
 
@@ -80,9 +80,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && mkdir build
        cd $(DIR_APP)/build && cmake ..         \
                -DBUILD_wireshark=OFF           \
-               -DCMAKE_INSTALL_PREFIX=/usr
+               -DCMAKE_INSTALL_PREFIX=/usr     \
+               -DCMAKE_BUILD_TYPE=Release      \
+               -DBUILD_mmdbresolve=OFF
 
-       cd $(DIR_APP)/build && make $(PARALELLISMFLAGS)
+       cd $(DIR_APP)/build && make $(MAKETUNING)
        cd $(DIR_APP)/build && make install
 
        @rm -rf $(DIR_APP)