From patchwork Fri Oct 13 11:09:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lee, Chee Yang" X-Patchwork-Id: 32128 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 AE05FCDB482 for ; Fri, 13 Oct 2023 11:34:59 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.36290.1697196893892836383 for ; Fri, 13 Oct 2023 04:34:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=VXWxAEv/; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: chee.yang.lee@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697196893; x=1728732893; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=NOcxuVlbxoa91aQfDuLoV7iXD/X/cfkUHlj+MO/Y/B0=; b=VXWxAEv/W5KcUEUNsAKkmwQ04sIqf8ENRjcoql55VdSvG9bGG22GVZhu qtcZMySo8p+YhQYXWWrfTnX0YyzhmSfwIrrH7WniZ/u65wkN3CigoUX7R sHqhKHjfP9BCmFjh7LZDCNdoycv3RpXDe0JrDw3STRSNXBw64wV5LuxQ9 pddvhWUWWyugo9+98zj/UapStNvX40nOxA6n9PXF+gvr9vrT4dLCzZTrB MXdZT46gwx8QWM5MDp/nIJEoQTI7kWPKPfsA/IyB3WYsjs75zaY7OZ+NH aGvWoxHMl4YpmuBy012PgZRrQOzKrm4zUx9o98LVlpkL0AylKmNuf6DN9 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="385000138" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="385000138" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2023 04:29:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="789834367" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="789834367" Received: from andromeda02.png.intel.com ([10.221.253.198]) by orsmga001.jf.intel.com with ESMTP; 13 Oct 2023 04:29:19 -0700 From: chee.yang.lee@intel.com To: openembedded-core@lists.openembedded.org Subject: [kirkstone][PATCH 1/7] python3-urllib3: upgrade 1.26.9 -> 1.26.10 Date: Fri, 13 Oct 2023 19:09:35 +0800 Message-Id: <20231013110941.2223228-1-chee.yang.lee@intel.com> X-Mailer: git-send-email 2.37.3 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 ; Fri, 13 Oct 2023 11:34:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189062 From: wangmy Add dependence python3-logging. Changelog: ========= * Removed support for Python 3.5 * Fixed an issue where a "ProxyError" recommending configuring the proxy as HTTP instead of HTTPS could appear even when an HTTPS proxy wasn't configured. Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit a8a26a92dfe367472daf086a33a1b30ff6d17540) Signed-off-by: Lee Chee Yang --- .../{python3-urllib3_1.26.9.bb => python3-urllib3_1.26.10.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-urllib3_1.26.9.bb => python3-urllib3_1.26.10.bb} (82%) diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.9.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb similarity index 82% rename from meta/recipes-devtools/python/python3-urllib3_1.26.9.bb rename to meta/recipes-devtools/python/python3-urllib3_1.26.10.bb index 95ae4a54a40..a8e2073d71e 100644 --- a/meta/recipes-devtools/python/python3-urllib3_1.26.9.bb +++ b/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" -SRC_URI[sha256sum] = "aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e" +SRC_URI[sha256sum] = "879ba4d1e89654d9769ce13121e0f94310ea32e8d2f8cf587b77c08bbcdb30d6" inherit pypi setuptools3 @@ -15,6 +15,7 @@ RDEPENDS:${PN} += "\ ${PYTHON_PN}-netclient \ ${PYTHON_PN}-pyopenssl \ ${PYTHON_PN}-threading \ + ${PYTHON_PN}-logging \ " CVE_PRODUCT = "urllib3" From patchwork Fri Oct 13 11:09:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lee, Chee Yang" X-Patchwork-Id: 32133 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 F2A1FCDB486 for ; Fri, 13 Oct 2023 11:34:59 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.36290.1697196893892836383 for ; Fri, 13 Oct 2023 04:34:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=mSqiV0GH; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: chee.yang.lee@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697196894; x=1728732894; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=0bI2GIYTWfnIDTf5zw9m3zg0wnreVt3vyuiJOpLN6wc=; b=mSqiV0GHZLgWfk6ZPdAkVB5qo7ju6SpoCHY3+1lYfxd489WAqCiRupU7 iOa7caENCqNnfAlgiLNWykKZ+Ocsw3WqEy3g/92ADG5FKKExExC4BsIWj +SEQ747NHbib0EiNdfPe67EiXbqD1dj5mGXo5f1s9L1uASvdByNi87p3T z59TEHMJ4FUYyF0qPOCnUrxDoRIWJI2AU5Om8eDSN1EAPSwYPNlWMdc3O cm58di+BUhXou3Sh+JJfpPRlaEGu4UoCGINJEAS0Y8LIoL+zB19oU4RmI CRiMWva7Oda2YIpMVWFGUtJG26lZMiAOh403rH2B5gcZFf0fcOEhAjKNv A==; X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="385000149" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="385000149" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2023 04:29:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="789834377" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="789834377" Received: from andromeda02.png.intel.com ([10.221.253.198]) by orsmga001.jf.intel.com with ESMTP; 13 Oct 2023 04:29:20 -0700 From: chee.yang.lee@intel.com To: openembedded-core@lists.openembedded.org Subject: [kirkstone][PATCH 2/7] python3-urllib3: upgrade 1.26.10 -> 1.26.11 Date: Fri, 13 Oct 2023 19:09:36 +0800 Message-Id: <20231013110941.2223228-2-chee.yang.lee@intel.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20231013110941.2223228-1-chee.yang.lee@intel.com> References: <20231013110941.2223228-1-chee.yang.lee@intel.com> 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 ; Fri, 13 Oct 2023 11:34:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189063 From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit dbe07ff87e2cb1a8276e69a43c7cdbb9ae6e5493) Signed-off-by: Lee Chee Yang --- .../{python3-urllib3_1.26.10.bb => python3-urllib3_1.26.11.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-urllib3_1.26.10.bb => python3-urllib3_1.26.11.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.11.bb similarity index 86% rename from meta/recipes-devtools/python/python3-urllib3_1.26.10.bb rename to meta/recipes-devtools/python/python3-urllib3_1.26.11.bb index a8e2073d71e..a8d47de0f42 100644 --- a/meta/recipes-devtools/python/python3-urllib3_1.26.10.bb +++ b/meta/recipes-devtools/python/python3-urllib3_1.26.11.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" -SRC_URI[sha256sum] = "879ba4d1e89654d9769ce13121e0f94310ea32e8d2f8cf587b77c08bbcdb30d6" +SRC_URI[sha256sum] = "ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a" inherit pypi setuptools3 From patchwork Fri Oct 13 11:09:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lee, Chee Yang" X-Patchwork-Id: 32127 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 B0E9CCDB47E for ; Fri, 13 Oct 2023 11:34:59 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.36290.1697196893892836383 for ; Fri, 13 Oct 2023 04:34:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=QoDJxvaS; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: chee.yang.lee@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697196894; x=1728732894; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=4q75NV6vg7OLAxBuou2kj2uVPB3V12i43/drkkxKaiI=; b=QoDJxvaSvbc/n3DNp24g+tOk9SBpVcRHNqHFKvamaKUaFhe7ezF+H7Oz OEgFT1Jk/MAPScp+NLCJMeM2A/FLnFKBiRVoQm1CGZHrSnjcDdIEpwO+f PnjeT7alKtpPBrSYVJFAKRmB9bBHKKUp+H25qHfbYB9zmQ8d3Q/JyQWH0 XRaudo0IWRQWraxEkFLIhOilFXoNtLHAvTKd/hN03u9l5rVyxKNPOQIRr PJ/ZngLCSp2huAQ3qrK779C4juaoyLNpBmFuFKV+IgFnD/cR7FeBCxLqd 5n2dwsoJ6P2MuZ+MCCGWqSzthKtdPa3cBP6KoJHAXMSVQKBO7xTl8VXt5 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="385000160" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="385000160" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2023 04:29:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="789834380" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="789834380" Received: from andromeda02.png.intel.com ([10.221.253.198]) by orsmga001.jf.intel.com with ESMTP; 13 Oct 2023 04:29:21 -0700 From: chee.yang.lee@intel.com To: openembedded-core@lists.openembedded.org Subject: [kirkstone][PATCH 3/7] python3-urllib3: upgrade 1.26.11 -> 1.26.12 Date: Fri, 13 Oct 2023 19:09:37 +0800 Message-Id: <20231013110941.2223228-3-chee.yang.lee@intel.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20231013110941.2223228-1-chee.yang.lee@intel.com> References: <20231013110941.2223228-1-chee.yang.lee@intel.com> 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 ; Fri, 13 Oct 2023 11:34:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189064 From: wangmy Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni (cherry picked from commit cb05578af3ace6e3983f93e16d9ad1ac2a65fbe2) Signed-off-by: Lee Chee Yang --- .../{python3-urllib3_1.26.11.bb => python3-urllib3_1.26.12.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-urllib3_1.26.11.bb => python3-urllib3_1.26.12.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.11.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.12.bb similarity index 86% rename from meta/recipes-devtools/python/python3-urllib3_1.26.11.bb rename to meta/recipes-devtools/python/python3-urllib3_1.26.12.bb index a8d47de0f42..1cd69bcb104 100644 --- a/meta/recipes-devtools/python/python3-urllib3_1.26.11.bb +++ b/meta/recipes-devtools/python/python3-urllib3_1.26.12.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" -SRC_URI[sha256sum] = "ea6e8fb210b19d950fab93b60c9009226c63a28808bc8386e05301e25883ac0a" +SRC_URI[sha256sum] = "3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e" inherit pypi setuptools3 From patchwork Fri Oct 13 11:09:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lee, Chee Yang" X-Patchwork-Id: 32129 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 BDFEFCDB483 for ; Fri, 13 Oct 2023 11:34:59 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.36291.1697196894455248078 for ; Fri, 13 Oct 2023 04:34:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=GuYkxnhD; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: chee.yang.lee@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697196894; x=1728732894; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=ebGbizRJD5J3y7UG3wtFoGaSSIWa+c94CK/f109Wjh4=; b=GuYkxnhD8xyAzhMa/M2wCOLt1v3mkzSLoj8q6vyuxSpNSo5Xpe2HaeZT lIJ2UyOHHhAZhW8JYxarnq3gUQgKQgokcuXHgpq/MUheJ/5i2CB70Em4C 18LiuILJ9AzkDh95WMCpNbqgqNAx2WpfJYt0t+VhZPBtPIpFSlHxFQuDV Qa3WheKP7AV7dKhCIfzXSiap44OBrr3d3UpkLK/fZ/CoIlv91/302YXhW QdomHuceI5HcZieKEp1WNAyanbhC/1jvDqwp93n9O3wuGKtkAHKXv4tqm A+tYS6zBwncJC7jpIazhEMVtyIZHfmY5mgn7OpZKayndZnYvTpvgizv1Y w==; X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="385000171" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="385000171" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2023 04:29:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="789834384" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="789834384" Received: from andromeda02.png.intel.com ([10.221.253.198]) by orsmga001.jf.intel.com with ESMTP; 13 Oct 2023 04:29:21 -0700 From: chee.yang.lee@intel.com To: openembedded-core@lists.openembedded.org Subject: [kirkstone][PATCH 4/7] python3-urllib3: upgrade 1.26.12 -> 1.26.13 Date: Fri, 13 Oct 2023 19:09:38 +0800 Message-Id: <20231013110941.2223228-4-chee.yang.lee@intel.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20231013110941.2223228-1-chee.yang.lee@intel.com> References: <20231013110941.2223228-1-chee.yang.lee@intel.com> 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 ; Fri, 13 Oct 2023 11:34:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189065 From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit b18552f69a2eb8900981a10ba386dc4f862b29c3) Signed-off-by: Lee Chee Yang --- .../{python3-urllib3_1.26.12.bb => python3-urllib3_1.26.13.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-urllib3_1.26.12.bb => python3-urllib3_1.26.13.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.12.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.13.bb similarity index 86% rename from meta/recipes-devtools/python/python3-urllib3_1.26.12.bb rename to meta/recipes-devtools/python/python3-urllib3_1.26.13.bb index 1cd69bcb104..7af95117cf1 100644 --- a/meta/recipes-devtools/python/python3-urllib3_1.26.12.bb +++ b/meta/recipes-devtools/python/python3-urllib3_1.26.13.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" -SRC_URI[sha256sum] = "3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e" +SRC_URI[sha256sum] = "c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8" inherit pypi setuptools3 From patchwork Fri Oct 13 11:09:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lee, Chee Yang" X-Patchwork-Id: 32132 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 BE1DCC41513 for ; Fri, 13 Oct 2023 11:34:59 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.36290.1697196893892836383 for ; Fri, 13 Oct 2023 04:34:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=Hu1fJIOy; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: chee.yang.lee@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697196894; x=1728732894; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=4PcFubNOU4GhDZku2gbHkF9876BbNZZ2K3/wGeSxyE4=; b=Hu1fJIOyLlXr+QdkPpcx/9Be9z6ODYn6t/ObT9/zjGSYj/2iWWYOJYBe obilc5jqhRGRmUmyfrBfcnh3A2CzGOv3TOPFmxna8LZft3XkHK7ZAfegK FGuShfzO6wFHvLSaT9P8C4zjZImMgmevPWHZtjOD2GM5dEJbPLVxI0G+6 CkqYYxWAjV7JYYRTl3zophOIZp8iOnJBw9IPCS3a5bn50PeucEQwqwKsq zTZamK77+GwXsDHBP70IIDkUe/nzPwPEtQYaf/5NaJoFqHvDaT+Rob93G cfcOZK68WoLY3x/7IewkUyuQFKlA98lDCfqg6NbWeuTgD2BdF/hQsfzm/ A==; X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="385000177" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="385000177" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2023 04:29:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="789834395" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="789834395" Received: from andromeda02.png.intel.com ([10.221.253.198]) by orsmga001.jf.intel.com with ESMTP; 13 Oct 2023 04:29:22 -0700 From: chee.yang.lee@intel.com To: openembedded-core@lists.openembedded.org Subject: [kirkstone][PATCH 5/7] python3-urllib3: upgrade 1.26.13 -> 1.26.14 Date: Fri, 13 Oct 2023 19:09:39 +0800 Message-Id: <20231013110941.2223228-5-chee.yang.lee@intel.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20231013110941.2223228-1-chee.yang.lee@intel.com> References: <20231013110941.2223228-1-chee.yang.lee@intel.com> 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 ; Fri, 13 Oct 2023 11:34:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189066 From: Tim Orling https://github.com/urllib3/urllib3/blob/1.26.14/CHANGES.rst#12614-2023-01-11 1.26.14 (2023-01-11) Fixed parsing of port 0 (zero) returning None, instead of 0. (#2850) Removed deprecated getheaders() calls in contrib module. Signed-off-by: Tim Orling Signed-off-by: Richard Purdie (cherry picked from commit 55ab1bf20e6893088acb6460e9004dac8e205559) Signed-off-by: Lee Chee Yang --- .../{python3-urllib3_1.26.13.bb => python3-urllib3_1.26.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-urllib3_1.26.13.bb => python3-urllib3_1.26.14.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.13.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb similarity index 86% rename from meta/recipes-devtools/python/python3-urllib3_1.26.13.bb rename to meta/recipes-devtools/python/python3-urllib3_1.26.14.bb index 7af95117cf1..f35a141df26 100644 --- a/meta/recipes-devtools/python/python3-urllib3_1.26.13.bb +++ b/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" -SRC_URI[sha256sum] = "c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8" +SRC_URI[sha256sum] = "076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72" inherit pypi setuptools3 From patchwork Fri Oct 13 11:09:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lee, Chee Yang" X-Patchwork-Id: 32131 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 DF787C46CA1 for ; Fri, 13 Oct 2023 11:34:59 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.36291.1697196894455248078 for ; Fri, 13 Oct 2023 04:34:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=YLOgAmIB; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: chee.yang.lee@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697196894; x=1728732894; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=CYoth/e3FsuKyClC8Gco04jVRZWmkh0KYOVnRCPMqnM=; b=YLOgAmIBXVmSFOrq8xy4Bqibajqsn+oh5z+gZkFvFQUDdrfY1IQJixuL rwlazQTABfU8xHwQVe6xdeUr5YIW2P/0IsmSF3vaXBPbrLdQxA2Le/SSy ReOEs60TtuAJhn9qNNNu30nZdOrWxw/WjYbhVps6ptttasiM4PXSxvjXN jcyHjX25zE6+eiYW+CkO5FgomQAMOjqJAzOn2sh8F3aaZ/MNYBWT9zctP lxu3zrIEuqZXR8X+7dHUexrP35Nkqtkb7BEZXSdgwhxjFtYXlW+rYGROs tiCTxDE+SSm90/Sicyy2WxkXdMEHI5yvnW8DNCmUZr2yn4+/y5H3QVTXw g==; X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="385000191" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="385000191" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2023 04:29:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="789834403" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="789834403" Received: from andromeda02.png.intel.com ([10.221.253.198]) by orsmga001.jf.intel.com with ESMTP; 13 Oct 2023 04:29:23 -0700 From: chee.yang.lee@intel.com To: openembedded-core@lists.openembedded.org Subject: [kirkstone][PATCH 6/7] python3-urllib3: upgrade 1.26.14 -> 1.26.15 Date: Fri, 13 Oct 2023 19:09:40 +0800 Message-Id: <20231013110941.2223228-6-chee.yang.lee@intel.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20231013110941.2223228-1-chee.yang.lee@intel.com> References: <20231013110941.2223228-1-chee.yang.lee@intel.com> 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 ; Fri, 13 Oct 2023 11:34:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189067 From: Wang Mingyu Changelog: ========== * Fix socket timeout value when "HTTPConnection" is reused ('#2645 '__) * Remove "!" character from the unreserved characters in IPv6 Zone ID parsing ('#2899 '__) * Fix IDNA handling of '\x80' byte ('#2901 '__) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie (cherry picked from commit 8e062efbac29a81831c3060bcae601dc533d65dd) Signed-off-by: Lee Chee Yang --- .../{python3-urllib3_1.26.14.bb => python3-urllib3_1.26.15.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-urllib3_1.26.14.bb => python3-urllib3_1.26.15.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.15.bb similarity index 86% rename from meta/recipes-devtools/python/python3-urllib3_1.26.14.bb rename to meta/recipes-devtools/python/python3-urllib3_1.26.15.bb index f35a141df26..d2de7c4c022 100644 --- a/meta/recipes-devtools/python/python3-urllib3_1.26.14.bb +++ b/meta/recipes-devtools/python/python3-urllib3_1.26.15.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" -SRC_URI[sha256sum] = "076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72" +SRC_URI[sha256sum] = "8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305" inherit pypi setuptools3 From patchwork Fri Oct 13 11:09:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Lee, Chee Yang" X-Patchwork-Id: 32130 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 DEA66CDB484 for ; Fri, 13 Oct 2023 11:34:59 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.36290.1697196893892836383 for ; Fri, 13 Oct 2023 04:34:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@intel.com header.s=Intel header.b=Vu6cQvjw; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: chee.yang.lee@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697196894; x=1728732894; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=xFpo/RFbQoKnp1FRd4PYttXecpo2ivckieXe2SOSLhM=; b=Vu6cQvjwRQDQ0KQUqt04nPKM0p7h7xjzM3BetYw2eKPSVN0/m3eidqZ/ qwrkgLjFIpmXDmc7PDogbIft77sapcuHkGX9JNkwkSWBQnVjxdjfUwmiL OHjUAugwF5ZHnZJEZWqjwj5DHDeNKbZOuqzPONYLm5x4kGf3gwdM9Qp/J ZPmX72CHz2xKV71QfIiuPE2l2FdjZNm5qz8kz1u9g8VZSFLf6eOVrKa0h VhwCiCio2nVKmkf42jsTp6tP7F34eYOl/VE8Okot/J9Xp7sJm6YJvN9+I AWhMoG2aT9ba0fIo6YzOKmiAtxyb2pieKOPgBIfoQ0cuUcPJlUis/JrRe g==; X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="385000204" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="385000204" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Oct 2023 04:29:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10861"; a="789834408" X-IronPort-AV: E=Sophos;i="6.03,222,1694761200"; d="scan'208";a="789834408" Received: from andromeda02.png.intel.com ([10.221.253.198]) by orsmga001.jf.intel.com with ESMTP; 13 Oct 2023 04:29:24 -0700 From: chee.yang.lee@intel.com To: openembedded-core@lists.openembedded.org Subject: [kirkstone][PATCH 7/7] python3-urllib3: 1.26.15 -> 1.26.17 Date: Fri, 13 Oct 2023 19:09:41 +0800 Message-Id: <20231013110941.2223228-7-chee.yang.lee@intel.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20231013110941.2223228-1-chee.yang.lee@intel.com> References: <20231013110941.2223228-1-chee.yang.lee@intel.com> 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 ; Fri, 13 Oct 2023 11:34:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/189068 From: Lee Chee Yang 1.26.17 (2023-10-02) Added the Cookie header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect. (CVE-2023-43804) 1.26.16 (2023-05-23) Fixed thread-safety issue where accessing a PoolManager with many distinct origins would cause connection pools to be closed while requests are in progress (#2954) Signed-off-by: Lee Chee Yang --- .../{python3-urllib3_1.26.15.bb => python3-urllib3_1.26.17.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-urllib3_1.26.15.bb => python3-urllib3_1.26.17.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-urllib3_1.26.15.bb b/meta/recipes-devtools/python/python3-urllib3_1.26.17.bb similarity index 86% rename from meta/recipes-devtools/python/python3-urllib3_1.26.15.bb rename to meta/recipes-devtools/python/python3-urllib3_1.26.17.bb index d2de7c4c022..57b166870aa 100644 --- a/meta/recipes-devtools/python/python3-urllib3_1.26.15.bb +++ b/meta/recipes-devtools/python/python3-urllib3_1.26.17.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" -SRC_URI[sha256sum] = "8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305" +SRC_URI[sha256sum] = "24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21" inherit pypi setuptools3