All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/luv: update hash
@ 2019-06-04 14:25 Jörg Krause
  2019-06-04 14:50 ` Baruch Siach
  0 siblings, 1 reply; 4+ messages in thread
From: Jörg Krause @ 2019-06-04 14:25 UTC (permalink / raw)
  To: buildroot

Upstream removed (using git force-push) and recreated version 1.29.1-1
and re-uploaded the source tarball. Therefore, the hash has changed and
needs to be updated.

See:
https://github.com/luvit/luv/issues/330

Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
 package/luv/luv.hash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/luv/luv.hash b/package/luv/luv.hash
index 507299f9df..02d61b0f24 100644
--- a/package/luv/luv.hash
+++ b/package/luv/luv.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 430d5d8ad6b22e3e6284b8cdcfc7cea93e7459039bc12375a8a89bfbd034751c  luv-1.29.1-1.tar.gz
+sha256 572cf3887f4ca03d2761664aa8a098909b445164d8263015693893902558d4cd  luv-1.29.1-1.tar.gz
 sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE.txt
-- 
2.21.0

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

* [Buildroot] [PATCH] package/luv: update hash
  2019-06-04 14:25 [Buildroot] [PATCH] package/luv: update hash Jörg Krause
@ 2019-06-04 14:50 ` Baruch Siach
  2019-06-04 18:37   ` Jörg Krause
  0 siblings, 1 reply; 4+ messages in thread
From: Baruch Siach @ 2019-06-04 14:50 UTC (permalink / raw)
  To: buildroot

Hi J?rg,

On Tue, Jun 04 2019, J?rg Krause wrote:

> Upstream removed (using git force-push) and recreated version 1.29.1-1
> and re-uploaded the source tarball. Therefore, the hash has changed and
> needs to be updated.

What about the file at the default backup site?

  http://sources.buildroot.net/luv/luv-1.29.1-1.tar.gz

It's the old file.

baruch

> See:
> https://github.com/luvit/luv/issues/330
>
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> ---
>  package/luv/luv.hash | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/luv/luv.hash b/package/luv/luv.hash
> index 507299f9df..02d61b0f24 100644
> --- a/package/luv/luv.hash
> +++ b/package/luv/luv.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256 430d5d8ad6b22e3e6284b8cdcfc7cea93e7459039bc12375a8a89bfbd034751c  luv-1.29.1-1.tar.gz
> +sha256 572cf3887f4ca03d2761664aa8a098909b445164d8263015693893902558d4cd  luv-1.29.1-1.tar.gz
>  sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE.txt


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

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

* [Buildroot] [PATCH] package/luv: update hash
  2019-06-04 14:50 ` Baruch Siach
@ 2019-06-04 18:37   ` Jörg Krause
  2019-06-04 21:48     ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Jörg Krause @ 2019-06-04 18:37 UTC (permalink / raw)
  To: buildroot

Hi Baruch,

On Tue, 2019-06-04 at 17:50 +0300, Baruch Siach wrote:
> Hi J?rg,
> 
> On Tue, Jun 04 2019, J?rg Krause wrote:
> 
> > Upstream removed (using git force-push) and recreated version 1.29.1-1
> > and re-uploaded the source tarball. Therefore, the hash has changed and
> > needs to be updated.
> 
> What about the file at the default backup site?
> 
>   http://sources.buildroot.net/luv/luv-1.29.1-1.tar.gz
> 
> It's the old file.

I didn't know that the files are backed up. Is it possible to replace
this?

J?rg

> > See:
> > https://github.com/luvit/luv/issues/330
> > 
> > Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> > ---
> >  package/luv/luv.hash | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/package/luv/luv.hash b/package/luv/luv.hash
> > index 507299f9df..02d61b0f24 100644
> > --- a/package/luv/luv.hash
> > +++ b/package/luv/luv.hash
> > @@ -1,3 +1,3 @@
> >  # Locally calculated
> > -sha256 430d5d8ad6b22e3e6284b8cdcfc7cea93e7459039bc12375a8a89bfbd034751c  luv-1.29.1-1.tar.gz
> > +sha256 572cf3887f4ca03d2761664aa8a098909b445164d8263015693893902558d4cd  luv-1.29.1-1.tar.gz
> >  sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE.txt
> 
> 

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

* [Buildroot] [PATCH] package/luv: update hash
  2019-06-04 18:37   ` Jörg Krause
@ 2019-06-04 21:48     ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2019-06-04 21:48 UTC (permalink / raw)
  To: buildroot

>>>>> "J?rg" == J?rg Krause <joerg.krause@embedded.rocks> writes:

 > Hi Baruch,
 > On Tue, 2019-06-04 at 17:50 +0300, Baruch Siach wrote:
 >> Hi J?rg,
 >> 
 >> On Tue, Jun 04 2019, J?rg Krause wrote:
 >> 
 >> > Upstream removed (using git force-push) and recreated version 1.29.1-1
 >> > and re-uploaded the source tarball. Therefore, the hash has changed and
 >> > needs to be updated.
 >> 
 >> What about the file at the default backup site?
 >> 
 >> http://sources.buildroot.net/luv/luv-1.29.1-1.tar.gz
 >> 
 >> It's the old file.

 > I didn't know that the files are backed up. Is it possible to replace
 > this?

Sure, I will do that right away.

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-06-04 21:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-04 14:25 [Buildroot] [PATCH] package/luv: update hash Jörg Krause
2019-06-04 14:50 ` Baruch Siach
2019-06-04 18:37   ` Jörg Krause
2019-06-04 21:48     ` Peter Korsgaard

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.