Date: Thu, 20 Nov 2025 15:46:24 +0000 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: fb243f528ad1 - main - net/wireshark: Update to 4.6.1 Message-ID: <691f37d0.39ea2.482d6c2d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by marcus: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb243f528ad1f297398ed0731f313d248424b1fd commit fb243f528ad1f297398ed0731f313d248424b1fd Author: Joe Marcus Clarke <marcus@FreeBSD.org> AuthorDate: 2025-11-20 15:43:48 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2025-11-20 15:43:48 +0000 net/wireshark: Update to 4.6.1 See https://www.wireshark.org/docs/relnotes/wireshark-4.6.1.html for the list of changes in this release. --- net/wireshark/Makefile | 2 +- net/wireshark/distinfo | 6 +++--- net/wireshark/files/patch-epan_dissectors_packet-kerberos.c | 11 ----------- net/wireshark/pkg-plist | 4 ++-- 4 files changed, 6 insertions(+), 17 deletions(-) diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index cd5ae9eb186f..60bc533c8ee5 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,5 +1,5 @@ PORTNAME= wireshark -DISTVERSION= 4.6.0 +DISTVERSION= 4.6.1 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 75b7f51e9ede..c93eba219678 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760129032 -SHA256 (wireshark-4.6.0.tar.xz) = ab016463062bb635285b9678dd45ddd84c65938911fd40b3cca9a903a08ad8d9 -SIZE (wireshark-4.6.0.tar.xz) = 50726944 +TIMESTAMP = 1763648117 +SHA256 (wireshark-4.6.1.tar.xz) = 5f43055db213e16aed6a064a8b4fdb56092106f18c19e8890482c058b0a1dd85 +SIZE (wireshark-4.6.1.tar.xz) = 50596888 diff --git a/net/wireshark/files/patch-epan_dissectors_packet-kerberos.c b/net/wireshark/files/patch-epan_dissectors_packet-kerberos.c deleted file mode 100644 index 13c7bfbd0ac6..000000000000 --- a/net/wireshark/files/patch-epan_dissectors_packet-kerberos.c +++ /dev/null @@ -1,11 +0,0 @@ ---- epan/dissectors/packet-kerberos.c.orig 2025-10-16 15:54:37 UTC -+++ epan/dissectors/packet-kerberos.c -@@ -3401,7 +3401,7 @@ read_keytab_file(const char *filename) - - /* generate origin string, describing where this key came from */ - for(i=0;i<key.principal->name.name_string.len;i++){ -- wmem_strbuf_append_printf(str_principal, "%s%s",(i?"/":""),key.principal->name.name_string.val[i])); -+ wmem_strbuf_append_printf(str_principal, "%s%s",(i?"/":""),key.principal->name.name_string.val[i]); - } - wmem_strbuf_append_printf(str_principal, "@%s",key.principal->realm); - new_key->key_origin = (char*)wmem_strbuf_get_str(str_principal); diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index 3523d98eea36..d182193e4ec1 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -697,10 +697,10 @@ bin/tshark %%DEVELOPMENT%%lib/cmake/wireshark/WiresharkTargets.cmake lib/libwireshark.so lib/libwireshark.so.19 -lib/libwireshark.so.19.0.0 +lib/libwireshark.so.19.0.1 lib/libwiretap.so lib/libwiretap.so.16 -lib/libwiretap.so.16.0.0 +lib/libwiretap.so.16.0.1 lib/libwsutil.so lib/libwsutil.so.17 lib/libwsutil.so.17.0.0home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?691f37d0.39ea2.482d6c2d>
