scapy: update to 2.4.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
551b9a380b
commit
5dbcadbde1
|
@ -8,13 +8,15 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=scapy
|
PKG_NAME:=scapy
|
||||||
PKG_VERSION:=2.4.3
|
PKG_VERSION:=2.4.4
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
PKG_LICENSE:=GPL-2.0-only
|
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
|
||||||
|
|
||||||
PYPI_NAME:=$(PKG_NAME)
|
PYPI_NAME:=$(PKG_NAME)
|
||||||
PKG_HASH:=e2f8d11f6a941c14a789ae8b236b27bd634681f1b29b5e893861e284d234f6b0
|
PKG_HASH:=ecfd7a14cd9c3ef0eb08d28d5bb71d97219edff1454ccbdff229f676b27900ee
|
||||||
|
|
||||||
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
|
PKG_LICENSE:=GPL-2.0-only
|
||||||
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
include ../../lang/python/pypi.mk
|
include ../../lang/python/pypi.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
@ -24,7 +26,6 @@ define Package/scapy
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Interactive packet manipulation tool and network scanner
|
TITLE:=Interactive packet manipulation tool and network scanner
|
||||||
MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
|
||||||
URL:=https://scapy.net/
|
URL:=https://scapy.net/
|
||||||
DEPENDS:=+python3
|
DEPENDS:=+python3
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue