diff --git a/common/shlibs b/common/shlibs index f93425011c..7a783c5d45 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1562,9 +1562,10 @@ 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 -libwsutil.so.6 libwireshark-2.0.0_1 -libwiretap.so.5 libwireshark-2.0.0_1 -libwireshark.so.6 libwireshark-2.0.0_1 +libwsutil.so.7 libwireshark-2.2.0_1 +libwiretap.so.6 libwireshark-2.2.0_1 +libwireshark.so.8 libwireshark-2.2.0_1 +libwscodecs.so.1 libwireshark-2.2.0_1 libfreerdp-core.so.1.0 libfreerdp-1.0.2_2 libfreerdp-channels.so.1.0 libfreerdp-1.0.2_2 libfreerdp-rail.so.1.0 libfreerdp-1.0.2_2 diff --git a/srcpkgs/wireshark/template b/srcpkgs/wireshark/template index e4e4d4b641..bbeada5317 100644 --- a/srcpkgs/wireshark/template +++ b/srcpkgs/wireshark/template @@ -1,14 +1,13 @@ # Template file for 'wireshark' pkgname=wireshark -reverts="2.1.0_1" -version=2.0.5 +version=2.2.0 revision=1 build_style=gnu-configure configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua --with-krb5 --with-gtk3=yes --without-portaudio CC_FOR_BUILD=cc" -hostmakedepends="pkg-config flex perl python-devel mit-krb5-devel automake libtool" +hostmakedepends="pkg-config flex perl python-devel mit-krb5-devel automake libtool qt5-tools glib-devel" makedepends="libpcap-devel zlib-devel lua52-devel mit-krb5-devel gnutls-devel - geoip-devel libgcrypt-devel gtk+3-devel libcap-devel sbc-devel" + geoip-devel libgcrypt-devel gtk+3-devel libcap-devel sbc-devel c-ares-devel" depends="libcap-progs" short_desc="A network protocol analyzer" maintainer="Enno Boland " @@ -17,7 +16,7 @@ license="GPL-2" # XXX ovh is blocked (repo4.voidlinux.eu can't download this). distfiles="http://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2" #distfiles="https://sources.voidlinux.eu/${pkgname}-${version}/${pkgname}-${version}.tar.bz2" -checksum=0ce0241330828973f5b4efee422a3760cab8ce0b41e7721c4b9fd185be1bb10b +checksum=a6847e741efcba6cb9d92d464d4219917bee3ad0b8f5b0f80d4388ad2f3f1104 system_groups="wireshark" subpackages="libwireshark libwireshark-devel wireshark-gtk" @@ -40,7 +39,7 @@ post_install() { # Headers vmkdir $_includeDir - vcopy "color.h config.h register.h ws_symbol_export.h" $_includeDir + vcopy "config.h register.h ws_symbol_export.h" $_includeDir for i in wiretap wsutil; do vmkdir $_includeDir/$i