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 02/22] package/x11r7/xdriver_xf86-input-mouse: bump version to 1.9.5
Date: Sun, 7 May 2023 14:09:44 +0200	[thread overview]
Message-ID: <20230507120944.GJ252090@scaer> (raw)
In-Reply-To: <20230506173917.1112500-2-bernd.kuhls@t-online.de>

Bernd, All,

On 2023-05-06 19:38 +0200, Bernd Kuhls spake thusly:
> Release notes:
> https://lists.x.org/archives/xorg-announce/2023-May/003392.html
> 
> Updated license hash due to upstream commit
> https://gitlab.freedesktop.org/xorg/driver/xf86-input-mouse/-/commit/5f63ab04338fd811c610ae7617757ede52471316

If you change the hash of COPYING (or any other license-text-bearing
file), it is obvious that there has been an upstream commit that
changed, so just saying "there was an upstream commit that changed the
license file" does not bring any valuable information.

Waht we really need to know and track in such a situation, is what the
change was, and how it impacts the licensing terms.

In this case, the change was just about an update in the copyright
years, and so has no impact on the licensing terms.

Applied to master with the c ommit log amended to reflect the above
(check it to see how simple it can be), thanks!

I also had to do some similar changes in a few other patches, but next
time it wouls be nice if you could do that on your side. Thanks! ;-)

Regards,
Yann E. MORIN.

> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  .../xdriver_xf86-input-mouse.hash                         | 8 ++++----
>  .../xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.mk  | 2 +-
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.hash b/package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.hash
> index adba659aea..d654c362a9 100644
> --- a/package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.hash
> +++ b/package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.hash
> @@ -1,5 +1,5 @@
> -# From https://lists.x.org/archives/xorg-announce/2022-November/003247.html
> -sha256  7f6f8551fc238abdddcf9f38906564c1f8c7dacb0ad947cfc110487aefbd8d4c  xf86-input-mouse-1.9.4.tar.xz
> -sha512  7dfde3b1e0c1291c4d78ee920942771808b007f743bfc6eed20de12579383745858673dd874a4b5cf4ab8d9d15f6f7ca2db81ee831547a488d64848a7fe5e16c  xf86-input-mouse-1.9.4.tar.xz
> +# From https://lists.x.org/archives/xorg-announce/2023-May/003392.html
> +sha256  4fde8ae9b44352e2a208584c36528ee3ed13cf5fe4417208a9785daccefd9968  xf86-input-mouse-1.9.5.tar.xz
> +sha512  ed9bd9cb9a05dac0ff1bfb4e4704cb2e94117afb400aa9e0b7ccdbb102bc6db1b0d3af7cb6f99d0892f8fc306f1643286291c0fa7114af8e65864412bd6c1afa  xf86-input-mouse-1.9.5.tar.xz
>  # Locally computed
> -sha256  472ff645ead9bf3ffb48d42c596376ffc595897e0c0993a071a7ada0da1f4f10  COPYING
> +sha256  5b066654bdb61a1ef41f38cceda752897bbddb6e60e20f5889cab436a9b7b813  COPYING
> diff --git a/package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.mk b/package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.mk
> index 4a9eb3089f..25e25ab93d 100644
> --- a/package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.mk
> +++ b/package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -XDRIVER_XF86_INPUT_MOUSE_VERSION = 1.9.4
> +XDRIVER_XF86_INPUT_MOUSE_VERSION = 1.9.5
>  XDRIVER_XF86_INPUT_MOUSE_SOURCE = xf86-input-mouse-$(XDRIVER_XF86_INPUT_MOUSE_VERSION).tar.xz
>  XDRIVER_XF86_INPUT_MOUSE_SITE = https://xorg.freedesktop.org/archive/individual/driver
>  XDRIVER_XF86_INPUT_MOUSE_LICENSE = MIT
> -- 
> 2.39.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

  reply	other threads:[~2023-05-07 12:09 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-06 17:38 [Buildroot] [PATCH 01/22] package/x11r7/xdriver_xf86-video-geode: bump version to 2.11.21 Bernd Kuhls
2023-05-06 17:38 ` [Buildroot] [PATCH 02/22] package/x11r7/xdriver_xf86-input-mouse: bump version to 1.9.5 Bernd Kuhls
2023-05-07 12:09   ` Yann E. MORIN [this message]
2023-06-05 11:06   ` Peter Korsgaard
2023-05-06 17:38 ` [Buildroot] [PATCH 03/22] package/x11r7/xapp_xcalc: bump version to 1.1.2 Bernd Kuhls
2023-06-05 11:07   ` Peter Korsgaard
2023-05-06 17:38 ` [Buildroot] [PATCH 04/22] package/x11r7/xlib_libXi: bump version to 1.8.1 Bernd Kuhls
2023-06-05 11:07   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 05/22] package/x11r7/xapp_xinput: bump version to 1.6.4 Bernd Kuhls
2023-06-05 11:09   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 06/22] package/x11r7/xapp_xdpyinfo: bump version to 1.3.4 Bernd Kuhls
2023-06-05 11:09   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 07/22] package/x11r7/xdriver_xf86-video-ati: bump version to 22.0.0 Bernd Kuhls
2023-05-06 17:39 ` [Buildroot] [PATCH 08/22] package/x11r7/xlib_libXpm: bump version to 3.5.16 Bernd Kuhls
2023-06-05 11:10   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 09/22] package/x11r7/xlib_libXft: bump version to 2.3.8 Bernd Kuhls
2023-06-05 11:11   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 10/22] package/x11r7/xlib_libXt: bump version to 1.3.0 Bernd Kuhls
2023-05-06 17:39 ` [Buildroot] [PATCH 11/22] package/x11r7/xlib_libXfixes: bump version to 6.0.1 Bernd Kuhls
2023-06-05 11:13   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 12/22] package/x11r7/xdriver_xf86-video-savage: bump version to 2.4.0 Bernd Kuhls
2023-05-06 17:39 ` [Buildroot] [PATCH 13/22] package/x11r7/xdriver_xf86-video-neomagic: bump version to 1.3.1 Bernd Kuhls
2023-06-05 11:14   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 14/22] package/x11r7/xapp_xwininfo: bump version to 1.1.6 Bernd Kuhls
2023-06-05 11:15   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 15/22] package/x11r7/xdriver_xf86-input-libinput: bump version to 1.3.0 Bernd Kuhls
2023-05-06 17:39 ` [Buildroot] [PATCH 16/22] package/x11r7/xlib_libXaw: bump version to 1.0.15 Bernd Kuhls
2023-06-05 11:16   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 17/22] package/x11r7/xfont_encodings: bump version to 1.0.7 Bernd Kuhls
2023-06-05 11:17   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 18/22] package/x11r7/xdata_xbitmaps: bump version to 1.1.3 Bernd Kuhls
2023-06-05 11:18   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 19/22] package/x11r7/xdata_xcursor-themes: bump version to 1.0.7 Bernd Kuhls
2023-06-05 11:18   ` Peter Korsgaard
2023-05-06 17:39 ` [Buildroot] [PATCH 20/22] package/x11r7/xfont_font-util: bump version to 1.4.0 Bernd Kuhls
2023-05-06 17:39 ` [Buildroot] [PATCH 21/22] package/x11r7/xdriver_xf86-video-amdgpu: bump version to 23.0.0 Bernd Kuhls
2023-05-06 17:39 ` [Buildroot] [PATCH 22/22] package/x11r7/xdriver_xf86-video-ark: bump version to 0.7.6 Bernd Kuhls
2023-06-05 11:40   ` Peter Korsgaard
2023-05-07 12:04 ` [Buildroot] [PATCH 01/22] package/x11r7/xdriver_xf86-video-geode: bump version to 2.11.21 Yann E. MORIN
2023-06-05 11:03 ` 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=20230507120944.GJ252090@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