Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
wireshark


Commits:
c7ad1ef1 by Frederik Schwan at 2026-02-25T21:51:13+01:00
upgpkg: 4.6.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = wireshark
        pkgdesc = Network traffic and protocol analyzer/sniffer
-       pkgver = 4.6.3
+       pkgver = 4.6.4
        pkgrel = 1
        url = https://www.wireshark.org/
        arch = x86_64
@@ -14,7 +14,6 @@ pkgbase = wireshark
        makedepends = cmake
        makedepends = desktop-file-utils
        makedepends = doxygen
-       makedepends = gcc-libs
        makedepends = git
        makedepends = glib2
        makedepends = glibc
@@ -22,14 +21,15 @@ pkgbase = wireshark
        makedepends = hicolor-icon-theme
        makedepends = krb5
        makedepends = libcap
+       makedepends = libgcc
        makedepends = libgcrypt
        makedepends = libmaxminddb
        makedepends = libnghttp2
        makedepends = libnghttp3
        makedepends = libnl
-       makedepends = libnl
        makedepends = libpcap
        makedepends = libssh
+       makedepends = libstdc++
        makedepends = libxml2
        makedepends = libxslt
        makedepends = lua
@@ -53,11 +53,11 @@ pkgbase = wireshark
        makedepends = zlib-ng
        makedepends = zstd
        options = !emptydirs
-       source = git+https://gitlab.com/wireshark/wireshark.git#tag=v4.6.3
+       source = git+https://gitlab.com/wireshark/wireshark.git#tag=v4.6.4
        source = wireshark.sysusers
-       sha512sums = 
777f38e84cccff629a4d54ac8a9e85bb676b0b6b51c29c9217bd23847012917d4a7cd6fc1d16ba95fc1dde801cdcd10bad52f62cc4abd7e7a8c8b4ffa32bd3e0
+       sha512sums = 
5f1f2effdb9bd2f2f4d8d5036366e7cda5b59c591192cd7362daa1cfbad0c3b7afcd9233063cc804913bdae2999c2eca7b86b40053de23660f6d92afb2950f07
        sha512sums = 
3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990
-       b2sums = 
06360cd4307169e57852e75f533aa703aab495f154428749fb149ce6b59b12b5d824d51d22a273c8c40d4f297411d0d45d3f85d2d2c40511c5f78d481563eea8
+       b2sums = 
2532c052b9f97e939ac5d7384b50fe5a4375709c2907bdca80cffdf73da46a76388f56de60a5e13102a1582eb0d09c68596b76b83a2586ea2e3e6c311fad9655
        b2sums = 
3cebcc993f51eaf0e09673c77e0436598593ef5eff306d880415ccc8eecb32fee93c9a6986f1a7bb0835ab7f9732369d7c5a07e6c053d6293e73a1ea84c58a5c
 
 pkgname = wireshark-cli
@@ -66,7 +66,6 @@ pkgname = wireshark-cli
        depends = bcg729
        depends = brotli
        depends = c-ares
-       depends = gcc-libs
        depends = glib2
        depends = glibc
        depends = gnutls
@@ -75,6 +74,7 @@ pkgname = wireshark-cli
        depends = libcap
        depends = libcap.so
        depends = libcares.so
+       depends = libgcc
        depends = libgcrypt
        depends = libk5crypto.so
        depends = libkrb5.so
@@ -107,14 +107,15 @@ pkgname = wireshark-cli
 pkgname = wireshark-qt
        pkgdesc = Network traffic and protocol analyzer/sniffer - Qt GUI
        depends = desktop-file-utils
-       depends = gcc-libs
        depends = glib2
        depends = glibc
        depends = hicolor-icon-theme
+       depends = libgcc
        depends = libgcrypt
        depends = libnl
        depends = libpcap
        depends = libpcap.so
+       depends = libstdc++
        depends = libwireshark.so
        depends = libwiretap.so
        depends = libwsutil.so


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
 
 pkgbase=wireshark
 pkgname=(wireshark-cli wireshark-qt)
-pkgver=4.6.3
+pkgver=4.6.4
 pkgrel=1
 pkgdesc='Network traffic and protocol analyzer/sniffer'
 url='https://www.wireshark.org/'
@@ -69,9 +69,9 @@ source=(
   "git+https://gitlab.com/wireshark/wireshark.git#tag=v${pkgver}";
   wireshark.sysusers
 )
-sha512sums=('777f38e84cccff629a4d54ac8a9e85bb676b0b6b51c29c9217bd23847012917d4a7cd6fc1d16ba95fc1dde801cdcd10bad52f62cc4abd7e7a8c8b4ffa32bd3e0'
+sha512sums=('5f1f2effdb9bd2f2f4d8d5036366e7cda5b59c591192cd7362daa1cfbad0c3b7afcd9233063cc804913bdae2999c2eca7b86b40053de23660f6d92afb2950f07'
             
'3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990')
-b2sums=('06360cd4307169e57852e75f533aa703aab495f154428749fb149ce6b59b12b5d824d51d22a273c8c40d4f297411d0d45d3f85d2d2c40511c5f78d481563eea8'
+b2sums=('2532c052b9f97e939ac5d7384b50fe5a4375709c2907bdca80cffdf73da46a76388f56de60a5e13102a1582eb0d09c68596b76b83a2586ea2e3e6c311fad9655'
         
'3cebcc993f51eaf0e09673c77e0436598593ef5eff306d880415ccc8eecb32fee93c9a6986f1a7bb0835ab7f9732369d7c5a07e6c053d6293e73a1ea84c58a5c')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wireshark/-/commit/c7ad1ef1ec493b9cc7dd46de097a79e5065d3982

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wireshark/-/commit/c7ad1ef1ec493b9cc7dd46de097a79e5065d3982
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to