All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 25/25] package/x11r7/libxcb: bump version to 1.15
Date: Thu, 12 May 2022 20:53:55 +0200	[thread overview]
Message-ID: <20220512185355.873825-25-bernd.kuhls@t-online.de> (raw)
In-Reply-To: <20220512185355.873825-1-bernd.kuhls@t-online.de>

Release notes:
https://lists.x.org/archives/xorg-announce/2022-May/003164.html

Reformatted license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/libxcb/libxcb.hash | 8 ++++----
 package/x11r7/libxcb/libxcb.mk   | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/x11r7/libxcb/libxcb.hash b/package/x11r7/libxcb/libxcb.hash
index 1861ef8a6b..2e2179e8da 100644
--- a/package/x11r7/libxcb/libxcb.hash
+++ b/package/x11r7/libxcb/libxcb.hash
@@ -1,5 +1,5 @@
-# From https://lists.x.org/archives/xorg-announce/2020-February/003039.html
-sha256 a55ed6db98d43469801262d81dc2572ed124edc3db31059d4e9916eb9f844c34  libxcb-1.14.tar.xz
-sha512 b90a23204b0d2c29d8b115577edb01df0465e02d6a8876550fecd62375d24a5d5f872ddd5946772ddba077cadce75b12c7a6d218469dc30b5b92bc82188e8bc6  libxcb-1.14.tar.xz
+# From https://lists.x.org/archives/xorg-announce/2022-May/003164.html
+sha256  cc38744f817cf6814c847e2df37fcb8997357d72fa4bcbc228ae0fe47219a059  libxcb-1.15.tar.xz
+sha512  f6c7d766b7cf9cab6abe948ee424cbae6951dbfe2f76fa58a109cdc05b0f0919dcc4e38176a22ff4b95fc1e38596115317e32ba33b24cae0035a4e30dbcbdad9  libxcb-1.15.tar.xz
 # Locally computed
-sha256 c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd  COPYING
+sha256  c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd  COPYING
diff --git a/package/x11r7/libxcb/libxcb.mk b/package/x11r7/libxcb/libxcb.mk
index 4cbd9cf62f..4b293f9801 100644
--- a/package/x11r7/libxcb/libxcb.mk
+++ b/package/x11r7/libxcb/libxcb.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBXCB_VERSION = 1.14
+LIBXCB_VERSION = 1.15
 LIBXCB_SOURCE = libxcb-$(LIBXCB_VERSION).tar.xz
 LIBXCB_SITE = http://xcb.freedesktop.org/dist
 LIBXCB_LICENSE = MIT
-- 
2.30.2

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

  parent reply	other threads:[~2022-05-12 18:58 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-12 18:53 [Buildroot] [PATCH 01/25] package/x11r7/xlib_libXvMC: bump version to 1.0.13 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 02/25] package/x11r7/xapp_twm: bump version to 1.0.12 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 03/25] package/x11r7/xlib_libXcursor: bump version to 1.2.1 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 04/25] package/x11r7/xapp_xcalc: bump version to 1.1.1 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 05/25] package/x11r7/xapp_editres: bump version to 1.0.8 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 06/25] package/x11r7/xapp_iceauth: bump version to 1.0.9 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 07/25] package/x11r7/xapp_appres: bump version to 1.0.6 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 08/25] package/x11r7/xapp_listres: bump version to 1.0.5 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 09/25] package/x11r7/xapp_mkfontscale: bump version to 1.2.2 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 10/25] package/x11r7/xapp_rstart: bump version to 1.0.6 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 11/25] package/x11r7/xapp_setxkbmap: bump version to 1.3.3 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 12/25] package/x11r7/xapp_xclock: bump version to 1.1.1 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 13/25] package/x11r7/xapp_xdm: bump version to 1.1.13 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 14/25] package/x11r7/xapp_xedit: bump version to 1.2.3 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 15/25] package/x11r7/xapp_xload: bump version to 1.1.4 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 16/25] package/x11r7/xapp_xlsfonts: bump version to 1.0.7 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 17/25] package/x11r7/xapp_xsm: bump version to 1.0.5 Bernd Kuhls
2022-05-12 19:48   ` Yann E. MORIN
2022-05-13  8:22     ` Luca Ceresoli
2022-05-13  9:10     ` Peter Korsgaard
2022-05-13 19:51       ` Arnout Vandecappelle
2022-05-12 18:53 ` [Buildroot] [PATCH 18/25] package/x11r7/xdriver_xf86-video-dummy: bump version to 0.4.0 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 19/25] package/x11r7/xapp_xdpyinfo: bump version to 1.3.3 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 20/25] package/x11r7/xapp_xauth: bump version to 1.1.2 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 21/25] package/x11r7/xorgproto: bump version to 2022.1 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 22/25] package/x11r7/xlib_libX11: bump version to 1.8 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 23/25] package/x11r7/xapp_bitmap: bump version to 1.1.0 Bernd Kuhls
2022-05-12 18:53 ` [Buildroot] [PATCH 24/25] package/x11r7/xcb-proto: bump version to 1.15 Bernd Kuhls
2022-05-12 18:53 ` Bernd Kuhls [this message]
2022-05-12 19:51 ` [Buildroot] [PATCH 01/25] package/x11r7/xlib_libXvMC: bump version to 1.0.13 Yann E. MORIN

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=20220512185355.873825-25-bernd.kuhls@t-online.de \
    --to=bernd.kuhls@t-online.de \
    --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 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.