Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
wireshark


Commits:
6b6396e3 by Jelle van der Waa at 2024-11-30T16:48:17+01:00
Switch to zlib-ng

Wireshark natively supports zlib-ng which performs better then zlib.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = wireshark
        pkgdesc = Network traffic and protocol analyzer/sniffer
        pkgver = 4.4.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://www.wireshark.org/
        arch = x86_64
        license = GPL-2.0-only
@@ -41,7 +41,7 @@ pkgbase = wireshark
        makedepends = snappy
        makedepends = spandsp
        makedepends = speexdsp
-       makedepends = zlib
+       makedepends = zlib-ng
        makedepends = zstd
        options = !emptydirs
        source = https://www.wireshark.org/download/src/wireshark-4.4.2.tar.xz


=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
 pkgbase=wireshark
 pkgname=('wireshark-cli' 'wireshark-qt')
 pkgver=4.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Network traffic and protocol analyzer/sniffer'
 url='https://www.wireshark.org/'
 arch=('x86_64')
@@ -50,7 +50,7 @@ makedepends=(
   'snappy'
   'spandsp'
   'speexdsp'
-  'zlib'
+  'zlib-ng'
   'zstd'
 )
 options=('!emptydirs')



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

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


Reply via email to