mbox

Update: hostapd to 2.5

Message ID 1460989418-21523-1-git-send-email-sascha@sakisoft.de
State Accepted
Commit 3d4eb053a99722ff41a6b5f44ca867f469bccd90
Headers

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

Arne Fitzenreiter April 20, 2016, 12:28 a.m. UTC | #1
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)
  
Michael Tremer April 23, 2016, 1:09 a.m. UTC | #2
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)
  
Michael Tremer April 27, 2016, 7:34 a.m. UTC | #3
@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)