mbox

ddns: Update to 009

Message ID 1445038024-21839-1-git-send-email-stefan.schantl@ipfire.org
State Accepted
Commit a9929e324f6dc121cca45f1959b7b8d2a47570fe
Headers

Message

Stefan Schantl Oct. 17, 2015, 10:27 a.m. UTC
  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>
---
 lfs/ddns | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Timo Eissler Oct. 18, 2015, 5:58 p.m. UTC | #1
Reviewed-by: Timo Eissler <timo.eissler@ipfire.org>

Am 17.10.2015 um 01:27 schrieb Stefan Schantl:
> 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>
> ---
>  lfs/ddns | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> 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)
>