Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 019/102] package/x11r7/xapp_xeyes: bump version to 1.3.1
Date: Mon, 12 Jan 2026 09:28:27 +0100	[thread overview]
Message-ID: <20260112082950.2528445-19-bernd@kuhls.net> (raw)
In-Reply-To: <20260112082950.2528445-1-bernd@kuhls.net>

https://lists.x.org/archives/xorg-announce/2025-July/003618.html
https://lists.x.org/archives/xorg-announce/2023-July/003409.html

Switched tarball to xz.

Updated license hash due to upstream commit:
https://gitlab.freedesktop.org/xorg/app/xeyes/-/commit/7dc4f720f57471d2eccefd87cdca54494cf75eb5

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/x11r7/xapp_xeyes/xapp_xeyes.hash | 8 ++++----
 package/x11r7/xapp_xeyes/xapp_xeyes.mk   | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/x11r7/xapp_xeyes/xapp_xeyes.hash b/package/x11r7/xapp_xeyes/xapp_xeyes.hash
index 734492b6cd..ce058140ea 100644
--- a/package/x11r7/xapp_xeyes/xapp_xeyes.hash
+++ b/package/x11r7/xapp_xeyes/xapp_xeyes.hash
@@ -1,5 +1,5 @@
-# From https://lists.x.org/archives/xorg-announce/2021-August/003101.html
-sha256  f8a17e23146bef1ab345a1e303c6749e42aaa7bcf4f25428afad41770721b6db  xeyes-1.2.0.tar.bz2
-sha512  2d1614614b3ba3d1ebaa0e9801a2e159389b94aaacafb962d326b7e6dc712c1eb2c12a50ceb10b3135cf0eee6ae86bbf84e73098deb08e73792f14a60616b4d8  xeyes-1.2.0.tar.bz2
+# From https://lists.x.org/archives/xorg-announce/2025-July/003618.html
+sha256  5608d76b7b1aac5ed7f22f1b6b5ad74ef98c8693220f32b4b87dccee4a956eaa  xeyes-1.3.1.tar.xz
+sha512  c0c3e25b1685cc943c8d27f88c4d3ec79aa05c102ba7ac0cbd7dcebdf703111ecb2288f4bac55d9ffc5b7aa3b15cba58f28c21025a53b415a8a18bdb61688dcf  xeyes-1.3.1.tar.xz
 # Locally computed
-sha256  d8de1de40e16227d1eb4b19e95117ce3f990f71f71df096a2259b0bc9931e042  COPYING
+sha256  eb051f2b83cbc5c65b3b8c268747ee7fe5e37997375af47d269beca8ec58b362  COPYING
diff --git a/package/x11r7/xapp_xeyes/xapp_xeyes.mk b/package/x11r7/xapp_xeyes/xapp_xeyes.mk
index 3f37aaee8c..29f8022170 100644
--- a/package/x11r7/xapp_xeyes/xapp_xeyes.mk
+++ b/package/x11r7/xapp_xeyes/xapp_xeyes.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-XAPP_XEYES_VERSION = 1.2.0
-XAPP_XEYES_SOURCE = xeyes-$(XAPP_XEYES_VERSION).tar.bz2
+XAPP_XEYES_VERSION = 1.3.1
+XAPP_XEYES_SOURCE = xeyes-$(XAPP_XEYES_VERSION).tar.xz
 XAPP_XEYES_SITE = https://xorg.freedesktop.org/archive/individual/app
 XAPP_XEYES_LICENSE = MIT
 XAPP_XEYES_LICENSE_FILES = COPYING
-- 
2.47.3

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

  parent reply	other threads:[~2026-01-12  8:43 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-12  8:28 [Buildroot] [PATCH 001/102] package/x11r7/xcb-proto: bump version to 1.17.0 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 002/102] package/x11r7/libxcb: " Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 003/102] package/x11r7/xapp_xauth: bump version to 1.1.5 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 004/102] package/x11r7/xapp_rgb: bump version to 1.1.1 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 005/102] package/x11r7/xapp_fonttosfnt: bump version to 1.2.5 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 006/102] package/x11r7/xorgproto: bump version to 2025.1 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 007/102] package/x11r7/xapp_xkbcomp: security bump version to 1.5.0 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 008/102] package/x11r7/xserver_xorg-server: bump version to 21.1.21 Bernd Kuhls
2026-04-24 16:26   ` Thomas Perale via buildroot
2026-01-12  8:28 ` [Buildroot] [PATCH 009/102] package/x11r7/xlib_libXScrnSaver: bump version to 1.2.5 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 010/102] package/x11r7/xlib_libXres: bump version to 1.2.3 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 011/102] package/x11r7/xlib_libXpresent: bump version to 1.0.2 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 012/102] package/x11r7/xlib_libXfixes: bump version to 6.0.2 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 013/102] package/x11r7/xcb-util-cursor: bump version to 0.1.6 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 014/102] package/x11r7/xdriver_xf86-video-ast: bump version to 1.2.1 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 015/102] package/x11r7/xdriver_xf86-video-geode: bump version to 2.18.2 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 016/102] package/x11r7/xapp_xgc: bump version to 1.0.7 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 017/102] package/x11r7/xapp_xgamma: bump version to 1.0.8 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 018/102] package/x11r7/xapp_xfsinfo: " Bernd Kuhls
2026-01-12  8:28 ` Bernd Kuhls [this message]
2026-01-12  8:28 ` [Buildroot] [PATCH 020/102] package/x11r7/xapp_xdriinfo: " Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 021/102] package/x11r7/xapp_xdpyinfo: bump version to 1.4.0 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 022/102] package/x11r7/xapp_xcursorgen: bump version to 1.0.9 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 023/102] package/x11r7/xapp_viewres: bump version to 1.0.8 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 024/102] package/x11r7/xapp_smproxy: " Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 025/102] package/x11r7/xapp_showfont: bump version to 1.0.7 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 026/102] package/x11r7/xapp_sessreg: bump version to 1.1.4 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 027/102] package/x11r7/xapp_twm: bump version to 1.0.13.1 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 028/102] package/x11r7/xlib_libXft: bump version to 2.3.9 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 029/102] package/x11r7/xapp_xinit: bump version to 1.4.4 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 030/102] package/x11r7/xlib_libSM: bump version to 1.2.6 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 031/102] package/x11r7/xlib_libX11: bump version to 1.8.12 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 032/102] package/x11r7/xapp_xhost: bump version to 1.0.10 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 033/102] package/x11r7/xdriver_xf86-input-synaptics: bump version to 1.10.0 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 034/102] package/x11r7/xlib_libXxf86vm: bump version to 1.1.6 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 035/102] package/x11r7/xlib_libXv: bump version to 1.0.13 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 036/102] package/x11r7/xlib_libxcvt: bump version to 0.1.3 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 037/102] package/x11r7/xlib_libXau: bump version to 1.0.12 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 038/102] package/x11r7/xlib_libICE: bump version to 1.1.2 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 039/102] package/x11r7/xlib_libXrender: bump version to 0.9.12 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 040/102] package/x11r7/xapp_xkbevd: bump version to 1.1.6 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 041/102] package/x11r7/xapp_oclock: bump version to 1.0.6 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 042/102] package/x11r7/xapp_fslsfonts: bump version to 1.0.7 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 043/102] package/x11r7/xapp_xlogo: " Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 044/102] package/xutil_util-macros: bump version to 1.20.2 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 045/102] package/x11r7/xapp_xcompmgr: bump version to 1.1.10 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 046/102] package/x11r7/xdriver_xf86-video-fbdev: bump version to 0.5.1 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 047/102] package/x11r7/xapp_xrandr: bump version to 1.5.3 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 048/102] package/x11r7/xapp_xbacklight: bump version to 1.2.4 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 049/102] package/x11r7/xlib_libXcursor: bump version to 1.2.3 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 050/102] package/x11r7/xdriver_xf86-input-evdev: bump version to 2.11.0 Bernd Kuhls
2026-01-12  8:28 ` [Buildroot] [PATCH 051/102] package/x11r7/xapp_bdftopcf: bump version to 1.1.2 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 052/102] package/x11r7/xdriver_xf86-video-r128: bump version to 6.13.0 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 053/102] package/x11r7/xdriver_xf86-video-mga: bump version to 2.1.0 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 054/102] package/x11r7/xdriver_xf86-video-mach64: bump version to 6.10.0 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 055/102] package/x11r7/xapp_xwud: bump version to 1.0.7 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 056/102] package/x11r7/xapp_xmag: bump version to 1.0.8 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 057/102] package/x11r7/xapp_xkbprint: bump version to 1.0.7 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 058/102] package/x11r7/xapp_xcmsdb: " Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 059/102] package/x11r7/xlib_libXi: bump version to 1.8.2 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 060/102] package/x11r7/xapp_xclipboard: bump version to 1.1.5 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 061/102] package/x11r7/xapp_x11perf: bump version to 1.7.0 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 062/102] package/x11r7/xlib_libXtst: bump version to 1.2.5 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 063/102] package/x11r7/xlib_libFS: bump version to 1.0.10 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 064/102] package/x11r7/xlib_libXfont2: bump version to 2.0.7 Bernd Kuhls
2026-07-17 15:46   ` Thomas Perale via buildroot
2026-01-12  8:29 ` [Buildroot] [PATCH 065/102] package/x11r7/xapp_xinput-calibrator: use tarball hashes provided by upstream Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 066/102] package/x11r7/xapp_xfs: bump version to 1.2.2 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 067/102] package/x11r7/xapp_appres: bump version to 1.0.7 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 068/102] package/x11r7/xapp_xconsole: bump version to 1.1.0 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 069/102] package/x11r7/xlib_libXmu: bump version to 1.2.1 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 070/102] package/x11r7/xapp_xman: bump version to 1.2.0 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 071/102] package/x11r7/xapp_xload: " Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 072/102] package/x11r7/xapp_xedit: bump version to 1.2.4 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 073/102] package/x11r7/xapp_iceauth: bump version to 1.0.10 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 074/102] package/x11r7/xlib_libXaw: bump version to 1.0.16 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 075/102] package/x11r7/xapp_xsm: bump version to 1.0.6 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 076/102] package/x11r7/xapp_xrefresh: bump version to 1.1.0 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 077/102] package/x11r7/xapp_xpr: bump version to 1.2.0 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 078/102] package/x11r7/xapp_xmh: bump version to 1.0.5 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 079/102] package/x11r7/xapp_xmessage: bump version to 1.0.7 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 080/102] package/x11r7/xapp_xfontsel: bump version to 1.1.1 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 081/102] package/x11r7/xapp_xev: bump version to 1.2.6 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 082/102] package/x11r7/xapp_mkfontscale: bump version to 1.2.3 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 083/102] package/x11r7/xapp_listres: bump version to 1.0.6 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 084/102] package/x11r7/xapp_editres: bump version to 1.0.9 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 085/102] package/x11r7/xlib_libXdmcp: bump version to 1.1.5 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 086/102] package/x11r7/xfont_encodings: bump version to 1.1.0 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 087/102] package/x11r7/xlib_libfontenc: bump version to 1.1.8 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 088/102] package/x11r7/xlib_libxkbfile: bump version to 1.1.3 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 089/102] package/x11r7/xlib_libXext: bump version to 1.3.6 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 090/102] package/x11r7/xapp_xmore: bump version to 1.0.4 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 091/102] package/x11r7/xapp_xditview: bump version to 1.0.7 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 092/102] package/x11r7/xapp_bitmap: bump version to 1.1.1 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 093/102] package/x11r7/xapp_xbiff: bump version to 1.0.5 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 094/102] package/x11r7/xlib_libXrandr: bump version to 1.5.4 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 095/102] package/x11r7/xdriver_xf86-video-siliconmotion: bump version to 1.7.10 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 096/102] package/x11r7/xfont_font-util: bump version to 1.4.1 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 097/102] package/x11r7/xdriver_xf86-input-libinput: bump version to 1.5.0 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 098/102] package/x11r7/xfont_font-adobe-utopia-75dpi: bump version to 1.0.5 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 099/102] package/x11r7/xdriver_xf86-video-amdgpu: bump version to 25.0.0 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 100/102] package/x11r7/xlib_libXvMC: bump version to 1.0.14 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 101/102] package/x11r7/xutil_makedepend: bump version to 1.0.9 Bernd Kuhls
2026-01-12  8:29 ` [Buildroot] [PATCH 102/102] package/x11r7/xdriver_xf86-input-mouse: remove package Bernd Kuhls
2026-01-13 20:59 ` [Buildroot] [PATCH 001/102] package/x11r7/xcb-proto: bump version to 1.17.0 Julien Olivain via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260112082950.2528445-19-bernd@kuhls.net \
    --to=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox