* [Buildroot] [PATCH/next 1/1] package/libdrm: bump version to 2.4.106
@ 2021-05-18 4:46 Bernd Kuhls
2021-05-18 12:01 ` Yann E. MORIN
[not found] ` <20210518120105.GB2506__49536.9530793809$1621339293$gmane$org@scaer>
0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2021-05-18 4:46 UTC (permalink / raw)
To: buildroot
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libdrm/libdrm.hash | 6 +++---
package/libdrm/libdrm.mk | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/libdrm/libdrm.hash b/package/libdrm/libdrm.hash
index 25c3a042cb..079675824a 100644
--- a/package/libdrm/libdrm.hash
+++ b/package/libdrm/libdrm.hash
@@ -1,6 +1,6 @@
-# From https://lists.freedesktop.org/archives/dri-devel/2021-April/302515.html
-sha256 1d1d024b7cadc63e2b59cddaca94f78864940ab440843841113fbac6afaf2a46 libdrm-2.4.105.tar.xz
-sha512 083a04af7208e58be21b89c6ebdbe2db3ba00cd29f0d271bd38bfe97dfca741edafddaaf9b5b95c20fac2c9b700434ea5b21397de26f7073169ad6f5b090f715 libdrm-2.4.105.tar.xz
+# From https://lists.freedesktop.org/archives/dri-devel/2021-May/307025.html
+sha256 92d8ac54429b171e087e61c2894dc5399fe6a549b1fbba09fa6a3cb9d4e57bd4 libdrm-2.4.106.tar.xz
+sha512 33140e579906ab54b716149056af500c628ce41cd9ae3b0c33496693d2f5903fbcfccee8a942dd1560e1591111ed240da42612d5af5e75558db6f6a85d14617d libdrm-2.4.106.tar.xz
# Hash for license file
sha256 a69e38953c20a88845cc739c05dd604da4c977844b872e126c91a0ca2e1385b7 xf86drm.c
diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
index f5b205bb00..f18df27687 100644
--- a/package/libdrm/libdrm.mk
+++ b/package/libdrm/libdrm.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBDRM_VERSION = 2.4.105
+LIBDRM_VERSION = 2.4.106
LIBDRM_SOURCE = libdrm-$(LIBDRM_VERSION).tar.xz
LIBDRM_SITE = https://dri.freedesktop.org/libdrm
LIBDRM_LICENSE = MIT
--
2.29.2
^ permalink raw reply related [flat|nested] 4+ messages in thread* [Buildroot] [PATCH/next 1/1] package/libdrm: bump version to 2.4.106 2021-05-18 4:46 [Buildroot] [PATCH/next 1/1] package/libdrm: bump version to 2.4.106 Bernd Kuhls @ 2021-05-18 12:01 ` Yann E. MORIN [not found] ` <20210518120105.GB2506__49536.9530793809$1621339293$gmane$org@scaer> 1 sibling, 0 replies; 4+ messages in thread From: Yann E. MORIN @ 2021-05-18 12:01 UTC (permalink / raw) To: buildroot Bernd, All, On 2021-05-18 06:46 +0200, Bernd Kuhls spake thusly: > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> > --- [--SNIP--] > diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk > index f5b205bb00..f18df27687 100644 > --- a/package/libdrm/libdrm.mk > +++ b/package/libdrm/libdrm.mk > @@ -4,7 +4,7 @@ > # > ################################################################################ > > -LIBDRM_VERSION = 2.4.105 > +LIBDRM_VERSION = 2.4.106 You tagged that one for next, but this is actually a minor release that fixes a regression, and adds just a bunch of tests and debug here and there.... Is there a reason why that can't be applied to master? Regards, Yann E. MORIN. > LIBDRM_SOURCE = libdrm-$(LIBDRM_VERSION).tar.xz > LIBDRM_SITE = https://dri.freedesktop.org/libdrm > LIBDRM_LICENSE = MIT > -- > 2.29.2 > > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/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. | '------------------------------^-------^------------------^--------------------' ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <20210518120105.GB2506__49536.9530793809$1621339293$gmane$org@scaer>]
* [Buildroot] [PATCH/next 1/1] package/libdrm: bump version to 2.4.106 [not found] ` <20210518120105.GB2506__49536.9530793809$1621339293$gmane$org@scaer> @ 2021-05-18 15:17 ` Bernd Kuhls 2021-05-18 15:25 ` Yann E. MORIN 0 siblings, 1 reply; 4+ messages in thread From: Bernd Kuhls @ 2021-05-18 15:17 UTC (permalink / raw) To: buildroot Am Tue, 18 May 2021 14:01:05 +0200 schrieb Yann E. MORIN: > You tagged that one for next, but this is actually a minor release that > fixes a regression, and adds just a bunch of tests and debug here and > there.... > > Is there a reason why that can't be applied to master? Hi Yann, maybe I am missing some informations but afaics there are no written rules which I can follow when deciding whether a patch is valid for - master or -next. When in doubt, especially with a bump like this one which not only fixes bugs but also adds new code, I prefer to send a patch for -next so Thomas, Peter, Arnout or you can decide otherwise. Regards, Bernd ^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH/next 1/1] package/libdrm: bump version to 2.4.106 2021-05-18 15:17 ` Bernd Kuhls @ 2021-05-18 15:25 ` Yann E. MORIN 0 siblings, 0 replies; 4+ messages in thread From: Yann E. MORIN @ 2021-05-18 15:25 UTC (permalink / raw) To: buildroot Bernd, All, On 2021-05-18 17:17 +0200, Bernd Kuhls spake thusly: > Am Tue, 18 May 2021 14:01:05 +0200 schrieb Yann E. MORIN: > > You tagged that one for next, but this is actually a minor release that > > fixes a regression, and adds just a bunch of tests and debug here and > > there.... > > Is there a reason why that can't be applied to master? > maybe I am missing some informations but afaics there are no written > rules which I can follow when deciding whether a patch is valid for - > master or -next. When in doubt, especially with a bump like this one > which not only fixes bugs but also adds new code, I prefer to send a > patch for -next so Thomas, Peter, Arnout or you can decide otherwise. There are no definite rule, indeed. But when a bump ismostly about fixes, it should be for master. In this case, upstream really seems to consider this release as only bug fixes; https://lists.freedesktop.org/archives/dri-devel/2021-May/307025.html Some nouveau debug, amdgpu tests, and a regression fix from 105. Releasing so 105 doesn't end up being used a lot with a regression. And if you already have a doubt, state so in a post-commit note, to hint us so that we don't have to guess... Applied to master, thanks. Regards, Yann E. MORIN. -- .-----------------.--------------------.------------------.--------------------. | 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. | '------------------------------^-------^------------------^--------------------' ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-05-18 15:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-18 4:46 [Buildroot] [PATCH/next 1/1] package/libdrm: bump version to 2.4.106 Bernd Kuhls
2021-05-18 12:01 ` Yann E. MORIN
[not found] ` <20210518120105.GB2506__49536.9530793809$1621339293$gmane$org@scaer>
2021-05-18 15:17 ` Bernd Kuhls
2021-05-18 15:25 ` Yann E. MORIN
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox