diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2025-02-25 09:22:57 -0500 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2025-02-25 09:22:57 -0500 |
commit | 00333d5edb6e9e6e1f1df1b305e40ffa225879a7 (patch) | |
tree | a5ce96b6c42bff816486a79def9a41265e34e49d /net/wireshark | |
parent | security/vuxml: Update affected versions for recent Emacs entry (diff) |
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]
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/distinfo | 6 | ||||
-rw-r--r-- | net/wireshark/pkg-plist | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index fe45d00ba636..1634766c0a14 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -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 diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 747fd54b1988..e0a5a66c93f5 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -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 diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index eb43eef6c910..3e2ccc84c09d 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -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 |