Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https-dns-proxy: prepare migration to APK #23716

Merged
merged 1 commit into from Mar 24, 2024

Conversation

stangri
Copy link
Member

@stangri stangri commented Mar 23, 2024

Maintainer: me
Compile tested: x86_64, Sophos XG-135r3, OpenWrt 23.05.2

@stangri stangri self-assigned this Mar 23, 2024
@@ -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'"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not revelant to APK migration.

@stangri stangri force-pushed the master-https-dns-proxy branch 2 times, most recently from dbd1f12 to f1dccc1 Compare March 23, 2024 20:02
@@ -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$(subst(.,-,$(PKG_VERSION)))-r1"; // update date sometimes, like 1-2 times a year
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll fix that later today or tomorrow.

Comment on lines +9 to +10
PKG_SOURCE_DATE:=$(subst(.,-,$(PKG_VERSION)))
PKG_SOURCE_RELEASE:=$(subst(r,,$(PKG_RELEASE)))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aparcar Is this wanted behavior? I think there will be several exceptions like this.

While looking at your treewide commit in the main repo: openwrt/openwrt@e8725a9

It sounds like we can drop those two lines as they are not required. Is that right?

Signed-off-by: Stan Grishin <stangri@melmac.ca>
procd_add_raw_trigger "interface.*.up" 3000 "/etc/init.d/${packageName}" restart 'on_interface_up'
output_okn
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not relevant anyhow to APK migration. If it is not going to be addressed and you will still merge it, I will revert it.

@stangri stangri merged commit aa802e8 into openwrt:master Mar 24, 2024
12 checks passed
@BKPepe
Copy link
Member

BKPepe commented Mar 24, 2024

@1715173329 , @feckert Could you please look at this pull request? :) Would be great to have someone, who will share the same opinion on this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants