All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 48/70] package/x11r7/xcb-util-cursor: bump version to 0.1.4
Date: Fri, 9 Dec 2022 18:03:31 +0100	[thread overview]
Message-ID: <20221209170331.GN2855@scaer> (raw)
In-Reply-To: <20221208223817.1088619-49-bernd.kuhls@t-online.de>

Bernd, All,

On 2022-12-08 23:37 +0100, Bernd Kuhls spake thusly:
> https://lists.x.org/archives/xorg-announce/2022-October/003230.html
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/x11r7/xcb-util-cursor/xcb-util-cursor.hash | 5 +++--
>  package/x11r7/xcb-util-cursor/xcb-util-cursor.mk   | 6 +++---
>  2 files changed, 6 insertions(+), 5 deletions(-)
> 
> diff --git a/package/x11r7/xcb-util-cursor/xcb-util-cursor.hash b/package/x11r7/xcb-util-cursor/xcb-util-cursor.hash
> index 14cea17138..fc861fb4d9 100644
> --- a/package/x11r7/xcb-util-cursor/xcb-util-cursor.hash
> +++ b/package/x11r7/xcb-util-cursor/xcb-util-cursor.hash
> @@ -1,4 +1,5 @@
> -# From https://lists.x.org/archives/xorg-announce/2016-May/002691.html
> -sha1  26562eb6d4151307f7b6a53453d360ecfc0563ac  xcb-util-cursor-0.1.3.tar.bz2
> +# From https://lists.x.org/archives/xorg-announce/2022-October/003230.html
> +sha256  28dcfe90bcab7b3561abe0dd58eb6832aa9cc77cfe42fcdfa4ebe20d605231fb  xcb-util-cursor-0.1.4.tar.xz
> +sha512 d27dd59a4d7ded9994dca77774421dd9533e3ee823b880af35d3219bd7340c89fbc61d1d0fa10e2991de2cac9e6395e09497769d7b8728eedc691e76649107b1  xcb-util-cursor-0.1.4.tar.xz

    $ make check-package
    package/x11r7/xcb-util-cursor/xcb-util-cursor.hash:3: separation does not match expectation (http://nightly.buildroot.org/#adding-packages-hash)

Applied to master after fixing that, thanks.

Regards,
Yann E. MORIN.

>  # Locally computed
>  sha256  0dde91ae1d443105dc9e13cbaed6674c36683b7095836ad9ddfce26be270aad5  COPYING
> diff --git a/package/x11r7/xcb-util-cursor/xcb-util-cursor.mk b/package/x11r7/xcb-util-cursor/xcb-util-cursor.mk
> index 07b37c5e47..0fb131693b 100644
> --- a/package/x11r7/xcb-util-cursor/xcb-util-cursor.mk
> +++ b/package/x11r7/xcb-util-cursor/xcb-util-cursor.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>  
> -XCB_UTIL_CURSOR_VERSION = 0.1.3
> -XCB_UTIL_CURSOR_SITE = http://xcb.freedesktop.org/dist
> -XCB_UTIL_CURSOR_SOURCE = xcb-util-cursor-$(XCB_UTIL_CURSOR_VERSION).tar.bz2
> +XCB_UTIL_CURSOR_VERSION = 0.1.4
> +XCB_UTIL_CURSOR_SITE = https://xorg.freedesktop.org/archive/individual/lib
> +XCB_UTIL_CURSOR_SOURCE = xcb-util-cursor-$(XCB_UTIL_CURSOR_VERSION).tar.xz
>  XCB_UTIL_CURSOR_LICENSE = MIT
>  XCB_UTIL_CURSOR_LICENSE_FILES = COPYING
>  XCB_UTIL_CURSOR_INSTALL_STAGING = YES
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-12-09 17:16 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-08 22:37 [Buildroot] [PATCH 00/70] package/x11r7: various version bumps Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 01/70] package/x11r7/xdriver_xf86-input-mouse: bump version to 1.9.4 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 02/70] package/x11r7/xlib_libICE: bump version to 1.1.1 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 03/70] package/x11r7/xlib_libxshmfence: bump version to 1.3.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 04/70] package/x11r7/xlib_libxkbfile: bump version to 1.1.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 05/70] package/x11r7/xlib_libfontenc: bump version to 1.1.7 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 06/70] package/x11r7/xlib_libXau: bump version to 1.0.11 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 07/70] package/x11r7/xapp_xkbcomp: bump version to 1.4.6 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 08/70] package/x11r7/xlib_libXxf86dga: bump version to 1.1.6 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 09/70] package/x11r7/xlib_libXv: bump version to 1.0.12 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 10/70] package/x11r7/xlib_libXScrnSaver: bump version to 1.2.4 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 11/70] package/x11r7/xlib_libXres: bump version to 1.2.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 12/70] package/x11r7/xlib_libXdamage: bump version to 1.1.6 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 13/70] package/x11r7/xlib_libXcomposite: bump version to 0.4.6 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 14/70] package/x11r7/xdriver_xf86-video-r128: bump version to 6.12.1 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 15/70] package/x11r7/xapp_xvinfo: bump version to 1.1.5 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 16/70] package/x11r7/xapp_xstdcmap: bump version to 1.0.5 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 17/70] package/x11r7/xapp_xset: bump version to 1.2.5 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 18/70] package/x11r7/xapp_xrandr: bump version to 1.5.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 19/70] package/x11r7/xapp_xprop: bump version to 1.2.6 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 20/70] package/x11r7/xapp_xinit: bump version to 1.4.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 21/70] package/x11r7/xapp_xgamma: bump version to 1.0.7 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 22/70] package/x11r7/xapp_xfd: bump version to 1.1.4 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 23/70] package/x11r7/xapp_xdm: bump version to 1.1.14 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 24/70] package/x11r7/xapp_xcursorgen: bump version to 1.0.8 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 25/70] package/x11r7/xlib_libXrandr: bump version to 1.5.3 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 26/70] package/x11r7/xlib_libXpm: bump version to 3.5.14 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 27/70] package/x11r7/xlib_libXdmcp: bump version to 1.1.4 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 28/70] package/x11r7/xapp_xlsclients: bump version to 1.1.5 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 29/70] package/x11r7/xapp_xlsatoms: bump version to 1.1.4 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 30/70] package/x11r7/xapp_xlogo: bump version to 1.0.6 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 31/70] package/x11r7/xapp_xkill: " Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 32/70] package/x11r7/xapp_xkbevd: bump version to 1.1.5 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 33/70] package/x11r7/xapp_xcompmgr: bump version to 1.1.9 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 34/70] package/x11r7/xlib_libX11: bump version to 1.8.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 35/70] package/x11r7/xapp_sessreg: bump version to 1.1.3 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 36/70] package/x11r7/xapp_rgb: bump version to 1.1.0 Bernd Kuhls
2022-12-09 17:02   ` Yann E. MORIN
2022-12-08 22:37 ` [Buildroot] [PATCH 37/70] package/x11r7/xlib_libXinerama: bump version to 1.1.5 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 38/70] package/x11r7/xutil_makedepend: bump version to 1.0.7 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 39/70] package/x11r7/xapp_x11perf: bump version to 1.6.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 40/70] package/x11r7/xlib_libXext: bump version to 1.3.5 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 41/70] package/x11r7/xapp_xsetroot: bump version to 1.1.3 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 42/70] package/x11r7/xlib_libXrender: bump version to 0.9.11 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 43/70] package/x11r7/xapp_xfsinfo: bump version to 1.0.7 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 44/70] package/x11r7/xcb-util-wm: bump version to 0.4.2 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 45/70] package/x11r7/xcb-util-renderutil: bump version to 0.3.10 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 46/70] package/x11r7/xcb-util-keysyms: bump version to 0.4.1 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 47/70] package/x11r7/xcb-util-image: " Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 48/70] package/x11r7/xcb-util-cursor: bump version to 0.1.4 Bernd Kuhls
2022-12-09 17:03   ` Yann E. MORIN [this message]
2022-12-08 22:37 ` [Buildroot] [PATCH 49/70] package/x11r7/xlib_libXmu: bump version to 1.1.4 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 50/70] package/x11r7/xapp_bdftopcf: bump version to 1.1.1 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 51/70] package/x11r7/xapp_xkbprint: bump version to 1.0.6 Bernd Kuhls
2022-12-08 22:37 ` [Buildroot] [PATCH 52/70] package/x11r7/xapp_xgc: " Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 53/70] package/x11r7/xapp_xditview: " Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 54/70] package/x11r7/xapp_viewres: bump version to 1.0.7 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 55/70] package/x11r7/xapp_smproxy: " Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 56/70] package/x11r7/xdriver_xf86-input-vmmouse: bump version to 13.2.0 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 57/70] package/x11r7/xapp_fstobdf: bump version to 1.0.7 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 58/70] package/x11r7/xlib_libXtst: bump version to 1.2.4 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 59/70] package/x11r7/xlib_libXxf86vm: bump version to 1.1.5 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 60/70] package/x11r7/xapp_fslsfonts: bump version to 1.0.6 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 61/70] package/x11r7/xlib_libXft: bump version to 2.3.6 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 62/70] package/x11r7/xapp_xmh: bump version to 1.0.4 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 63/70] package/x11r7/xapp_showfont: bump version to 1.0.6 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 64/70] package/x11r7/xapp_oclock: bump version to 1.0.5 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 65/70] package/x11r7/xapp_ico: bump version to 1.0.6 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 66/70] package/x11r7/xlib_libXfont2: bump version to 2.0.6 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 67/70] package/x11r7/xlib_libFS: bump version to 1.0.9 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 68/70] package/x11r7/xorgproto: bump version to 2022.2 Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 69/70] package/x11r7/xdriver_xf86-video-glint: remove package Bernd Kuhls
2022-12-08 22:38 ` [Buildroot] [PATCH 70/70] package/x11r7/xdriver_xf86-video-tga: " Bernd Kuhls
2022-12-09 17:00 ` [Buildroot] [PATCH 00/70] package/x11r7: various version bumps 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=20221209170331.GN2855@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=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.