git: 6c19b8b335a7 - main - net/wireshark: Update to 4.6.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Jan 2026 23:07:26 UTC
The branch main has been updated by marcus:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6c19b8b335a7eba55929416b4600d30d7b66ff44
commit 6c19b8b335a7eba55929416b4600d30d7b66ff44
Author: Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2026-01-15 23:06:07 +0000
Commit: Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2026-01-15 23:06:07 +0000
net/wireshark: Update to 4.6.3
See https://www.wireshark.org/docs/relnotes/wireshark-4.6.3.html for the
list of changes in this release.
---
net/wireshark/Makefile | 2 +-
net/wireshark/distinfo | 6 +++---
net/wireshark/files/patch-writecap_pcapio.c | 11 -----------
net/wireshark/pkg-plist | 5 +++--
4 files changed, 7 insertions(+), 17 deletions(-)
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 596b3c9d74fc..afda5d51a524 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -1,5 +1,5 @@
PORTNAME= wireshark
-DISTVERSION= 4.6.2
+DISTVERSION= 4.6.3
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 76c2eb81fc1d..75009f85c16b 100644
--- a/net/wireshark/distinfo
+++ b/net/wireshark/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1765274633
-SHA256 (wireshark-4.6.2.tar.xz) = e218e3b3899e5d6e35a5fe95eeeabead587ed084cbf5fc330ac827f9a3137de8
-SIZE (wireshark-4.6.2.tar.xz) = 50581900
+TIMESTAMP = 1768515141
+SHA256 (wireshark-4.6.3.tar.xz) = 9fa6a745df8540899dc9d433e4634d6755371ff87bd722ce04c7d7b0132d9af3
+SIZE (wireshark-4.6.3.tar.xz) = 50636640
diff --git a/net/wireshark/files/patch-writecap_pcapio.c b/net/wireshark/files/patch-writecap_pcapio.c
deleted file mode 100644
index f4d9f28a5f78..000000000000
--- a/net/wireshark/files/patch-writecap_pcapio.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- writecap/pcapio.c.orig 2025-10-10 21:38:23 UTC
-+++ writecap/pcapio.c
-@@ -438,7 +438,7 @@ write_to_file(pcapio_writer* pfile, const uint8_t* dat
- default:
- nwritten = fwrite(data, data_length, 1, pfile->fh);
- if (nwritten != 1) {
-- if (ferror(pfile->fh)) {
-+ if (ferror((FILE*) pfile->fh)) {
- *err = errno;
- } else {
- *err = WTAP_ERR_SHORT_WRITE;
diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist
index 5cc753227ce5..4c2a097513d8 100644
--- a/net/wireshark/pkg-plist
+++ b/net/wireshark/pkg-plist
@@ -602,6 +602,7 @@ bin/tshark
%%DEVELOPMENT%%include/wireshark/wsutil/adler32.h
%%DEVELOPMENT%%include/wireshark/wsutil/application_flavor.h
%%DEVELOPMENT%%include/wireshark/wsutil/array.h
+%%DEVELOPMENT%%include/wireshark/wsutil/base32.h
%%DEVELOPMENT%%include/wireshark/wsutil/bits_count_ones.h
%%DEVELOPMENT%%include/wireshark/wsutil/bits_ctz.h
%%DEVELOPMENT%%include/wireshark/wsutil/bitswap.h
@@ -697,10 +698,10 @@ bin/tshark
%%DEVELOPMENT%%lib/cmake/wireshark/WiresharkTargets.cmake
lib/libwireshark.so
lib/libwireshark.so.19
-lib/libwireshark.so.19.0.2
+lib/libwireshark.so.19.0.3
lib/libwiretap.so
lib/libwiretap.so.16
-lib/libwiretap.so.16.0.2
+lib/libwiretap.so.16.0.3
lib/libwsutil.so
lib/libwsutil.so.17
lib/libwsutil.so.17.0.0