https-dns-proxy: prepare migration to APK 23719/head
authorStan Grishin <stangri@melmac.ca>
Sat, 23 Mar 2024 01:02:32 +0000 (01:02 +0000)
committerStan Grishin <stangri@melmac.ca>
Sat, 23 Mar 2024 01:10:57 +0000 (01:10 +0000)
Signed-off-by: Stan Grishin <stangri@melmac.ca>
(cherry picked from commit dae56fd2a5d4ac579dff5d151cefe45b8d873bd6)

net/https-dns-proxy/Makefile
net/https-dns-proxy/files/etc/init.d/https-dns-proxy
net/https-dns-proxy/patches/020-src-options.c-add-version.patch

index 3d9ff61fb2e98f2f161b2f0703672c94a5d83662..0dc6e2f06a3d63463fd0f2d0b091c685fbf9643e 100644 (file)
@@ -1,8 +1,8 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=https-dns-proxy
-PKG_VERSION:=2023-11-19
-PKG_RELEASE:=1
+PKG_VERSION:=2023.11.19
+PKG_RELEASE:=r1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy/
index 9a2cd4b42762d7cc7baf6cede5abefe50f8d9e2b..ff81655d46d37f24c1c4a0c4b513c7a3188bfcbc 100755 (executable)
@@ -300,7 +300,9 @@ service_triggers() {
        local wan wan6 i
        local procd_trigger_wan6
        if [ "$on_boot_trigger" = '1' ]; then
+               output "Setting $serviceName raw_trigger for 'interface.*.up'"
                procd_add_raw_trigger "interface.*.up" 3000 "/etc/init.d/${packageName}" restart 'on_interface_up'
+               output_okn
        else
                config_load "$packageName"
                config_get_bool procd_trigger_wan6 'config' 'procd_trigger_wan6' '0'
index 219fd8101ce1d3fb34a80edca3205ea78ecd2675..100b3b499d66e27b342601415277ce8c4b5e99f4 100644 (file)
@@ -5,7 +5,7 @@
    return SW_VERSION;
  #else
 -  return "2023.10.10-atLeast";  // update date sometimes, like 1-2 times a year
-+  return "2023-11-19-1";  // update date sometimes, like 1-2 times a year
++  return "2023.11.19-r1";  // update date sometimes, like 1-2 times a year
  #endif
  }