Date: Sat, 7 Oct 2023 16:05:40 GMT From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0fc30f871258 - main - net/wireshark: Update to 4.0.10 Message-ID: <202310071605.397G5eQV054149@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by marcus: URL: https://cgit.FreeBSD.org/ports/commit/?id=0fc30f8712584571f82444c77f2e21c7e6ba79eb commit 0fc30f8712584571f82444c77f2e21c7e6ba79eb Author: Joe Marcus Clarke <marcus@FreeBSD.org> AuthorDate: 2023-10-07 16:03:26 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2023-10-07 16:03:26 +0000 net/wireshark: Update to 4.0.10 This just fixes a macOS issue, but updating to keep in sync with the upstream version. --- net/wireshark/Makefile | 2 +- net/wireshark/distinfo | 6 +++--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310071605.397G5eQV054149>