Browse Source

Merge pull request #6673 from neheb/patch-21

scapy: Update to 2.4.0 and change URLs to new
lilik-openwrt-22.03
Dirk Brenken 6 years ago
committed by GitHub
parent
commit
1ddb7746bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      net/scapy/Makefile

+ 5
- 5
net/scapy/Makefile View File

@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=scapy PKG_NAME:=scapy
PKG_VERSION:=2.3.1
PKG_VERSION:=2.4.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=PKG-INFO PKG_LICENSE_FILES:=PKG-INFO
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
PKG_SOURCE_URL:=https://bitbucket.org/secdev/scapy/downloads/
PKG_HASH:=8972c02e39a826a10c02c2bdd5025f7251dce9589c57befd9bb55c65f02e4934
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/secdev/scapy/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=3836c62c33dd3f7c1ae30f5c2c1ab8078e4e32f5bf9c8be758dbaafe1c6a580e
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include ../../lang/python/python-package.mk include ../../lang/python/python-package.mk
@ -25,7 +25,7 @@ define Package/scapy
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> MAINTAINER:=W. Michael Petullo <mike@flyn.org>
URL:=http://www.secdev.org/projects/scapy/
URL:=https://scapy.net/
DEPENDS:=+python DEPENDS:=+python
endef endef


Loading…
Cancel
Save