From b03b560b3cc81f51cf3e44ab886794d5b07b2608 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 16 Jun 2024 03:46:56 +0200 Subject: [PATCH 1/5] Upgrade to v12.2.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 06df528..eea50db 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Technitium DNS" description.en = "DNS server for privacy and security" description.fr = "Serveur DNS pour la confidentialité et la sécurité" -version = "12.1.0~ynh1" +version = "12.2.1~ynh1" maintainers = ["Navan Chauhan"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://download.technitium.com/dns/archive/12.1/DnsServerPortable.tar.gz" - sha256 = "1b4336c6e601640dd75d768fb38a4bac99b300c6d52618aa21202fb82c37899a" + url = "https://github.com/TechnitiumSoftware/DnsServer/archive/refs/tags/v12.2.1.tar.gz" + sha256 = "5fff2e970cc62d71c6f7b25b7d7e44558d4272f91fc9eb4f1c67d5baee7ba272" in_subdir = false # Careful, this autoupdate does not put the right asset, it only serves as a notification! autoupdate.strategy = "latest_github_tag" From 08a802b328d9a1833f880f379344bdfd39b65a9b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 16 Jun 2024 01:46:58 +0000 Subject: [PATCH 2/5] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ed96b82..f58dd53 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter - Wildcard sub domain support. -**Shipped version:** 12.1.0~ynh1 +**Shipped version:** 12.2.1~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index f0428c6..d61c258 100644 --- a/README_es.md +++ b/README_es.md @@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter - Wildcard sub domain support. -**Versión actual:** 12.1.0~ynh1 +**Versión actual:** 12.2.1~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index ff552bb..f81cb02 100644 --- a/README_eu.md +++ b/README_eu.md @@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter - Wildcard sub domain support. -**Paketatutako bertsioa:** 12.1.0~ynh1 +**Paketatutako bertsioa:** 12.2.1~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index ef269cf..24426f4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -32,7 +32,7 @@ Technitium DNS Server est un outil open source qui peut être utilisé pour bloq - Hébergez vous-même vos noms de domaine sur votre propre serveur DNS. - Prise en charge des sous-domaines génériques. -**Version incluse :** 12.1.0~ynh1 +**Version incluse :** 12.2.1~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index dfc7aa3..9ffea28 100644 --- a/README_gl.md +++ b/README_gl.md @@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter - Wildcard sub domain support. -**Versión proporcionada:** 12.1.0~ynh1 +**Versión proporcionada:** 12.2.1~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index b887132..92f5fee 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -33,7 +33,7 @@ Technitium DNS Server is an open source tool that can be used for blocking Inter - Wildcard sub domain support. -**分发版本:** 12.1.0~ynh1 +**分发版本:** 12.2.1~ynh1 ## 截图 From dcb8a049c00ca4842404fb88123305c61bf9f4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 19 Jun 2024 20:13:37 +0200 Subject: [PATCH 3/5] Fix asset url --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index eea50db..bf6bfba 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/TechnitiumSoftware/DnsServer/archive/refs/tags/v12.2.1.tar.gz" - sha256 = "5fff2e970cc62d71c6f7b25b7d7e44558d4272f91fc9eb4f1c67d5baee7ba272" + url = "https://download.technitium.com/dns/archive/12.2.1/DnsServerPortable.tar.gz" + sha256 = "8119931c77107331884d445a58a51f7debeea396ae8cb032ce63dffba0d7e8b1" in_subdir = false # Careful, this autoupdate does not put the right asset, it only serves as a notification! autoupdate.strategy = "latest_github_tag" From ebd3dc99f68df2b2653d228857c933278c2438ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 19 Jun 2024 20:13:43 +0200 Subject: [PATCH 4/5] Set autoupdate.needs_manual_tweaks = true --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index bf6bfba..657d539 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,6 +49,7 @@ ram.runtime = "50M" # Careful, this autoupdate does not put the right asset, it only serves as a notification! autoupdate.strategy = "latest_github_tag" autoupdate.asset = "tarball" + autoupdate.needs_manual_tweaks = true [resources.sources.dotnet] amd64.url = "https://download.visualstudio.microsoft.com/download/pr/ce31d92b-b514-4f9c-843b-29c466871369/b332eba5641cbc6eed1e3a98480972d2/aspnetcore-runtime-8.0.6-linux-x64.tar.gz" From bf6ec2892ed96e63c27dafb918e80ce97edf140b Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 23 Jun 2024 23:25:00 +0200 Subject: [PATCH 5/5] [autopatch] Do not delete logs on app removal --- scripts/remove | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/remove b/scripts/remove index 9c8fd25..27977e1 100755 --- a/scripts/remove +++ b/scripts/remove @@ -27,7 +27,6 @@ ynh_remove_logrotate ynh_remove_nginx_config # Remove the log files -ynh_secure_remove --file="/var/log/$app" #================================================= # END OF SCRIPT