public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] ddns: Import latest upstream patches for ddns-013
Date: Fri, 07 Feb 2020 12:32:46 +0100	[thread overview]
Message-ID: <20200207113246.19109-1-stefan.schantl@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1918 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 lfs/ddns                                  |  3 +++
 src/patches/ddns-013-dyfi-use-https.patch | 22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 src/patches/ddns-013-dyfi-use-https.patch

diff --git a/lfs/ddns b/lfs/ddns
index 89ab02e96..0e045ddc4 100644
--- a/lfs/ddns
+++ b/lfs/ddns
@@ -71,6 +71,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 
+	# Apply upstream patches.
+	cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/ddns-013-dyfi-use-https.patch
+
 	cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh
 	cd $(DIR_APP) && ./configure \
 		--prefix=/usr \
diff --git a/src/patches/ddns-013-dyfi-use-https.patch b/src/patches/ddns-013-dyfi-use-https.patch
new file mode 100644
index 000000000..f131c5b24
--- /dev/null
+++ b/src/patches/ddns-013-dyfi-use-https.patch
@@ -0,0 +1,22 @@
+commit ce6e977f0ace7fe468411270ad07f1824a3aeaec
+Author: Mauno Pirnes <mauno.pirnes(a)hotmail.com>
+Date:   Fri Feb 7 12:25:00 2020 +0100
+
+    dy.fi: Use HTTPS to perform updates.
+    
+    Signed-off-by: Mauno Pirnes <mauno.pirnes(a)hotmail.com>
+    Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
+
+diff --git a/src/ddns/providers.py b/src/ddns/providers.py
+index dcdc5da..f1fed22 100644
+--- a/src/ddns/providers.py
++++ b/src/ddns/providers.py
+@@ -826,7 +826,7 @@ class DDNSProviderDyFi(DDNSProtocolDynDNS2, DDNSProvider):
+ 	# https://www.dy.fi/page/clients?lang=en
+ 	# https://www.dy.fi/page/specification?lang=en
+ 
+-	url = "http://www.dy.fi/nic/update"
++	url = "https://www.dy.fi/nic/update"
+ 
+ 	# Please only send automatic updates when your IP address changes,
+ 	# or once per 5 to 6 days to refresh the address mapping (they will
-- 
2.25.0


             reply	other threads:[~2020-02-07 11:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-07 11:32 Stefan Schantl [this message]
2020-02-07 11:34 ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200207113246.19109-1-stefan.schantl@ipfire.org \
    --to=stefan.schantl@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox