From: Dirk Brenken Date: Sun, 14 Jul 2024 20:26:36 +0000 (+0200) Subject: banip: update 1.0.0-5 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=dc6172ecc02bff23e69a41de022bf83b5794b3eb;p=feed%2Fpackages.git banip: update 1.0.0-5 * filter crappy IP entries from urlhaus feed Signed-off-by: Dirk Brenken (cherry picked from commit 9968fe6bf770f3a2eac47fbee17511d4144479cf) --- diff --git a/net/banip/Makefile b/net/banip/Makefile index 92cf704956..9b22116e0b 100644 --- a/net/banip/Makefile +++ b/net/banip/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=banip PKG_VERSION:=1.0.0 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken diff --git a/net/banip/files/banip.feeds b/net/banip/files/banip.feeds index 66d0807c97..801639de1d 100644 --- a/net/banip/files/banip.feeds +++ b/net/banip/files/banip.feeds @@ -277,7 +277,7 @@ }, "urlhaus":{ "url_4": "https://urlhaus.abuse.ch/downloads/ids/", - "rule_4": "BEGIN{FS=\";\"}/content:\"127\\./{next}/(content:\"([1-9][0-9]{0,2}\\.){1}([0-9]{1,3}\\.){2}(1?[0-9][0-9]?|2[0-4][0-9]|25[0-5]))/{printf \"%s,\\n\",substr($10,11,length($10)-11)}", + "rule_4": "BEGIN{FS=\";\"}/content:\"127\\./{next}/(content:\"([1-9][0-9]{0,2}\\.){1}([0-9]{1,3}\\.){2}(1?[0-9][0-9]?|2[0-4][0-9]|25[0-5])\")/{printf \"%s,\\n\",substr($10,11,length($10)-11)}", "descr": "urlhaus IDS IPs" }, "urlvir":{