From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] ddns: Import rename NoIP.com handle back to no-ip.com patch
Date: Tue, 12 Nov 2019 09:09:01 +0100 [thread overview]
Message-ID: <20191112080901.4038-1-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <5CB0350E-E396-4035-87C5-107E49A41B02@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 2245 bytes --]
This patch is required for compatiblity reasons for any existing
configurations.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
lfs/ddns | 1 +
.../ddns-012-noip-fix-handle-name.patch | 36 +++++++++++++++++++
2 files changed, 37 insertions(+)
create mode 100644 src/patches/ddns-012-noip-fix-handle-name.patch
diff --git a/lfs/ddns b/lfs/ddns
index 8bfa92f77..47817c058 100644
--- a/lfs/ddns
+++ b/lfs/ddns
@@ -73,6 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# Add upstream patch for fixing noip.com
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ddns-012-noip-rename-provider.patch
+ cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ddns-012-noip-fix-handle-name.patch
cd $(DIR_APP) && [ -x "configure" ] || sh ./autogen.sh
cd $(DIR_APP) && ./configure \
diff --git a/src/patches/ddns-012-noip-fix-handle-name.patch b/src/patches/ddns-012-noip-fix-handle-name.patch
new file mode 100644
index 000000000..d1d281c34
--- /dev/null
+++ b/src/patches/ddns-012-noip-fix-handle-name.patch
@@ -0,0 +1,36 @@
+commit c0277eeea2b2c1ed8f40f1248b28438e44e51912
+Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
+Date: Tue Nov 12 08:43:31 2019 +0100
+
+ NoIP.com: Rename handle back to no-ip.com
+
+ The old handle name is required for backward compatiblity.
+
+ Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
+
+diff --git a/ddns.conf.sample b/ddns.conf.sample
+index 528684f..61a608a 100644
+--- a/ddns.conf.sample
++++ b/ddns.conf.sample
+@@ -120,7 +120,7 @@
+ # password = pass
+
+ # [test.noip.org]
+-# provider = noip.com
++# provider = no-ip.com
+ # username = user
+ # password = pass
+
+diff --git a/src/ddns/providers.py b/src/ddns/providers.py
+index 4789107..661fbcc 100644
+--- a/src/ddns/providers.py
++++ b/src/ddns/providers.py
+@@ -1344,7 +1344,7 @@ class DDNSProviderNamecheap(DDNSResponseParserXML, DDNSProvider):
+
+
+ class DDNSProviderNOIP(DDNSProtocolDynDNS2, DDNSProvider):
+- handle = "noip.com"
++ handle = "no-ip.com"
+ name = "NoIP"
+ website = "http://www.noip.com/"
+ protocols = ("ipv4",)
--
2.20.1
prev parent reply other threads:[~2019-11-12 8:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-05 9:37 [PATCH] ddns: Update to 012 Stefan Schantl
2019-11-05 10:18 ` Michael Tremer
2019-11-05 12:16 ` Stefan Schantl
2019-11-05 15:51 ` Michael Tremer
2019-11-05 18:23 ` [PATCH] ddns: Import upstream patch for NoIP.com Stefan Schantl
2019-11-06 15:36 ` Michael Tremer
2019-11-12 8:09 ` Stefan Schantl [this message]
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=20191112080901.4038-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