diff mbox series

libcap: upgrade 2.66 -> 2.67

Message ID 1676256123-19590-2-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit cf49bb0c30f77b13a3b209bbb25ce74984dcb269
Headers show
Series libcap: upgrade 2.66 -> 2.67 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 13, 2023, 2:42 a.m. UTC
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%)

Comments

Alexandre Belloni Feb. 13, 2023, 11:31 p.m. UTC | #1
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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

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/"