mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
wireshark: update to 4.4.2.
This commit is contained in:
parent
778e552160
commit
d7a53eb6c4
2 changed files with 13 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
||||||
--- a/CMakeLists.txt
|
--- a/CMakeLists.txt
|
||||||
+++ b/CMakeLists.txt
|
+++ b/CMakeLists.txt
|
||||||
@@ -3981,7 +3981,6 @@ set(SHARK_PUBLIC_HEADERS
|
@@ -4126,7 +4126,6 @@ set(SHARK_PUBLIC_HEADERS
|
||||||
install(FILES ${SHARK_PUBLIC_HEADERS}
|
install(FILES ${SHARK_PUBLIC_HEADERS}
|
||||||
DESTINATION ${PROJECT_INSTALL_INCLUDEDIR}
|
DESTINATION ${PROJECT_INSTALL_INCLUDEDIR}
|
||||||
COMPONENT "Development"
|
COMPONENT "Development"
|
||||||
|
@ -8,15 +8,15 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
# Install icons and other desktop files for Freedesktop.org-compliant desktops.
|
# Install icons and other desktop files for Freedesktop.org-compliant desktops.
|
||||||
@@ -4039,7 +4038,6 @@ install(
|
@@ -4180,7 +4179,6 @@ endif()
|
||||||
${CMAKE_INSTALL_LIBDIR}/pkgconfig
|
install(FILES "${CMAKE_BINARY_DIR}/resources/wireshark.pc"
|
||||||
COMPONENT
|
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig
|
||||||
"Development"
|
COMPONENT "Development"
|
||||||
- EXCLUDE_FROM_ALL
|
- EXCLUDE_FROM_ALL
|
||||||
)
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
@@ -4093,13 +4091,11 @@ install(
|
@@ -4254,13 +4252,11 @@ install(
|
||||||
${WIRESHARK_INSTALL_CMAKEDIR}
|
${WIRESHARK_INSTALL_CMAKEDIR}
|
||||||
COMPONENT
|
COMPONENT
|
||||||
"Development"
|
"Development"
|
||||||
|
|
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'wireshark'
|
# Template file for 'wireshark'
|
||||||
pkgname=wireshark
|
pkgname=wireshark
|
||||||
version=4.2.6
|
version=4.4.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DHAVE_C99_VSNPRINTF=ON"
|
configure_args="-DHAVE_C99_VSNPRINTF=ON"
|
||||||
hostmakedepends="pkg-config flex gettext perl python3-devel mit-krb5-devel
|
hostmakedepends="pkg-config flex gettext perl python3-devel mit-krb5-devel
|
||||||
qt6-base qt6-tools ruby-asciidoctor libxslt sqlite-lemon"
|
qt6-base qt6-tools ruby-asciidoctor libxslt sqlite-lemon"
|
||||||
makedepends="libpcap-devel zlib-devel lua52-devel mit-krb5-devel gnutls-devel
|
makedepends="libpcap-devel zlib-devel lua54-devel mit-krb5-devel gnutls-devel
|
||||||
libmaxminddb-devel libgcrypt-devel libcap-devel sbc-devel c-ares-devel
|
libmaxminddb-devel libgcrypt-devel libcap-devel sbc-devel c-ares-devel
|
||||||
libssh-devel libnl3-devel spandsp-devel tiff-devel libcap-progs liblz4-devel
|
libssh-devel libnl3-devel spandsp-devel tiff-devel libcap-progs liblz4-devel
|
||||||
libxml2-devel nghttp2-devel
|
libxml2-devel nghttp2-devel nghttp3-devel snappy-devel opus-devel
|
||||||
|
bcg729-devel libilbc-devel opencore-amr-devel
|
||||||
qt6-base-devel qt6-multimedia-devel qt6-svg-devel qt6-qt5compat-devel
|
qt6-base-devel qt6-multimedia-devel qt6-svg-devel qt6-qt5compat-devel
|
||||||
minizip-devel libzstd-devel brotli-devel speexdsp-devel pcre2-devel"
|
minizip-devel libzstd-devel brotli-devel speexdsp-devel pcre2-devel"
|
||||||
depends="libcap-progs qt6-svg"
|
depends="libcap-progs qt6-svg"
|
||||||
|
@ -20,11 +21,11 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://www.wireshark.org"
|
homepage="https://www.wireshark.org"
|
||||||
changelog="https://www.wireshark.org/news/"
|
changelog="https://www.wireshark.org/news/"
|
||||||
distfiles="https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz"
|
distfiles="https://www.wireshark.org/download/src/all-versions/wireshark-${version}.tar.xz"
|
||||||
checksum=5ec6028df29068d889c98489bf194a884b00831106fea1e921fea3c65f2003f5
|
checksum=6053d97499c83feb87ce1d7f732d9c889c6c18bb334de67e65dca11483b0514e
|
||||||
system_groups="wireshark"
|
system_groups="wireshark"
|
||||||
|
|
||||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
|
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.4"
|
||||||
CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
|
CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.4"
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
# systemd-journal integration
|
# systemd-journal integration
|
||||||
|
|
Loading…
Add table
Reference in a new issue