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:
1557ddf
)
banip: update 0.9.2-4
author
Dirk Brenken
<redacted>
Sat, 25 Nov 2023 07:57:43 +0000
(08:57 +0100)
committer
Dirk Brenken
<redacted>
Sat, 25 Nov 2023 07:57:43 +0000
(08:57 +0100)
* fix: accidently upload a faulty urlhaus feed regex in the former commit
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 c89df331e673926654c156d1c84023acd827690a..28b76bc86aa0de6bbfc18afe59cbe9763af18c52 100644
(file)
--- a/
net/banip/Makefile
+++ b/
net/banip/Makefile
@@
-6,7
+6,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=banip
PKG_VERSION:=0.9.2
-PKG_RELEASE:=
3
+PKG_RELEASE:=
4
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 72177cd3f7096a081a7c9730ec562b1f0d54479a..1adb11eb59adb6f481e10dd1dcb26a24469938ad 100644
(file)
--- a/
net/banip/files/banip.feeds
+++ b/
net/banip/files/banip.feeds
@@
-256,7
+256,7
@@
},
"urlhaus":{
"url_4": "https://urlhaus.abuse.ch/downloads/ids/",
- "rule_4": "match($0,/(content:\"([0-9]{1,3}\\.){3}(1?[0-9][0-9]?|2[0-4][0-9]|25[0-5])
\"
)/){printf \"%s,\\n\",substr($0,RSTART+9,RLENGTH-9)}",
+ "rule_4": "match($0,/(content:\"([0-9]{1,3}\\.){3}(1?[0-9][0-9]?|2[0-4][0-9]|25[0-5]))/){printf \"%s,\\n\",substr($0,RSTART+9,RLENGTH-9)}",
"descr": "urlhaus IDS IPs"
},
"urlvir":{
git clone https://git.99rst.org/PROJECT