All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/ncdu: bump to version 1.14
@ 2019-07-22 17:57 Gilles Talis
  2019-07-22 17:57 ` [Buildroot] [PATCH] package/webp: bump to version 1.0.3 Gilles Talis
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Gilles Talis @ 2019-07-22 17:57 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/ncdu/ncdu.hash | 8 ++++----
 package/ncdu/ncdu.mk   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/ncdu/ncdu.hash b/package/ncdu/ncdu.hash
index 7326a15..97ac287 100644
--- a/package/ncdu/ncdu.hash
+++ b/package/ncdu/ncdu.hash
@@ -1,6 +1,6 @@
-# From http://dev.yorhel.nl/download/ncdu-1.13.tar.gz.{md5,sha1}
-md5 67239592ac41f42290f52ab89ff198be  ncdu-1.13.tar.gz
-sha1 3233c4185208d9989ac528a94817ed92dd59c773  ncdu-1.13.tar.gz
+# From http://dev.yorhel.nl/download/ncdu-1.14.tar.gz.{md5,sha1}
+md5 d26c0aa57728c19969c3c5036fa272a0  ncdu-1.14.tar.gz
+sha1 28c7003ad23d2e3a2d22d2c349bb0c7170752396  ncdu-1.14.tar.gz
 
 # computed locally
-sha256 0ee47c3742a867ace26eb429cce593b54ab4ccb4c4a97d62e41363cbf80c8a24 COPYING
+sha256 a05f1fd38432052dc8588da66b8bf3e9e103e29a82c0b5d72c65d4d9fc830f2e COPYING
diff --git a/package/ncdu/ncdu.mk b/package/ncdu/ncdu.mk
index 9a7170d..87508f5 100644
--- a/package/ncdu/ncdu.mk
+++ b/package/ncdu/ncdu.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NCDU_VERSION = 1.13
+NCDU_VERSION = 1.14
 NCDU_SITE = http://dev.yorhel.nl/download
 
 NCDU_DEPENDENCIES = ncurses
-- 
2.7.4

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

* [Buildroot] [PATCH] package/webp: bump to version 1.0.3
  2019-07-22 17:57 [Buildroot] [PATCH] package/ncdu: bump to version 1.14 Gilles Talis
@ 2019-07-22 17:57 ` Gilles Talis
  2019-07-26 21:01   ` Thomas Petazzoni
  2019-07-23  4:17 ` [Buildroot] [PATCH] package/ncdu: bump to version 1.14 Baruch Siach
  2019-07-26 20:58 ` Thomas Petazzoni
  2 siblings, 1 reply; 8+ messages in thread
From: Gilles Talis @ 2019-07-22 17:57 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/webp/webp.hash | 2 +-
 package/webp/webp.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/webp/webp.hash b/package/webp/webp.hash
index e84dd8c..0aae16e 100644
--- a/package/webp/webp.hash
+++ b/package/webp/webp.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256	3d47b48c40ed6476e8047b2ddb81d93835e0ca1b8d3e8c679afbb3004dd564b1	libwebp-1.0.2.tar.gz
+sha256	e20a07865c8697bba00aebccc6f54912d6bc333bb4d604e6b07491c1a226b34f	libwebp-1.0.3.tar.gz
 sha256	5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf	COPYING
diff --git a/package/webp/webp.mk b/package/webp/webp.mk
index e7235f4..d5df3f5 100644
--- a/package/webp/webp.mk
+++ b/package/webp/webp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WEBP_VERSION = 1.0.2
+WEBP_VERSION = 1.0.3
 WEBP_SOURCE = libwebp-$(WEBP_VERSION).tar.gz
 WEBP_SITE = http://downloads.webmproject.org/releases/webp
 WEBP_LICENSE = BSD-3-Clause
-- 
2.7.4

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

* [Buildroot] [PATCH] package/ncdu: bump to version 1.14
  2019-07-22 17:57 [Buildroot] [PATCH] package/ncdu: bump to version 1.14 Gilles Talis
  2019-07-22 17:57 ` [Buildroot] [PATCH] package/webp: bump to version 1.0.3 Gilles Talis
@ 2019-07-23  4:17 ` Baruch Siach
  2019-07-23  5:30   ` Gilles Talis
  2019-07-26 20:58 ` Thomas Petazzoni
  2 siblings, 1 reply; 8+ messages in thread
From: Baruch Siach @ 2019-07-23  4:17 UTC (permalink / raw)
  To: buildroot

Hi Gilles,

On Mon, Jul 22, 2019 at 07:57:02PM +0200, Gilles Talis wrote:
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> ---
>  package/ncdu/ncdu.hash | 8 ++++----
>  package/ncdu/ncdu.mk   | 2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/ncdu/ncdu.hash b/package/ncdu/ncdu.hash
> index 7326a15..97ac287 100644
> --- a/package/ncdu/ncdu.hash
> +++ b/package/ncdu/ncdu.hash
> @@ -1,6 +1,6 @@
> -# From http://dev.yorhel.nl/download/ncdu-1.13.tar.gz.{md5,sha1}
> -md5 67239592ac41f42290f52ab89ff198be  ncdu-1.13.tar.gz
> -sha1 3233c4185208d9989ac528a94817ed92dd59c773  ncdu-1.13.tar.gz
> +# From http://dev.yorhel.nl/download/ncdu-1.14.tar.gz.{md5,sha1}
> +md5 d26c0aa57728c19969c3c5036fa272a0  ncdu-1.14.tar.gz
> +sha1 28c7003ad23d2e3a2d22d2c349bb0c7170752396  ncdu-1.14.tar.gz
>  
>  # computed locally
> -sha256 0ee47c3742a867ace26eb429cce593b54ab4ccb4c4a97d62e41363cbf80c8a24 COPYING
> +sha256 a05f1fd38432052dc8588da66b8bf3e9e103e29a82c0b5d72c65d4d9fc830f2e COPYING

What has changed in the license file? Please explain in the commit log.

baruch

> diff --git a/package/ncdu/ncdu.mk b/package/ncdu/ncdu.mk
> index 9a7170d..87508f5 100644
> --- a/package/ncdu/ncdu.mk
> +++ b/package/ncdu/ncdu.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -NCDU_VERSION = 1.13
> +NCDU_VERSION = 1.14
>  NCDU_SITE = http://dev.yorhel.nl/download
>  
>  NCDU_DEPENDENCIES = ncurses

-- 
     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] 8+ messages in thread

* [Buildroot] [PATCH] package/ncdu: bump to version 1.14
  2019-07-23  4:17 ` [Buildroot] [PATCH] package/ncdu: bump to version 1.14 Baruch Siach
@ 2019-07-23  5:30   ` Gilles Talis
  2019-07-23  5:44     ` Baruch Siach
  0 siblings, 1 reply; 8+ messages in thread
From: Gilles Talis @ 2019-07-23  5:30 UTC (permalink / raw)
  To: buildroot

Hello Baruch, all,

Thanks for your review.

Le mar. 23 juil. 2019 ? 06:17, Baruch Siach <baruch@tkos.co.il> a ?crit :
>
> Hi Gilles,
>
> On Mon, Jul 22, 2019 at 07:57:02PM +0200, Gilles Talis wrote:
> > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> > ---
> >  package/ncdu/ncdu.hash | 8 ++++----
> >  package/ncdu/ncdu.mk   | 2 +-
> >  2 files changed, 5 insertions(+), 5 deletions(-)
> >
> > diff --git a/package/ncdu/ncdu.hash b/package/ncdu/ncdu.hash
> > index 7326a15..97ac287 100644
> > --- a/package/ncdu/ncdu.hash
> > +++ b/package/ncdu/ncdu.hash
> > @@ -1,6 +1,6 @@
> > -# From http://dev.yorhel.nl/download/ncdu-1.13.tar.gz.{md5,sha1}
> > -md5 67239592ac41f42290f52ab89ff198be  ncdu-1.13.tar.gz
> > -sha1 3233c4185208d9989ac528a94817ed92dd59c773  ncdu-1.13.tar.gz
> > +# From http://dev.yorhel.nl/download/ncdu-1.14.tar.gz.{md5,sha1}
> > +md5 d26c0aa57728c19969c3c5036fa272a0  ncdu-1.14.tar.gz
> > +sha1 28c7003ad23d2e3a2d22d2c349bb0c7170752396  ncdu-1.14.tar.gz
> >
> >  # computed locally
> > -sha256 0ee47c3742a867ace26eb429cce593b54ab4ccb4c4a97d62e41363cbf80c8a24 COPYING
> > +sha256 a05f1fd38432052dc8588da66b8bf3e9e103e29a82c0b5d72c65d4d9fc830f2e COPYING
>
> What has changed in the license file? Please explain in the commit log.
this is a year bump (2018 -> 2019) in the copyright statement. Do you
think it is worth mentioning in the commit log? If you feel it is,
I'll send a v2.

thanks
Gilles.

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

* [Buildroot] [PATCH] package/ncdu: bump to version 1.14
  2019-07-23  5:30   ` Gilles Talis
@ 2019-07-23  5:44     ` Baruch Siach
  2019-07-23 14:33       ` Gilles Talis
  0 siblings, 1 reply; 8+ messages in thread
From: Baruch Siach @ 2019-07-23  5:44 UTC (permalink / raw)
  To: buildroot

Hi Gilles,

On Tue, Jul 23, 2019 at 07:30:46AM +0200, Gilles Talis wrote:
> Le mar. 23 juil. 2019 ? 06:17, Baruch Siach <baruch@tkos.co.il> a ?crit :
> > On Mon, Jul 22, 2019 at 07:57:02PM +0200, Gilles Talis wrote:
> > > Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> > > ---
> > >  package/ncdu/ncdu.hash | 8 ++++----
> > >  package/ncdu/ncdu.mk   | 2 +-
> > >  2 files changed, 5 insertions(+), 5 deletions(-)
> > >
> > > diff --git a/package/ncdu/ncdu.hash b/package/ncdu/ncdu.hash
> > > index 7326a15..97ac287 100644
> > > --- a/package/ncdu/ncdu.hash
> > > +++ b/package/ncdu/ncdu.hash
> > > @@ -1,6 +1,6 @@
> > > -# From http://dev.yorhel.nl/download/ncdu-1.13.tar.gz.{md5,sha1}
> > > -md5 67239592ac41f42290f52ab89ff198be  ncdu-1.13.tar.gz
> > > -sha1 3233c4185208d9989ac528a94817ed92dd59c773  ncdu-1.13.tar.gz
> > > +# From http://dev.yorhel.nl/download/ncdu-1.14.tar.gz.{md5,sha1}
> > > +md5 d26c0aa57728c19969c3c5036fa272a0  ncdu-1.14.tar.gz
> > > +sha1 28c7003ad23d2e3a2d22d2c349bb0c7170752396  ncdu-1.14.tar.gz
> > >
> > >  # computed locally
> > > -sha256 0ee47c3742a867ace26eb429cce593b54ab4ccb4c4a97d62e41363cbf80c8a24 COPYING
> > > +sha256 a05f1fd38432052dc8588da66b8bf3e9e103e29a82c0b5d72c65d4d9fc830f2e COPYING
> >
> > What has changed in the license file? Please explain in the commit log.
> this is a year bump (2018 -> 2019) in the copyright statement. Do you
> think it is worth mentioning in the commit log? If you feel it is,
> I'll send a v2.

It is worth mentioning in the commit log. The whole point of license file 
hashes is to detect license changes. Blind license hash updates defeat that 
purpose.

Not sure it's worth v2 though. The maintainers can add the copyright year 
update comment in the log when applying.

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] 8+ messages in thread

* [Buildroot] [PATCH] package/ncdu: bump to version 1.14
  2019-07-23  5:44     ` Baruch Siach
@ 2019-07-23 14:33       ` Gilles Talis
  0 siblings, 0 replies; 8+ messages in thread
From: Gilles Talis @ 2019-07-23 14:33 UTC (permalink / raw)
  To: buildroot

Hello Baruch,

Le mar. 23 juil. 2019 ? 07:44, Baruch Siach <baruch@tkos.co.il> a ?crit :

> It is worth mentioning in the commit log. The whole point of license file
> hashes is to detect license changes. Blind license hash updates defeat that
> purpose.
Understood. Thanks for the clarification.

>
> Not sure it's worth v2 though. The maintainers can add the copyright year
> update comment in the log when applying.
OK. Let's see what maintainers do on this one. I'll send a v2 if necessary.

Gilles.

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

* [Buildroot] [PATCH] package/ncdu: bump to version 1.14
  2019-07-22 17:57 [Buildroot] [PATCH] package/ncdu: bump to version 1.14 Gilles Talis
  2019-07-22 17:57 ` [Buildroot] [PATCH] package/webp: bump to version 1.0.3 Gilles Talis
  2019-07-23  4:17 ` [Buildroot] [PATCH] package/ncdu: bump to version 1.14 Baruch Siach
@ 2019-07-26 20:58 ` Thomas Petazzoni
  2 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2019-07-26 20:58 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 22 Jul 2019 19:57:02 +0200
Gilles Talis <gilles.talis@gmail.com> wrote:

> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> ---
>  package/ncdu/ncdu.hash | 8 ++++----
>  package/ncdu/ncdu.mk   | 2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)

Applied to master after updating the commit log to explain why the hash
of the license file has changed (thanks Baruch for noticing).

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] package/webp: bump to version 1.0.3
  2019-07-22 17:57 ` [Buildroot] [PATCH] package/webp: bump to version 1.0.3 Gilles Talis
@ 2019-07-26 21:01   ` Thomas Petazzoni
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2019-07-26 21:01 UTC (permalink / raw)
  To: buildroot

On Mon, 22 Jul 2019 19:57:03 +0200
Gilles Talis <gilles.talis@gmail.com> wrote:

> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> ---
>  package/webp/webp.hash | 2 +-
>  package/webp/webp.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-07-26 21:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-22 17:57 [Buildroot] [PATCH] package/ncdu: bump to version 1.14 Gilles Talis
2019-07-22 17:57 ` [Buildroot] [PATCH] package/webp: bump to version 1.0.3 Gilles Talis
2019-07-26 21:01   ` Thomas Petazzoni
2019-07-23  4:17 ` [Buildroot] [PATCH] package/ncdu: bump to version 1.14 Baruch Siach
2019-07-23  5:30   ` Gilles Talis
2019-07-23  5:44     ` Baruch Siach
2019-07-23 14:33       ` Gilles Talis
2019-07-26 20:58 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.