From patchwork Sat May 27 13:32:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 24612 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2AD80C77B7C for ; Sat, 27 May 2023 13:33:11 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx.groups.io with SMTP id smtpd.web11.10272.1685194384108449367 for ; Sat, 27 May 2023 06:33:04 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.83, mailfrom: f_l_k@t-online.de) Received: from fwd74.dcpf.telekom.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout07.t-online.de (Postfix) with SMTP id 0B3341BF16 for ; Sat, 27 May 2023 15:33:02 +0200 (CEST) Received: from flk-MS-7C91.fritz.box ([84.163.35.82]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1q2u2W-2qD35d0; Sat, 27 May 2023 15:33:00 +0200 From: Markus Volk To: openembedded-core@lists.openembedded.org Cc: Markus Volk Subject: [oe-core][PATCH 1/4] ell: upgrade 0.56 -> 0.57 Date: Sat, 27 May 2023 15:32:49 +0200 Message-Id: <20230527133252.284132-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1685194380-337FDCD8-E7FA7AF0/0/0 CLEAN NORMAL X-TOI-MSGID: d13cad8b-c23d-4bfb-b950-db533fa73a29 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 27 May 2023 13:33:11 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181803 ver 0.57: Fix issue with handling Generic Netlink cancel requests. ell 0.57 is required for iwd 2.5 Signed-off-by: Markus Volk --- meta/recipes-core/ell/{ell_0.56.bb => ell_0.57.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.56.bb => ell_0.57.bb} (89%) diff --git a/meta/recipes-core/ell/ell_0.56.bb b/meta/recipes-core/ell/ell_0.57.bb similarity index 89% rename from meta/recipes-core/ell/ell_0.56.bb rename to meta/recipes-core/ell/ell_0.57.bb index 0ace622835..09a0831fbe 100644 --- a/meta/recipes-core/ell/ell_0.56.bb +++ b/meta/recipes-core/ell/ell_0.57.bb @@ -15,7 +15,7 @@ DEPENDS = "dbus" inherit autotools pkgconfig SRC_URI = "https://mirrors.edge.kernel.org/pub/linux/libs/${BPN}/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "58eb8b2b64087f7479d5db6a830a0656c536d93e5f11d4c9a4443ce8760a1b63" +SRC_URI[sha256sum] = "7603928ee584b758ca27c67e4dc513049a09b038d7d28459a9440f8443c91018" do_configure:prepend () { mkdir -p ${S}/build-aux From patchwork Sat May 27 13:32:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 24615 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05E6AC77B73 for ; Sat, 27 May 2023 13:34:01 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.web11.10287.1685194433576745537 for ; Sat, 27 May 2023 06:33:53 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd74.dcpf.telekom.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout02.t-online.de (Postfix) with SMTP id D52B922570 for ; Sat, 27 May 2023 15:33:04 +0200 (CEST) Received: from flk-MS-7C91.fritz.box ([84.163.35.82]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1q2u2a-2qD35e0; Sat, 27 May 2023 15:33:04 +0200 From: Markus Volk To: openembedded-core@lists.openembedded.org Cc: Markus Volk Subject: [oe-core][PATCH 2/4] python3: add libxcrypt-native dependency Date: Sat, 27 May 2023 15:32:50 +0200 Message-Id: <20230527133252.284132-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230527133252.284132-1-f_l_k@t-online.de> References: <20230527133252.284132-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1685194384-337FDCD8-D4C79726/0/0 CLEAN NORMAL X-TOI-MSGID: f78bc49e-cd3a-4e66-a5f4-a76d24ab634d List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 27 May 2023 13:34:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181806 crypt.h is otherwise taken from the host machine Signed-off-by: Markus Volk --- meta/recipes-devtools/python/python3_3.11.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3_3.11.2.bb b/meta/recipes-devtools/python/python3_3.11.2.bb index 421a305e22..1ca4ad35be 100644 --- a/meta/recipes-devtools/python/python3_3.11.2.bb +++ b/meta/recipes-devtools/python/python3_3.11.2.bb @@ -72,7 +72,7 @@ ALTERNATIVE_LINK_NAME[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config ALTERNATIVE_TARGET[python3-config] = "${bindir}/python${PYTHON_MAJMIN}-config-${MULTILIB_SUFFIX}" -DEPENDS = "bzip2-replacement-native expat libffi bzip2 openssl sqlite3 zlib virtual/libintl xz virtual/crypt util-linux-libuuid libtirpc libnsl2 autoconf-archive-native ncurses" +DEPENDS = "bzip2-replacement-native expat libffi bzip2 openssl sqlite3 zlib virtual/libintl xz virtual/crypt util-linux-libuuid libtirpc libnsl2 autoconf-archive-native ncurses libxcrypt-native" DEPENDS:append:class-target = " python3-native" DEPENDS:append:class-nativesdk = " python3-native" From patchwork Sat May 27 13:32:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 24613 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F6DBC77B7C for ; Sat, 27 May 2023 13:33:21 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx.groups.io with SMTP id smtpd.web10.10031.1685194392699268001 for ; Sat, 27 May 2023 06:33:13 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.83, mailfrom: f_l_k@t-online.de) Received: from fwd74.dcpf.telekom.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout07.t-online.de (Postfix) with SMTP id 27FA61BF12 for ; Sat, 27 May 2023 15:33:11 +0200 (CEST) Received: from flk-MS-7C91.fritz.box ([84.163.35.82]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1q2u2c-2qD35f0; Sat, 27 May 2023 15:33:06 +0200 From: Markus Volk To: openembedded-core@lists.openembedded.org Cc: Markus Volk Subject: [oe-core][PATCH 3/4] ruby: add libxcrypt-native dependency Date: Sat, 27 May 2023 15:32:51 +0200 Message-Id: <20230527133252.284132-3-f_l_k@t-online.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230527133252.284132-1-f_l_k@t-online.de> References: <20230527133252.284132-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1685194387-327FBCD8-CB64C325/0/0 CLEAN NORMAL X-TOI-MSGID: f8f716c7-fdcb-4cc1-9f38-f442fd9bb4db List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 27 May 2023 13:33:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181804 crypt.h is otherwise taken from the host machine Signed-off-by: Markus Volk --- meta/recipes-devtools/ruby/ruby_3.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/ruby/ruby_3.2.2.bb b/meta/recipes-devtools/ruby/ruby_3.2.2.bb index 481fe7c23d..d1900bfa4b 100644 --- a/meta/recipes-devtools/ruby/ruby_3.2.2.bb +++ b/meta/recipes-devtools/ruby/ruby_3.2.2.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5b8c87559868796979806100db3f3805 \ file://LEGAL;md5=bcd74b47bbaf2051c5e49811a5faa97a \ " -DEPENDS = "zlib openssl libyaml gdbm readline libffi" +DEPENDS = "zlib openssl libyaml gdbm readline libffi libxcrypt-native" DEPENDS:append:class-target = " ruby-native" DEPENDS:append:class-nativesdk = " ruby-native" From patchwork Sat May 27 13:32:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 24614 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6E9FC77B73 for ; Sat, 27 May 2023 13:33:20 +0000 (UTC) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx.groups.io with SMTP id smtpd.web11.10275.1685194392730921473 for ; Sat, 27 May 2023 06:33:13 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.83, mailfrom: f_l_k@t-online.de) Received: from fwd74.dcpf.telekom.de (fwd74.aul.t-online.de [10.223.144.100]) by mailout07.t-online.de (Postfix) with SMTP id 2D4F91BF15 for ; Sat, 27 May 2023 15:33:11 +0200 (CEST) Received: from flk-MS-7C91.fritz.box ([84.163.35.82]) by fwd74.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1q2u2d-2qD35g0; Sat, 27 May 2023 15:33:08 +0200 From: Markus Volk To: openembedded-core@lists.openembedded.org Cc: Markus Volk Subject: [oe-core][PATCH 4/4] shadow: add libxcrypt-native dependency Date: Sat, 27 May 2023 15:32:52 +0200 Message-Id: <20230527133252.284132-4-f_l_k@t-online.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230527133252.284132-1-f_l_k@t-online.de> References: <20230527133252.284132-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1685194388-327FBCD8-B88CB23C/0/0 CLEAN NORMAL X-TOI-MSGID: 742e1b7b-54e4-481d-b526-bb6c172ef2f0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 27 May 2023 13:33:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/181805 crypt.h is otherwise taken from the host machine Signed-off-by: Markus Volk --- meta/recipes-extended/shadow/shadow.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index cf05a3af93..7206bfdf02 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c9a450b7be84eac23e6353efecb60b5b \ file://src/passwd.c;beginline=2;endline=30;md5=758c26751513b6795395275969dd3be1 \ " -DEPENDS = "virtual/crypt" +DEPENDS = "virtual/crypt libxcrypt-native" GITHUB_BASE_URI = "https://github.com/shadow-maint/shadow/releases" SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \