All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/sdl_image: update to latest git tree
@ 2021-03-21  9:40 Yann E. MORIN
  0 siblings, 0 replies; only message in thread
From: Yann E. MORIN @ 2021-03-21  9:40 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=3c35d00aaaa30131be51473cd8a2d2ca6d78ed3d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The latest officially released version of SDL_image is 1.2.12, released
in 2012. Since then, there have been many bugfixes, including security
fixes.

SDL's canonical source is now on GitHub. This commit points to the
SDL-1.2 branch from 15 Mar 2021.

Signed-off-by: Gleb Mazovetskiy <glex.spb@gmail.com>
[yann.morin.1998 at free.fr: use full-length commit hash]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 package/sdl_image/sdl_image.hash | 2 +-
 package/sdl_image/sdl_image.mk   | 9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/package/sdl_image/sdl_image.hash b/package/sdl_image/sdl_image.hash
index 90e3040a17..a0a2709f65 100644
--- a/package/sdl_image/sdl_image.hash
+++ b/package/sdl_image/sdl_image.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699  SDL_image-1.2.12.tar.gz
+sha256  abaf55f6c3bbd7c7271b523767f360317f1fbb2a79e74c38c0523a123970ac89  sdl_image-5d792dde2f764daf15dc48521774a3354330db69.tar.gz
 sha256  653649692218d56e5807bdc5b72f51aa6067bc44d30b757e18c03b32bcaf98da  COPYING
diff --git a/package/sdl_image/sdl_image.mk b/package/sdl_image/sdl_image.mk
index 9ff9206b74..dafb64dfb0 100644
--- a/package/sdl_image/sdl_image.mk
+++ b/package/sdl_image/sdl_image.mk
@@ -4,9 +4,12 @@
 #
 ################################################################################
 
-SDL_IMAGE_VERSION = 1.2.12
-SDL_IMAGE_SOURCE = SDL_image-$(SDL_IMAGE_VERSION).tar.gz
-SDL_IMAGE_SITE = http://www.libsdl.org/projects/SDL_image/release
+# The latest officially released version of SDL_image is 1.2.12, released in 2012.
+# Since then, there have been many bugfixes, including security fixes.
+#
+# This commit points to the SDL-1.2 branch from 14 Mar 2021.
+SDL_IMAGE_VERSION = 5d792dde2f764daf15dc48521774a3354330db69
+SDL_IMAGE_SITE = $(call github,libsdl-org,SDL_image,$(SDL_IMAGE_VERSION))
 SDL_IMAGE_INSTALL_STAGING = YES
 SDL_IMAGE_LICENSE = Zlib
 SDL_IMAGE_LICENSE_FILES = COPYING

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-21  9:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21  9:40 [Buildroot] [git commit] package/sdl_image: update to latest git tree Yann E. MORIN

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.