spoofer: bump to 1.4.13
authorGeorge Sapkin <redacted>
Mon, 11 May 2026 00:13:22 +0000 (03:13 +0300)
committerGeorge Sapkin <redacted>
Wed, 13 May 2026 17:57:12 +0000 (20:57 +0300)
Remove nonexistent configure arguments.

Signed-off-by: George Sapkin <redacted>
net/spoofer/Makefile

index a9e8f35c1250632ab1c8b77d709b8df4da390b10..43e3fc6da63b173140a19632ce9c9c9326bc02e3 100644 (file)
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=spoofer
-PKG_VERSION:=1.4.8
-PKG_RELEASE:=2
+PKG_VERSION:=1.4.13
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 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_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
 ca-certificates package or install an updated version of this package
 that has a newer bundled certificate.
-
 endef
 
 # with-protobuf doesn't seem to work without setting the flags explicitly
 CONFIGURE_ARGS += \
-       --enable-prober \
        --disable-manager
 
 CONFIGURE_VARS += \
git clone https://git.99rst.org/PROJECT