ddns: Update to 009
Message ID | 1445038024-21839-1-git-send-email-stefan.schantl@ipfire.org |
---|---|
State | Accepted |
Commit | a9929e324f6dc121cca45f1959b7b8d2a47570fe |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id 9158E62021 for <patchwork@ipfire.org>; Sat, 17 Oct 2015 01:27:18 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 1A53154CD; Sat, 17 Oct 2015 01:27:18 +0200 (CEST) Received: from tuxedo.stevee (host228-133-28-81.hiway.at [81.28.133.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 898E11A1; Sat, 17 Oct 2015 01:27:05 +0200 (CEST) From: Stefan Schantl <stefan.schantl@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] ddns: Update to 009 Date: Sat, 17 Oct 2015 01:27:04 +0200 Message-Id: <1445038024-21839-1-git-send-email-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.4.3 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
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
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) >