wireshark: update to 1.12.7.
This commit is contained in:
parent
64c3c2d0d5
commit
7e3c782c7d
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wireshark'
|
||||
pkgname=wireshark
|
||||
version=1.12.6
|
||||
version=1.12.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
|
||||
|
@ -8,13 +8,13 @@ configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
|
|||
hostmakedepends="pkg-config flex perl python-devel mit-krb5-devel libtool"
|
||||
makedepends="libpcap-devel zlib-devel lua-devel mit-krb5-devel gnutls-devel
|
||||
geoip-devel libgcrypt-devel gtk+3-devel libcap-devel sbc-devel"
|
||||
depends="libwireshark>=${version}_${revision} libcap-progs"
|
||||
depends="libcap-progs"
|
||||
short_desc="A network protocol analyzer"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
homepage="http://www.wireshark.org"
|
||||
license="GPL-2"
|
||||
distfiles="http://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2"
|
||||
checksum=22ac0cc872f12cef9bb2cacfe0720eed8533dc5cea102d21de511620606cb3b6
|
||||
checksum=c74a1c14e72ce0f198a93d832e71742c7f312cbbe719e5def9ecef176860f92c
|
||||
system_groups="wireshark"
|
||||
subpackages="libwireshark libwireshark-devel wireshark-gtk"
|
||||
|
||||
|
@ -77,7 +77,6 @@ libwireshark-devel_package() {
|
|||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
||||
|
||||
wireshark-gtk_package() {
|
||||
replaces="wireshark<1.12.2_1"
|
||||
depends="${sourcepkg}>=${version}_${revision} hicolor-icon-theme desktop-file-utils"
|
||||
|
@ -89,7 +88,6 @@ wireshark-gtk_package() {
|
|||
vmove usr/share/applications/wireshark.desktop
|
||||
}
|
||||
}
|
||||
|
||||
wireshark-qt_package() {
|
||||
replaces="wireshark<1.12.2_1"
|
||||
depends="${sourcepkg}>=${version}_${revision} desktop-file-utils"
|
||||
|
|
Loading…
Reference in a new issue