diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2023-10-07 16:03:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2023-10-07 16:03:26 +0000 |
commit | 0fc30f8712584571f82444c77f2e21c7e6ba79eb (patch) | |
tree | ccaa59fa7f9e5e4156d97ce23be9f8467b496a96 | |
parent | af429fc4e930dc8c7ba36bbacc35d2d71d0ecfcc (diff) | |
download | ports-0fc30f8712584571f82444c77f2e21c7e6ba79eb.tar.gz ports-0fc30f8712584571f82444c77f2e21c7e6ba79eb.zip |
net/wireshark: Update to 4.0.10
This just fixes a macOS issue, but updating to keep in sync with the
upstream version.
-rw-r--r-- | net/wireshark/Makefile | 2 | ||||
-rw-r--r-- | net/wireshark/distinfo | 6 | ||||
-rw-r--r-- | net/wireshark/pkg-plist | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index d684c586ddc6..8cd9f31598bb 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,5 +1,5 @@ PORTNAME= wireshark -DISTVERSION= 4.0.9 +DISTVERSION= 4.0.10 CATEGORIES= net MASTER_SITES= https://1.na.dl.wireshark.org/src/ \ https://1.eu.dl.wireshark.org/src/ \ diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 03c7ea6a7dcb..1d195e74c3c4 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696457734 -SHA256 (wireshark-4.0.9.tar.xz) = f96c432098c3602140be3acd56f45c349d7f2c9ada9a309703bf70eda6f5560c -SIZE (wireshark-4.0.9.tar.xz) = 43130608 +TIMESTAMP = 1696693135 +SHA256 (wireshark-4.0.10.tar.xz) = b2e3ff03fa2be9058a9ffbedd12b0a670433bd16c8cc6c432ab48dabc2df1898 +SIZE (wireshark-4.0.10.tar.xz) = 43124192 diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index 0176d4a38d97..68e5f7b548fa 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -653,10 +653,10 @@ include/wireshark/wsutil/wslog.h include/wireshark/wsutil/xtea.h lib/libwireshark.so lib/libwireshark.so.16 -lib/libwireshark.so.16.0.9 +lib/libwireshark.so.16.0.10 lib/libwiretap.so lib/libwiretap.so.13 -lib/libwiretap.so.13.0.9 +lib/libwiretap.so.13.0.10 lib/libwsutil.so lib/libwsutil.so.14 lib/libwsutil.so.14.0.0 |