* [Buildroot] [PATCHv2] [autobuild] package/bwm-ng: fix build failures with gcc-5
@ 2015-08-16 14:53 Yann E. MORIN
2015-08-17 20:34 ` Thomas Petazzoni
2015-08-18 9:16 ` Thomas Petazzoni
0 siblings, 2 replies; 5+ messages in thread
From: Yann E. MORIN @ 2015-08-16 14:53 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/
...
Notes: the project does not provide hashes on its new location, even
though SF.net still has the new file. But as stated on the new home,
SF.net "will not be used anymore". And as stated by Baruch, "the dubious
reputation of sf.net as of late, I don't think we can rely on their
hashes in the long run". So, we only refer to the SF.net hash for
reference, but use a locally computed, stronger sha256 as was previously
the case.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Baruch Siach <baruch@tkos.co.il>
---
Changes v1 -> v2:
- point to SF.net for the origin of the sha1, but only use a locally
computed sha256 (Baruch)
---
package/bwm-ng/Config.in | 2 +-
package/bwm-ng/bwm-ng.hash | 6 ++++--
package/bwm-ng/bwm-ng.mk | 4 ++--
3 files changed, 7 insertions(+), 5 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..85f436f 100644
--- a/package/bwm-ng/bwm-ng.hash
+++ b/package/bwm-ng/bwm-ng.hash
@@ -1,2 +1,4 @@
-# Locally calculated
-sha256 c1134358e268329d438b0996399003b0f0b966034fb4b5b138761c2f3c62ffdd bwm-ng-0.6.tar.gz
+# From: http://sourceforge.net/projects/bwmng/files/bwmng/0.6/
+# sha1 9445885d05e2430ca174739e3aba343afce94076 bwm-ng-0.6.1.tar.gz
+# Because we do not trust SF.net, locally computed sha256:
+sha256 027cf3c960cd96fc9ffacdf7713df62d0fc55eeef4a1388289f8a62ae5e50df0 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] 5+ messages in thread
* [Buildroot] [PATCHv2] [autobuild] package/bwm-ng: fix build failures with gcc-5
2015-08-16 14:53 [Buildroot] [PATCHv2] [autobuild] package/bwm-ng: fix build failures with gcc-5 Yann E. MORIN
@ 2015-08-17 20:34 ` Thomas Petazzoni
2015-08-17 21:04 ` Yann E. MORIN
2015-08-18 9:16 ` Thomas Petazzoni
1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2015-08-17 20:34 UTC (permalink / raw)
To: buildroot
Dear Yann E. MORIN,
On Sun, 16 Aug 2015 16:53:11 +0200, Yann E. MORIN wrote:
> diff --git a/package/bwm-ng/bwm-ng.hash b/package/bwm-ng/bwm-ng.hash
> index 6bb8355..85f436f 100644
> --- a/package/bwm-ng/bwm-ng.hash
> +++ b/package/bwm-ng/bwm-ng.hash
> @@ -1,2 +1,4 @@
> -# Locally calculated
> -sha256 c1134358e268329d438b0996399003b0f0b966034fb4b5b138761c2f3c62ffdd bwm-ng-0.6.tar.gz
> +# From: http://sourceforge.net/projects/bwmng/files/bwmng/0.6/
> +# sha1 9445885d05e2430ca174739e3aba343afce94076 bwm-ng-0.6.1.tar.gz
> +# Because we do not trust SF.net, locally computed sha256:
> +sha256 027cf3c960cd96fc9ffacdf7713df62d0fc55eeef4a1388289f8a62ae5e50df0 bwm-ng-0.6.1.tar.gz
I think this is silly. We should use both the sha1 provided by
sourceforge and a locally calculated sha256 hash.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCHv2] [autobuild] package/bwm-ng: fix build failures with gcc-5
2015-08-17 20:34 ` Thomas Petazzoni
@ 2015-08-17 21:04 ` Yann E. MORIN
2015-08-18 8:33 ` Thomas Petazzoni
0 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2015-08-17 21:04 UTC (permalink / raw)
To: buildroot
On 2015-08-17 22:34 +0200, Thomas Petazzoni spake thusly:
> Dear Yann E. MORIN,
>
> On Sun, 16 Aug 2015 16:53:11 +0200, Yann E. MORIN wrote:
>
> > diff --git a/package/bwm-ng/bwm-ng.hash b/package/bwm-ng/bwm-ng.hash
> > index 6bb8355..85f436f 100644
> > --- a/package/bwm-ng/bwm-ng.hash
> > +++ b/package/bwm-ng/bwm-ng.hash
> > @@ -1,2 +1,4 @@
> > -# Locally calculated
> > -sha256 c1134358e268329d438b0996399003b0f0b966034fb4b5b138761c2f3c62ffdd bwm-ng-0.6.tar.gz
> > +# From: http://sourceforge.net/projects/bwmng/files/bwmng/0.6/
> > +# sha1 9445885d05e2430ca174739e3aba343afce94076 bwm-ng-0.6.1.tar.gz
> > +# Because we do not trust SF.net, locally computed sha256:
> > +sha256 027cf3c960cd96fc9ffacdf7713df62d0fc55eeef4a1388289f8a62ae5e50df0 bwm-ng-0.6.1.tar.gz
>
> I think this is silly. We should use both the sha1 provided by
> sourceforge and a locally calculated sha256 hash.
See the discussion that got us toward this situation:
http://lists.busybox.net/pipermail/buildroot/2015-August/137445.html
http://lists.busybox.net/pipermail/buildroot/2015-August/137447.html
Basically:
- we no longer download from SF.net
- so, how relevant is it to use a SF-provided hash?
Of course, since the hash does match as of today, we can keep it if you
really want it.
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] 5+ messages in thread
* [Buildroot] [PATCHv2] [autobuild] package/bwm-ng: fix build failures with gcc-5
2015-08-17 21:04 ` Yann E. MORIN
@ 2015-08-18 8:33 ` Thomas Petazzoni
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-08-18 8:33 UTC (permalink / raw)
To: buildroot
Dear Yann E. MORIN,
On Mon, 17 Aug 2015 23:04:25 +0200, Yann E. MORIN wrote:
> See the discussion that got us toward this situation:
> http://lists.busybox.net/pipermail/buildroot/2015-August/137445.html
> http://lists.busybox.net/pipermail/buildroot/2015-August/137447.html
>
> Basically:
> - we no longer download from SF.net
> - so, how relevant is it to use a SF-provided hash?
Then, just don't mention/use the SF hash in the hash file.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCHv2] [autobuild] package/bwm-ng: fix build failures with gcc-5
2015-08-16 14:53 [Buildroot] [PATCHv2] [autobuild] package/bwm-ng: fix build failures with gcc-5 Yann E. MORIN
2015-08-17 20:34 ` Thomas Petazzoni
@ 2015-08-18 9:16 ` Thomas Petazzoni
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2015-08-18 9:16 UTC (permalink / raw)
To: buildroot
Dear Yann E. MORIN,
On Sun, 16 Aug 2015 16:53:11 +0200, Yann E. MORIN wrote:
> 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/
> ...
>
> Notes: the project does not provide hashes on its new location, even
> though SF.net still has the new file. But as stated on the new home,
> SF.net "will not be used anymore". And as stated by Baruch, "the dubious
> reputation of sf.net as of late, I don't think we can rely on their
> hashes in the long run". So, we only refer to the SF.net hash for
> reference, but use a locally computed, stronger sha256 as was previously
> the case.
>
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Baruch Siach <baruch@tkos.co.il>
>
> ---
> Changes v1 -> v2:
> - point to SF.net for the origin of the sha1, but only use a locally
> computed sha256 (Baruch)
> ---
> package/bwm-ng/Config.in | 2 +-
> package/bwm-ng/bwm-ng.hash | 6 ++++--
> package/bwm-ng/bwm-ng.mk | 4 ++--
> 3 files changed, 7 insertions(+), 5 deletions(-)
Applied after removing the SF.net related comments in the hash file,
and adjusting the commit log accordingly. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-08-18 9:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-16 14:53 [Buildroot] [PATCHv2] [autobuild] package/bwm-ng: fix build failures with gcc-5 Yann E. MORIN
2015-08-17 20:34 ` Thomas Petazzoni
2015-08-17 21:04 ` Yann E. MORIN
2015-08-18 8:33 ` Thomas Petazzoni
2015-08-18 9:16 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox