This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via f4390974996ba0d416deab9c79446087c9a14750 (commit) via a9929e324f6dc121cca45f1959b7b8d2a47570fe (commit) from 075b6e10db482dd77ec2634f707634e895610941 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit f4390974996ba0d416deab9c79446087c9a14750 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Oct 17 01:27:07 2015 +0100
core95: Ship ddns update
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit a9929e324f6dc121cca45f1959b7b8d2a47570fe Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sat Oct 17 01:27:04 2015 +0200
ddns: Update to 009
This update contains the latest upstream changes which are a better SSL error handling and support for desec.io.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/93 => core/95}/filelists/ddns | 0 lfs/ddns | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) copy config/rootfiles/{oldcore/93 => core/95}/filelists/ddns (100%)
Difference in files: diff --git a/config/rootfiles/core/95/filelists/ddns b/config/rootfiles/core/95/filelists/ddns new file mode 120000 index 0000000..7395164 --- /dev/null +++ b/config/rootfiles/core/95/filelists/ddns @@ -0,0 +1 @@ +../../../common/ddns \ No newline at end of file diff --git a/lfs/ddns b/lfs/ddns index b692d9a..750c728 100644 --- a/lfs/ddns +++ b/lfs/ddns @@ -24,7 +24,7 @@
include Config
-VER = 008 +VER = 009
THISAPP = ddns-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = f8b9441f18c2667d440d5416ec2e0011 +$(DL_FILE)_MD5 = 31f949d9f417ee7f801cf8aac849a92e
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree