From c36bf46fd27573bd5a23fc3ff43c446153b8bfbd Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Tue, 14 Sep 2021 21:36:27 -0500 Subject: [PATCH] scapy: update to 2.4.5. --- srcpkgs/scapy/files/README.voidlinux | 7 +++++++ srcpkgs/scapy/template | 11 +++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/scapy/files/README.voidlinux diff --git a/srcpkgs/scapy/files/README.voidlinux b/srcpkgs/scapy/files/README.voidlinux new file mode 100644 index 00000000000..ba58ed43815 --- /dev/null +++ b/srcpkgs/scapy/files/README.voidlinux @@ -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 diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template index b2924e1a171..2ad04a0b845 100644 --- a/srcpkgs/scapy/template +++ b/srcpkgs/scapy/template @@ -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 " 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" +}