mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libjpeg: Version bump. 3.1.3 -> 3.1.4
@ 2026-03-28 16:34 Christian Melki
  2026-04-13  7:12 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2026-03-28 16:34 UTC (permalink / raw)
  To: ptxdist

Various minor changes.
Now with runtime SIMD detection in some cases.
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.1.4

* License file changed, but no tags need changing in ptxdist.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/libjpeg.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/libjpeg.make b/rules/libjpeg.make
index 2c5665025..19cbba0f6 100644
--- a/rules/libjpeg.make
+++ b/rules/libjpeg.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBJPEG) += libjpeg
 #
 # Paths and names
 #
-LIBJPEG_VERSION	:= 3.1.3
-LIBJPEG_MD5	:= 6a03c55732045630e051f20ba7ece465
+LIBJPEG_VERSION	:= 3.1.4
+LIBJPEG_MD5	:= fe6c781a8f9e5871b689ee90c99326e5
 LIBJPEG_SUFFIX	:= tar.gz
 LIBJPEG		:= libjpeg-turbo-$(LIBJPEG_VERSION)
 LIBJPEG_URL	:= https://github.com/libjpeg-turbo/libjpeg-turbo/archive/refs/tags/$(LIBJPEG_VERSION).$(LIBJPEG_SUFFIX)
@@ -25,7 +25,7 @@ LIBJPEG_SOURCE	:= $(SRCDIR)/$(LIBJPEG).$(LIBJPEG_SUFFIX)
 LIBJPEG_DIR	:= $(BUILDDIR)/$(LIBJPEG)
 LIBJPEG_LICENSE	:= IJG AND BSD-3-Clause
 LIBJPEG_LICENSE_FILES := \
-	file://LICENSE.md;md5=52fddabc7e8e79233150ebda95c3fc1f \
+	file://LICENSE.md;md5=5e22220994831d7f0b91d09d94c89a63 \
 	file://README.ijg;startline=113;endline=164;md5=89d5b942e03050d117f34e50b49c2c61 \
 	file://simd/nasm/jsimdext.inc;startline=13;endline=28;md5=100ad877b6a14ec137afd49a6e109624
 
-- 
2.43.0




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

* Re: [ptxdist] [APPLIED] libjpeg: Version bump. 3.1.3 -> 3.1.4
  2026-03-28 16:34 [ptxdist] [PATCH] libjpeg: Version bump. 3.1.3 -> 3.1.4 Christian Melki
@ 2026-04-13  7:12 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-04-13  7:12 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as eb33a002e7e33be0bb07de37d8f540297c60342f.

Michael

[sent from post-receive hook]

On Mon, 13 Apr 2026 09:12:15 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Various minor changes.
> Now with runtime SIMD detection in some cases.
> https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.1.4
> 
> * License file changed, but no tags need changing in ptxdist.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20260328163418.3082122-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libjpeg.make b/rules/libjpeg.make
> index 2c566502586f..19cbba0f6a3f 100644
> --- a/rules/libjpeg.make
> +++ b/rules/libjpeg.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBJPEG) += libjpeg
>  #
>  # Paths and names
>  #
> -LIBJPEG_VERSION	:= 3.1.3
> -LIBJPEG_MD5	:= 6a03c55732045630e051f20ba7ece465
> +LIBJPEG_VERSION	:= 3.1.4
> +LIBJPEG_MD5	:= fe6c781a8f9e5871b689ee90c99326e5
>  LIBJPEG_SUFFIX	:= tar.gz
>  LIBJPEG		:= libjpeg-turbo-$(LIBJPEG_VERSION)
>  LIBJPEG_URL	:= https://github.com/libjpeg-turbo/libjpeg-turbo/archive/refs/tags/$(LIBJPEG_VERSION).$(LIBJPEG_SUFFIX)
> @@ -25,7 +25,7 @@ LIBJPEG_SOURCE	:= $(SRCDIR)/$(LIBJPEG).$(LIBJPEG_SUFFIX)
>  LIBJPEG_DIR	:= $(BUILDDIR)/$(LIBJPEG)
>  LIBJPEG_LICENSE	:= IJG AND BSD-3-Clause
>  LIBJPEG_LICENSE_FILES := \
> -	file://LICENSE.md;md5=52fddabc7e8e79233150ebda95c3fc1f \
> +	file://LICENSE.md;md5=5e22220994831d7f0b91d09d94c89a63 \
>  	file://README.ijg;startline=113;endline=164;md5=89d5b942e03050d117f34e50b49c2c61 \
>  	file://simd/nasm/jsimdext.inc;startline=13;endline=28;md5=100ad877b6a14ec137afd49a6e109624
>  



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

end of thread, other threads:[~2026-04-13  7:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-28 16:34 [ptxdist] [PATCH] libjpeg: Version bump. 3.1.3 -> 3.1.4 Christian Melki
2026-04-13  7:12 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox