Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] [autobuild] package/bwm-ng: fix build failures with gcc-5
@ 2015-08-13 21:07 Yann E. MORIN
  2015-08-14 14:15 ` Baruch Siach
  0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2015-08-13 21:07 UTC (permalink / raw)
  To: buildroot

Bumping to the latest release, for 0.6 -> 0.6.1 to fix gcc-5 build
failures due to incorrect definitions of 'static' functions.

The project also has a new home.

fixes:
    http://autobuild.buildroot.org/results/546/546b332cf95a48412d88add2feec2ffd4712857c/
    http://autobuild.buildroot.org/results/751/751797f3b97839f69626682ce81dca9bcb2cff22/
    ...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/bwm-ng/Config.in   | 2 +-
 package/bwm-ng/bwm-ng.hash | 2 +-
 package/bwm-ng/bwm-ng.mk   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/bwm-ng/Config.in b/package/bwm-ng/Config.in
index 25e7cbe..f93dd93 100644
--- a/package/bwm-ng/Config.in
+++ b/package/bwm-ng/Config.in
@@ -5,4 +5,4 @@ config BR2_PACKAGE_BWM_NG
 	  network and disk-io bandwidth monitor for Linux, BSD,
 	  Solaris, Mac OS X and others.
 
-	  http://sourceforge.net/projects/bwmng/
+	  http://www.gropp.org/?id=projects&sub=bwm-ng
diff --git a/package/bwm-ng/bwm-ng.hash b/package/bwm-ng/bwm-ng.hash
index 6bb8355..44272b1 100644
--- a/package/bwm-ng/bwm-ng.hash
+++ b/package/bwm-ng/bwm-ng.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256  c1134358e268329d438b0996399003b0f0b966034fb4b5b138761c2f3c62ffdd  bwm-ng-0.6.tar.gz
+sha1  9445885d05e2430ca174739e3aba343afce94076  bwm-ng-0.6.1.tar.gz
diff --git a/package/bwm-ng/bwm-ng.mk b/package/bwm-ng/bwm-ng.mk
index ed1f5aa..e285422 100644
--- a/package/bwm-ng/bwm-ng.mk
+++ b/package/bwm-ng/bwm-ng.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-BWM_NG_VERSION = 0.6
-BWM_NG_SITE = http://downloads.sourceforge.net/project/bwmng/bwmng/$(BWM_NG_VERSION)
+BWM_NG_VERSION = 0.6.1
+BWM_NG_SITE = http://www.gropp.org/bwm-ng
 BWM_NG_CONF_OPTS = --with-procnetdev --with-diskstats
 BWM_NG_LICENSE = GPLv2
 BWM_NG_LICENSE_FILES = COPYING
-- 
1.9.1

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

* [Buildroot] [PATCH] [autobuild] package/bwm-ng: fix build failures with gcc-5
  2015-08-13 21:07 [Buildroot] [PATCH] [autobuild] package/bwm-ng: fix build failures with gcc-5 Yann E. MORIN
@ 2015-08-14 14:15 ` Baruch Siach
  2015-08-14 14:45   ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: Baruch Siach @ 2015-08-14 14:15 UTC (permalink / raw)
  To: buildroot

Hi Yann,

On Thu, Aug 13, 2015 at 11:07:58PM +0200, Yann E. MORIN wrote:
> diff --git a/package/bwm-ng/bwm-ng.hash b/package/bwm-ng/bwm-ng.hash
> index 6bb8355..44272b1 100644
> --- a/package/bwm-ng/bwm-ng.hash
> +++ b/package/bwm-ng/bwm-ng.hash
> @@ -1,2 +1,2 @@
>  # Locally calculated
> -sha256  c1134358e268329d438b0996399003b0f0b966034fb4b5b138761c2f3c62ffdd  bwm-ng-0.6.tar.gz
> +sha1  9445885d05e2430ca174739e3aba343afce94076  bwm-ng-0.6.1.tar.gz

Why sha1?

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

* [Buildroot] [PATCH] [autobuild] package/bwm-ng: fix build failures with gcc-5
  2015-08-14 14:15 ` Baruch Siach
@ 2015-08-14 14:45   ` Yann E. MORIN
  2015-08-16  9:35     ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2015-08-14 14:45 UTC (permalink / raw)
  To: buildroot

Baruch, All,

On 2015-08-14 17:15 +0300, Baruch Siach spake thusly:
> On Thu, Aug 13, 2015 at 11:07:58PM +0200, Yann E. MORIN wrote:
> > diff --git a/package/bwm-ng/bwm-ng.hash b/package/bwm-ng/bwm-ng.hash
> > index 6bb8355..44272b1 100644
> > --- a/package/bwm-ng/bwm-ng.hash
> > +++ b/package/bwm-ng/bwm-ng.hash
> > @@ -1,2 +1,2 @@
> >  # Locally calculated
> > -sha256  c1134358e268329d438b0996399003b0f0b966034fb4b5b138761c2f3c62ffdd  bwm-ng-0.6.tar.gz
> > +sha1  9445885d05e2430ca174739e3aba343afce94076  bwm-ng-0.6.1.tar.gz
> 
> Why sha1?

Ah, I forgot to update the comment. The sha1 hash is from the SF.net
download page, and it only lists sha1 and md5 (click on the (i) icon on
the left of the download link to see the hashes):

    http://sourceforge.net/projects/bwmng/files/bwmng/0.6/

I'll fix the comment and resubmit. Thanks for noticing! :-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] [autobuild] package/bwm-ng: fix build failures with gcc-5
  2015-08-14 14:45   ` Yann E. MORIN
@ 2015-08-16  9:35     ` Yann E. MORIN
  2015-08-16 10:04       ` Baruch Siach
  0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2015-08-16  9:35 UTC (permalink / raw)
  To: buildroot

Baruch, All,

On 2015-08-14 16:45 +0200, Yann E. MORIN spake thusly:
> On 2015-08-14 17:15 +0300, Baruch Siach spake thusly:
> > On Thu, Aug 13, 2015 at 11:07:58PM +0200, Yann E. MORIN wrote:
> > > diff --git a/package/bwm-ng/bwm-ng.hash b/package/bwm-ng/bwm-ng.hash
> > > index 6bb8355..44272b1 100644
> > > --- a/package/bwm-ng/bwm-ng.hash
> > > +++ b/package/bwm-ng/bwm-ng.hash
> > > @@ -1,2 +1,2 @@
> > >  # Locally calculated
> > > -sha256  c1134358e268329d438b0996399003b0f0b966034fb4b5b138761c2f3c62ffdd  bwm-ng-0.6.tar.gz
> > > +sha1  9445885d05e2430ca174739e3aba343afce94076  bwm-ng-0.6.1.tar.gz
> > 
> > Why sha1?
> 
> Ah, I forgot to update the comment. The sha1 hash is from the SF.net
> download page, and it only lists sha1 and md5 (click on the (i) icon on
> the left of the download link to see the hashes):
> 
>     http://sourceforge.net/projects/bwmng/files/bwmng/0.6/
> 
> I'll fix the comment and resubmit. Thanks for noticing! :-)

Now that I think about it, we are no longer downloading from DF.net, but
directly from the new official location:
    http://www.gropp.org/?id=projects&sub=bwm-ng

And this new location does not provide a hash... :-(

But the file is also available on SF.net which provides this sha1.

So I wonder: should we point to the SF.net provided sha1, even though
we're not downloading from there?

I'll be waiting a bit for feedback before re-submitting...

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] [autobuild] package/bwm-ng: fix build failures with gcc-5
  2015-08-16  9:35     ` Yann E. MORIN
@ 2015-08-16 10:04       ` Baruch Siach
  2015-08-16 10:14         ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: Baruch Siach @ 2015-08-16 10:04 UTC (permalink / raw)
  To: buildroot

Hi Yann,

On Sun, Aug 16, 2015 at 11:35:10AM +0200, Yann E. MORIN wrote:
> On 2015-08-14 16:45 +0200, Yann E. MORIN spake thusly:
> > On 2015-08-14 17:15 +0300, Baruch Siach spake thusly:
> > > On Thu, Aug 13, 2015 at 11:07:58PM +0200, Yann E. MORIN wrote:
> > > > diff --git a/package/bwm-ng/bwm-ng.hash b/package/bwm-ng/bwm-ng.hash
> > > > index 6bb8355..44272b1 100644
> > > > --- a/package/bwm-ng/bwm-ng.hash
> > > > +++ b/package/bwm-ng/bwm-ng.hash
> > > > @@ -1,2 +1,2 @@
> > > >  # Locally calculated
> > > > -sha256  c1134358e268329d438b0996399003b0f0b966034fb4b5b138761c2f3c62ffdd  bwm-ng-0.6.tar.gz
> > > > +sha1  9445885d05e2430ca174739e3aba343afce94076  bwm-ng-0.6.1.tar.gz
> > > 
> > > Why sha1?
> > 
> > Ah, I forgot to update the comment. The sha1 hash is from the SF.net
> > download page, and it only lists sha1 and md5 (click on the (i) icon on
> > the left of the download link to see the hashes):
> > 
> >     http://sourceforge.net/projects/bwmng/files/bwmng/0.6/
> > 
> > I'll fix the comment and resubmit. Thanks for noticing! :-)
> 
> Now that I think about it, we are no longer downloading from DF.net, but
> directly from the new official location:
>     http://www.gropp.org/?id=projects&sub=bwm-ng
> 
> And this new location does not provide a hash... :-(
> 
> But the file is also available on SF.net which provides this sha1.
> 
> So I wonder: should we point to the SF.net provided sha1, even though
> we're not downloading from there?

Since the new bwm-ng website explicitly states that sf.net "will not be used 
anymore", and provided the dubious reputation of sf.net as of late, I don't 
think we can rely on their hashes in the long run, at least for this project. 
I vote for locally computed sha256 in this case.

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

* [Buildroot] [PATCH] [autobuild] package/bwm-ng: fix build failures with gcc-5
  2015-08-16 10:04       ` Baruch Siach
@ 2015-08-16 10:14         ` Yann E. MORIN
  0 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2015-08-16 10:14 UTC (permalink / raw)
  To: buildroot

Baruch, All,

On 2015-08-16 13:04 +0300, Baruch Siach spake thusly:
> On Sun, Aug 16, 2015 at 11:35:10AM +0200, Yann E. MORIN wrote:
> > On 2015-08-14 16:45 +0200, Yann E. MORIN spake thusly:
> > > On 2015-08-14 17:15 +0300, Baruch Siach spake thusly:
> > > > On Thu, Aug 13, 2015 at 11:07:58PM +0200, Yann E. MORIN wrote:
> > > > > diff --git a/package/bwm-ng/bwm-ng.hash b/package/bwm-ng/bwm-ng.hash
> > > > > +sha1  9445885d05e2430ca174739e3aba343afce94076  bwm-ng-0.6.1.tar.gz
> > > > 
> > > > Why sha1?
> > >     http://sourceforge.net/projects/bwmng/files/bwmng/0.6/
> > Now that I think about it, we are no longer downloading from DF.net, but
> > directly from the new official location:
> >     http://www.gropp.org/?id=projects&sub=bwm-ng
> > 
> > And this new location does not provide a hash... :-(
> > 
> > But the file is also available on SF.net which provides this sha1.
> > 
> > So I wonder: should we point to the SF.net provided sha1, even though
> > we're not downloading from there?
> 
> Since the new bwm-ng website explicitly states that sf.net "will not be used 
> anymore", and provided the dubious reputation of sf.net as of late, I don't 
> think we can rely on their hashes in the long run, at least for this project. 
> I vote for locally computed sha256 in this case.

Ack, thanks! :-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2015-08-16 10:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-13 21:07 [Buildroot] [PATCH] [autobuild] package/bwm-ng: fix build failures with gcc-5 Yann E. MORIN
2015-08-14 14:15 ` Baruch Siach
2015-08-14 14:45   ` Yann E. MORIN
2015-08-16  9:35     ` Yann E. MORIN
2015-08-16 10:04       ` Baruch Siach
2015-08-16 10:14         ` Yann E. MORIN

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