wireshark: update to 3.2.0.
This commit is contained in:
parent
1e73160853
commit
0e0bfacd8b
|
@ -1551,10 +1551,9 @@ libdovecot-lda.so.0 dovecot-2.2.11_2
|
|||
libnetapi.so.0 samba-3.6.23_1
|
||||
libsmbsharemodes.so.0 samba-3.6.23_1
|
||||
libmysqld.so.18 libmariadbclient-5.5.36_1
|
||||
libwscodecs.so.2 libwireshark-2.6.2_1
|
||||
libwiretap.so.9 libwireshark-3.0.0_1
|
||||
libwireshark.so.12 libwireshark-3.0.0_1
|
||||
libwsutil.so.10 libwireshark-3.0.0_1
|
||||
libwiretap.so.10 libwireshark-3.2.0_1
|
||||
libwireshark.so.13 libwireshark-3.2.0_1
|
||||
libwsutil.so.11 libwireshark-3.2.0_1
|
||||
libKF5ContactEditor.so.5 akonadi-contacts-17.12.1_1
|
||||
libKF5AkonadiContact.so.5 akonadi-contacts-17.12.1_1
|
||||
libKF5Prison.so.5 prison-5.43.0_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wireshark'
|
||||
pkgname=wireshark
|
||||
version=3.0.7
|
||||
version=3.2.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config flex perl python3-devel mit-krb5-devel qt5-tools
|
||||
|
@ -8,14 +8,15 @@ hostmakedepends="pkg-config flex perl python3-devel mit-krb5-devel qt5-tools
|
|||
makedepends="libpcap-devel zlib-devel lua52-devel mit-krb5-devel gnutls-devel
|
||||
libmaxminddb-devel libgcrypt-devel libcap-devel sbc-devel c-ares-devel libxml2-devel
|
||||
libssh-devel libnl3-devel spandsp-devel tiff-devel libcap-progs liblz4-devel
|
||||
nghttp2-devel qt5-devel qt5-tools-devel qt5-multimedia-devel qt5-svg-devel"
|
||||
nghttp2-devel qt5-devel qt5-tools-devel qt5-multimedia-devel qt5-svg-devel
|
||||
minizip-devel zstd-devel brotli-devel speexdsp-devel"
|
||||
depends="libcap-progs"
|
||||
short_desc="Network protocol analyzer"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.wireshark.org"
|
||||
distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=3b2b279017753398b8d5deb440db5f98a205eea35f9417e5fa2893947e7992f2
|
||||
checksum=4cfd33a19a454ff4002243e9d04d6afd64280a109a21ae652a192f2be2b1b66c
|
||||
system_groups="wireshark"
|
||||
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
|
||||
|
|
Loading…
Reference in New Issue