From patchwork Sun Jan 8 15:20:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 17828 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 277C2C53210 for ; Sun, 8 Jan 2023 15:21:12 +0000 (UTC) Received: from mail-ot1-f45.google.com (mail-ot1-f45.google.com [209.85.210.45]) by mx.groups.io with SMTP id smtpd.web10.46766.1673191269921502018 for ; Sun, 08 Jan 2023 07:21:10 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=J/9mEELC; spf=pass (domain: gmail.com, ip: 209.85.210.45, mailfrom: akuster808@gmail.com) Received: by mail-ot1-f45.google.com with SMTP id x25-20020a056830115900b00670932eff32so3848267otq.3 for ; Sun, 08 Jan 2023 07:21:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=fZk6tN/i47xLOG3LY8hEtzAtQnW73ogVQ31Z+DMT6kU=; b=J/9mEELCp5rZhWbyHhWDKjGjDIZx7Qh+JNqZ9PA+ndP49y4xPzaawx2AVI8gpjTSA+ QT7cx952eCJboiozNfD27z6gWyP+4EenxbaziG3NP1PNU5yZChvp2eNzuOJEz5Zkza6O Mq0gUioghTtR29bL8duteE+idIZBuMi3fIYeLJUymvdsoux9tNere7P47zVNtmgn5Ql0 rK0Rbv6J3zosNFZm1vbJ/HLIx8ucfcTF2NNFSIXgeXPfeQMkHAd2vich5djLDOPeMzI9 an6du2+nXnaT4CLlM+CT0dqGmJM6weYHbu/2doi/mk2o4SISJgwQxUrvkewbb12JYuLS J0rg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=fZk6tN/i47xLOG3LY8hEtzAtQnW73ogVQ31Z+DMT6kU=; b=3dLSQj0iIovgM51aR00Ebkk2oswKBXJxrQUSrBmCexwAq3gNXpVo2QQEXSTqARrbHL 28XwDUdn3rCdH1LVSXx1uQR5jaMn17XtdNMzkXuuBmsHZSjL5oXglyt8NuAJy1t8a7Qk SQQai5PcXt6qxlYYG8SVNKxasP0FceHZWZqcuMEvA86hlaabgFs+jjihGMFb+RlEiq5q W5v2Bog0IT3TGSdysgmdFU9+lyQTZZcuGUDYeAv7g4XN9dvtZ/UeVFC/UK8oMeR3BCST 7pb1KBRi4Oaq4GXpvxMw6sTzEHlRIAJoBOaIggQSy/yEJMREqfddZByKBpPtV1sb5rkc ly2Q== X-Gm-Message-State: AFqh2krJ29W4J0hH8iVhAUj1dH8y0uSDT5Nx0xclh1Z4ZBc7oqgMRUKi 0XXanaRcvB1EOY0mLnTd1LbU9FE6fvc= X-Google-Smtp-Source: AMrXdXuOn8/s8Yay3ajew98rNU3xOHJKGpiu64zA17geq9/nj9dXq6uRSulk1QBwRzkWXJ0TEmdM4Q== X-Received: by 2002:a05:6830:4a7:b0:670:686c:7dc with SMTP id l7-20020a05683004a700b00670686c07dcmr29835694otd.26.1673191268994; Sun, 08 Jan 2023 07:21:08 -0800 (PST) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:14ca:f21f:f9fe:c54d]) by smtp.gmail.com with ESMTPSA id s24-20020a056830125800b00684074fbce6sm3184725otp.54.2023.01.08.07.21.06 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 08 Jan 2023 07:21:08 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [langdale 01/26] blueman: add RDEPEND on python3-fcntl Date: Sun, 8 Jan 2023 10:20:36 -0500 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 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 ; Sun, 08 Jan 2023 15:21:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100446 From: Markus Volk After updating current poky master python3-fcntl is not installed into my image anymore. Blueman-applet fails to run with Error: No module named 'fcntl''Module fcntl not found' Signed-off-by: Markus Volk Signed-off-by: Khem Raj (cherry picked from commit 25c38607014f2d325884ad003c96237906aefa48) Signed-off-by: Armin Kuster --- meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb index c3cde1f27a..2822e8713a 100644 --- a/meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.3.4.bb @@ -26,6 +26,7 @@ RDEPENDS:${PN} += " \ python3-dbus \ python3-pygobject \ python3-terminal \ + python3-fcntl \ packagegroup-tools-bluetooth \ " From patchwork Sun Jan 8 15:20:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 17829 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 297FDC677F1 for ; Sun, 8 Jan 2023 15:21:12 +0000 (UTC) Received: from mail-ot1-f42.google.com (mail-ot1-f42.google.com [209.85.210.42]) by mx.groups.io with SMTP id smtpd.web11.46796.1673191271117305859 for ; Sun, 08 Jan 2023 07:21:11 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=VJN1ukSa; spf=pass (domain: gmail.com, ip: 209.85.210.42, mailfrom: akuster808@gmail.com) Received: by mail-ot1-f42.google.com with SMTP id e17-20020a9d7311000000b00678202573f1so3834255otk.8 for ; Sun, 08 Jan 2023 07:21:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=AW/8H+l+Nndz61G3jXQXx01s1WSdgvuAKdESOnjfWzM=; b=VJN1ukSaJFkzNuhIsYMKDvgFHHQq0gGsiavRcQHt9zakJxlu8q/f9DVJV+4D41tXN4 DSwg8prt8K15Q169IpQ96tyM9r2fGYc8qkSuUPQUuJTiOoyfxUrQ9TcnZibtJGVasgLo 5NNDM+G3TW3HQJE0QwMqf8X+XVKZdBSiIUbKDHXmy02WloftwDRIP0ComNhNFf5DqO+R QvdR2RdhATuIYdKMqPETdC5quws55GpfvGDqppt0i6vjoBjb12OHzRUsg60IoUJHc19r m8CEmdxa6CtPVCzqWLwbFip+hWFuveC7UsIRJuz6UnJZTsG/KkNqJsOzicfCRnj8mIgl HSLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=AW/8H+l+Nndz61G3jXQXx01s1WSdgvuAKdESOnjfWzM=; b=1jyNYkSN5RdCH5SecVAFyDOVsmNyXry9sIWxzN3qPJCXy8ZrpdqqVT8PZzVzE+gq0p IJqKj9UG9FKuw1wUp7HWMbp/8mP2yjNIphcycD2z6Twbb2hDxpG81RXhk75BAYKThhwT 16VKZRcI45I7kr3whF5/MXgC6FRa6ggLDHt4pRf2WFmS31V6GqL6D8qQ1B17HgkYr5TC DhZKCl6ImGft44XVzKqWLUWNLcYuSfWsNpOkX47hDCmE94I2GhkWbnjUVGaP660sZyxd VB6VeaJ+i/TxeBTqyxVKAmvcpsBelW3PXvmGzJAoWuqa6Y2vFONcGm88nbAOM3PwiZ4w UzMQ== X-Gm-Message-State: AFqh2kqcVpSJxkXuS4728MpzohUaISY8llKpdL8anhcw6JUd0QbH1N2v EdIoaZBaSAxoJ6A7ILr23KFQQKg8h+I= X-Google-Smtp-Source: AMrXdXvzpEdWHlt9JEXFGe2CaQ/3bFIu4rKwkAH1xZPhdZVNjaQ06R/jr6sN71vwU6qAkQQUfEadGw== X-Received: by 2002:a05:6830:1b66:b0:670:51ea:f267 with SMTP id d6-20020a0568301b6600b0067051eaf267mr35427408ote.37.1673191270312; Sun, 08 Jan 2023 07:21:10 -0800 (PST) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:14ca:f21f:f9fe:c54d]) by smtp.gmail.com with ESMTPSA id s24-20020a056830125800b00684074fbce6sm3184725otp.54.2023.01.08.07.21.09 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 08 Jan 2023 07:21:10 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [langdale 02/26] nss: fix SRC_URI Date: Sun, 8 Jan 2023 10:20:37 -0500 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 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 ; Sun, 08 Jan 2023 15:21:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100447 From: Martin Jansa * http://ftp.mozilla.org/pub/mozilla.org now returns 404, but the SRC_URI still works without "mozilla.org" directory Signed-off-by: Martin Jansa Signed-off-by: Khem Raj (cherry picked from commit 74f131ffe8d33ac4fe8225d8102eddc31aef3e90) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/nss/nss_3.74.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/nss/nss_3.74.bb b/meta-oe/recipes-support/nss/nss_3.74.bb index 333bbdfef0..591b12a917 100644 --- a/meta-oe/recipes-support/nss/nss_3.74.bb +++ b/meta-oe/recipes-support/nss/nss_3.74.bb @@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://nss/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18 \ VERSION_DIR = "${@d.getVar('BP').upper().replace('-', '_').replace('.', '_') + '_RTM'}" -SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSION_DIR}/src/${BP}.tar.gz \ +SRC_URI = "http://ftp.mozilla.org/pub/security/nss/releases/${VERSION_DIR}/src/${BP}.tar.gz \ file://nss.pc.in \ file://0001-nss-fix-support-cross-compiling.patch \ file://nss-no-rpath-for-cross-compiling.patch \ From patchwork Sun Jan 8 15:20:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 17831 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 1092AC54EBD for ; Sun, 8 Jan 2023 15:21:22 +0000 (UTC) Received: from mail-ot1-f42.google.com (mail-ot1-f42.google.com [209.85.210.42]) by mx.groups.io with SMTP id smtpd.web11.46796.1673191271117305859 for ; Sun, 08 Jan 2023 07:21:13 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=GKgKRCkA; spf=pass (domain: gmail.com, ip: 209.85.210.42, mailfrom: akuster808@gmail.com) Received: by mail-ot1-f42.google.com with SMTP id e17-20020a9d7311000000b00678202573f1so3834280otk.8 for ; Sun, 08 Jan 2023 07:21:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=PitTdAaxqTGnxaNy2iGR4LAoCPp8N2zCij1qChCVWsE=; b=GKgKRCkAgy67laLR7rCeoZpO8UWhUNhuJSIvb5wD0eoMtmlYbUh3g/0XTlbwF0796o xoQ83KdYH8KrVPqM6f8aUrlrCfKACortA+v+bdZKbE0I1sDeJvx6TbP09bgmKU+xJEae nWROcMRXNbWvxHFSyK1lOrnZpZFGKKZ1lH7rV5QO7wMWVIelRJSnMoIFVilosO7k7Z7Z K42yF0xqdf5P8XyYow+Bq620i5FWEf5BpeXQbmzeirQiJq1O0lQvOTGfFZyCEw17cmHX VVTOEOtyt9JrUwtQIM0zOoQ9MQxPXFjGkqPute5rdzYeqpeb02V8/jT6ReO/6Mbec5fc 3b0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=PitTdAaxqTGnxaNy2iGR4LAoCPp8N2zCij1qChCVWsE=; b=0G9pSFdClYWw4UGpL5wtu7ieDuxltK2th06Gf+vEeGteol06mjF8IzJtXYZGfYL60b mNQ5XlOlT58FdIzVFsyfdszJzLSttWps3p5pHe7Lc8cc+O1mNg4RfF47pThwwGsHMT9E 4LaZm4OaWunIrOEX0HAE7CX/liMZLFjKkqd629hPjwUY2TjCZC/9CqTvUpnhpVb3HQML NQO5RNJBJHiqxkIH2BWvbRlp8L6VdLoeS2I7Pa/CyxDAdKvyahPd1B9sQUPTivC9w5T9 aDBvlzz0jzOqBF7lehPefV4VzKB15AR41G3D+5tSlGfFSC26OuRpOb05f3ky9sqJp2Z7 0jhQ== X-Gm-Message-State: AFqh2kp1uady4WemeoDouLzMkov0Dcw9U7g93G4xesrfbsM8KKbZbjp2 aOUCbMWKz5vzXgSLln1SpGzMgWcRv0w= X-Google-Smtp-Source: AMrXdXsnIkcyhQv8d/Rka2vBxcVh5P2DCXqpX+u61E/+a0Nw8hiZbCQMBKhNXcSiigThX2XmmL1snQ== X-Received: by 2002:a05:6830:e:b0:66e:c863:ea94 with SMTP id c14-20020a056830000e00b0066ec863ea94mr30735958otp.27.1673191272253; Sun, 08 Jan 2023 07:21:12 -0800 (PST) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:14ca:f21f:f9fe:c54d]) by smtp.gmail.com with ESMTPSA id s24-20020a056830125800b00684074fbce6sm3184725otp.54.2023.01.08.07.21.11 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 08 Jan 2023 07:21:12 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [langdale 03/26] xfce4-verve-plugin: fix do_configure faiure about missing libpcre Date: Sun, 8 Jan 2023 10:20:38 -0500 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 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 ; Sun, 08 Jan 2023 15:21:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100448 From: Chen Qi libpcre is needed. Previously, it's available because glib-2.0 depends on it. Now glib-2.0 has been upgraded and it now depends on libpcre2. So add this explicit dependency to fix the do_configure failure. Signed-off-by: Chen Qi Signed-off-by: Khem Raj (cherry picked from commit 03708a875fc3bdaa30310dd2d62030e9b1f1b002) Signed-off-by: Armin Kuster --- .../recipes-panel-plugins/verve/xfce4-verve-plugin_2.0.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_2.0.1.bb b/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_2.0.1.bb index 21bbda331a..eefe3322b3 100644 --- a/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_2.0.1.bb +++ b/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_2.0.1.bb @@ -6,3 +6,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" inherit xfce-panel-plugin SRC_URI[sha256sum] = "ebda5e5eb62d6e42afdc6f121d2f1cbd4d9d3c2b16a5e3ed8192b1b224b8f825" +DEPENDS += "libpcre" From patchwork Sun Jan 8 15:20:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 17835 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 248C2C67871 for ; Sun, 8 Jan 2023 15:21:22 +0000 (UTC) Received: from mail-ot1-f52.google.com (mail-ot1-f52.google.com [209.85.210.52]) by mx.groups.io with SMTP id smtpd.web11.46800.1673191275034137730 for ; Sun, 08 Jan 2023 07:21:15 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=EhyZOHcN; spf=pass (domain: gmail.com, ip: 209.85.210.52, mailfrom: akuster808@gmail.com) Received: by mail-ot1-f52.google.com with SMTP id m6-20020a9d7e86000000b0066ec505ae93so3838200otp.9 for ; Sun, 08 Jan 2023 07:21:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=Ptq2l3T+IhvlX6dsOTQ1lgihZZB1EPjGc0O15UTTTSM=; b=EhyZOHcNGs8PwrCgYoMkZf4WY8otbuWHpBP/2NLg11dVPwAPqRr4jeaE2kDCIKgbMp 8pXhGhZtoG9y0BqFKF22j3vW6hE4UJ3w/5Nq/OMD9NSxaiFKLdtOcpSSnLumi2l+Jtun a74gwOvMHZ8PK2tXJhlvAeRPVHUZ2H5A6DWyU/paxvW8nK89h/Jd0JISnGmrSS6WVqqA dIcXf8Yf+GGxVsoYEBJ2kkALz0ErmrvIoMGEbyqM1RR5tMmagrU8aU8jgHLQrumeXaD9 icSJ8bSVDlEbngRwMRUhJTrbwm+1VGdyTp0XdULF7cUmtAL0I5CyScHue01YsyHiKQLk Es3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Ptq2l3T+IhvlX6dsOTQ1lgihZZB1EPjGc0O15UTTTSM=; b=D63ETDaepd5OhulyaoIzRQUCfTGk040iPxQcskBUdm0b3r0C7TfmUCKplltfqXRc/C ZHp2VZavAqtpVgw3yneNP6tFMCdtJ9JQCu1yOcme8ptdrcYYP6CKjLw0ZaYRWAqAqUhX eMfPhEKZC6qP+C5q5xUlGUFYEfyr6RHwDhMwgmNMAeSxUQD/xfBr564I/aAamblhL9bn X22ctUWXnLvUowVR09syuj1FZyKmwxreZ32iY/O6iqeuVEN2ChzzvTccZvVkMSkWHE7a QOugUVnVecH0nEGcENFqFK2ILRw6StZyTk9fid+++tjJxXv+CgISEzm2M5dX6i9S39vT c+8g== X-Gm-Message-State: AFqh2kqxPC9826J3vPpLzRXvrTeQC2dghwjspd3YBg1nlGOzG8Ck3Ljf 90MNEhggplylza+kqpopEaEMGKIvpuo= X-Google-Smtp-Source: AMrXdXtPetdFZiaShHU4LZkwDNL1+K2fHdMIl/ufoglpYZpZtLLdOJA9K0RRtZjY3pTrt8FLx9e7QQ== X-Received: by 2002:a05:6830:3886:b0:670:5e99:4528 with SMTP id bq6-20020a056830388600b006705e994528mr38219087otb.4.1673191274270; Sun, 08 Jan 2023 07:21:14 -0800 (PST) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:14ca:f21f:f9fe:c54d]) by smtp.gmail.com with ESMTPSA id s24-20020a056830125800b00684074fbce6sm3184725otp.54.2023.01.08.07.21.13 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 08 Jan 2023 07:21:13 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [langdale 04/26] gnome-text-editor: Add missing libpcre build time depenedency Date: Sun, 8 Jan 2023 10:20:39 -0500 Message-Id: <1a977efd266254b64adcd0ce4ea0a3fe698da246.1673191116.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 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 ; Sun, 08 Jan 2023 15:21:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100449 From: Khem Raj libpcre is needed. glib-2.0 now uses libpcre2 instead of libpcre which was indirectly satisfying this Signed-off-by: Khem Raj (cherry picked from commit b08c4ab7c8efb7ccf9f4c6b6f44194212752959a) Signed-off-by: Armin Kuster --- .../recipes-gnome/gnome-text-editor/gnome-text-editor_42.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_42.2.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_42.2.bb index 1446b151c5..763384b7ea 100644 --- a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_42.2.bb +++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_42.2.bb @@ -10,6 +10,7 @@ DEPENDS = " \ gtk4 \ gtksourceview5 \ enchant2 \ + libpcre \ " GTKIC_VERSION = "4" From patchwork Sun Jan 8 15:20:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 17834 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 1FB74C53210 for ; Sun, 8 Jan 2023 15:21:22 +0000 (UTC) Received: from mail-oi1-f180.google.com (mail-oi1-f180.google.com [209.85.167.180]) by mx.groups.io with SMTP id smtpd.web11.46802.1673191277111478233 for ; Sun, 08 Jan 2023 07:21:17 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=CAV5BVCE; spf=pass (domain: gmail.com, ip: 209.85.167.180, mailfrom: akuster808@gmail.com) Received: by mail-oi1-f180.google.com with SMTP id r130so5182733oih.2 for ; Sun, 08 Jan 2023 07:21:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=pcmnyskcS0IHwABudZQfQCmYgijx5SQw/jojumk6zZ0=; b=CAV5BVCEwqc5Q8CFPTsgYJRii8rwGMqlOl3Z/Xl1O0Ks5rqkrr8T1Ut97vddJ861xl RQCz4PJ6kAyYxE2QLHQVn3kfm4vbBjSY88IRr9AXV9JJ0qPOiKAYKLnF+5cilSAYc+3Q O4DlkzXctu6dPS7PpGZbfXZ5taynLcy2dTPCL9s+iuBdOofXJPZt1Pm9osv5QpNvRcLY LAVxq+mrxSCxhcU9WL0DhYqXOV8s9uKlgkGXoDGOKo6kuNqQUUG3Gz3w/qs3v8lQCy4R wAujHgeQs1lXZq9Drnp/kUyuK1m6BQ51yhYUCZxYrZF1DA4MlZ7iZ22Y44MsSYzP0+EQ 8QQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=pcmnyskcS0IHwABudZQfQCmYgijx5SQw/jojumk6zZ0=; b=OLK82H/hJwE/BmpN/uxbQWs0AoIhh/JdRtpFx7erlPjeaZw2hfIzfnHVIeRpqff4O+ kaAtIk/toLaC+ntHFp9FRRU5hZzeYpm9pWH1qFLLZ9DgYozAgebG1faA/xbaiCKQ0Z3Y 7nhfSEM0JJC3l0PH3jJ+R1XqEx6b8pv+F2Ai9ETNF3QLQNSt4Ojqk/aqhLiLCl1+SI+X OHQDHz+6xPPwImunE0kXOzuvwCYEc1f/hxy5Us5CtgFxxm3MO6QBCRI5ma7hTupQK/7S 31FVv/wtyHFO8CqbMud6AImtwuEqQfjTh9nG1Vt5qp5Nv6eXKH/MzruYUcc0iSifY0Fw Fl+Q== X-Gm-Message-State: AFqh2kpLu3NXNApaSkvSK1twLvslh8oIEHML7sYYAOMl0o6gG/lUuwwz x9cL4+F0aEJsAHl3/Sri8tlOmN9FILs= X-Google-Smtp-Source: AMrXdXsb1ZJpG/h+VvHY1se80TGgN0JGkHv8EXHpIzUT/OImaJCmbT+/sSt937fAjBWpGrDcNHI7vg== X-Received: by 2002:a05:6808:290d:b0:360:ebe7:c17f with SMTP id ev13-20020a056808290d00b00360ebe7c17fmr25708514oib.37.1673191276265; Sun, 08 Jan 2023 07:21:16 -0800 (PST) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:14ca:f21f:f9fe:c54d]) by smtp.gmail.com with ESMTPSA id s24-20020a056830125800b00684074fbce6sm3184725otp.54.2023.01.08.07.21.15 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 08 Jan 2023 07:21:16 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [langdale 05/26] ettercap: Add missing dependency on libpcre Date: Sun, 8 Jan 2023 10:20:40 -0500 Message-Id: <91a4036f8d6a76632e35c42ccbc2ddf1926efb39.1673191116.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 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 ; Sun, 08 Jan 2023 15:21:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100450 From: Khem Raj It depends on it, but it was being pulled in via glib-2.0 which now uses libpcre2 Fixes TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/ettercap/0.8.3.1-r0/recipe-sysroot-native/usr/lib/libpcre.so: file not recognized: file format not recognized Signed-off-by: Khem Raj (cherry picked from commit d8bc689ee73fa0f497294cc742660766c7ecd8c3) Signed-off-by: Armin Kuster --- meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb index 7d37f41096..b0958e6975 100644 --- a/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb +++ b/meta-networking/recipes-support/ettercap/ettercap_0.8.3.1.bb @@ -10,6 +10,7 @@ DEPENDS += "ethtool \ librepo \ libnet \ libpcap \ + libpcre \ ncurses \ openssl \ zlib \ From patchwork Sun Jan 8 15:20:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 17833 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 1FDA7C677F1 for ; Sun, 8 Jan 2023 15:21:22 +0000 (UTC) Received: from mail-oi1-f173.google.com (mail-oi1-f173.google.com [209.85.167.173]) by mx.groups.io with SMTP id smtpd.web11.46803.1673191278868958808 for ; Sun, 08 Jan 2023 07:21:18 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Y9raRjw+; spf=pass (domain: gmail.com, ip: 209.85.167.173, mailfrom: akuster808@gmail.com) Received: by mail-oi1-f173.google.com with SMTP id s187so5166740oie.10 for ; Sun, 08 Jan 2023 07:21:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=Ug9SQp81rasDRime2atcCVTQNOu7erVQpsI8CemaXP8=; b=Y9raRjw+mqEd/B88ajMgn7/Jt4nrhmj9pqupLQvxn1zlOzItnIXVIIpMMS7lh4fuNQ SBc8dXkFwJPmYvyfwWhJnFFPLVE3Nj8twhIVLkOOBjRAU9iTfbSUk8IsCPmoEiw9DGqF IB8Lbqek3ENWhFUN3JDCpMekIZTN/1WgPSCqW50M4NxUlea3jhO/SwTXWAm0hNqrQtNo T5kOD3ERSnBnEaAYt8XLv3qoxt1hTawQyFy2jxxXriHii/f3xQyBpbcOAdFFRCIE8SzE 5Fsg5AKtELMUdM6KbFnZZl7exkGuLAwWDIDgflgjIxP6Jt6kgQQjWPxhN9npWQN961QW 75kQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Ug9SQp81rasDRime2atcCVTQNOu7erVQpsI8CemaXP8=; b=asernQ6+X4xjEH0YBLQi0T3BQ3G2pqaioKkC5Masd2caIuMxZAM7JgWBrJIibzRdS1 MM49UX2GibvSyAQtDj+dtsNuEn/rG4AqIUYZ8k7Eo3qKpUgTQFBtvqy0ZG3rzUhtmgLN q5wEO3nWL0NqpFtcn6CUlcuFmwE7rI1SQGCQ7WsliOpwPYhs326T7t2FGvdS8hiMUGhn 010h0yLDtw2e5FTR1aWWcjzQo59fAbY13Qp4gGcYvT7qjzQ8sU5ixxHEXe/5iIZ7LVtP XhXKNsuUMkOk7znfjwIYST78AMQ1Jq5xYFtx9pSwWD5JwtWf5e5OJImZa3wifw/X8njj zHxQ== X-Gm-Message-State: AFqh2kqSVj6Bu21tYnCfvqIfzKBouOSVP6RaHPmw+GGY1chv/pnYbzYB aHmKgYzS+ED3tx1TNmC6UEuQSNt+gLo= X-Google-Smtp-Source: AMrXdXtZQPXljt69OhcHQmK0EoX7tmw8s3m89L5moX/s5buhaKppeDkHW8iDrKY8Jt/gP26jywd3Zw== X-Received: by 2002:a05:6808:89:b0:35e:7ef8:d85b with SMTP id s9-20020a056808008900b0035e7ef8d85bmr25060850oic.37.1673191278115; Sun, 08 Jan 2023 07:21:18 -0800 (PST) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:14ca:f21f:f9fe:c54d]) by smtp.gmail.com with ESMTPSA id s24-20020a056830125800b00684074fbce6sm3184725otp.54.2023.01.08.07.21.16 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 08 Jan 2023 07:21:17 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [langdale 06/26] ntfs-3g-ntfsprogs: Upgrade 2022.5.17 to 2022.10.3 Date: Sun, 8 Jan 2023 10:20:41 -0500 Message-Id: <31b485825618d36ae7068e6b2766b15a31f49197.1673191116.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 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 ; Sun, 08 Jan 2023 15:21:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100451 From: Omkar Patil Changes: Rejected zero-sized runs Avoided merging runlists with no runs Fix CVE-2022-40284 Signed-off-by: Omkar Patil Signed-off-by: Khem Raj (cherry picked from commit 5d5e8854718dab02c2737e3faf288f830a514841) Signed-off-by: Armin Kuster --- ...3g-ntfsprogs_2022.5.17.bb => ntfs-3g-ntfsprogs_2022.10.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/{ntfs-3g-ntfsprogs_2022.5.17.bb => ntfs-3g-ntfsprogs_2022.10.3.bb} (95%) diff --git a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.5.17.bb b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.10.3.bb similarity index 95% rename from meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.5.17.bb rename to meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.10.3.bb index b29716ad49..37a8106bb0 100644 --- a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.5.17.bb +++ b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2022.10.3.bb @@ -10,7 +10,7 @@ SRC_URI = "http://tuxera.com/opensource/ntfs-3g_ntfsprogs-${PV}.tgz \ file://0001-libntfs-3g-Makefile.am-fix-install-failed-while-host.patch \ " S = "${WORKDIR}/ntfs-3g_ntfsprogs-${PV}" -SRC_URI[sha256sum] = "0489fbb6972581e1b417ab578d543f6ae522e7fa648c3c9b49c789510fd5eb93" +SRC_URI[sha256sum] = "f20e36ee68074b845e3629e6bced4706ad053804cbaf062fbae60738f854170c" UPSTREAM_CHECK_URI = "https://www.tuxera.com/community/open-source-ntfs-3g/" UPSTREAM_CHECK_REGEX = "ntfs-3g_ntfsprogs-(?P\d+(\.\d+)+)\.tgz" From patchwork Sun Jan 8 15:20:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 17832 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 10974C54EBE for ; Sun, 8 Jan 2023 15:21:22 +0000 (UTC) Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) by mx.groups.io with SMTP id smtpd.web11.46805.1673191280498950988 for ; Sun, 08 Jan 2023 07:21:20 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=JzMYRuSi; spf=pass (domain: gmail.com, ip: 209.85.210.51, mailfrom: akuster808@gmail.com) Received: by mail-ot1-f51.google.com with SMTP id m7-20020a9d73c7000000b00683e2f36c18so3903845otk.0 for ; Sun, 08 Jan 2023 07:21:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=huCIkcJu35VZIDVeqSawy0FyQDAg004oPNKZMxQjJac=; b=JzMYRuSicC7wvtEBxkAxViEwNbVm1SXecWXxBafoTqirkjtoquWtqB1L3Shz8ZPZLa mAhKIXTNgtuB7aIHTBaOEjpg+p1Cjkf/Xy/VE4IlUdioxbhGX3qXxXAeZ0gu2SEbNsG9 IEgertqomQ/2PVSaK/mW9Kk1g4zlkGOmARHN9XzbilTE7CcrSveFwEIfwWZ7vhoKw3iy sF8GtxsXPV2mJQfSQPbvp8PUUJ/fCNAFY5T2JLi4o8rW3onr5z49mnlbEDYMNOCvLLD2 2v4gHqAXFA1UZ3uHqbM6KXfSxYddpW5kTtDQkZxraTuxbEQES4yx31aOejNKzM8GN7BW qgNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=huCIkcJu35VZIDVeqSawy0FyQDAg004oPNKZMxQjJac=; b=JLpGMMaOdI/hh9XQbwOjRvPASnHsN1FyjxSjnYadL2jFEnGncfy5AURlO5pI4+07rT LZo7ARRyE8C0/QtHQI5CwqpLllxadwYf0ObGkBw4p/iVw5gIrkuRWn7wzmREe9Jaf8bt x9mhdcdD0dP1P0zT0bR9fEJAZk0m00q0s8sY74GqnxKXBEdJBFES9RXbcQqfeRKycI+m +oRrdYZvriP0V1/FI7u2JYXwMqs4rWAXJcXJS6IJ0Qr+BTH9JfCwwy1XbnccfcPqHm+5 h92uKc8RKc3vL2qjeOt6fn5AQWI0ef5cl/cGV/C8+/dYQf7eetCFc/ACnSptOIhTy+cK tUtg== X-Gm-Message-State: AFqh2kptDwAlmxY1CnybazB9mUnPCqMtuNvP7UNb5/K77TN4ohZwhHlI kN1afJDIz2dMfsVo1nKAuesuz5+a/to= X-Google-Smtp-Source: AMrXdXsD+VVMpW4C5XVXIRFpQXmXDmh5Md/NnM2zNBaLRUWm62Q8UGcayh3/QvjddfFB5Pn+jp6otQ== X-Received: by 2002:a9d:6d9a:0:b0:670:7cf9:5504 with SMTP id x26-20020a9d6d9a000000b006707cf95504mr32214218otp.38.1673191279684; Sun, 08 Jan 2023 07:21:19 -0800 (PST) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:14ca:f21f:f9fe:c54d]) by smtp.gmail.com with ESMTPSA id s24-20020a056830125800b00684074fbce6sm3184725otp.54.2023.01.08.07.21.18 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 08 Jan 2023 07:21:19 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [langdale 07/26] freeradius: fix multilib systemd service start failure Date: Sun, 8 Jan 2023 10:20:42 -0500 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 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 ; Sun, 08 Jan 2023 15:21:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100452 From: Kai Kang It fails to start radiusd.service from lib32-freeradius that the configure directory is /etc/lib32-raddb rather than /etc/raddb. So add an environment file to export a variable MLPREFIX for the service file to make it start successfully. Signed-off-by: Kai Kang Signed-off-by: Khem Raj (cherry picked from commit 172c707251fd1a646b8e63854b5f4c04ff044ce3) Signed-off-by: Armin Kuster --- .../freeradius/files/radiusd.service | 3 +- .../freeradius/freeradius_3.0.21.bb | 30 +++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/freeradius/files/radiusd.service b/meta-networking/recipes-connectivity/freeradius/files/radiusd.service index 37a2eb3d7d..7969bfb690 100644 --- a/meta-networking/recipes-connectivity/freeradius/files/radiusd.service +++ b/meta-networking/recipes-connectivity/freeradius/files/radiusd.service @@ -4,10 +4,11 @@ After=syslog.target network.target [Service] Type=forking +EnvironmentFile=-/etc/sysconfig/radiusd PIDFile=/run/radiusd/radiusd.pid ExecStartPre=-@BASE_BINDIR@/chown -R radiusd:radiusd /run/radiusd ExecStartPre=@SBINDIR@/radiusd -C -ExecStart=@SBINDIR@/radiusd -d @SYSCONFDIR@/raddb +ExecStart=@SBINDIR@/radiusd -d @SYSCONFDIR@/${MLPREFIX}raddb ExecReload=@SBINDIR@/radiusd -C ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb index 1407b798b5..b459412e04 100644 --- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb +++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.21.bb @@ -199,7 +199,37 @@ pkg_postinst:${PN} () { # Fix ownership for /etc/raddb/*, /var/lib/radiusd chown -R radiusd:radiusd ${raddbdir} chown -R radiusd:radiusd ${localstatedir}/lib/radiusd + + # for radiusd.service with multilib + if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then + install -d ${sysconfdir}/sysconfig + echo "MLPREFIX=${MLPREFIX}" > ${sysconfdir}/sysconfig/radiusd + fi + else + if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then + install -d $D${sysconfdir}/sysconfig + echo "MLPREFIX=${MLPREFIX}" > $D${sysconfdir}/sysconfig/radiusd + fi + fi +} + +pkg_postrm:${PN} () { + # only try to remove ${sysconfdir}/sysconfig/radiusd for systemd + if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'false', 'true', d)}; then + exit 0 + fi + + if [ -d ${sysconfdir}/raddb ]; then + exit 0 fi + for variant in ${MULTILIB_GLOBAL_VARIANTS}; do + if [ -d ${sysconfdir}/${variant}-raddb ]; then + exit 0 + fi + done + + rm -f ${sysconfdir}/sysconfig/radiusd + rmdir --ignore-fail-on-non-empty ${sysconfdir}/sysconfig } # We really need the symlink :( From patchwork Sun Jan 8 15:20:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 17836 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 11723C63797 for ; Sun, 8 Jan 2023 15:21:22 +0000 (UTC) Received: from mail-ot1-f44.google.com (mail-ot1-f44.google.com [209.85.210.44]) by mx.groups.io with SMTP id smtpd.web10.46771.1673191281451234591 for ; Sun, 08 Jan 2023 07:21:21 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Hni8FOyO; spf=pass (domain: gmail.com, ip: 209.85.210.44, mailfrom: akuster808@gmail.com) Received: by mail-ot1-f44.google.com with SMTP id y18-20020a0568301d9200b0067082cd4679so3852250oti.4 for ; Sun, 08 Jan 2023 07:21:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=KXflhj+YG9ISeKeC7Pi4VoT7wooR48hbs/fAUEARo8U=; b=Hni8FOyOPjpZbe0vbIcGesdwZ907gCC0RR5M7vXdQBg3LQAm7MFXO7qhkGQw+ytpp4 MNq//290L/OsEMgdbtP1azEPaPLif8hNRffyQ3VhBA80N5gQx3dYSTEB13OfEuhN79Kw mptUssqQ27qqIAb29yGtcWcouV9W2szuVD9lIpXTyQ6uSxeEaXBtG1ytXNWDLBNPygHU ClpRFT9wZ5VOfqpvb81AE7WDoHHs+vK4EXCMrPcNFy8W9ZpVzJpRdfA+KVXa31jqedpA noc4T68SwrVcsNIeSPepMfkIrtGlGbBNRpSu8nCXrmExlreJQQ8mKTwGGl3a74EoPbJo QsBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=KXflhj+YG9ISeKeC7Pi4VoT7wooR48hbs/fAUEARo8U=; b=ePCbYRlZdY5GEvPv/d/hDZ+8T8Z94uqEl1PoSgXqXkiuqAzLW0516b3tsVvZBnYuVy DyLsKJSSFdYafjYcdtwpjVyUP88pzbQ4OCS4P7pXRkmjsxuKWZ2nSf/TeGltApnsujP4 nS82NSq23eGrswBG5BF4M3fw7v5k4OYQ7QCmI2ZvxEDKewilfXOpauyWz5LJN0YttX8C c6lF239Oj3hsvsZOHM3NEF5mtnVagGJNARVl6JzedXnnZQfb/S0Tcb/AJSn1blLmcuPw uLwU0e6TZR//oNg4RdsBlcJOkNGcbZuj/B9LkwmHdB2RqqFVlDezpGdJMJpRb1fw88zt mH9A== X-Gm-Message-State: AFqh2kpwOec1L2pIisor8zjD8jAAA+fy2kIiXn/kqUxtQ2SeNYZfODTC UgcXY0LMGVebB2kZOMgYKRGNxASV7oI= X-Google-Smtp-Source: AMrXdXuePZXF8baK+FDnI4T69pkDY5w8jQEkR8cTQNwoINU2Wk1taxpQ8apnbKBUzrHVj/I/MiuNpw== X-Received: by 2002:a9d:861:0:b0:670:9f69:a135 with SMTP id 88-20020a9d0861000000b006709f69a135mr31131166oty.17.1673191280414; Sun, 08 Jan 2023 07:21:20 -0800 (PST) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:14ca:f21f:f9fe:c54d]) by smtp.gmail.com with ESMTPSA id s24-20020a056830125800b00684074fbce6sm3184725otp.54.2023.01.08.07.21.19 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 08 Jan 2023 07:21:20 -0800 (PST) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [langdale 08/26] Nodejs - Upgrade to 16.18.1 Date: Sun, 8 Jan 2023 10:20:43 -0500 Message-Id: <45f9f9d4030f6267a8b8feeacf60a3f0b336a9b3.1673191116.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: MIME-Version: 1.0 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 ; Sun, 08 Jan 2023 15:21:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/100453 From: Archana Polampalli * Drop Openssl legacy provider patch and install both binaries patch which are already available in 16.x * Refresh native binaries patch against 16.x base Signed-off-by: Archana Polampalli Signed-off-by: Armin Kuster --- .../oe-npm-cache | 0 ....14.bb => nodejs-oe-cache-native_16.18.bb} | 0 ...patch => 0001-Using-native-binaries.patch} | 40 +++-- ...Install-both-binaries-and-use-libdir.patch | 96 ----------- ...5-add-openssl-legacy-provider-option.patch | 151 ------------------ .../{nodejs_16.14.2.bb => nodejs_16.18.1.bb} | 8 +- 6 files changed, 27 insertions(+), 268 deletions(-) rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-16.14 => nodejs-oe-cache-16.18}/oe-npm-cache (100%) rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-native_16.14.bb => nodejs-oe-cache-native_16.18.bb} (100%) rename meta-oe/recipes-devtools/nodejs/nodejs/{0002-Using-native-binaries.patch => 0001-Using-native-binaries.patch} (70%) delete mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/0002-Install-both-binaries-and-use-libdir.patch delete mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/0005-add-openssl-legacy-provider-option.patch rename meta-oe/recipes-devtools/nodejs/{nodejs_16.14.2.bb => nodejs_16.18.1.bb} (94%) diff --git a/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-16.14/oe-npm-cache b/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-16.18/oe-npm-cache similarity index 100% rename from meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-16.14/oe-npm-cache rename to meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-16.18/oe-npm-cache diff --git a/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_16.14.bb b/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_16.18.bb similarity index 100% rename from meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_16.14.bb rename to meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-native_16.18.bb diff --git a/meta-oe/recipes-devtools/nodejs/nodejs/0002-Using-native-binaries.patch b/meta-oe/recipes-devtools/nodejs/nodejs/0001-Using-native-binaries.patch similarity index 70% rename from meta-oe/recipes-devtools/nodejs/nodejs/0002-Using-native-binaries.patch rename to meta-oe/recipes-devtools/nodejs/nodejs/0001-Using-native-binaries.patch index 8db1f1dd54..445aaf8398 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs/0002-Using-native-binaries.patch +++ b/meta-oe/recipes-devtools/nodejs/nodejs/0001-Using-native-binaries.patch @@ -3,14 +3,17 @@ From: Guillaume Burel Date: Fri, 3 Jan 2020 11:25:54 +0100 Subject: [PATCH] Using native binaries +Signed-off-by: Archana Polampalli --- - node.gyp | 4 ++-- - tools/v8_gypfiles/v8.gyp | 11 ++++------- - 2 files changed, 6 insertions(+), 9 deletions(-) + node.gyp | 2 ++ + tools/v8_gypfiles/v8.gyp | 5 +++++ + 2 files changed, 7 insertions(+) +diff --git a/node.gyp b/node.gyp +index 24505da7ba..7d41bd52db 100644 --- a/node.gyp +++ b/node.gyp -@@ -294,6 +294,7 @@ +@@ -319,6 +319,7 @@ 'action_name': 'run_mkcodecache', 'process_outputs_as_sources': 1, 'inputs': [ @@ -18,14 +21,16 @@ Subject: [PATCH] Using native binaries '<(mkcodecache_exec)', ], 'outputs': [ -@@ -319,6 +320,7 @@ - 'action_name': 'node_mksnapshot', - 'process_outputs_as_sources': 1, - 'inputs': [ -+ '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', - '<(node_mksnapshot_exec)', - ], - 'outputs': [ +@@ -366,6 +367,7 @@ + 'action_name': 'node_mksnapshot', + 'process_outputs_as_sources': 1, + 'inputs': [ ++ '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', + '<(node_mksnapshot_exec)', + ], + 'outputs': [ +diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp +index ed042f8829..371b8e02c2 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -68,6 +68,7 @@ @@ -40,11 +45,11 @@ Subject: [PATCH] Using native binaries '<@(torque_outputs_inc)', ], 'action': [ -+ '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', ++ '<(PRODUCT_DIR)/v8-qemu-wrapper.sh', '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)torque<(EXECUTABLE_SUFFIX)', '-o', '<(SHARED_INTERMEDIATE_DIR)/torque-generated', '-v8-root', '<(V8_ROOT)', -@@ -225,6 +227,7 @@ +@@ -211,6 +213,7 @@ { 'action_name': 'generate_bytecode_builtins_list_action', 'inputs': [ @@ -52,7 +57,7 @@ Subject: [PATCH] Using native binaries '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)bytecode_builtins_list_generator<(EXECUTABLE_SUFFIX)', ], 'outputs': [ -@@ -415,6 +418,7 @@ +@@ -395,6 +398,7 @@ ], }, 'inputs': [ @@ -60,7 +65,7 @@ Subject: [PATCH] Using native binaries '<(mksnapshot_exec)', ], 'outputs': [ -@@ -1548,6 +1552,7 @@ +@@ -1513,6 +1517,7 @@ { 'action_name': 'run_gen-regexp-special-case_action', 'inputs': [ @@ -68,3 +73,6 @@ Subject: [PATCH] Using native binaries '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen-regexp-special-case<(EXECUTABLE_SUFFIX)', ], 'outputs': [ +-- +2.34.1 + diff --git a/meta-oe/recipes-devtools/nodejs/nodejs/0002-Install-both-binaries-and-use-libdir.patch b/meta-oe/recipes-devtools/nodejs/nodejs/0002-Install-both-binaries-and-use-libdir.patch deleted file mode 100644 index 5cb2e97015..0000000000 --- a/meta-oe/recipes-devtools/nodejs/nodejs/0002-Install-both-binaries-and-use-libdir.patch +++ /dev/null @@ -1,96 +0,0 @@ -From 62ddf8499747fb1e366477d666c0634ad50039a9 Mon Sep 17 00:00:00 2001 -From: Elliott Sales de Andrade -Date: Tue, 19 Mar 2019 23:22:40 -0400 -Subject: [PATCH 2/2] Install both binaries and use libdir. - -This allows us to build with a shared library for other users while -still providing the normal executable. - -Taken from - https://src.fedoraproject.org/rpms/nodejs/raw/rawhide/f/0002-Install-both-binaries-and-use-libdir.patch - -Upstream-Status: Pending - -Signed-off-by: Elliott Sales de Andrade -Signed-off-by: Andreas Müller -Signed-off-by: Khem Raj ---- - configure.py | 7 +++++++ - tools/install.py | 21 +++++++++------------ - 2 files changed, 16 insertions(+), 12 deletions(-) - -diff --git a/configure.py b/configure.py -index 6efb98c2316f089f3167e486282593245373af3f..a6d2ec939e4480dfae703f3978067537abf9f0f0 100755 ---- a/configure.py -+++ b/configure.py -@@ -721,10 +721,16 @@ parser.add_argument('--shared', - dest='shared', - default=None, - help='compile shared library for embedding node in another project. ' + - '(This mode is not officially supported for regular applications)') - -+parser.add_argument('--libdir', -+ action='store', -+ dest='libdir', -+ default='lib', -+ help='a directory to install the shared library into') -+ - parser.add_argument('--without-v8-platform', - action='store_true', - dest='without_v8_platform', - default=False, - help='do not initialize v8 platform during node.js startup. ' + -@@ -1305,10 +1311,11 @@ def configure_node(o): - o['variables']['debug_nghttp2'] = 'false' - - o['variables']['node_no_browser_globals'] = b(options.no_browser_globals) - - o['variables']['node_shared'] = b(options.shared) -+ o['variables']['libdir'] = options.libdir - node_module_version = getmoduleversion.get_version() - - if options.dest_os == 'android': - shlib_suffix = 'so' - elif sys.platform == 'darwin': -diff --git a/tools/install.py b/tools/install.py -index 41cc1cbc60a9480cc08df3aa0ebe582c2becc3a2..11208f9e7166ab60da46d5ace2257c239a7e9263 100755 ---- a/tools/install.py -+++ b/tools/install.py -@@ -128,26 +128,23 @@ def subdir_files(path, dest, action): - for subdir, files_in_path in ret.items(): - action(files_in_path, subdir + '/') - - def files(action): - is_windows = sys.platform == 'win32' -- output_file = 'node' - output_prefix = 'out/Release/' -+ output_libprefix = output_prefix - -- if 'false' == variables.get('node_shared'): -- if is_windows: -- output_file += '.exe' -+ if is_windows: -+ output_bin = 'node.exe' -+ output_lib = 'node.dll' - else: -- if is_windows: -- output_file += '.dll' -- else: -- output_file = 'lib' + output_file + '.' + variables.get('shlib_suffix') -+ output_bin = 'node' -+ output_lib = 'libnode.' + variables.get('shlib_suffix') - -- if 'false' == variables.get('node_shared'): -- action([output_prefix + output_file], 'bin/' + output_file) -- else: -- action([output_prefix + output_file], 'lib/' + output_file) -+ action([output_prefix + output_bin], 'bin/' + output_bin) -+ if 'true' == variables.get('node_shared'): -+ action([output_libprefix + output_lib], variables.get('libdir') + '/' + output_lib) - - if 'true' == variables.get('node_use_dtrace'): - action(['out/Release/node.d'], 'lib/dtrace/node.d') - - # behave similarly for systemtap --- -2.33.0 - diff --git a/meta-oe/recipes-devtools/nodejs/nodejs/0005-add-openssl-legacy-provider-option.patch b/meta-oe/recipes-devtools/nodejs/nodejs/0005-add-openssl-legacy-provider-option.patch deleted file mode 100644 index 4d238c03f4..0000000000 --- a/meta-oe/recipes-devtools/nodejs/nodejs/0005-add-openssl-legacy-provider-option.patch +++ /dev/null @@ -1,151 +0,0 @@ -From 86d1c0cc6a5dcf57e413a1cc1c29203e87cf9a14 Mon Sep 17 00:00:00 2001 -From: Daniel Bevenius -Date: Sat, 16 Oct 2021 08:50:16 +0200 -Subject: [PATCH] src: add --openssl-legacy-provider option - -This commit adds an option to Node.js named --openssl-legacy-provider -and if specified will load OpenSSL 3.0 Legacy provider. - -$ ./node --help -... ---openssl-legacy-provider enable OpenSSL 3.0 legacy provider - -Example usage: - -$ ./node --openssl-legacy-provider -p 'crypto.createHash("md4")' -Hash { - _options: undefined, - [Symbol(kHandle)]: Hash {}, - [Symbol(kState)]: { [Symbol(kFinalized)]: false } -} - -Co-authored-by: Richard Lau -Signed-off-by: Signed-off-by: Andrej Valek -Upstream-Status: Backport [https://github.com/nodejs/node/issues/40455] ---- - doc/api/cli.md | 10 ++++++++++ - src/crypto/crypto_util.cc | 10 ++++++++++ - src/node_options.cc | 10 ++++++++++ - src/node_options.h | 7 +++++++ - .../test-process-env-allowed-flags-are-documented.js | 5 +++++ - 5 files changed, 42 insertions(+) - -diff --git a/doc/api/cli.md b/doc/api/cli.md -index 74057706bf8d..608b9cdeddf1 100644 ---- a/doc/api/cli.md -+++ b/doc/api/cli.md -@@ -687,6 +687,14 @@ Load an OpenSSL configuration file on startup. Among other uses, this can be - used to enable FIPS-compliant crypto if Node.js is built - against FIPS-enabled OpenSSL. - -+### `--openssl-legacy-provider` -+ -+ -+Enable OpenSSL 3.0 legacy provider. For more information please see -+[providers readme][]. -+ - ### `--pending-deprecation` - -