Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/22] package/x11r7/xdriver_xf86-video-geode: bump version to 2.11.21
@ 2023-05-06 17:38 Bernd Kuhls
  2023-05-06 17:38 ` [Buildroot] [PATCH 02/22] package/x11r7/xdriver_xf86-input-mouse: bump version to 1.9.5 Bernd Kuhls
                   ` (22 more replies)
  0 siblings, 23 replies; 40+ messages in thread
From: Bernd Kuhls @ 2023-05-06 17:38 UTC (permalink / raw)
  To: buildroot

Release notes:
https://lists.x.org/archives/xorg-announce/2023-May/003393.html

Fixes:
http://autobuild.buildroot.net/results/d1d/d1dae8c7ba9dc82fbbcc5914ea3b378e48304617/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 .../xdriver_xf86-video-geode/xdriver_xf86-video-geode.hash  | 4 +++-
 .../xdriver_xf86-video-geode/xdriver_xf86-video-geode.mk    | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/package/x11r7/xdriver_xf86-video-geode/xdriver_xf86-video-geode.hash b/package/x11r7/xdriver_xf86-video-geode/xdriver_xf86-video-geode.hash
index 7a66c28b52..7dcb99fe2a 100644
--- a/package/x11r7/xdriver_xf86-video-geode/xdriver_xf86-video-geode.hash
+++ b/package/x11r7/xdriver_xf86-video-geode/xdriver_xf86-video-geode.hash
@@ -1,3 +1,5 @@
+# From https://lists.x.org/archives/xorg-announce/2023-May/003393.html
+sha256  8256ac3f14117324d00b7bfa8053645ca92562fe837c542489a502adbb5f9f1e  xf86-video-geode-2.11.21.tar.xz
+sha512  e12f74268ab7d16b57644a9465b4be1ca28d250625a31b8810e19a1f94a17e47e0a258455155fd8f336fa59fd78160cdf3763aa94b85c6ccc2c42edf3b65bc61  xf86-video-geode-2.11.21.tar.xz
 # Locally calculated
-sha256  f497d0bfb09f36c72e3467e2d701f57f6b03ab8992c5d570e66582f714f84d64  xf86-video-geode-2.11.20.tar.bz2
 sha256  3994ef7cee54f0935a4b57b1c34efd904da567931dd9e1a2d9390d22c8332ea2  COPYING
diff --git a/package/x11r7/xdriver_xf86-video-geode/xdriver_xf86-video-geode.mk b/package/x11r7/xdriver_xf86-video-geode/xdriver_xf86-video-geode.mk
index dbeae1aa65..8f84e4863f 100644
--- a/package/x11r7/xdriver_xf86-video-geode/xdriver_xf86-video-geode.mk
+++ b/package/x11r7/xdriver_xf86-video-geode/xdriver_xf86-video-geode.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-XDRIVER_XF86_VIDEO_GEODE_VERSION = 2.11.20
-XDRIVER_XF86_VIDEO_GEODE_SOURCE = xf86-video-geode-$(XDRIVER_XF86_VIDEO_GEODE_VERSION).tar.bz2
-XDRIVER_XF86_VIDEO_GEODE_SITE = http://xorg.freedesktop.org/releases/individual/driver
+XDRIVER_XF86_VIDEO_GEODE_VERSION = 2.11.21
+XDRIVER_XF86_VIDEO_GEODE_SOURCE = xf86-video-geode-$(XDRIVER_XF86_VIDEO_GEODE_VERSION).tar.xz
+XDRIVER_XF86_VIDEO_GEODE_SITE = https://xorg.freedesktop.org/archive/individual/driver
 XDRIVER_XF86_VIDEO_GEODE_LICENSE = MIT
 XDRIVER_XF86_VIDEO_GEODE_LICENSE_FILES = COPYING
 XDRIVER_XF86_VIDEO_GEODE_DEPENDENCIES = xserver_xorg-server xorgproto
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-06-05 11:40 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-06 17:38 [Buildroot] [PATCH 01/22] package/x11r7/xdriver_xf86-video-geode: bump version to 2.11.21 Bernd Kuhls
2023-05-06 17:38 ` [Buildroot] [PATCH 02/22] package/x11r7/xdriver_xf86-input-mouse: bump version to 1.9.5 Bernd Kuhls
2023-05-07 12:09   ` Yann E. MORIN
2023-06-05 11:06   ` Peter Korsgaard
2023-05-06 17:38 ` [Buildroot] [PATCH 03/22] package/x11r7/xapp_xcalc: bump version to 1.1.2 Bernd Kuhls
2023-06-05 11:07   ` Peter Korsgaard
2023-05-06 17:38 ` [Buildroot] [PATCH 04/22] package/x11r7/xlib_libXi: bump version to 1.8.1 Bernd Kuhls
2023-06-05 11:07   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 05/22] package/x11r7/xapp_xinput: bump version to 1.6.4 Bernd Kuhls
2023-06-05 11:09   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 06/22] package/x11r7/xapp_xdpyinfo: bump version to 1.3.4 Bernd Kuhls
2023-06-05 11:09   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 07/22] package/x11r7/xdriver_xf86-video-ati: bump version to 22.0.0 Bernd Kuhls
2023-05-06 17:39 ` [Buildroot] [PATCH 08/22] package/x11r7/xlib_libXpm: bump version to 3.5.16 Bernd Kuhls
2023-06-05 11:10   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 09/22] package/x11r7/xlib_libXft: bump version to 2.3.8 Bernd Kuhls
2023-06-05 11:11   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 10/22] package/x11r7/xlib_libXt: bump version to 1.3.0 Bernd Kuhls
2023-05-06 17:39 ` [Buildroot] [PATCH 11/22] package/x11r7/xlib_libXfixes: bump version to 6.0.1 Bernd Kuhls
2023-06-05 11:13   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 12/22] package/x11r7/xdriver_xf86-video-savage: bump version to 2.4.0 Bernd Kuhls
2023-05-06 17:39 ` [Buildroot] [PATCH 13/22] package/x11r7/xdriver_xf86-video-neomagic: bump version to 1.3.1 Bernd Kuhls
2023-06-05 11:14   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 14/22] package/x11r7/xapp_xwininfo: bump version to 1.1.6 Bernd Kuhls
2023-06-05 11:15   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 15/22] package/x11r7/xdriver_xf86-input-libinput: bump version to 1.3.0 Bernd Kuhls
2023-05-06 17:39 ` [Buildroot] [PATCH 16/22] package/x11r7/xlib_libXaw: bump version to 1.0.15 Bernd Kuhls
2023-06-05 11:16   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 17/22] package/x11r7/xfont_encodings: bump version to 1.0.7 Bernd Kuhls
2023-06-05 11:17   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 18/22] package/x11r7/xdata_xbitmaps: bump version to 1.1.3 Bernd Kuhls
2023-06-05 11:18   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 19/22] package/x11r7/xdata_xcursor-themes: bump version to 1.0.7 Bernd Kuhls
2023-06-05 11:18   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 20/22] package/x11r7/xfont_font-util: bump version to 1.4.0 Bernd Kuhls
2023-05-06 17:39 ` [Buildroot] [PATCH 21/22] package/x11r7/xdriver_xf86-video-amdgpu: bump version to 23.0.0 Bernd Kuhls
2023-05-06 17:39 ` [Buildroot] [PATCH 22/22] package/x11r7/xdriver_xf86-video-ark: bump version to 0.7.6 Bernd Kuhls
2023-06-05 11:40   ` Peter Korsgaard
2023-05-07 12:04 ` [Buildroot] [PATCH 01/22] package/x11r7/xdriver_xf86-video-geode: bump version to 2.11.21 Yann E. MORIN
2023-06-05 11:03 ` Peter Korsgaard

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