bind: Update to 9.10.2-P3
Message ID | 1438425683-24437-1-git-send-email-fischerm42@t-online.de |
---|---|
State | Accepted |
Commit | fcd2b9299c39388328c3d4fb89f098f32b39d400 |
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 6D2166130E for <patchwork@ipfire.org>; Sat, 1 Aug 2015 12:41:26 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 23BAF21BF; Sat, 1 Aug 2015 12:41:26 +0200 (CEST) Received: from Devel.localdomain (p578D1DF6.dip0.t-ipconnect.de [87.141.29.246]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id C9104211F; Sat, 1 Aug 2015 12:41:24 +0200 (CEST) From: fischerm42@t-online.de To: development@lists.ipfire.org Subject: [PATCH] bind: Update to 9.10.2-P3 Date: Sat, 1 Aug 2015 12:41:23 +0200 Message-Id: <1438425683-24437-1-git-send-email-fischerm42@t-online.de> X-Mailer: git-send-email 2.5.0 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
Matthias Fischer
Aug. 1, 2015, 8:41 p.m. UTC
From: Matthias Fischer <fischerm42@t-online.de> Signed-off-by: Matthias Fischer <fischerm42@t-online.de> --- lfs/bind | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Comments
Hi, wonderful. Perfect patch format. Small changes only so I merged it into Core Update 93. Best, -Michael On Sat, 2015-08-01 at 12:41 +0200, fischerm42@t-online.de wrote: > From: Matthias Fischer <fischerm42@t-online.de> > > Signed-off-by: Matthias Fischer <fischerm42@t-online.de> > --- > lfs/bind | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/bind b/lfs/bind > index 5dd098d..f6190a5 100644 > --- a/lfs/bind > +++ b/lfs/bind > @@ -25,7 +25,7 @@ > > include Config > > -VER = 9.10.2-P2 > +VER = 9.10.2-P3 > > THISAPP = bind-$(VER) > DL_FILE = $(THISAPP).tar.gz > @@ -43,7 +43,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 55d8f094bc10baae0e23e5e9100ba320 > +$(DL_FILE)_MD5 = a810d5d65fbdcf28dcda80d646913c3a > > install : $(TARGET) >
Source wasn't uploaded so I did that. -Michael On Sat, 2015-08-01 at 20:11 +0100, Michael Tremer wrote: > Hi, > > wonderful. Perfect patch format. Small changes only so I merged it > into > Core Update 93. > > Best, > -Michael > > On Sat, 2015-08-01 at 12:41 +0200, fischerm42@t-online.de wrote: > > From: Matthias Fischer <fischerm42@t-online.de> > > > > Signed-off-by: Matthias Fischer <fischerm42@t-online.de> > > --- > > lfs/bind | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/lfs/bind b/lfs/bind > > index 5dd098d..f6190a5 100644 > > --- a/lfs/bind > > +++ b/lfs/bind > > @@ -25,7 +25,7 @@ > > > > include Config > > > > -VER = 9.10.2-P2 > > +VER = 9.10.2-P3 > > > > THISAPP = bind-$(VER) > > DL_FILE = $(THISAPP).tar.gz > > @@ -43,7 +43,7 @@ objects = $(DL_FILE) > > > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > > > -$(DL_FILE)_MD5 = 55d8f094bc10baae0e23e5e9100ba320 > > +$(DL_FILE)_MD5 = a810d5d65fbdcf28dcda80d646913c3a > > > > install : $(TARGET)