mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libjpeg: Version bump. 3.0.1 -> 3.0.2
@ 2024-01-26 17:32 Christian Melki
  2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-01-26 17:32 UTC (permalink / raw)
  To: ptxdist

Minor fix version.
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.2

* Change download URL. Old host does not seem to carry
the new releases anymore. Downloads from the main home page
point to github.

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 76c475068..73fec3173 100644
--- a/rules/libjpeg.make
+++ b/rules/libjpeg.make
@@ -16,12 +16,12 @@ PACKAGES-$(PTXCONF_LIBJPEG) += libjpeg
 #
 # Paths and names
 #
-LIBJPEG_VERSION	:= 3.0.1
-LIBJPEG_MD5	:= 1fdc6494521a8724f5f7cf39b0f6aff3
+LIBJPEG_VERSION	:= 3.0.2
+LIBJPEG_MD5	:= 94756db95bc2477f7f7dad1c2590b51f
 LIBJPEG_SUFFIX	:= tar.gz
 LIBJPEG		:= libjpeg-turbo-$(LIBJPEG_VERSION)
 LIBJPEG_TARBALL	:= $(LIBJPEG).$(LIBJPEG_SUFFIX)
-LIBJPEG_URL	:= $(call ptx/mirror, SF, libjpeg-turbo/$(LIBJPEG_VERSION)/$(LIBJPEG_TARBALL))
+LIBJPEG_URL	:= https://github.com/libjpeg-turbo/libjpeg-turbo/archive/refs/tags/$(LIBJPEG_VERSION)/$(LIBJPEG_TARBALL)
 LIBJPEG_SOURCE	:= $(SRCDIR)/$(LIBJPEG_TARBALL)
 LIBJPEG_DIR	:= $(BUILDDIR)/$(LIBJPEG)
 LIBJPEG_LICENSE	:= IJG, BSD-3-Clause, Zlib
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] libjpeg: Version bump. 3.0.1 -> 3.0.2
  2024-01-26 17:32 [ptxdist] [PATCH] libjpeg: Version bump. 3.0.1 -> 3.0.2 Christian Melki
@ 2024-02-08 16:03 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-02-08 16:03 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as feb200c5d55e9ff2ba7a21ebc6e4c32e185f26ee.

Michael

[sent from post-receive hook]

On Thu, 08 Feb 2024 17:03:09 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Minor fix version.
> https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.2
> 
> * Change download URL. Old host does not seem to carry
> the new releases anymore. Downloads from the main home page
> point to github.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240126173205.1563992-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 76c475068975..73fec3173129 100644
> --- a/rules/libjpeg.make
> +++ b/rules/libjpeg.make
> @@ -16,12 +16,12 @@ PACKAGES-$(PTXCONF_LIBJPEG) += libjpeg
>  #
>  # Paths and names
>  #
> -LIBJPEG_VERSION	:= 3.0.1
> -LIBJPEG_MD5	:= 1fdc6494521a8724f5f7cf39b0f6aff3
> +LIBJPEG_VERSION	:= 3.0.2
> +LIBJPEG_MD5	:= 94756db95bc2477f7f7dad1c2590b51f
>  LIBJPEG_SUFFIX	:= tar.gz
>  LIBJPEG		:= libjpeg-turbo-$(LIBJPEG_VERSION)
>  LIBJPEG_TARBALL	:= $(LIBJPEG).$(LIBJPEG_SUFFIX)
> -LIBJPEG_URL	:= $(call ptx/mirror, SF, libjpeg-turbo/$(LIBJPEG_VERSION)/$(LIBJPEG_TARBALL))
> +LIBJPEG_URL	:= https://github.com/libjpeg-turbo/libjpeg-turbo/archive/refs/tags/$(LIBJPEG_VERSION)/$(LIBJPEG_TARBALL)
>  LIBJPEG_SOURCE	:= $(SRCDIR)/$(LIBJPEG_TARBALL)
>  LIBJPEG_DIR	:= $(BUILDDIR)/$(LIBJPEG)
>  LIBJPEG_LICENSE	:= IJG, BSD-3-Clause, Zlib



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

end of thread, other threads:[~2024-02-08 16:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-26 17:32 [ptxdist] [PATCH] libjpeg: Version bump. 3.0.1 -> 3.0.2 Christian Melki
2024-02-08 16:03 ` [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