All of lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 18/19] package/x11r7/xdriver_xf86-video-ati: bump version to 18.0.0
Date: Thu, 8 Mar 2018 20:23:55 +0100	[thread overview]
Message-ID: <67fcff9c-dc88-c566-4130-45e27038b340@gmail.com> (raw)
In-Reply-To: <20180307205844.3240-18-bernd.kuhls@t-online.de>

Le 07/03/2018 ? 21:58, Bernd Kuhls a ?crit?:
> Added license hash.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

I'm still using an HD6310 graphic card.

Tested-by: Romain Naour <romain.naour@gmail.com>

Best regards,
Romain

> ---
>  .../x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.hash | 12 +++++++-----
>  .../x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.mk   |  2 +-
>  2 files changed, 8 insertions(+), 6 deletions(-)
> 
> diff --git a/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.hash b/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.hash
> index 117c5749ff..54c553e6ce 100644
> --- a/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.hash
> +++ b/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.hash
> @@ -1,5 +1,7 @@
> -# From https://lists.x.org/archives/xorg-announce/2017-September/002806.html
> -md5 0ff538f78ae82ccce384dadf7a705863  xf86-video-ati-7.10.0.tar.bz2
> -sha1 38e535ecc8445c1b9464ac34db959337929887f7  xf86-video-ati-7.10.0.tar.bz2
> -sha256 ee51d642e3105cb5424f02622dc2966b87b42d498bb34104a70fcf6d4a8f4e79  xf86-video-ati-7.10.0.tar.bz2
> -sha512 1f2f4af1d299af62644693e6fbc47a5078c9bc5e7887a1ac217121ef2fd29d8c9f50a8d9be9ddb0887d0b49141bb33484f82c1313a472ad6867266b53b4a11ad  xf86-video-ati-7.10.0.tar.bz2
> +# From https://lists.x.org/archives/xorg-announce/2018-March/002854.html
> +md5 4d41bfe860dc719654cad3f82d00f6f3  xf86-video-ati-18.0.0.tar.bz2
> +sha1 da1b89a747264d976d824ddc7b5b4f803d3cf765  xf86-video-ati-18.0.0.tar.bz2
> +sha256 2c0368fb620d1fdfa2b435e672d65444c2fb9df21bbaf979298484b89ef83981  xf86-video-ati-18.0.0.tar.bz2
> +sha512 a9a634091f208099885039d42433cee061e03968417c0d535691833abcc9162d8d0a46f99bac902f0885beb14dcc9a011d104b535ffe492562fd5bb740ad4721  xf86-video-ati-18.0.0.tar.bz2
> +# Locally computed
> +sha256 58847c8e97190c401afa84b3f0b8b147379c876a184e99af2cb51bfd40ac8936  COPYING
> diff --git a/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.mk b/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.mk
> index f8b8f70cb6..0e9d412b75 100644
> --- a/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.mk
> +++ b/package/x11r7/xdriver_xf86-video-ati/xdriver_xf86-video-ati.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -XDRIVER_XF86_VIDEO_ATI_VERSION = 7.10.0
> +XDRIVER_XF86_VIDEO_ATI_VERSION = 18.0.0
>  XDRIVER_XF86_VIDEO_ATI_SOURCE = xf86-video-ati-$(XDRIVER_XF86_VIDEO_ATI_VERSION).tar.bz2
>  XDRIVER_XF86_VIDEO_ATI_SITE = http://xorg.freedesktop.org/releases/individual/driver
>  XDRIVER_XF86_VIDEO_ATI_LICENSE = MIT
> 

  reply	other threads:[~2018-03-08 19:23 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-07 20:58 [Buildroot] [PATCH 01/19] package/libdrm: bump version to 2.4.91 Bernd Kuhls
2018-03-07 20:58 ` [Buildroot] [PATCH 02/19] package/x11r7/libxcb: bump version to 1.13 Bernd Kuhls
2018-03-07 21:18   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 03/19] package/x11r7/xlib_libxshmfence: bump version to 1.3 Bernd Kuhls
2018-03-10  7:46   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 04/19] package/xutil_util-macros: bump version to 1.19.2 Bernd Kuhls
2018-03-10  7:47   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 05/19] package/x11r7/xkeyboard-config: bump version to 2.23.1 Bernd Kuhls
2018-03-10  7:47   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 06/19] package/x11r7/xcb-proto: bump version to 1.13 Bernd Kuhls
2018-03-10  7:48   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 07/19] package/x11r7/xapp_appres: bump version to 1.0.5 Bernd Kuhls
2018-03-11  8:32   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 08/19] package/x11r7/xapp_editres: bump version to 1.0.7 Bernd Kuhls
2018-03-11  8:33   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 09/19] package/x11r7/xapp_iceauth: bump version to 1.0.8 Bernd Kuhls
2018-03-11  8:33   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 10/19] package/x11r7/xapp_listres: bump version to 1.0.4 Bernd Kuhls
2018-03-11  8:34   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 11/19] package/x11r7/xapp_mkfontscale: bump version to 1.1.3 Bernd Kuhls
2018-03-11  8:36   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 12/19] package/x11r7/xapp_oclock: bump version to 1.0.4 Bernd Kuhls
2018-03-11  8:41   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 13/19] package/x11r7/xapp_twm: bump version to 1.0.10 Bernd Kuhls
2018-03-11  8:42   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 14/19] package/x11r7/xapp_viewres: bump version to 1.0.5 Bernd Kuhls
2018-03-11  8:43   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 15/19] package/x11r7/xapp_xdriinfo: bump version to 1.0.6 Bernd Kuhls
2018-03-11  8:43   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 16/19] package/x11r7/xapp_xkbcomp: bump version to 1.4.1 Bernd Kuhls
2018-03-11  8:44   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 17/19] package/x11r7/xdriver_xf86-video-amdgpu: bump version to 18.0.0 Bernd Kuhls
2018-03-09 22:31   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 18/19] package/x11r7/xdriver_xf86-video-ati: " Bernd Kuhls
2018-03-08 19:23   ` Romain Naour [this message]
2018-03-09 21:57   ` Peter Korsgaard
2018-03-07 20:58 ` [Buildroot] [PATCH 19/19] package/x11r7/xdriver_xf86-video-vesa: bump version to 2.4.0 Bernd Kuhls
2018-03-09 21:58   ` Peter Korsgaard
2018-03-07 21:17 ` [Buildroot] [PATCH 01/19] package/libdrm: bump version to 2.4.91 Peter Korsgaard
2018-03-07 21:31   ` Bernd Kuhls
2018-03-07 21:43     ` Peter Korsgaard

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=67fcff9c-dc88-c566-4130-45e27038b340@gmail.com \
    --to=romain.naour@gmail.com \
    --cc=buildroot@busybox.net \
    /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.