All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libpng: bump to 1.6.35
@ 2018-11-15 22:53 Nasser Afshin
  2018-11-16  4:14 ` Baruch Siach
  0 siblings, 1 reply; 3+ messages in thread
From: Nasser Afshin @ 2018-11-15 22:53 UTC (permalink / raw)
  To: buildroot

Also use https instead of http to retrieve the hashes.

Signed-off-by: Nasser Afshin <afshin.nasser@gmail.com>
---
 package/libpng/libpng.hash | 10 +++++-----
 package/libpng/libpng.mk   |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/libpng/libpng.hash b/package/libpng/libpng.hash
index 0a0cebee91..27f66a5d01 100644
--- a/package/libpng/libpng.hash
+++ b/package/libpng/libpng.hash
@@ -1,7 +1,7 @@
-# From http://sourceforge.net/projects/libpng/files/libpng16/1.6.34/
-md5		c05b6ca7190a5e387b78657dbe5536b2			libpng-1.6.34.tar.xz
-sha1	45de4ec996ffcc3e18037e7c128abe95f4d0292a	libpng-1.6.34.tar.xz
+# From https://sourceforge.net/projects/libpng/files/libpng16/1.6.35/
+md5		678b7e696a62a193ed3503b04bf449d6			libpng-1.6.35.tar.xz
+sha1	0df1561aa1da610e892239348970d574b14deed0	libpng-1.6.35.tar.xz
 
 # Locally computed:
-sha256	2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6	libpng-1.6.34.tar.xz
-sha256	a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c	LICENSE
+sha256	23912ec8c9584917ed9b09c5023465d71709dce089be503c7867fec68a93bcd7	libpng-1.6.35.tar.xz
+sha256	f9850940c6606003eea9c8864b2a3f177eb5c963614aba5a3c5a24c47dd043ab	LICENSE
diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk
index ace62cd876..b6d1d8d071 100644
--- a/package/libpng/libpng.mk
+++ b/package/libpng/libpng.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBPNG_VERSION = 1.6.34
+LIBPNG_VERSION = 1.6.35
 LIBPNG_SERIES = 16
 LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
 LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng$(LIBPNG_SERIES)/$(LIBPNG_VERSION)
-- 
2.15.0

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

* [Buildroot] [PATCH] libpng: bump to 1.6.35
  2018-11-15 22:53 [Buildroot] [PATCH] libpng: bump to 1.6.35 Nasser Afshin
@ 2018-11-16  4:14 ` Baruch Siach
  2018-11-17  7:04   ` Nasser Afshin
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach @ 2018-11-16  4:14 UTC (permalink / raw)
  To: buildroot

Hi Nasser,

Nasser Afshin writes:
> Also use https instead of http to retrieve the hashes.
>
> Signed-off-by: Nasser Afshin <afshin.nasser@gmail.com>
> ---
>  package/libpng/libpng.hash | 10 +++++-----
>  package/libpng/libpng.mk   |  2 +-
>  2 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/package/libpng/libpng.hash b/package/libpng/libpng.hash
> index 0a0cebee91..27f66a5d01 100644
> --- a/package/libpng/libpng.hash
> +++ b/package/libpng/libpng.hash
> @@ -1,7 +1,7 @@
> -# From http://sourceforge.net/projects/libpng/files/libpng16/1.6.34/
> -md5		c05b6ca7190a5e387b78657dbe5536b2			libpng-1.6.34.tar.xz
> -sha1	45de4ec996ffcc3e18037e7c128abe95f4d0292a	libpng-1.6.34.tar.xz
> +# From https://sourceforge.net/projects/libpng/files/libpng16/1.6.35/
> +md5		678b7e696a62a193ed3503b04bf449d6			libpng-1.6.35.tar.xz
> +sha1	0df1561aa1da610e892239348970d574b14deed0	libpng-1.6.35.tar.xz
>  
>  # Locally computed:
> -sha256	2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6	libpng-1.6.34.tar.xz
> -sha256	a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c	LICENSE
> +sha256	23912ec8c9584917ed9b09c5023465d71709dce089be503c7867fec68a93bcd7	libpng-1.6.35.tar.xz
> +sha256	f9850940c6606003eea9c8864b2a3f177eb5c963614aba5a3c5a24c47dd043ab	LICENSE

Please mentions in the commit log what changed in the LICENSE file.

> diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk
> index ace62cd876..b6d1d8d071 100644
> --- a/package/libpng/libpng.mk
> +++ b/package/libpng/libpng.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBPNG_VERSION = 1.6.34
> +LIBPNG_VERSION = 1.6.35
>  LIBPNG_SERIES = 16
>  LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
>  LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng$(LIBPNG_SERIES)/$(LIBPNG_VERSION)

baruch

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

* [Buildroot] [PATCH] libpng: bump to 1.6.35
  2018-11-16  4:14 ` Baruch Siach
@ 2018-11-17  7:04   ` Nasser Afshin
  0 siblings, 0 replies; 3+ messages in thread
From: Nasser Afshin @ 2018-11-17  7:04 UTC (permalink / raw)
  To: buildroot

Hi Baruch,
On Fri, Nov 16, 2018 at 06:14:26AM +0200, Baruch Siach wrote:
> Hi Nasser,
> 
> Nasser Afshin writes:
> > Also use https instead of http to retrieve the hashes.
> >
> > Signed-off-by: Nasser Afshin <afshin.nasser@gmail.com>
> > ---
> >  package/libpng/libpng.hash | 10 +++++-----
> >  package/libpng/libpng.mk   |  2 +-
> >  2 files changed, 6 insertions(+), 6 deletions(-)
> >
> > diff --git a/package/libpng/libpng.hash b/package/libpng/libpng.hash
> > index 0a0cebee91..27f66a5d01 100644
> > --- a/package/libpng/libpng.hash
> > +++ b/package/libpng/libpng.hash
> > @@ -1,7 +1,7 @@
> > -# From http://sourceforge.net/projects/libpng/files/libpng16/1.6.34/
> > -md5		c05b6ca7190a5e387b78657dbe5536b2			libpng-1.6.34.tar.xz
> > -sha1	45de4ec996ffcc3e18037e7c128abe95f4d0292a	libpng-1.6.34.tar.xz
> > +# From https://sourceforge.net/projects/libpng/files/libpng16/1.6.35/
> > +md5		678b7e696a62a193ed3503b04bf449d6			libpng-1.6.35.tar.xz
> > +sha1	0df1561aa1da610e892239348970d574b14deed0	libpng-1.6.35.tar.xz
> >  
> >  # Locally computed:
> > -sha256	2f1e960d92ce3b3abd03d06dfec9637dfbd22febf107a536b44f7a47c60659f6	libpng-1.6.34.tar.xz
> > -sha256	a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c	LICENSE
> > +sha256	23912ec8c9584917ed9b09c5023465d71709dce089be503c7867fec68a93bcd7	libpng-1.6.35.tar.xz
> > +sha256	f9850940c6606003eea9c8864b2a3f177eb5c963614aba5a3c5a24c47dd043ab	LICENSE
> 
> Please mentions in the commit log what changed in the LICENSE file.
OK, I 'll resend the patch.
> 
> > diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk
> > index ace62cd876..b6d1d8d071 100644
> > --- a/package/libpng/libpng.mk
> > +++ b/package/libpng/libpng.mk
> > @@ -4,7 +4,7 @@
> >  #
> >  ################################################################################
> >  
> > -LIBPNG_VERSION = 1.6.34
> > +LIBPNG_VERSION = 1.6.35
> >  LIBPNG_SERIES = 16
> >  LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz
> >  LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng$(LIBPNG_SERIES)/$(LIBPNG_VERSION)
> 
> baruch
> 
> -- 
>      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 -
Kind regards,
Nasser

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

end of thread, other threads:[~2018-11-17  7:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-15 22:53 [Buildroot] [PATCH] libpng: bump to 1.6.35 Nasser Afshin
2018-11-16  4:14 ` Baruch Siach
2018-11-17  7:04   ` Nasser Afshin

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.