ddns: Update to 009
Message ID | 1445019173-2444-1-git-send-email-stefan.schantl@ipfire.org |
---|---|
State | Accepted |
Commit | 542adc2e14ef98079d1806b8d3e0ae0285f9f790 |
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 3E3C061DF1 for <patchwork@ipfire.org>; Fri, 16 Oct 2015 20:12:55 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id CB9D7D70; Fri, 16 Oct 2015 20:12:54 +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 78646F9; Fri, 16 Oct 2015 20:12:53 +0200 (CEST) From: Stefan Schantl <stefan.schantl@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] ddns: Update to 009 Date: Fri, 16 Oct 2015 20:12:53 +0200 Message-Id: <1445019173-2444-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, 5:12 a.m. UTC
This is a major update to the latest available version of ddns,
which mainly includes a better SSL error handling and support for
desec.io.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
ddns/ddns.nm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Comments
Reviewed-by: Timo Eissler <timo.eissler@ipfire.org> Am 16.10.2015 um 20:12 schrieb Stefan Schantl: > This is a major update to the latest available version of ddns, > which mainly includes a better SSL error handling and support for > desec.io. > > Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> > --- > ddns/ddns.nm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/ddns/ddns.nm b/ddns/ddns.nm > index 5c17119..c19411b 100644 > --- a/ddns/ddns.nm > +++ b/ddns/ddns.nm > @@ -4,8 +4,8 @@ > ############################################################################### > > name = ddns > -version = 008 > -release = 2 > +version = 009 > +release = 1 > arch = noarch > > groups = System/Tools
Hello, there is no need to review patches that have already been merged two days ago. Please try to check if that is the case already. Please also at least try to build the changes. -Michael On Sun, 2015-10-18 at 08:58 +0200, Timo Eissler wrote: > Reviewed-by: Timo Eissler <timo.eissler@ipfire.org> > > Am 16.10.2015 um 20:12 schrieb Stefan Schantl: > > This is a major update to the latest available version of ddns, > > which mainly includes a better SSL error handling and support for > > desec.io. > > > > Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> > > --- > > ddns/ddns.nm | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/ddns/ddns.nm b/ddns/ddns.nm > > index 5c17119..c19411b 100644 > > --- a/ddns/ddns.nm > > +++ b/ddns/ddns.nm > > @@ -4,8 +4,8 @@ > > ################################################################## > > ############# > > > > name = ddns > > -version = 008 > > -release = 2 > > +version = 009 > > +release = 1 > > arch = noarch > > > > groups = System/Tools >