mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libjpeg: Version bump. 3.1.1 -> 3.1.2
@ 2025-09-04 18:17 Christian Melki
  2025-09-08  7:24 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-09-04 18:17 UTC (permalink / raw)
  To: ptxdist

No big changes.
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.1.2

* License file changed, copyright year updates.

* Pin down options.

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

diff --git a/rules/libjpeg.make b/rules/libjpeg.make
index 93c730727..ca9c0a70e 100644
--- a/rules/libjpeg.make
+++ b/rules/libjpeg.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBJPEG) += libjpeg
 #
 # Paths and names
 #
-LIBJPEG_VERSION	:= 3.1.1
-LIBJPEG_MD5	:= 4cc83d985db61e64bfa352388bb447ec
+LIBJPEG_VERSION	:= 3.1.2
+LIBJPEG_MD5	:= 2446ea45eb280ed785b265bd444f0c75
 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=023c2e8942020502d6ea709e2a5453f7 \
+	file://LICENSE.md;md5=52fddabc7e8e79233150ebda95c3fc1f \
 	file://README.ijg;startline=113;endline=164;md5=89d5b942e03050d117f34e50b49c2c61 \
 	file://simd/nasm/jsimdext.inc;startline=13;endline=28;md5=100ad877b6a14ec137afd49a6e109624
 
@@ -59,6 +59,8 @@ LIBJPEG_CONF_OPT := \
 	-DWITH_JPEG7=ON \
 	-DWITH_JPEG8=ON \
 	-DWITH_SIMD=$(call ptx/onoff,LIBJPEG_SIMD) \
+	-DWITH_TESTS=OFF \
+	-DWITH_TOOLS=ON \
 	-DWITH_TURBOJPEG=$(call ptx/onoff,PTXCONF_LIBJPEG_TURBO)
 
 # ----------------------------------------------------------------------------
-- 
2.43.0




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

* Re: [ptxdist] [APPLIED] libjpeg: Version bump. 3.1.1 -> 3.1.2
  2025-09-04 18:17 [ptxdist] [PATCH] libjpeg: Version bump. 3.1.1 -> 3.1.2 Christian Melki
@ 2025-09-08  7:24 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-09-08  7:24 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 392d78d70bb7856caaaeb2a1eb08403d5c58aeee.

Michael

[sent from post-receive hook]

On Mon, 08 Sep 2025 09:24:19 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> No big changes.
> https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.1.2
> 
> * License file changed, copyright year updates.
> 
> * Pin down options.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250904181723.862768-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 93c730727787..ca9c0a70e05e 100644
> --- a/rules/libjpeg.make
> +++ b/rules/libjpeg.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBJPEG) += libjpeg
>  #
>  # Paths and names
>  #
> -LIBJPEG_VERSION	:= 3.1.1
> -LIBJPEG_MD5	:= 4cc83d985db61e64bfa352388bb447ec
> +LIBJPEG_VERSION	:= 3.1.2
> +LIBJPEG_MD5	:= 2446ea45eb280ed785b265bd444f0c75
>  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=023c2e8942020502d6ea709e2a5453f7 \
> +	file://LICENSE.md;md5=52fddabc7e8e79233150ebda95c3fc1f \
>  	file://README.ijg;startline=113;endline=164;md5=89d5b942e03050d117f34e50b49c2c61 \
>  	file://simd/nasm/jsimdext.inc;startline=13;endline=28;md5=100ad877b6a14ec137afd49a6e109624
>  
> @@ -59,6 +59,8 @@ LIBJPEG_CONF_OPT := \
>  	-DWITH_JPEG7=ON \
>  	-DWITH_JPEG8=ON \
>  	-DWITH_SIMD=$(call ptx/onoff,LIBJPEG_SIMD) \
> +	-DWITH_TESTS=OFF \
> +	-DWITH_TOOLS=ON \
>  	-DWITH_TURBOJPEG=$(call ptx/onoff,PTXCONF_LIBJPEG_TURBO)
>  
>  # ----------------------------------------------------------------------------



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

end of thread, other threads:[~2025-09-08  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-04 18:17 [ptxdist] [PATCH] libjpeg: Version bump. 3.1.1 -> 3.1.2 Christian Melki
2025-09-08  7:24 ` [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