scapy: update to 2.4.5.

This commit is contained in:
Andrew Benson 2021-09-14 21:36:27 -05:00
parent 60ad1b97d8
commit c36bf46fd2
2 changed files with 14 additions and 4 deletions

View file

@ -0,0 +1,7 @@
The following packages are recommended for additional features.
python3-matplotlib: plotting support
python3-pyx: PostScript and PDF graphs drawing
graphviz and ImageMagick: graph generation
python3-cryptography: WEP, PKI and TLS support
sox: VOIP support

View file

@ -1,9 +1,8 @@
# Template file for 'scapy'
pkgname=scapy
version=2.4.3
revision=3
version=2.4.5
revision=1
build_style=python3-module
pycompile_module="scapy"
hostmakedepends="python3-setuptools"
depends="tcpdump python3"
short_desc="Powerful interactive packet manipulation program written in Python"
@ -11,4 +10,8 @@ maintainer="cipr3s <cipr3s@gmx.com>"
license="GPL-2.0-only"
homepage="https://scapy.net/"
distfiles="${PYPI_SITE}/s/scapy/scapy-${version}.tar.gz"
checksum=e2f8d11f6a941c14a789ae8b236b27bd634681f1b29b5e893861e284d234f6b0
checksum=bc707e3604784496b6665a9e5b2a69c36cc9fb032af4864b29051531b24c8593
post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}