Buildroot Archive on 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 01/25] package/x11r7/xlib_libXvMC: bump version to 1.0.13
Date: Thu, 12 May 2022 21:51:08 +0200	[thread overview]
Message-ID: <20220512195108.GC1597494@scaer> (raw)
In-Reply-To: <20220512185355.873825-1-bernd.kuhls@t-online.de>

Bern, All,

Series of 25 patches applied to master, thanks.

I replied specifically to the xsm patch, please have a look at it.

Regards,
Yann E. MORIN.

On 2022-05-12 20:53 +0200, Bernd Kuhls spake thusly:
> Release notes:
> https://lists.x.org/archives/xorg-announce/2022-March/003132.html
> 
> Removed md5 and sha1 hashes, not provided by upstream anymore.
> Reformatted license hash.
> Switched tarball to upstream-provided .xz format.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/x11r7/xlib_libXvMC/xlib_libXvMC.hash | 11 ++++-------
>  package/x11r7/xlib_libXvMC/xlib_libXvMC.mk   |  4 ++--
>  2 files changed, 6 insertions(+), 9 deletions(-)
> 
> diff --git a/package/x11r7/xlib_libXvMC/xlib_libXvMC.hash b/package/x11r7/xlib_libXvMC/xlib_libXvMC.hash
> index be4ba751aa..15221969e3 100644
> --- a/package/x11r7/xlib_libXvMC/xlib_libXvMC.hash
> +++ b/package/x11r7/xlib_libXvMC/xlib_libXvMC.hash
> @@ -1,8 +1,5 @@
> -# From https://lists.x.org/archives/xorg-announce/2019-September/003023.html
> -md5 3569ff7f3e26864d986d6a21147eaa58  libXvMC-1.0.12.tar.bz2
> -sha1 4871f92a83faa86aff5c630a2d6016c67bf11b97  libXvMC-1.0.12.tar.bz2
> -sha256 6b3da7977b3f7eaf4f0ac6470ab1e562298d82c4e79077765787963ab7966dcd  libXvMC-1.0.12.tar.bz2
> -sha512 62cb9a72b20af3b081d2d555a253b0e2b8b26b31f4fad10bd3e53bbf96e1663b61bd8df2b78b16f18218cd37cce0c9e6809ae16ded226b37a8b199e41b223955  libXvMC-1.0.12.tar.bz2
> -
> +# From https://lists.x.org/archives/xorg-announce/2022-March/003132.html
> +sha256  0a9ebe6dea7888a747e5aca1b891d53cd7d3a5f141a9645f77d9b6a12cee657c  libXvMC-1.0.13.tar.xz
> +sha512  c9d0f73884a586efb9ea4f77fc8555f60d940077d7dff8eaa765b86345c8b4e3d80b860f68191d2830c272b9e464c08450fbb51bb64819753a6f4228c71861ac  libXvMC-1.0.13.tar.xz
>  # Locally computed
> -sha256 b7c709df281675a07eb60a71c5fa2599d1ef538eb79ae7ad6e774b10e4a804c4  COPYING
> +sha256  b7c709df281675a07eb60a71c5fa2599d1ef538eb79ae7ad6e774b10e4a804c4  COPYING
> diff --git a/package/x11r7/xlib_libXvMC/xlib_libXvMC.mk b/package/x11r7/xlib_libXvMC/xlib_libXvMC.mk
> index 7980f17493..c1fe31277e 100644
> --- a/package/x11r7/xlib_libXvMC/xlib_libXvMC.mk
> +++ b/package/x11r7/xlib_libXvMC/xlib_libXvMC.mk
> @@ -4,8 +4,8 @@
>  #
>  ################################################################################
>  
> -XLIB_LIBXVMC_VERSION = 1.0.12
> -XLIB_LIBXVMC_SOURCE = libXvMC-$(XLIB_LIBXVMC_VERSION).tar.bz2
> +XLIB_LIBXVMC_VERSION = 1.0.13
> +XLIB_LIBXVMC_SOURCE = libXvMC-$(XLIB_LIBXVMC_VERSION).tar.xz
>  XLIB_LIBXVMC_SITE = http://xorg.freedesktop.org/releases/individual/lib
>  XLIB_LIBXVMC_LICENSE = MIT
>  XLIB_LIBXVMC_LICENSE_FILES = COPYING
> -- 
> 2.30.2
> 
> _______________________________________________
> 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

      parent reply	other threads:[~2022-05-12 19:51 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 ` [Buildroot] [PATCH 25/25] package/x11r7/libxcb: " Bernd Kuhls
2022-05-12 19:51 ` Yann E. MORIN [this message]

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=20220512195108.GC1597494@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox