Update: hostapd to 2.5
Message ID | 1460989418-21523-1-git-send-email-sascha@sakisoft.de |
---|---|
State | Accepted |
Commit | 3d4eb053a99722ff41a6b5f44ca867f469bccd90 |
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 C83CB62795 for <patchwork@ipfire.org>; Mon, 18 Apr 2016 16:23:44 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 2E67665C2; Mon, 18 Apr 2016 16:23:44 +0200 (CEST) Received: from static.150.47.9.176.clients.your-server.de (unknown [IPv6:2a01:4f8:150:6381::2]) by mail01.ipfire.org (Postfix) with ESMTP id BA3CA65BD for <development@lists.ipfire.org>; Mon, 18 Apr 2016 16:23:39 +0200 (CEST) Received: from localhost.localdomain (sakisoft.de [176.9.47.150]) by static.150.47.9.176.clients.your-server.de (Postfix) with ESMTPSA id 2AF5BA781082; Mon, 18 Apr 2016 16:23:39 +0200 (CEST) From: Sascha Kilian <sascha@sakisoft.de> To: development@lists.ipfire.org Subject: [PATCH] Update: hostapd to 2.5 Date: Mon, 18 Apr 2016 14:23:38 +0000 Message-Id: <1460989418-21523-1-git-send-email-sascha@sakisoft.de> X-Mailer: git-send-email 1.7.9.5 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
Sascha Kilian
April 19, 2016, 12:23 a.m. UTC
Signed-off-by: Sascha Kilian <sascha@sakisoft.de>
---
lfs/hostapd | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Comments
PAK_VER must be incremeted to ensure that pakfire will spread the new version. Arne On 2016-04-18 16:23, Sascha Kilian wrote: > Signed-off-by: Sascha Kilian <sascha@sakisoft.de> > --- > lfs/hostapd | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/hostapd b/lfs/hostapd > index f393d91..5d932bb 100644 > --- a/lfs/hostapd > +++ b/lfs/hostapd > @@ -24,7 +24,7 @@ > > include Config > > -VER = 2.4 > +VER = 2.5 > > THISAPP = hostapd-$(VER) > DL_FILE = $(THISAPP).tar.gz > @@ -44,7 +44,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 04578f3f2c3eb1bec1adf30473813912 > +$(DL_FILE)_MD5 = 69f9cec3f76d74f402864a43e4f8624f > > install : $(TARGET)
Will you re-send a fixed version of this patch? -Michael On Tue, 2016-04-19 at 16:28 +0200, Arne Fitzenreiter wrote: > PAK_VER must be incremeted to ensure that pakfire will spread the new > version. > > Arne > > On 2016-04-18 16:23, Sascha Kilian wrote: > > > > Signed-off-by: Sascha Kilian <sascha@sakisoft.de> > > --- > > lfs/hostapd | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/lfs/hostapd b/lfs/hostapd > > index f393d91..5d932bb 100644 > > --- a/lfs/hostapd > > +++ b/lfs/hostapd > > @@ -24,7 +24,7 @@ > > > > include Config > > > > -VER = 2.4 > > +VER = 2.5 > > > > THISAPP = hostapd-$(VER) > > DL_FILE = $(THISAPP).tar.gz > > @@ -44,7 +44,7 @@ objects = $(DL_FILE) > > > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > > > -$(DL_FILE)_MD5 = 04578f3f2c3eb1bec1adf30473813912 > > +$(DL_FILE)_MD5 = 69f9cec3f76d74f402864a43e4f8624f > > > > install : $(TARGET)
@Sascha, you will have to look for replies to your patches and fix things. I will merge this myself now and make the required changes, but I won't do it an other time. -Michael On Fri, 2016-04-22 at 16:09 +0100, Michael Tremer wrote: > Will you re-send a fixed version of this patch? > > -Michael > > On Tue, 2016-04-19 at 16:28 +0200, Arne Fitzenreiter wrote: > > > > PAK_VER must be incremeted to ensure that pakfire will spread the new > > version. > > > > Arne > > > > On 2016-04-18 16:23, Sascha Kilian wrote: > > > > > > > > > Signed-off-by: Sascha Kilian <sascha@sakisoft.de> > > > --- > > > lfs/hostapd | 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > diff --git a/lfs/hostapd b/lfs/hostapd > > > index f393d91..5d932bb 100644 > > > --- a/lfs/hostapd > > > +++ b/lfs/hostapd > > > @@ -24,7 +24,7 @@ > > > > > > include Config > > > > > > -VER = 2.4 > > > +VER = 2.5 > > > > > > THISAPP = hostapd-$(VER) > > > DL_FILE = $(THISAPP).tar.gz > > > @@ -44,7 +44,7 @@ objects = $(DL_FILE) > > > > > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > > > > > -$(DL_FILE)_MD5 = 04578f3f2c3eb1bec1adf30473813912 > > > +$(DL_FILE)_MD5 = 69f9cec3f76d74f402864a43e4f8624f > > > > > > install : $(TARGET)