mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
wireshark: update to 2.2.7
See https://www.wireshark.org/docs/relnotes/wireshark-2.2.7.html for the CVEs fixed in this release.
This commit is contained in:
parent
a8f74c1368
commit
50113d4af7
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wireshark'
|
# Template file for 'wireshark'
|
||||||
pkgname=wireshark
|
pkgname=wireshark
|
||||||
version=2.2.6
|
version=2.2.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
|
configure_args="--with-ssl --with-pcap --with-libcap --with-zlib --with-lua
|
||||||
|
@ -12,12 +12,12 @@ makedepends="libpcap-devel zlib-devel lua52-devel mit-krb5-devel gnutls-devel
|
||||||
depends="libcap-progs"
|
depends="libcap-progs"
|
||||||
short_desc="A network protocol analyzer"
|
short_desc="A network protocol analyzer"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
homepage="http://www.wireshark.org"
|
homepage="https://www.wireshark.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
# XXX ovh is blocked (repo4.voidlinux.eu can't download this).
|
# XXX ovh is blocked (repo4.voidlinux.eu can't download this).
|
||||||
distfiles="http://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2"
|
distfiles="https://www.wireshark.org/download/src/${pkgname}-${version}.tar.bz2"
|
||||||
#distfiles="https://sources.voidlinux.eu/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
#distfiles="https://sources.voidlinux.eu/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=f627d51eda85f5ae5f5c8c9fc1f6539ffc2a270dd7500dc7f67490a8534ca849
|
checksum=689ddf62221b152779d8846ab5b2063cc7fd41ec1a9f04eefab09b5d5486dbb5
|
||||||
system_groups="wireshark"
|
system_groups="wireshark"
|
||||||
|
|
||||||
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
|
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue