-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
69 changed files
with
1,205 additions
and
2,668 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=libdaq3 | ||
PKG_VERSION:=3.0.15 | ||
PKG_VERSION:=3.0.18 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_MAINTAINER:=W. Michael Petullo <[email protected]> | ||
|
@@ -18,7 +18,7 @@ PKG_LICENSE_FILES:=COPYING LICENSE | |
|
||
PKG_SOURCE:=libdaq-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=https://codeload.github.com/snort3/libdaq/tar.gz/v$(PKG_VERSION)? | ||
PKG_HASH:=174c639d59f7bda84d71bda50257febbb2646138aa7bbf948bb4d4a8be60f2d8 | ||
PKG_HASH:=301db00d33ccd7be546ffb40cd9f4fc41031a5d67196b48bd8b76ae36e10f078 | ||
PKG_BUILD_DIR:=$(BUILD_DIR)/libdaq-$(PKG_VERSION) | ||
|
||
PKG_FIXUP:=autoreconf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=libfmt | ||
PKG_VERSION:=11.1.1 | ||
PKG_VERSION:=11.1.2 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE_NAME:=fmt | ||
PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=https://codeload.github.com/fmtlib/$(PKG_SOURCE_NAME)/tar.gz/$(PKG_VERSION)? | ||
PKG_HASH:=482eed9efbc98388dbaee5cb5f368be5eca4893456bb358c18b7ff71f835ae43 | ||
PKG_HASH:=d8773cf062cc806d4dd4df658111f15ba7a2c9c65db5084d2491696828b1eb97 | ||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_NAME)-$(PKG_VERSION) | ||
|
||
PKG_MAINTAINER:=Othmar Truniger <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,12 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=libyang | ||
PKG_VERSION:=2.1.80 | ||
PKG_VERSION:=2.1.128 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=https://codeload.github.com/CESNET/libyang/tar.gz/v$(PKG_VERSION)? | ||
PKG_HASH:=fc4744839b64628939d291e5c4f3841f2a9aef38a465682703794341687a51c4 | ||
PKG_HASH:=19a5fe2742ccd68cc90bd7b28736d518ebea4241e798fa49a01b5e6f8a79928e | ||
|
||
PKG_MAINTAINER:=Jakov Smolic <[email protected]> | ||
PKG_LICENSE:=BSD-3-Clause | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Copyright 2023-2024 MOSSDeF, Stan Grishin ([email protected]). | ||
# Copyright 2023-2025 MOSSDeF, Stan Grishin ([email protected]). | ||
# TLD optimization written by Dirk Brenken ([email protected]). | ||
# This is free software, licensed under AGPL-3.0-or-later. | ||
|
||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=adblock-fast | ||
PKG_VERSION:=1.1.2 | ||
PKG_RELEASE:=20 | ||
PKG_VERSION:=1.1.3 | ||
PKG_RELEASE:=1 | ||
PKG_MAINTAINER:=Stan Grishin <[email protected]> | ||
PKG_LICENSE:=AGPL-3.0-or-later | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/sh /etc/rc.common | ||
# Copyright 2023 MOSSDeF, Stan Grishin ([email protected]) | ||
# Copyright 2023-2025 MOSSDeF, Stan Grishin ([email protected]) | ||
# shellcheck disable=SC3043 | ||
|
||
# shellcheck disable=SC2034 | ||
|
@@ -124,6 +124,7 @@ load_environment_flag= | |
allowed_url= | ||
blocked_url= | ||
fw4_restart_flag= | ||
adbf_boot_flag= | ||
|
||
# shellcheck disable=SC1091 | ||
. /lib/functions.sh | ||
|
@@ -1214,7 +1215,7 @@ process_file_url() { | |
local type="$1" file="$2" | ||
case "$type" in | ||
hosts) | ||
sed -i '/# Title: StevenBlack/,/# Start StevenBlack/d' "$file" | ||
sed -i '/# Title: StevenBlack/,/# Custom host records are listed here/d' "$file" | ||
# sed -i -E '/^(.*)[\t ](local|localhost|localhost.localdomain)$/d;/^255.255.255.255[\t ]broadcasthost$/d;/^0.0.0.0[\t ]0.0.0.0$/d' "$file" | ||
# sed -i -E '/^(.*)[\t ](ip6-localhost|ip6-loopback|ip6-localnet|ip6-mcastprefix|ip6-allnodes|ip6-allrouters|ip6-allhosts)/d' "$file" | ||
;; | ||
|
@@ -1960,6 +1961,7 @@ adb_start() { | |
local action status error message stats p iface | ||
local param="$1" validation_result="$3" | ||
|
||
[ -n "$adbf_boot_flag" ] && return 0 | ||
load_environment "$validation_result" "$param" || return 1 | ||
|
||
status="$(json get 'status')" | ||
|
@@ -2256,13 +2258,9 @@ adb_pause() { | |
|
||
allow() { load_validate_config 'config' adb_allow "'$*'"; } | ||
boot() { | ||
local procd_boot_delay | ||
ubus -t 30 wait_for network.interface 2>/dev/null | ||
config_load "$packageName" | ||
config_get procd_boot_delay 'config' 'procd_boot_delay' '0' | ||
# shellcheck disable=SC2154 | ||
{ is_integer "$procd_boot_delay" && sleep "$procd_boot_delay"; \ | ||
rc_procd start_service 'on_boot' && service_started 'on_boot'; } & | ||
adbf_boot_flag=1 | ||
rc_procd start_service 'on_boot' && service_started 'on_boot' | ||
} | ||
check() { load_validate_config 'config' adb_check "'$*'"; } | ||
check_lists() { load_validate_config 'config' adb_check_lists "'$*'"; } | ||
|
@@ -2295,22 +2293,30 @@ reload_service() { rc_procd start_service 'restart'; } | |
restart_service() { rc_procd start_service 'restart'; } | ||
service_started() { is_fw4_restart_needed && procd_set_config_changed firewall; } | ||
service_stopped() { is_fw4_restart_needed && procd_set_config_changed firewall; } | ||
# shellcheck disable=SC2015 | ||
service_triggers() { | ||
local wan wan6 i | ||
local procd_trigger_wan6 | ||
config_load "$packageName" | ||
config_get_bool procd_trigger_wan6 'config' 'procd_trigger_wan6' '0' | ||
network_flush_cache | ||
network_find_wan wan | ||
wan="${wan:-wan}" | ||
if [ "$procd_trigger_wan6" -ne '0' ]; then | ||
network_find_wan6 wan6 | ||
wan6="${wan6:-wan6}" | ||
if [ -n "$adbf_boot_flag" ]; then | ||
output "Setting trigger (on_boot) " | ||
procd_add_raw_trigger "interface.*.up" 5000 "/etc/init.d/${packageName}" start && output_okn || output_failn | ||
else | ||
config_load "$packageName" | ||
config_get_bool procd_trigger_wan6 'config' 'procd_trigger_wan6' '0' | ||
network_flush_cache | ||
network_find_wan wan | ||
wan="${wan:-wan}" | ||
if [ "$procd_trigger_wan6" -ne '0' ]; then | ||
network_find_wan6 wan6 | ||
wan6="${wan6:-wan6}" | ||
fi | ||
output "Setting trigger${wan6:+s} for $wan ${wan6:+$wan6 }" | ||
for i in "$wan" "$wan6"; do | ||
procd_add_interface_trigger "interface.*" "$i" "/etc/init.d/${packageName}" start && output_ok || output_fail | ||
done | ||
output '\n' | ||
procd_add_config_trigger "config.change" "$packageName" "/etc/init.d/${packageName}" reload | ||
fi | ||
for i in "$wan" "$wan6"; do | ||
[ -n "$i" ] && procd_add_interface_trigger "interface.*" "$i" "/etc/init.d/${packageName}" start | ||
done | ||
procd_add_config_trigger "config.change" "$packageName" "/etc/init.d/${packageName}" reload | ||
} | ||
sizes() { load_validate_config 'config' adb_sizes "''"; } | ||
start_service() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=adblock | ||
PKG_VERSION:=4.2.3 | ||
PKG_RELEASE:=3 | ||
PKG_VERSION:=4.2.4 | ||
PKG_RELEASE:=1 | ||
PKG_LICENSE:=GPL-3.0-or-later | ||
PKG_MAINTAINER:=Dirk Brenken <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.