wireshark: update to 3.4.2.
CVE-2020-26422
This commit is contained in:
parent
53bfe97723
commit
340da4c8b5
1 changed files with 13 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'wireshark'
|
||||
pkgname=wireshark
|
||||
version=3.4.0
|
||||
version=3.4.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DCMAKE_BUILD_TYPE=None"
|
||||
hostmakedepends="pkg-config flex gettext perl python3-devel mit-krb5-devel
|
||||
qt5-tools qt5-host-tools qt5-qmake"
|
||||
makedepends="libpcap-devel zlib-devel lua52-devel mit-krb5-devel gnutls-devel
|
||||
|
@ -16,15 +17,20 @@ 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=67e4ebbd9153fc589fd67dc21b93176674c73adc3d5a43934c3ac69d8594a8ae
|
||||
checksum=de9868729e426a469baabd8d444240d84fa5445020e92c842dd19afd0d47a4c4
|
||||
system_groups="wireshark"
|
||||
|
||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
|
||||
CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
|
||||
CFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2"
|
||||
CXXFLAGS="-DNDEBUG -I${XBPS_CROSS_BASE}/usr/include/lua5.2"
|
||||
|
||||
pre_configure() {
|
||||
# unittests fail
|
||||
vsed -i CMakeLists.txt -e '/suite_unittests/d'
|
||||
post_patch() {
|
||||
# systemd-journal integration
|
||||
vsed -i '/test_sdjournal/,/check_extcap.*sdjournal/d' \
|
||||
test/suite_extcaps.py
|
||||
}
|
||||
|
||||
pre_check() {
|
||||
make ${makejobs} -C build test-programs
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue