public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Update: hostapd to 2.5
@ 2016-04-18 14:23 Sascha Kilian
  2016-04-19 14:28 ` Arne Fitzenreiter
  0 siblings, 1 reply; 4+ messages in thread
From: Sascha Kilian @ 2016-04-18 14:23 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 593 bytes --]


Signed-off-by: Sascha Kilian <sascha(a)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)
 
-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Update: hostapd to 2.5
  2016-04-18 14:23 [PATCH] Update: hostapd to 2.5 Sascha Kilian
@ 2016-04-19 14:28 ` Arne Fitzenreiter
  2016-04-22 15:09   ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Arne Fitzenreiter @ 2016-04-19 14:28 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 753 bytes --]

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(a)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)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Update: hostapd to 2.5
  2016-04-19 14:28 ` Arne Fitzenreiter
@ 2016-04-22 15:09   ` Michael Tremer
  2016-04-26 21:34     ` Michael Tremer
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tremer @ 2016-04-22 15:09 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 976 bytes --]

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(a)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)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Update: hostapd to 2.5
  2016-04-22 15:09   ` Michael Tremer
@ 2016-04-26 21:34     ` Michael Tremer
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2016-04-26 21:34 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1349 bytes --]

@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(a)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)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-26 21:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-18 14:23 [PATCH] Update: hostapd to 2.5 Sascha Kilian
2016-04-19 14:28 ` Arne Fitzenreiter
2016-04-22 15:09   ` Michael Tremer
2016-04-26 21:34     ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox