mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/wireshark: Update to 4.4.5.
See https://www.wireshark.org/docs/relnotes/wireshark-4.4.5.html for changes in this release. This release also bumps the required Lua versions to 5.3-5.4. Thanks to stormshield-acazuc on GitHub for the patch. [1] Sponsored by: Stormshield [1]
This commit is contained in:
parent
14ae7c780b
commit
00333d5edb
3 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= wireshark
|
||||
DISTVERSION= 4.4.4
|
||||
DISTVERSION= 4.4.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://1.na.dl.wireshark.org/src/ \
|
||||
https://1.eu.dl.wireshark.org/src/ \
|
||||
|
@ -92,7 +92,7 @@ LIBSSH_CMAKE_BOOL= BUILD_ciscodump BUILD_sshdump BUILD_wifidump
|
|||
|
||||
LTO_CMAKE_BOOL= ENABLE_LTO
|
||||
|
||||
LUA_USES= lua:51-52
|
||||
LUA_USES= lua:53-54
|
||||
LUA_CPPFLAGS= -I${LUA_INCDIR}
|
||||
LUA_CMAKE_BOOL= ENABLE_LUA
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1740182255
|
||||
SHA256 (wireshark-4.4.4.tar.xz) = 5154d2b741ec928b1bdb5eba60e29536f78907b21681a7fe18c652f4db44b1f1
|
||||
SIZE (wireshark-4.4.4.tar.xz) = 46845832
|
||||
TIMESTAMP = 1740491000
|
||||
SHA256 (wireshark-4.4.5.tar.xz) = 02346f7de3d50678c200189a2ecbf4747fd83fbfc5850cadfd428fd9b1544428
|
||||
SIZE (wireshark-4.4.5.tar.xz) = 46776736
|
||||
|
|
|
@ -682,10 +682,10 @@ bin/tshark
|
|||
%%DEVELOPMENT%%lib/cmake/wireshark/WiresharkTargets.cmake
|
||||
lib/libwireshark.so
|
||||
lib/libwireshark.so.18
|
||||
lib/libwireshark.so.18.0.4
|
||||
lib/libwireshark.so.18.0.5
|
||||
lib/libwiretap.so
|
||||
lib/libwiretap.so.15
|
||||
lib/libwiretap.so.15.0.4
|
||||
lib/libwiretap.so.15.0.5
|
||||
lib/libwsutil.so
|
||||
lib/libwsutil.so.16
|
||||
lib/libwsutil.so.16.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue