mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
scapy: update to 2.4.0
This commit is contained in:
parent
550c5e9ad5
commit
a5732b368c
2 changed files with 15 additions and 9 deletions
6
srcpkgs/scapy/INSTALL.msg
Normal file
6
srcpkgs/scapy/INSTALL.msg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Optional software for special 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
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'python-scapy'
|
# Template file for 'scapy'
|
||||||
pkgname=scapy
|
pkgname=scapy
|
||||||
version=2.3.3
|
version=2.4.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
pycompile_module="scapy"
|
pycompile_module="scapy"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python tcpdump python-crypto python-pyx python-matplotlib sox"
|
depends="tcpdump python3"
|
||||||
short_desc="Powerful interactive packet manipulation program written in Python"
|
short_desc="Powerful interactive packet manipulation program written in Python"
|
||||||
maintainer="cipr3s <cipr3s@gmx.com>"
|
maintainer="cipr3s <cipr3s@gmx.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://secdev.org/projects/scapy"
|
homepage="https://scapy.net/"
|
||||||
distfiles="${PYPI_SITE}/s/scapy/scapy-${version}.tgz"
|
distfiles="${PYPI_SITE}/s/scapy/scapy-${version}.tar.gz"
|
||||||
checksum=9d3b0293dcdc2cc42eedacbc9003038109558c4b5c5e4a3fa01b8ef5762f1eb0
|
checksum=452f714f5c2eac6fd0a6146b1dbddfc24dd5f4103f3ed76227995a488cfb2b73
|
||||||
|
|
Loading…
Add table
Reference in a new issue