luci-app-banip: update 1.8.8-2
authorDirk Brenken <redacted>
Mon, 4 May 2026 17:45:08 +0000 (19:45 +0200)
committerDirk Brenken <redacted>
Mon, 4 May 2026 17:45:28 +0000 (19:45 +0200)
* sync with base package

Signed-off-by: Dirk Brenken <redacted>
applications/luci-app-banip/Makefile
applications/luci-app-banip/htdocs/luci-static/resources/view/banip/feeds.js
applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js

index d0f4e184771da7360269ff6ecbe6a41c07f70a98..f841ac23097b76bd3ba4a055e7c7bb3ee7ec52fa 100644 (file)
@@ -7,7 +7,7 @@ LUCI_TITLE:=LuCI support for banIP
 LUCI_DEPENDS:=+luci-base +banip
 
 PKG_VERSION:=1.8.8
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_LICENSE:=Apache-2.0
 PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
 
index 535473e3165d0932c70a70bd8703f991c6dd2fb1..fbd31f8b7c268db5bb9940b882ad5e5fe8cedb4f 100644 (file)
@@ -234,6 +234,7 @@ return view.extend({
                        o.value('feed 1', _('<IP-Address>'));
                        o.value('feed 1 ,', _('<IP-Address><CSV-Separator>'));
                        o.value('feed 13', _('<IP-Address><Space><Netmask>'));
+                       o.value('feed 4 "', _('<JSON Lines><IP-Address><JSON Lines>'));
                        o.value('suricata 1', _('<Suricata Syntax>'));
                        o.optional = true;
                        o.rmempty = true;
index 908c1386635e25a32f084fff8be7970635a7c0c7..f3d84db032b52df45ef80038a38571049d52621d 100644 (file)
@@ -255,7 +255,7 @@ return view.extend({
                o.optional = true;
                o.retain = true;
 
-               o = s.taboption('general', form.Value, 'ban_fetchparm', _('Download Parameters'), _('Override the pre-configured download options for the selected download utility.'));
+               o = s.taboption('general', form.Value, 'ban_fetchparm', _('Download Parameters'), _('Override the pre-configured download options for the selected download utility. The output flag, e.g. \'-o\' for curl or \'-O\' for wget, must be the last parameter.'));
                o.depends('ban_autodetect', '0');
                o.optional = true;
                o.retain = true;
git clone https://git.99rst.org/PROJECT