mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
tshark: Update to version 4.0.8
- Update from version 3.6.3 to 4.0.8 covering 22 releases. - Update of rootfile - Ran find-dependencies due to sobump. Everything is linked to tshark files. No additional bumping required. - Changelog is too large to cover with 22 releases. For details see the release notes page on the website - https://www.wireshark.org/docs/relnotes/ 4.0.8 Four vulnerabilities fixed. 4.0.7 Two vulnerabilities fixed. 4.0.6 Nine vulnerabilities fixed. 4.0.5 Three vulnerabilities fixed. 4.0.4 One vulnerability fixed. 4.0.3 Seven vulnerabilities fixed. Didn't check anymore. Based on above this package definitely needs to be regulalrly updated as it is obviolusly susceptible to vulnerabilities. Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
21a78544e7
commit
266c132f53
@@ -26,7 +26,7 @@ include Config
|
||||
|
||||
SUMMARY = A Network Traffic Analyser
|
||||
|
||||
VER = 3.6.3
|
||||
VER = 4.0.8
|
||||
|
||||
THISAPP = wireshark-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = tshark
|
||||
DEPS = c-ares
|
||||
PAK_VER = 14
|
||||
PAK_VER = 15
|
||||
|
||||
SERVICES =
|
||||
|
||||
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 3b636867d946f0cf748eb719874e815c919ee9cedd21a7e9034d54b4cb87ae4a09ec02a199e1ec8051e421fe2929983d659f340ccfd12ab35e1ecd52000964fd
|
||||
$(DL_FILE)_BLAKE2 = bda31be809724a39e475489eb5653589310ae679933fac193cbc8bb3924b3ec48a93b5da6d39655fdb9f4a8d717b9cc84fcb357bea275cb457b45783a75ca778
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user