mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
spoofer: bump to 1.4.13
Remove nonexistent configure arguments. Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
@@ -6,12 +6,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=spoofer
|
PKG_NAME:=spoofer
|
||||||
PKG_VERSION:=1.4.8
|
PKG_VERSION:=1.4.13
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://www.caida.org/projects/spoofer/downloads
|
PKG_SOURCE_URL:=https://www.caida.org/projects/spoofer/downloads
|
||||||
PKG_HASH:=9e94810b8b84db6005d78bd1db13d7f4c1307e50c28824e27e0629c5abfd317c
|
PKG_HASH:=9f7076c807246dc9b6932bf94330468789ef29ad12ffe11b182c5ed1ec961b55
|
||||||
|
|
||||||
PKG_MAINTAINER:=Ken Keys <spoofer-info@caida.org>
|
PKG_MAINTAINER:=Ken Keys <spoofer-info@caida.org>
|
||||||
PKG_LICENSE:=GPL-3.0-or-later
|
PKG_LICENSE:=GPL-3.0-or-later
|
||||||
@@ -41,12 +41,10 @@ the large ca-certificates package. But if the server's private
|
|||||||
certificate ever changes, it will be necessary to either install the
|
certificate ever changes, it will be necessary to either install the
|
||||||
ca-certificates package or install an updated version of this package
|
ca-certificates package or install an updated version of this package
|
||||||
that has a newer bundled certificate.
|
that has a newer bundled certificate.
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# with-protobuf doesn't seem to work without setting the flags explicitly
|
# with-protobuf doesn't seem to work without setting the flags explicitly
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-prober \
|
|
||||||
--disable-manager
|
--disable-manager
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
|
|||||||
Reference in New Issue
Block a user