mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] sdl2: Version bump. 2.26.2 -> 2.26.3
@ 2023-02-07  9:10 Christian Melki
  2023-02-07  9:10 ` [ptxdist] [PATCH] sdl2-image: Version bump. 2.6.2 -> 2.6.3 Christian Melki
  2023-02-10 14:17 ` [ptxdist] [APPLIED] sdl2: Version bump. 2.26.2 -> 2.26.3 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2023-02-07  9:10 UTC (permalink / raw)
  To: ptxdist

Very minor bugfix release.
https://github.com/libsdl-org/SDL/releases/tag/release-2.26.3

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

diff --git a/rules/sdl2.make b/rules/sdl2.make
index b1b9995ae..4cb56cf55 100644
--- a/rules/sdl2.make
+++ b/rules/sdl2.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2) += sdl2
 #
 # Paths and names
 #
-SDL2_VERSION	:= 2.26.2
-SDL2_MD5	:= 303e85033a1f55db663d64ce85df2070
+SDL2_VERSION	:= 2.26.3
+SDL2_MD5	:= 6ff7cbe9f77fc5afa79d54895dc6becc
 SDL2		:= SDL2-$(SDL2_VERSION)
 SDL2_SUFFIX	:= tar.gz
 SDL2_URL	:= https://www.libsdl.org/release/$(SDL2).$(SDL2_SUFFIX)
-- 
2.34.1




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

* [ptxdist] [PATCH] sdl2-image: Version bump. 2.6.2 -> 2.6.3.
  2023-02-07  9:10 [ptxdist] [PATCH] sdl2: Version bump. 2.26.2 -> 2.26.3 Christian Melki
@ 2023-02-07  9:10 ` Christian Melki
  2023-02-10 14:17   ` [ptxdist] [APPLIED] " Michael Olbrich
  2023-02-10 14:17 ` [ptxdist] [APPLIED] sdl2: Version bump. 2.26.2 -> 2.26.3 Michael Olbrich
  1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2023-02-07  9:10 UTC (permalink / raw)
  To: ptxdist

Very minor bugfix release.
https://github.com/libsdl-org/SDL_image/releases/tag/release-2.6.3

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

diff --git a/rules/sdl2-image.make b/rules/sdl2-image.make
index a01f69daf..bdd3c7415 100644
--- a/rules/sdl2-image.make
+++ b/rules/sdl2-image.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2_IMAGE) += sdl2-image
 #
 # Paths and names
 #
-SDL2_IMAGE_VERSION	:= 2.6.2
-SDL2_IMAGE_MD5		:= 35da7c375b1c187b0f684c1c83b3b9c3
+SDL2_IMAGE_VERSION	:= 2.6.3
+SDL2_IMAGE_MD5		:= 191c3eb49cc2dce30abff81398a92e81
 SDL2_IMAGE		:= SDL2_image-$(SDL2_IMAGE_VERSION)
 SDL2_IMAGE_SUFFIX	:= tar.gz
 SDL2_IMAGE_URL		:= https://www.libsdl.org/projects/SDL_image/release/$(SDL2_IMAGE).$(SDL2_IMAGE_SUFFIX)
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] sdl2: Version bump. 2.26.2 -> 2.26.3
  2023-02-07  9:10 [ptxdist] [PATCH] sdl2: Version bump. 2.26.2 -> 2.26.3 Christian Melki
  2023-02-07  9:10 ` [ptxdist] [PATCH] sdl2-image: Version bump. 2.6.2 -> 2.6.3 Christian Melki
@ 2023-02-10 14:17 ` Michael Olbrich
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2023-02-10 14:17 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as edd6d422a7af54bf5f82c2437868e6195fb56658.

Michael

[sent from post-receive hook]

On Fri, 10 Feb 2023 15:17:21 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Very minor bugfix release.
> https://github.com/libsdl-org/SDL/releases/tag/release-2.26.3
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230207091002.2418139-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/sdl2.make b/rules/sdl2.make
> index b1b9995ae565..4cb56cf55380 100644
> --- a/rules/sdl2.make
> +++ b/rules/sdl2.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2) += sdl2
>  #
>  # Paths and names
>  #
> -SDL2_VERSION	:= 2.26.2
> -SDL2_MD5	:= 303e85033a1f55db663d64ce85df2070
> +SDL2_VERSION	:= 2.26.3
> +SDL2_MD5	:= 6ff7cbe9f77fc5afa79d54895dc6becc
>  SDL2		:= SDL2-$(SDL2_VERSION)
>  SDL2_SUFFIX	:= tar.gz
>  SDL2_URL	:= https://www.libsdl.org/release/$(SDL2).$(SDL2_SUFFIX)



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

* Re: [ptxdist] [APPLIED] sdl2-image: Version bump. 2.6.2 -> 2.6.3.
  2023-02-07  9:10 ` [ptxdist] [PATCH] sdl2-image: Version bump. 2.6.2 -> 2.6.3 Christian Melki
@ 2023-02-10 14:17   ` Michael Olbrich
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2023-02-10 14:17 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as b6293107db5b0ab2ad6a9d9d884062adfb5b396c.

Michael

[sent from post-receive hook]

On Fri, 10 Feb 2023 15:17:22 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Very minor bugfix release.
> https://github.com/libsdl-org/SDL_image/releases/tag/release-2.6.3
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230207091002.2418139-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/sdl2-image.make b/rules/sdl2-image.make
> index a01f69daff61..bdd3c7415c31 100644
> --- a/rules/sdl2-image.make
> +++ b/rules/sdl2-image.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2_IMAGE) += sdl2-image
>  #
>  # Paths and names
>  #
> -SDL2_IMAGE_VERSION	:= 2.6.2
> -SDL2_IMAGE_MD5		:= 35da7c375b1c187b0f684c1c83b3b9c3
> +SDL2_IMAGE_VERSION	:= 2.6.3
> +SDL2_IMAGE_MD5		:= 191c3eb49cc2dce30abff81398a92e81
>  SDL2_IMAGE		:= SDL2_image-$(SDL2_IMAGE_VERSION)
>  SDL2_IMAGE_SUFFIX	:= tar.gz
>  SDL2_IMAGE_URL		:= https://www.libsdl.org/projects/SDL_image/release/$(SDL2_IMAGE).$(SDL2_IMAGE_SUFFIX)



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

end of thread, other threads:[~2023-02-10 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-07  9:10 [ptxdist] [PATCH] sdl2: Version bump. 2.26.2 -> 2.26.3 Christian Melki
2023-02-07  9:10 ` [ptxdist] [PATCH] sdl2-image: Version bump. 2.6.2 -> 2.6.3 Christian Melki
2023-02-10 14:17   ` [ptxdist] [APPLIED] " Michael Olbrich
2023-02-10 14:17 ` [ptxdist] [APPLIED] sdl2: Version bump. 2.26.2 -> 2.26.3 Michael Olbrich

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