diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-07-05 16:12:30 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2019-07-05 16:12:30 -0700 |
commit | 4c42eb0b450ad2f58d63efbd60d7b900b3712e4e (patch) | |
tree | 49659b21cf03efa9f5c662d390ef031a7f20f18d /net/spoofer | |
parent | 04308bd6529b0929839f009336544a4f294f3240 (diff) |
spoofer: Update to 1.4.5
Needed for the new protobuf update.
Cleaned up Makefile.
Got rid of HOST_BUILD_DEPENDS. This package does not have a host build.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/spoofer')
-rw-r--r-- | net/spoofer/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/spoofer/Makefile b/net/spoofer/Makefile index 1630771a5..29811a7f2 100644 --- a/net/spoofer/Makefile +++ b/net/spoofer/Makefile @@ -8,18 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=spoofer -PKG_VERSION:=1.4.3 +PKG_VERSION:=1.4.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.caida.org/projects/spoofer/downloads -PKG_HASH:=994555b360a095f0e9baed2469ef26bd29610af155ce58b3984d2f1616a74526 +PKG_HASH:=5f045be7269d93efb1ee7918e923e7695c9a36d192c3ada932bb6ae7fba8d15e -PKG_LICENSE:=GPL-3.0 +PKG_MAINTAINER:=Ken Keys <spoofer-info@caida.org> +PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE PKG_USE_MIPS16:=0 -HOST_BUILD_DEPENDS:=protobuf/host include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/package.mk @@ -31,7 +31,6 @@ define Package/spoofer CATEGORY:=Network TITLE:=Measure your ISP's resistance to spoofed IP packets URL:=https://spoofer.caida.org/ - MAINTAINER:=Ken Keys <spoofer-info@caida.org> DEPENDS:=+protobuf-lite +libpcap +libpthread +libopenssl endef |