dnsmasq: Update to 2.76
Message ID | 1463678376-9707-1-git-send-email-matthias.fischer@ipfire.org |
---|---|
State | Accepted |
Commit | 3fffbe09e29089b7d849f0cd27ea902f2b864183 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 7A5816294A for <patchwork@ipfire.org>; Thu, 19 May 2016 19:19:44 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 406F2D22; Thu, 19 May 2016 19:19:43 +0200 (CEST) Received: from Devel.localdomain (p5DD83BA8.dip0.t-ipconnect.de [93.216.59.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id CE98BB85 for <development@lists.ipfire.org>; Thu, 19 May 2016 19:19:40 +0200 (CEST) From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] dnsmasq: Update to 2.76 Date: Thu, 19 May 2016 19:19:36 +0200 Message-Id: <1463678376-9707-1-git-send-email-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.8.2 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
May 20, 2016, 3:19 a.m. UTC
Final version.
For a detailed changelog, see:
http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
lfs/dnsmasq | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Comments
Merged. Thanks. Good timing. On Thu, 2016-05-19 at 19:19 +0200, Matthias Fischer wrote: > Final version. > > For a detailed changelog, see: > http://www.thekelleys.org.uk/dnsmasq/CHANGELOG > > Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> > --- > lfs/dnsmasq | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/dnsmasq b/lfs/dnsmasq > index 7d09e6c..e425f7d 100644 > --- a/lfs/dnsmasq > +++ b/lfs/dnsmasq > @@ -24,7 +24,7 @@ > > include Config > > -VER = 2.76rc2 > +VER = 2.76 > > THISAPP = dnsmasq-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -43,7 +43,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 1d5b834803a44e806f2865877574fe47 > +$(DL_FILE)_MD5 = 00f5ee66b4e4b7f14538bf62ae3c9461 > > install : $(TARGET) >