All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] xwayland: upgrade 22.1.7 -> 22.1.8
@ 2023-02-13  2:42 wangmy
  2023-02-13  2:42 ` [OE-core] [PATCH] libcap: upgrade 2.66 -> 2.67 wangmy
  2023-02-13  2:42 ` [OE-core] [PATCH] libx11: 1.8.3 -> 1.8.4 wangmy
  0 siblings, 2 replies; 4+ messages in thread
From: wangmy @ 2023-02-13  2:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xwayland/{xwayland_22.1.7.bb => xwayland_22.1.8.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xwayland/{xwayland_22.1.7.bb => xwayland_22.1.8.bb} (95%)

diff --git a/meta/recipes-graphics/xwayland/xwayland_22.1.7.bb b/meta/recipes-graphics/xwayland/xwayland_22.1.8.bb
similarity index 95%
rename from meta/recipes-graphics/xwayland/xwayland_22.1.7.bb
rename to meta/recipes-graphics/xwayland/xwayland_22.1.8.bb
index dd32bd0111..6919ba421b 100644
--- a/meta/recipes-graphics/xwayland/xwayland_22.1.7.bb
+++ b/meta/recipes-graphics/xwayland/xwayland_22.1.8.bb
@@ -10,7 +10,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5df87950af51ac2c5822094553ea1880"
 
 SRC_URI = "https://www.x.org/archive/individual/xserver/xwayland-${PV}.tar.xz"
-SRC_URI[sha256sum] = "d53afac6c71953f5cf66d03d289dacd8961da5bd309c1dff125d5955d9db5f76"
+SRC_URI[sha256sum] = "d11eeee73290b88ea8da42a7d9350dedfaba856ce4ae44e58c045ad9ecaa2f73"
 
 UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [OE-core] [PATCH] libcap: upgrade 2.66 -> 2.67
  2023-02-13  2:42 [OE-core] [PATCH] xwayland: upgrade 22.1.7 -> 22.1.8 wangmy
@ 2023-02-13  2:42 ` wangmy
  2023-02-13 23:31   ` Alexandre Belloni
  2023-02-13  2:42 ` [OE-core] [PATCH] libx11: 1.8.3 -> 1.8.4 wangmy
  1 sibling, 1 reply; 4+ messages in thread
From: wangmy @ 2023-02-13  2:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update:
 Add description: # +/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only */

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-support/libcap/{libcap_2.66.bb => libcap_2.67.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libcap/{libcap_2.66.bb => libcap_2.67.bb} (94%)

diff --git a/meta/recipes-support/libcap/libcap_2.66.bb b/meta/recipes-support/libcap/libcap_2.67.bb
similarity index 94%
rename from meta/recipes-support/libcap/libcap_2.66.bb
rename to meta/recipes-support/libcap/libcap_2.67.bb
index c50e9d8cc7..4d4d6d9df1 100644
--- a/meta/recipes-support/libcap/libcap_2.66.bb
+++ b/meta/recipes-support/libcap/libcap_2.67.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "http://sites.google.com/site/fullycapable/"
 LICENSE = "BSD-3-Clause | GPL-2.0-only"
 LIC_FILES_CHKSUM_PAM = "file://pam_cap/License;md5=0ad4c9c052b9719ee4fce1bfc7c7dee4"
 LIC_FILES_CHKSUM = "\
-    file://License;md5=e2370ba375efe9e1a095c26d37e483b8 \
+    file://License;md5=2965a646645b72ecee859b43c592dcaa \
     ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${LIC_FILES_CHKSUM_PAM}', '', d)} \
 "
 
@@ -20,7 +20,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${
 SRC_URI:append:class-nativesdk = " \
            file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \
            "
-SRC_URI[sha256sum] = "15c40ededb3003d70a283fe587a36b7d19c8b3b554e33f86129c059a4bb466b2"
+SRC_URI[sha256sum] = "ce9b22fdc271beb6dae7543da5f74cf24cb82e6848cfd088a5a069dec5ea5198"
 
 UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [OE-core] [PATCH] libx11: 1.8.3 -> 1.8.4
  2023-02-13  2:42 [OE-core] [PATCH] xwayland: upgrade 22.1.7 -> 22.1.8 wangmy
  2023-02-13  2:42 ` [OE-core] [PATCH] libcap: upgrade 2.66 -> 2.67 wangmy
@ 2023-02-13  2:42 ` wangmy
  1 sibling, 0 replies; 4+ messages in thread
From: wangmy @ 2023-02-13  2:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xorg-lib/{libx11_1.8.3.bb => libx11_1.8.4.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libx11_1.8.3.bb => libx11_1.8.4.bb} (93%)

diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.8.3.bb b/meta/recipes-graphics/xorg-lib/libx11_1.8.4.bb
similarity index 93%
rename from meta/recipes-graphics/xorg-lib/libx11_1.8.3.bb
rename to meta/recipes-graphics/xorg-lib/libx11_1.8.4.bb
index 06519df5da..1b95cfb432 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.8.3.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.8.4.bb
@@ -26,7 +26,7 @@ XORG_PN = "libX11"
 
 SRC_URI += "file://disable_tests.patch \
             "
-SRC_URI[sha256sum] = "e31565c84006b6b8e01dc9399c806085739710bc2db2e0930f1511ed9d6585bd"
+SRC_URI[sha256sum] = "c9a287a5aefa9804ce3cfafcf516fe96ed3f7e8e45c0e2ee59e84c86757df518"
 
 inherit gettext
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [OE-core] [PATCH] libcap: upgrade 2.66 -> 2.67
  2023-02-13  2:42 ` [OE-core] [PATCH] libcap: upgrade 2.66 -> 2.67 wangmy
@ 2023-02-13 23:31   ` Alexandre Belloni
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Belloni @ 2023-02-13 23:31 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core

On 13/02/2023 10:42:02+0800, wangmy wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
> 
> License-Update:
>  Add description: # +/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only */
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../recipes-support/libcap/{libcap_2.66.bb => libcap_2.67.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-support/libcap/{libcap_2.66.bb => libcap_2.67.bb} (94%)
> 
> diff --git a/meta/recipes-support/libcap/libcap_2.66.bb b/meta/recipes-support/libcap/libcap_2.67.bb
> similarity index 94%
> rename from meta/recipes-support/libcap/libcap_2.66.bb
> rename to meta/recipes-support/libcap/libcap_2.67.bb
> index c50e9d8cc7..4d4d6d9df1 100644
> --- a/meta/recipes-support/libcap/libcap_2.66.bb
> +++ b/meta/recipes-support/libcap/libcap_2.67.bb
> @@ -7,7 +7,7 @@ HOMEPAGE = "http://sites.google.com/site/fullycapable/"
>  LICENSE = "BSD-3-Clause | GPL-2.0-only"
>  LIC_FILES_CHKSUM_PAM = "file://pam_cap/License;md5=0ad4c9c052b9719ee4fce1bfc7c7dee4"
>  LIC_FILES_CHKSUM = "\
> -    file://License;md5=e2370ba375efe9e1a095c26d37e483b8 \
> +    file://License;md5=2965a646645b72ecee859b43c592dcaa \

ERROR: libcap-2.67-r0 do_populate_lic: QA Issue: libcap: The LIC_FILES_CHKSUM does not match for file://pam_cap/License;md5=0ad4c9c052b9719ee4fce1bfc7c7dee4
ERROR: libcap-2.67-r0 do_populate_lic: Fatal QA errors were found, failing task.

>      ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${LIC_FILES_CHKSUM_PAM}', '', d)} \
>  "
>  
> @@ -20,7 +20,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/${BPN}2/${BPN}-${
>  SRC_URI:append:class-nativesdk = " \
>             file://0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch \
>             "
> -SRC_URI[sha256sum] = "15c40ededb3003d70a283fe587a36b7d19c8b3b554e33f86129c059a4bb466b2"
> +SRC_URI[sha256sum] = "ce9b22fdc271beb6dae7543da5f74cf24cb82e6848cfd088a5a069dec5ea5198"
>  
>  UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/linux/libs/security/linux-privs/${BPN}2/"
>  
> -- 
> 2.34.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#177082): https://lists.openembedded.org/g/openembedded-core/message/177082
> Mute This Topic: https://lists.openembedded.org/mt/96927968/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-13 23:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-13  2:42 [OE-core] [PATCH] xwayland: upgrade 22.1.7 -> 22.1.8 wangmy
2023-02-13  2:42 ` [OE-core] [PATCH] libcap: upgrade 2.66 -> 2.67 wangmy
2023-02-13 23:31   ` Alexandre Belloni
2023-02-13  2:42 ` [OE-core] [PATCH] libx11: 1.8.3 -> 1.8.4 wangmy

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.