Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
wireshark
Commits:
0969348e by Frederik Schwan at 2024-08-29T09:51:05+02:00
upgpkg: 4.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = wireshark
pkgdesc = Network traffic and protocol analyzer/sniffer
- pkgver = 4.2.6
+ pkgver = 4.4.0
pkgrel = 1
url = https://www.wireshark.org/
arch = x86_64
@@ -44,11 +44,11 @@ pkgbase = wireshark
makedepends = speexdsp
makedepends = opus
options = !emptydirs
- source = https://www.wireshark.org/download/src/wireshark-4.2.6.tar.xz
+ source = https://www.wireshark.org/download/src/wireshark-4.4.0.tar.xz
source = wireshark.sysusers
- sha512sums =
265bbc50787ba15646a8a4602e2598bb58494aee496b14a2392293862725320674f7084c7c00de5f9db41dbfc2eb23d88fd8e6b72f3c4036067192b44da22516
+ sha512sums =
a00275ffcc7c5bdf546e3e1c95a2fa77b86232d008f77b1b2f3de8e63f1862321d7a439cba2d136be4407131e07e20071d972a4efb7db2bc55388a347f47ce9e
sha512sums =
3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990
- b2sums =
880acf82c7e535b89ce8b41293c90197825ffe1132720337e77b3dcee0eaf476cb3faa6f9b42d3864e9f6892e624d0b286afdaf6bbe7e6b60483296d087a4bc3
+ b2sums =
679b774e780201d1d188f5ce2ec1eb21d98250d2dd45b37b741a3cd5d6dc59d983e473a3f87e3ae1b8eef0b0f9b0c02227eecee644697ec19b6c3b2a21a5ad31
b2sums =
3cebcc993f51eaf0e09673c77e0436598593ef5eff306d880415ccc8eecb32fee93c9a6986f1a7bb0835ab7f9732369d7c5a07e6c053d6293e73a1ea84c58a5c
pkgname = wireshark-cli
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgbase=wireshark
pkgname=('wireshark-cli' 'wireshark-qt')
-pkgver=4.2.6
+pkgver=4.4.0
pkgrel=1
pkgdesc='Network traffic and protocol analyzer/sniffer'
url='https://www.wireshark.org/'
@@ -22,9 +22,9 @@ makedepends=('glibc' 'cmake' 'ninja' 'c-ares' 'libmaxminddb'
'qt6-tools' 'qt6-sv
options=('!emptydirs')
source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
wireshark.sysusers)
-sha512sums=('265bbc50787ba15646a8a4602e2598bb58494aee496b14a2392293862725320674f7084c7c00de5f9db41dbfc2eb23d88fd8e6b72f3c4036067192b44da22516'
+sha512sums=('a00275ffcc7c5bdf546e3e1c95a2fa77b86232d008f77b1b2f3de8e63f1862321d7a439cba2d136be4407131e07e20071d972a4efb7db2bc55388a347f47ce9e'
'3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990')
-b2sums=('880acf82c7e535b89ce8b41293c90197825ffe1132720337e77b3dcee0eaf476cb3faa6f9b42d3864e9f6892e624d0b286afdaf6bbe7e6b60483296d087a4bc3'
+b2sums=('679b774e780201d1d188f5ce2ec1eb21d98250d2dd45b37b741a3cd5d6dc59d983e473a3f87e3ae1b8eef0b0f9b0c02227eecee644697ec19b6c3b2a21a5ad31'
'3cebcc993f51eaf0e09673c77e0436598593ef5eff306d880415ccc8eecb32fee93c9a6986f1a7bb0835ab7f9732369d7c5a07e6c053d6293e73a1ea84c58a5c')
build() {
@@ -87,8 +87,8 @@ package_wireshark-qt() {
DESTDIR="${srcdir}/staging" ninja -C build install
install -Dm 755 build/run/wireshark -t "${pkgdir}"/usr/bin
- install -Dm 644 build/doc/wireshark.1 -t "${pkgdir}"/usr/share/man/man1
- install -Dm 644 build/doc/wireshark.html -t
"${pkgdir}"/usr/share/doc/wireshark
+ install -Dm 644 build/doc/man_pages/wireshark.1 -t
"${pkgdir}"/usr/share/man/man1
+ install -Dm 644 build/doc/man_pages/wireshark.html -t
"${pkgdir}"/usr/share/doc/wireshark
cd "${srcdir}"/staging/usr/share
install -Dm 644 applications/org.wireshark.Wireshark.desktop -t
"${pkgdir}"/usr/share/applications
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wireshark/-/commit/0969348e3f402f7985e67789efe63e6f95dce47f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wireshark/-/commit/0969348e3f402f7985e67789efe63e6f95dce47f
You're receiving this email because of your account on gitlab.archlinux.org.