git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
21a2936
)
banip: update 1.0.0-5
author
Dirk Brenken
<redacted>
Sun, 14 Jul 2024 20:26:36 +0000
(22:26 +0200)
committer
Dirk Brenken
<redacted>
Sun, 14 Jul 2024 20:27:07 +0000
(22:27 +0200)
* filter crappy IP entries from urlhaus feed
Signed-off-by: Dirk Brenken <redacted>
net/banip/Makefile
patch
|
blob
|
history
net/banip/files/banip.feeds
patch
|
blob
|
history
diff --git
a/net/banip/Makefile
b/net/banip/Makefile
index 92cf704956300363f8c8d33abcf4092843f27206..9b22116e0bec2bc0c806f45eab272d043f00855d 100644
(file)
--- 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 <dev@brenken.org>
diff --git
a/net/banip/files/banip.feeds
b/net/banip/files/banip.feeds
index 66d0807c97e4b7a0b4139f85d13002176c80e71e..801639de1d1c2c5d9ac51ac2d424f3e448066bd8 100644
(file)
--- 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":{
git clone https://git.99rst.org/PROJECT