Revert "wireshark: update to 2.1.0."
This reverts commiteee9d5d4a3
. This reverts commitb6b7e964fa
. This reverts commit3c719e9675
.
This commit is contained in:
parent
eee9d5d4a3
commit
d08f3e4b19
2 changed files with 9 additions and 10 deletions
|
@ -1548,10 +1548,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.0 libwireshark-2.1.0_1
|
||||
libwsutil.so.0 libwireshark-2.1.0_1
|
||||
libwiretap.so.0 libwireshark-2.1.0_1
|
||||
libwireshark.so.0 libwireshark-2.1.0_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
|
||||
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
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'wireshark'
|
||||
pkgname=wireshark
|
||||
version=2.1.0
|
||||
version=2.0.3
|
||||
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 glib-devel"
|
||||
hostmakedepends="pkg-config flex perl python-devel mit-krb5-devel automake libtool"
|
||||
makedepends="libpcap-devel zlib-devel lua52-devel mit-krb5-devel gnutls-devel
|
||||
geoip-devel libgcrypt-devel gtk+3-devel libcap-devel sbc-devel"
|
||||
depends="libcap-progs"
|
||||
|
@ -14,9 +14,9 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|||
homepage="http://www.wireshark.org"
|
||||
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=f73bd7660056c0910c8a89f480f61ab9fe62866eadf1af49e3374da3fe16b4cc
|
||||
#distfiles="http://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2"
|
||||
distfiles="https://sources.voidlinux.eu/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=e196376e75fe21fdef41b4eaa27ce2e1b2b561e7f7b20328a8e96657cc4465fc
|
||||
system_groups="wireshark"
|
||||
subpackages="libwireshark libwireshark-devel wireshark-gtk"
|
||||
|
||||
|
@ -39,7 +39,7 @@ post_install() {
|
|||
|
||||
# Headers
|
||||
vmkdir $_includeDir
|
||||
vcopy "config.h register.h ws_symbol_export.h" $_includeDir
|
||||
vcopy "color.h config.h register.h ws_symbol_export.h" $_includeDir
|
||||
|
||||
for i in wiretap wsutil; do
|
||||
vmkdir $_includeDir/$i
|
||||
|
|
Loading…
Reference in a new issue