All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] libjpeg-turbo (turbo-jpeg): bump 1.4.0 to 1.4.1
@ 2015-08-04 17:39 Jonathan Ben-Avraham
  2015-08-04 18:04 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Ben-Avraham @ 2015-08-04 17:39 UTC (permalink / raw)
  To: buildroot

From: Jonathan Ben Avraham <yba@tkos.co.il>


Signed-off-by: Jonathan Ben Avraham <yba@tkos.co.il>
---
 package/jpeg-turbo/jpeg-turbo.hash |    3 +--
 package/jpeg-turbo/jpeg-turbo.mk   |    2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/package/jpeg-turbo/jpeg-turbo.hash b/package/jpeg-turbo/jpeg-turbo.hash
index bbc62f2..940802f 100644
--- a/package/jpeg-turbo/jpeg-turbo.hash
+++ b/package/jpeg-turbo/jpeg-turbo.hash
@@ -1,3 +1,2 @@
 # From http://sourceforge.net/projects/libjpeg-turbo/files/1.4.0/
-sha1	a9ed7a99a6090e0848836c5df8e836f300a098b9  libjpeg-turbo-1.4.0.tar.gz
-md5	039153dabe61e1ac8d9323b5522b56b0  libjpeg-turbo-1.4.0.tar.gz
+sha256 4bf5bad4ce85625bffbbd9912211e06790e00fb982b77724af7211034efafb08	libjpeg-turbo-1.4.1.tar.gz
diff --git a/package/jpeg-turbo/jpeg-turbo.mk b/package/jpeg-turbo/jpeg-turbo.mk
index dd3ae19..25434b1 100644
--- a/package/jpeg-turbo/jpeg-turbo.mk
+++ b/package/jpeg-turbo/jpeg-turbo.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-JPEG_TURBO_VERSION = 1.4.0
+JPEG_TURBO_VERSION = 1.4.1
 JPEG_TURBO_SOURCE = libjpeg-turbo-$(JPEG_TURBO_VERSION).tar.gz
 JPEG_TURBO_SITE = http://downloads.sourceforge.net/project/libjpeg-turbo/$(JPEG_TURBO_VERSION)
 JPEG_TURBO_LICENSE = jpeg-license (BSD-3c-like)
-- 
1.7.9.5

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

* [Buildroot] [PATCH 1/1] libjpeg-turbo (turbo-jpeg): bump 1.4.0 to 1.4.1
  2015-08-04 17:39 [Buildroot] [PATCH 1/1] libjpeg-turbo (turbo-jpeg): bump 1.4.0 to 1.4.1 Jonathan Ben-Avraham
@ 2015-08-04 18:04 ` Thomas Petazzoni
  2015-08-04 18:44   ` Jonathan Ben Avraham
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2015-08-04 18:04 UTC (permalink / raw)
  To: buildroot

Dear Jonathan Ben-Avraham,

The title should just be:

	<package>: <description>

so in your case:

	jpeg-turbo: bump version from 1.4.0 to 1.4.1

On Tue,  4 Aug 2015 20:39:26 +0300, Jonathan Ben-Avraham wrote:
> From: Jonathan Ben Avraham <yba@tkos.co.il>
> 
> 
> Signed-off-by: Jonathan Ben Avraham <yba@tkos.co.il>
> ---
>  package/jpeg-turbo/jpeg-turbo.hash |    3 +--
>  package/jpeg-turbo/jpeg-turbo.mk   |    2 +-
>  2 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/package/jpeg-turbo/jpeg-turbo.hash b/package/jpeg-turbo/jpeg-turbo.hash
> index bbc62f2..940802f 100644
> --- a/package/jpeg-turbo/jpeg-turbo.hash
> +++ b/package/jpeg-turbo/jpeg-turbo.hash
> @@ -1,3 +1,2 @@
>  # From http://sourceforge.net/projects/libjpeg-turbo/files/1.4.0/

Is this link still accurate?

> -sha1	a9ed7a99a6090e0848836c5df8e836f300a098b9  libjpeg-turbo-1.4.0.tar.gz
> -md5	039153dabe61e1ac8d9323b5522b56b0  libjpeg-turbo-1.4.0.tar.gz
> +sha256 4bf5bad4ce85625bffbbd9912211e06790e00fb982b77724af7211034efafb08	libjpeg-turbo-1.4.1.tar.gz

I don't see any reference to this hash in
http://sourceforge.net/projects/libjpeg-turbo/files/1.4.1/. Am I
missing something?

If no hashes are provided anymore, and this hash has been locally
calculated, just say so:

# Locally calculated
sha256 <hash> <tarball>

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/1] libjpeg-turbo (turbo-jpeg): bump 1.4.0 to 1.4.1
  2015-08-04 18:04 ` Thomas Petazzoni
@ 2015-08-04 18:44   ` Jonathan Ben Avraham
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Ben Avraham @ 2015-08-04 18:44 UTC (permalink / raw)
  To: buildroot

Hi Thomas,
See inlines:

On Tue, 4 Aug 2015, Thomas Petazzoni wrote:

> Date: Tue, 4 Aug 2015 20:04:14 +0200
> From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> To: Jonathan Ben-Avraham <yba@tkos.co.il>
> Cc: buildroot at buildroot.org
> Subject: Re: [Buildroot] [PATCH 1/1] libjpeg-turbo (turbo-jpeg): bump 1.4.0 to
>      1.4.1
> 
> Dear Jonathan Ben-Avraham,
>
> The title should just be:
>
> 	<package>: <description>
>
> so in your case:
>
> 	jpeg-turbo: bump version from 1.4.0 to 1.4.1

Fixed in v2 patch submitted now.

> On Tue,  4 Aug 2015 20:39:26 +0300, Jonathan Ben-Avraham wrote:
>> From: Jonathan Ben Avraham <yba@tkos.co.il>
>>
>>
>> Signed-off-by: Jonathan Ben Avraham <yba@tkos.co.il>
>> ---
>>  package/jpeg-turbo/jpeg-turbo.hash |    3 +--
>>  package/jpeg-turbo/jpeg-turbo.mk   |    2 +-
>>  2 files changed, 2 insertions(+), 3 deletions(-)
>>
>> diff --git a/package/jpeg-turbo/jpeg-turbo.hash b/package/jpeg-turbo/jpeg-turbo.hash
>> index bbc62f2..940802f 100644
>> --- a/package/jpeg-turbo/jpeg-turbo.hash
>> +++ b/package/jpeg-turbo/jpeg-turbo.hash
>> @@ -1,3 +1,2 @@
>>  # From http://sourceforge.net/projects/libjpeg-turbo/files/1.4.0/
>
> Is this link still accurate?
>
>> -sha1	a9ed7a99a6090e0848836c5df8e836f300a098b9  libjpeg-turbo-1.4.0.tar.gz
>> -md5	039153dabe61e1ac8d9323b5522b56b0  libjpeg-turbo-1.4.0.tar.gz
>> +sha256 4bf5bad4ce85625bffbbd9912211e06790e00fb982b77724af7211034efafb08	libjpeg-turbo-1.4.1.tar.gz
>
> I don't see any reference to this hash in
> http://sourceforge.net/projects/libjpeg-turbo/files/1.4.1/. Am I
> missing something?

Well, there weren't any hashes in 
http://sourceforge.net/projects/libjpeg-turbo/files/1.4.0/ AFAIK either.

> If no hashes are provided anymore, and this hash has been locally
> calculated, just say so:
>
> # Locally calculated
> sha256 <hash> <tarball>

Fixed in v2 patch submitted now.

  - yba


> Thanks!
>
> Thomas
>

-- 
  9590 8E58 D30D 1660 C349  673D B205 4FC4 B8F5 B7F9  ~. .~  Tk Open Systems
=}-------- Jonathan Ben-Avraham ("yba") ----------ooO--U--Ooo------------{=
mailto:yba at tkos.co.il tel:+972.52.486.3386 http://tkos.co.il skype:benavrhm

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

end of thread, other threads:[~2015-08-04 18:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 17:39 [Buildroot] [PATCH 1/1] libjpeg-turbo (turbo-jpeg): bump 1.4.0 to 1.4.1 Jonathan Ben-Avraham
2015-08-04 18:04 ` Thomas Petazzoni
2015-08-04 18:44   ` Jonathan Ben Avraham

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.