File tree Expand file tree Collapse file tree 4 files changed +91
-57
lines changed
applications/luci-app-adblock-fast
htdocs/luci-static/resources/adblock-fast Expand file tree Collapse file tree 4 files changed +91
-57
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2023 MOSSDeF, Stan Grishin (stangri@melmac.ca)
2
- # This is free software, licensed under the GNU General Public License v3 .
1
+ # Copyright 2023-2024 MOSSDeF, Stan Grishin (stangri@melmac.ca).
2
+ # This is free software, licensed under AGPL-3.0-or-later .
3
3
4
4
include $(TOPDIR ) /rules.mk
5
5
6
- PKG_LICENSE: =GPL-3.0-or-later
6
+ PKG_NAME: =luci-app-adblock-fast
7
+ PKG_LICENSE: =AGPL-3.0-or-later
7
8
PKG_MAINTAINER: =Stan Grishin <stangri@melmac.ca>
8
- PKG_VERSION: =1.1.1-r7
9
+ PKG_VERSION: =1.1.2
10
+ PKG_RELEASE: =1
9
11
10
12
LUCI_TITLE: =AdBlock-Fast Web UI
11
13
LUCI_DESCRIPTION: =Provides Web UI for adblock-fast service.
12
14
LUCI_DEPENDS: =+luci-base +adblock-fast +jsonfilter
13
- LUCI_PKGARCH: =all
15
+
16
+ define Package/$(PKG_NAME)/config
17
+ # shown in make menuconfig <Help>
18
+ help
19
+ $(LUCI_TITLE )
20
+ .
21
+ Version: $(PKG_VERSION ) -$(PKG_RELEASE )
22
+ endef
14
23
15
24
include ../../luci.mk
16
25
Original file line number Diff line number Diff line change @@ -189,6 +189,12 @@ var status = baseclass.extend({
189
189
warningMissingRecommendedPackages : _ (
190
190
"Some recommended packages are missing"
191
191
) ,
192
+ warningOutdatedLuciPackage : _ (
193
+ "The WebUI application (luci-app-adblock-fast) is outdated, please update it"
194
+ ) ,
195
+ warningOutdatedPrincipalPackage : _ (
196
+ "The principal package (adblock-fast) is outdated, please update it"
197
+ ) ,
192
198
warningInvalidCompressedCacheDir : _ (
193
199
"Invalid compressed cache directory '%s'"
194
200
) ,
You can’t perform that action at this time.
0 commit comments