Skip to content

wireshark: update to 4.6.4#15201

Open
CAB233 wants to merge 2 commits intostablefrom
wireshark-4.6.4
Open

wireshark: update to 4.6.4#15201
CAB233 wants to merge 2 commits intostablefrom
wireshark-4.6.4

Conversation

@CAB233
Copy link
Contributor

@CAB233 CAB233 commented Mar 15, 2026

Topic Description

  • wireshark: update to 4.6.4
    Co-authored-by: yidaduizuoye (@CAB233)

Package(s) Affected

  • wireshark: 4.6.4

Security Update?

No

Build Order

#buildit wireshark

Test Build(s) Done

Primary Architectures

  • AMD64 amd64
  • AArch64 arm64
  • LoongArch 64-bit loongarch64
  • LoongArch 64-bit (No SIMD) loongarch64_nosimd

Secondary Architectures

  • Loongson 3 loongson3
  • PowerPC 64-bit (Little Endian) ppc64el
  • RISC-V 64-bit riscv64

@CAB233 CAB233 added the upgrade Topic/issue involves a package upgrade label Mar 15, 2026
@CAB233 CAB233 mentioned this pull request Mar 15, 2026
7 tasks
@aosc-buildit-bot
Copy link
Contributor

Dickens-topic report:

wireshark upgraded from 4.6.2 to 4.6.4~pre20260316T061112Z on amd64, arm64, loongarch64, loongson3, ppc64el, riscv64:

6 added, 5 removed, size +645 KB (+0.3%)
--- a
+++ b
@@ -4,7 +4,7 @@
 -rwxr-xr-x     ./usr/bin/capinfos
 -rwxr-xr-x     ./usr/bin/captype
 -rwxr-xr-x     ./usr/bin/dftest
--rwxr-xr--     ./usr/bin/dumpcap
+-rwxr-xr-x     ./usr/bin/dumpcap
 -rwxr-xr-x     ./usr/bin/editcap
 -rwxr-xr-x     ./usr/bin/idl2wrs
 -rwxr-xr-x     ./usr/bin/mergecap
@@ -610,6 +610,7 @@
 -rw-r--r--     ./usr/include/wireshark/wsutil/adler32.h
 -rw-r--r--     ./usr/include/wireshark/wsutil/application_flavor.h
 -rw-r--r--     ./usr/include/wireshark/wsutil/array.h
+-rw-r--r--     ./usr/include/wireshark/wsutil/base32.h
 -rw-r--r--     ./usr/include/wireshark/wsutil/bits_count_ones.h
 -rw-r--r--     ./usr/include/wireshark/wsutil/bits_ctz.h
 -rw-r--r--     ./usr/include/wireshark/wsutil/bitswap.h
@@ -707,8 +708,8 @@
 -rw-r--r--     ./usr/lib/cmake/wireshark/WiresharkConfigVersion.cmake
 -rw-r--r--     ./usr/lib/cmake/wireshark/WiresharkTargets-relwithdebinfo.cmake
 -rw-r--r--     ./usr/lib/cmake/wireshark/WiresharkTargets.cmake
--rwxr-xr-x     ./usr/lib/libwireshark.so.19.0.2
--rwxr-xr-x     ./usr/lib/libwiretap.so.16.0.2
+-rwxr-xr-x     ./usr/lib/libwireshark.so.19.0.4
+-rwxr-xr-x     ./usr/lib/libwiretap.so.16.0.4
 -rwxr-xr-x     ./usr/lib/libwsutil.so.17.0.0
 drwxr-xr-x     ./usr/lib/pkgconfig/
 -rw-r--r--     ./usr/lib/pkgconfig/wireshark.pc
@@ -1185,8 +1186,8 @@
 -rw-r--r--     ./usr/share/wireshark/wimaxasncp/dictionary.xml
 -rw-r--r--     ./usr/share/wireshark/wka
 lrwxrwxrwx     ./usr/lib/libwireshark.so -> libwireshark.so.19
-lrwxrwxrwx     ./usr/lib/libwireshark.so.19 -> libwireshark.so.19.0.2
+lrwxrwxrwx     ./usr/lib/libwireshark.so.19 -> libwireshark.so.19.0.4
 lrwxrwxrwx     ./usr/lib/libwiretap.so -> libwiretap.so.16
-lrwxrwxrwx     ./usr/lib/libwiretap.so.16 -> libwiretap.so.16.0.2
+lrwxrwxrwx     ./usr/lib/libwiretap.so.16 -> libwiretap.so.16.0.4
 lrwxrwxrwx     ./usr/lib/libwsutil.so -> libwsutil.so.17
 lrwxrwxrwx     ./usr/lib/libwsutil.so.17 -> libwsutil.so.17.0.0

@CAB233
Copy link
Contributor Author

CAB233 commented Mar 16, 2026

Tested on amd64

@CAB233 CAB233 marked this pull request as ready for review March 16, 2026 07:36
Copy link
Member

@stydxm stydxm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CAB233 CAB233 requested a review from stydxm March 17, 2026 10:32
@@ -0,0 +1,14 @@
Template: wireshark/add_user_to_group
Type: note
Description: wireshark Configuration
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wireshark

sudo usermod -aG wireshark $(whoami)
.
After adding your user to the group, please re-login for the changes to take effect.
Description-zh_CN.UTF-8: wireshark 配置贴士
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wireshark

libnl libpcap libssh libxml2 lua-5.4 lz4 minizip nghttp2 \
nghttp3 opencore-amr opus pcre2 qt-6 sbc shared-mime-info \
snappy spandsp speex systemd wireshark xxhash zlib zstd"
BUILDDEP="asciidoctor doxygen"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What for - Doxygen?

aosc-buildit-bot and others added 2 commits March 18, 2026 22:43
- Add debconf to prompt user to join wireshark group on install.
- Drop unused prepare script.
- Use wireshark group instead of netdev group.

Co-authored-by: yidaduizuoye (@CAB233)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

upgrade Topic/issue involves a package upgrade

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants