From patchwork Sun Sep 17 23:55:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 30616 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 487E2CD37B4 for ; Sun, 17 Sep 2023 23:55:38 +0000 (UTC) Received: from mail-yw1-f171.google.com (mail-yw1-f171.google.com [209.85.128.171]) by mx.groups.io with SMTP id smtpd.web10.41002.1694994936959044289 for ; Sun, 17 Sep 2023 16:55:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=CfVFdKqv; spf=pass (domain: gmail.com, ip: 209.85.128.171, mailfrom: akuster808@gmail.com) Received: by mail-yw1-f171.google.com with SMTP id 00721157ae682-59bebd5bdadso39757397b3.0 for ; Sun, 17 Sep 2023 16:55:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1694994936; x=1695599736; darn=lists.yoctoproject.org; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=AfCeNYWRLIx1NZ4aVyxPodjfE7b0O1vNK+aKjHBFW+U=; b=CfVFdKqv0X4MdykRfzsjlOTbNnXV8fQmGeDCVa63Gadu7CjBNC260TRoaklisU7eQx mGe0EVV25fyTrB6orcbe3uSTmD0UKSZ2F7ITPPjWwThivuAm6izXWpJtgtO4JcwwYbEj sZbvwb0ZyVXZImsnIhHdQTvdbhUBreNvbf5Utfzu2H/Pej95JjgccuXi8n25Bn6kRvpN GaNAwEIHX9R9mnpcrif4OnWwVVPtvExErehRWmgZyykO6tkjuQhWQGTmLjBJv5TwALHP lxADKi0q7Nq6hiqfB+bkgFEs8Q51RcUsIEVPi7CguJuvLonY5I2QhxFnqpvCL52VLyZY 4t8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694994936; x=1695599736; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=AfCeNYWRLIx1NZ4aVyxPodjfE7b0O1vNK+aKjHBFW+U=; b=PpmgfB9pI9kz5HTmqnLmGdawT1MaAyDWTJki5n39wQK8p1ccoX6u8qqj5mHeq1Ykbv oNMc46CZ298PMyTSjbtfUADv9BAAORATB2DDVFUXLAr0jZtOLF7DwK8atBJs8HzaAklK ZAK4r0KmggfRP4dacpNAvLrtqp3C8WyIBgs+NzDPkt9P12fNcUiiptok2Ow9VrvQt4tR VeI4EYfnVrkXpFI73OprTDEOR2SJgqg8g1M/O6JOM5TP3btjSSGPJn+OYAhmiaOlwh0j 9n06orGxwvqPHD5mP/cEWBohi36Ga1iYtgtmP5UIXiqzmVqkZ/6gGEugPUrhNQpJkuDh VVlg== X-Gm-Message-State: AOJu0YxemCnVlTzXJQ3DhxhJYpZOD5KS87J1hzga6iwoQGWvDBgiyP3J JN23nv032FfGX+adD7Xpyka46i1VCtc= X-Google-Smtp-Source: AGHT+IGLOFU35sBQyTr+GUajWvfgj1EFX00F4ZLL7KfvPdMCqTgRXv4riVLv4T2loCnkb2hcnlG1qg== X-Received: by 2002:a0d:d204:0:b0:584:2ea4:a24b with SMTP id u4-20020a0dd204000000b005842ea4a24bmr7534149ywd.19.1694994935703; Sun, 17 Sep 2023 16:55:35 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:f623:9dad:2eba:f0e5]) by smtp.gmail.com with ESMTPSA id x9-20020a0dd509000000b0058c4e33b2d6sm2209291ywd.90.2023.09.17.16.55.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Sep 2023 16:55:35 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 1/7] openscap: update to 1.3.9 Date: Sun, 17 Sep 2023 19:55:28 -0400 Message-Id: <20230917235534.2871544-1-akuster808@gmail.com> X-Mailer: git-send-email 2.34.1 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, 17 Sep 2023 23:55:38 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/61024 Signed-off-by: Armin Kuster --- ...ts.txt-make-2-variables-configurable.patch | 37 ------------------- .../{openscap_1.3.8.bb => openscap_1.3.9.bb} | 6 +-- 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 recipes-compliance/openscap/files/0003-CMakeLists.txt-make-2-variables-configurable.patch rename recipes-compliance/openscap/{openscap_1.3.8.bb => openscap_1.3.9.bb} (95%) diff --git a/recipes-compliance/openscap/files/0003-CMakeLists.txt-make-2-variables-configurable.patch b/recipes-compliance/openscap/files/0003-CMakeLists.txt-make-2-variables-configurable.patch deleted file mode 100644 index 953b0d9..0000000 --- a/recipes-compliance/openscap/files/0003-CMakeLists.txt-make-2-variables-configurable.patch +++ /dev/null @@ -1,37 +0,0 @@ -From f99c3f1f516a84d33794f8e3da59adea1a12ef54 Mon Sep 17 00:00:00 2001 -From: Kai Kang -Date: Tue, 20 Jun 2023 22:42:51 +0800 -Subject: [PATCH] CMakeLists.txt: make 2 variables configurable - -Variables PREFERRED_PYTHON_PATH and PYTHON3_PATH are set with -${PYTHON_EXECUTABLE}. For cross compile, ${PYTHON_EXECUTABLE} may point -to other path rather than standard dir such as /usr/bin. Then the -generated library file contains such path which should NOT. Update to -make variables PREFERRED_PYTHON_PATH and PYTHON3_PATH configurable to -avoid such issue. - -Upstream-Status: Submitted [https://github.com/OpenSCAP/openscap/pull/1990] - -Signed-off-by: Kai Kang ---- - CMakeLists.txt | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 5db014e77..74628cdd4 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -125,8 +125,8 @@ endif() - find_package(PythonInterp 3) - find_package(PythonLibs 3) - --set(PREFERRED_PYTHON_PATH "${PYTHON_EXECUTABLE}") --set(PYTHON3_PATH "${PYTHON_EXECUTABLE}") -+set(PREFERRED_PYTHON_PATH "${PYTHON_EXECUTABLE}" CACHE PATH "Path to preferred Python") -+set(PYTHON3_PATH "${PYTHON_EXECUTABLE}" CACHE PATH "Path to Python3") - - find_package(RPM) - if(RPM_FOUND) --- -2.34.1 - diff --git a/recipes-compliance/openscap/openscap_1.3.8.bb b/recipes-compliance/openscap/openscap_1.3.9.bb similarity index 95% rename from recipes-compliance/openscap/openscap_1.3.8.bb rename to recipes-compliance/openscap/openscap_1.3.9.bb index 5abd5a6..97261df 100644 --- a/recipes-compliance/openscap/openscap_1.3.8.bb +++ b/recipes-compliance/openscap/openscap_1.3.9.bb @@ -10,10 +10,8 @@ DEPENDS = "dbus acl bzip2 pkgconfig gconf procps curl libxml2 libxslt libcap swi DEPENDS:class-native = "pkgconfig-native swig-native curl-native libxml2-native libxslt-native libcap-native libpcre-native xmlsec1-native" #Jun 22th, 2023 -SRCREV = "a81c66d9bc36612dd1ca83a8c959a59e172eb4b9" -SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https \ - file://0003-CMakeLists.txt-make-2-variables-configurable.patch \ - " +SRCREV = "9b3e7563575f7e5b419f8a09999b40f30e3e7c29" +SRC_URI = "git://github.com/OpenSCAP/openscap.git;branch=maint-1.3;protocol=https" S = "${WORKDIR}/git" From patchwork Sun Sep 17 23:55:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 30615 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 475ECCD13D1 for ; Sun, 17 Sep 2023 23:55:38 +0000 (UTC) Received: from mail-yw1-f174.google.com (mail-yw1-f174.google.com [209.85.128.174]) by mx.groups.io with SMTP id smtpd.web10.41003.1694994937152836093 for ; Sun, 17 Sep 2023 16:55:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=ORbL4ALM; spf=pass (domain: gmail.com, ip: 209.85.128.174, mailfrom: akuster808@gmail.com) Received: by mail-yw1-f174.google.com with SMTP id 00721157ae682-59c26aa19b7so18344957b3.2 for ; Sun, 17 Sep 2023 16:55:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1694994936; x=1695599736; darn=lists.yoctoproject.org; 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=AffjpvnrOhS0jbjyH3LEwUtq12zmag1bdvE7HSXsRPE=; b=ORbL4ALM7wlwJdlHp1AGav3YCfketKDB1bM5zxbWKafrGr90ETfFVsJSMh8MCf5N/V E9KYKv6KBQ0Br4IlKDvu1RjWZux5UgL+RqJWAPbe6k+JmlnBM4buQRHPbBVzg6aXiUeg GCvxfjJPAz6unvl2Pv1DKOGnDdqHDixBG7YSpYuANXI7L6zG7pTlMvbhEph1sresrm70 GjQxF72YqqDdf5e4K7mAJ8E1wbG9Qw479Fi/MQOk8QeMpMPTHPUas21s+eCnOiwEO2Hl vCPEY/oLv/c8ZbV8soRQ4VdB5JuxRFHbEzFBVQDKoEJcxHlxKjTNBx/8rH3mabaQjDdW 60LQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694994936; x=1695599736; 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=AffjpvnrOhS0jbjyH3LEwUtq12zmag1bdvE7HSXsRPE=; b=SvBXV6jlfT/rh6Hqw+S/JCkt1wXWJtA67mIh/OKYeEIGrUwddC0AuRiXDCkLO17IKB pBTIdgMOE62SOJ73cLln2+f5jo0+2YahiaOgO/YfK4coEuqoiu5+oPaGJ6TMGlDySeBt Y5TIFpQ0n76QMLB7E+bbfopMvEPNmj7xLwas6ruZE4E1j25azqKTPOBjUxHYauXkn37i Jba3bLzn/sMJ/GbapewCKvQYwTYeqILPC6uW7PWXtfWOf8rhx0/X6z3SIiQ2qxZ3+1fw +iY7BM9xVY93myPHGOSZM1z/grbSDDMDJnnVjEBOlER7ATvIBKDSpD4z4OqxrtmNMCE/ PamA== X-Gm-Message-State: AOJu0YzYePM4ibcPI3YT0mWwKYaS0PvTzv4urmsUAXLILDQnzAVCgnax xruElyBgf5g/AfZmFoOUIOdykoTmrMQ= X-Google-Smtp-Source: AGHT+IG9gEdrwA0I6S0AxqZ0LYoaunNM27SyeS5fn29Y/DPpfeuuBECHVe2iKp7KiODhiEY2LeVNHA== X-Received: by 2002:a0d:f103:0:b0:59b:4ed2:a33 with SMTP id a3-20020a0df103000000b0059b4ed20a33mr7128682ywf.35.1694994936161; Sun, 17 Sep 2023 16:55:36 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:f623:9dad:2eba:f0e5]) by smtp.gmail.com with ESMTPSA id x9-20020a0dd509000000b0058c4e33b2d6sm2209291ywd.90.2023.09.17.16.55.35 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Sep 2023 16:55:35 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 2/7] python3-privacyidea: update to 3.8.1 Date: Sun, 17 Sep 2023 19:55:29 -0400 Message-Id: <20230917235534.2871544-2-akuster808@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230917235534.2871544-1-akuster808@gmail.com> References: <20230917235534.2871544-1-akuster808@gmail.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 ; Sun, 17 Sep 2023 23:55:38 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/61025 Signed-off-by: Armin Kuster --- ...{python3-privacyidea_3.8.1.bb => python3-privacyidea_3.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dynamic-layers/meta-python/recipes-security/mfa/{python3-privacyidea_3.8.1.bb => python3-privacyidea_3.9.bb} (96%) diff --git a/dynamic-layers/meta-python/recipes-security/mfa/python3-privacyidea_3.8.1.bb b/dynamic-layers/meta-python/recipes-security/mfa/python3-privacyidea_3.9.bb similarity index 96% rename from dynamic-layers/meta-python/recipes-security/mfa/python3-privacyidea_3.8.1.bb rename to dynamic-layers/meta-python/recipes-security/mfa/python3-privacyidea_3.9.bb index aa7bafa..2f0ac3a 100644 --- a/dynamic-layers/meta-python/recipes-security/mfa/python3-privacyidea_3.8.1.bb +++ b/dynamic-layers/meta-python/recipes-security/mfa/python3-privacyidea_3.9.bb @@ -6,7 +6,7 @@ LICENSE = "AGPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=c0acfa7a8a03b718abee9135bc1a1c55" PYPI_PACKAGE = "privacyIDEA" -SRC_URI[sha256sum] = "e0dae763575c6300ccaebe6dcc8d3f119cb3e25c11302b1e78a96a12e8ab2b38" +SRC_URI[sha256sum] = "1dce02789ee0a639c5518ab95e254823ca1b47aeb1aae754ec11c70d4248f38e" inherit pypi setuptools3 From patchwork Sun Sep 17 23:55:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 30614 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 46273CD13CF for ; Sun, 17 Sep 2023 23:55:38 +0000 (UTC) Received: from mail-yw1-f177.google.com (mail-yw1-f177.google.com [209.85.128.177]) by mx.groups.io with SMTP id smtpd.web11.41249.1694994937922057023 for ; Sun, 17 Sep 2023 16:55:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=JpEndTHL; spf=pass (domain: gmail.com, ip: 209.85.128.177, mailfrom: akuster808@gmail.com) Received: by mail-yw1-f177.google.com with SMTP id 00721157ae682-59c0d002081so23544677b3.2 for ; Sun, 17 Sep 2023 16:55:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1694994937; x=1695599737; darn=lists.yoctoproject.org; 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=5K9L4nUMq3RQn+4tJj1q+X6qvyQAHgJF66TNl+voLN4=; b=JpEndTHLrR/Soq92PNslUH7DenFM0iG6uXJv3knYyNaFOya6x7AHG66RgO3+pZB6OD hObl87VfTEHAO2dH6bnMF4wCS5yv6Sl4aL4yhRASyhB1hbg3+i18ARqMQ8fqpchtcoS3 EVA3yA80Gtqw1JDUY44MdB9iHBD8nB2zkS/gxzFrn0BJj55b6SCGMgHh8zyqVifDwlvB Z5Rdpi4DgIVO56rYzzEHTg44bMv9o3D96IJgNEL9t2mYGtBRQSeCx2j9f3NOuYxb6Ekk JU6IUDJ52d3W4ccWNyIsdzqL33iOhIocoLZWPWPD0ALmVQAI4sv+y4HLWUcAMT6mUJNc 2KtQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694994937; x=1695599737; 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=5K9L4nUMq3RQn+4tJj1q+X6qvyQAHgJF66TNl+voLN4=; b=RCbZ3G1bA5iHXQszpLVHmTNdhu8t1Qq7t52mwFIIRod+ryUt3aetmMxBMZUy8jJjiJ 54moiNMX02h4Usm6CzAy9RRvlkOS9ffTK9dy/3kwLcL6wrO+IAdvZC/5UYkY7lNqh+uA lul/4XrDetJnNrAHGzrK39BuTUvngeBaKWKn8rnt0V29I7G6oCPuY08sYIC8xJ04iGuU 1jTX7CBSO/1g98A45yAjl5N1l4gLmux4pIusoFcwTLgeXI62bDKcx/63wa/eEq0MJwxk rlnz8U1ljaK25tYSn0OIaslCiEKhxf1c9+bgLFRZmQcmKdMpwPjUZ3SQ3G2+TX+aezl3 Mulg== X-Gm-Message-State: AOJu0YypJTie39t+di4mjqFyG5Uq41SJ4ewSqmV8JOdJzKCOLlyRAhV6 4juNfd3Q+hlPJx32+k54yIBrFcxLkWQ= X-Google-Smtp-Source: AGHT+IEnhimA2mSRijCfa+F8cSdSk8xPmwSk0lqYVmKkG+fG6hedw3UoH5GQOgOcBvy5kLuCAUFz2g== X-Received: by 2002:a81:4e0b:0:b0:59b:f152:8998 with SMTP id c11-20020a814e0b000000b0059bf1528998mr8183860ywb.19.1694994936900; Sun, 17 Sep 2023 16:55:36 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:f623:9dad:2eba:f0e5]) by smtp.gmail.com with ESMTPSA id x9-20020a0dd509000000b0058c4e33b2d6sm2209291ywd.90.2023.09.17.16.55.36 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Sep 2023 16:55:36 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 3/7] lkrg-module: update to 0.9.7 Date: Sun, 17 Sep 2023 19:55:30 -0400 Message-Id: <20230917235534.2871544-3-akuster808@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230917235534.2871544-1-akuster808@gmail.com> References: <20230917235534.2871544-1-akuster808@gmail.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 ; Sun, 17 Sep 2023 23:55:38 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/61026 LIC_FILES_CHKSUM changed due to year update Signed-off-by: Armin Kuster --- .../lkrg/{lkrg-module_0.9.6.bb => lkrg-module_0.9.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-kernel/lkrg/{lkrg-module_0.9.6.bb => lkrg-module_0.9.7.bb} (89%) diff --git a/recipes-kernel/lkrg/lkrg-module_0.9.6.bb b/recipes-kernel/lkrg/lkrg-module_0.9.7.bb similarity index 89% rename from recipes-kernel/lkrg/lkrg-module_0.9.6.bb rename to recipes-kernel/lkrg/lkrg-module_0.9.7.bb index 421d924..020c3a1 100644 --- a/recipes-kernel/lkrg/lkrg-module_0.9.6.bb +++ b/recipes-kernel/lkrg/lkrg-module_0.9.7.bb @@ -5,13 +5,13 @@ SECTION = "security" HOMEPAGE = "https://www.openwall.com/lkrg/" LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3f3e5dd56319d33a1944d635c1c86c6f" +LIC_FILES_CHKSUM = "file://LICENSE;md5=57534ed9f03a5810945cd9be4a81db41" DEPENDS = "virtual/kernel elfutils" SRC_URI = "git://github.com/lkrg-org/lkrg.git;protocol=https;branch=main" -SRCREV = "2481b3e2dd04eac945c31f99058b0aeee73c3a71" +SRCREV = "5dc5cfea1f4dc8febdd5274d99e277c17df06acc" S = "${WORKDIR}/git" From patchwork Sun Sep 17 23:55:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 30618 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 5939FCD13D1 for ; Sun, 17 Sep 2023 23:55:48 +0000 (UTC) Received: from mail-yw1-f176.google.com (mail-yw1-f176.google.com [209.85.128.176]) by mx.groups.io with SMTP id smtpd.web11.41250.1694994938709846285 for ; Sun, 17 Sep 2023 16:55:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=DnaOs+VX; spf=pass (domain: gmail.com, ip: 209.85.128.176, mailfrom: akuster808@gmail.com) Received: by mail-yw1-f176.google.com with SMTP id 00721157ae682-59e8d963adbso7941137b3.0 for ; Sun, 17 Sep 2023 16:55:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1694994937; x=1695599737; darn=lists.yoctoproject.org; 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=+V2BGb1oFKENco6USsVwBpi1E7tF9ZmUQdecYz5yhdE=; b=DnaOs+VXIrBYfZS5FT9+xplFuxiyXSLvhrgEsyiTlhILN7OZipMfcEnrcdd5rSfPwP BrltxcWsfxk8KjJ8nMVWbGrkzUVbb7oSxigIKU5H93PBD19wwIKkde5P0XN1kMMxBYpV iirE4GomF25ZJ7SrB1PRNsMvK3VQCPoFXdKjLldFKMQh1ge8JgVSiXAFj+ERxEdWlD2G FvHlKpLb7ylWq7boKGLnvg7HYuZt68e9zD+FOPoXKPkpHR8C3vehUORaWGxkr96hBnb8 lS8p6esg5C5Zfhcb23g9TbWgmeC17sAYBGHJSH7RZrTeTZFiF0XBH2SBu1+8GX+8Dlli Ok7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694994937; x=1695599737; 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=+V2BGb1oFKENco6USsVwBpi1E7tF9ZmUQdecYz5yhdE=; b=av2jeLj9ScpJKJHNJKw7jBQGcLiz/EbpWpa3W7jXDjEIWILpuyK/lO78eNE9JOehGG setliW0nI22yAoPm+s3F3bOYcVS5BZD19wSK1i/nQ0+zSAXAnMp3WaKh+yJkzGtFSQtY iMw1+ihBLfn0oMBbS/NZ/ACjGWY6We4U2d2PgCxmSxDOLAR3eL0fBuLG7w6vkvEhK46c WUuMV4NHxPjD83Oa5968nyF31LVTZLb611v7YbuvVsJpMCykfksAUFlDsUfEhcAVVF+C uWALs7MEdaDno2ReD6lr1Ky3PzhJOg1rC/yygzkeeVimiPJmmd6zvKQvhf1PWKixtCug SpVA== X-Gm-Message-State: AOJu0Yze49q/jv5C1PhdpEa3kDBlR6lMZJS3xwaqMLw0Uyzau/1fm1GG B1CHcXufnnc5+aUJQgYCefQZ5ehawMg= X-Google-Smtp-Source: AGHT+IER6o4qIPSoXXvyxXV4izlEINCm62sYiNAjolGm5l8mOl9j6scSnBA3BBGN/ixoZ/dmR2GlVw== X-Received: by 2002:a05:690c:3585:b0:59e:7f14:4b48 with SMTP id fr5-20020a05690c358500b0059e7f144b48mr4572387ywb.41.1694994937683; Sun, 17 Sep 2023 16:55:37 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:f623:9dad:2eba:f0e5]) by smtp.gmail.com with ESMTPSA id x9-20020a0dd509000000b0058c4e33b2d6sm2209291ywd.90.2023.09.17.16.55.36 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Sep 2023 16:55:37 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 4/7] chipsec: update to 1.12.2 Date: Sun, 17 Sep 2023 19:55:31 -0400 Message-Id: <20230917235534.2871544-4-akuster808@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230917235534.2871544-1-akuster808@gmail.com> References: <20230917235534.2871544-1-akuster808@gmail.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 ; Sun, 17 Sep 2023 23:55:48 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/61027 Signed-off-by: Armin Kuster --- .../chipsec/{chipsec_1.9.1.bb => chipsec_1.12.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-security/chipsec/{chipsec_1.9.1.bb => chipsec_1.12.2.bb} (94%) diff --git a/recipes-security/chipsec/chipsec_1.9.1.bb b/recipes-security/chipsec/chipsec_1.12.2.bb similarity index 94% rename from recipes-security/chipsec/chipsec_1.9.1.bb rename to recipes-security/chipsec/chipsec_1.12.2.bb index 9fbdaa7..a42a7a6 100644 --- a/recipes-security/chipsec/chipsec_1.9.1.bb +++ b/recipes-security/chipsec/chipsec_1.12.2.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bc2d1f9b427be5fb63f6af9da56f7c5d" DEPENDS = "virtual/kernel nasm-native" SRC_URI = "git://github.com/chipsec/chipsec.git;branch=main;protocol=https" -SRCREV = "d8c2a606bf440c32196c6289a7a458f3ae3107cc" +SRCREV = "7066ad538f8bbcbb033d27ff68d4e755bdcdc0a6" S = "${WORKDIR}/git" From patchwork Sun Sep 17 23:55:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 30619 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 51EA6CD13CF for ; Sun, 17 Sep 2023 23:55:48 +0000 (UTC) Received: from mail-yw1-f175.google.com (mail-yw1-f175.google.com [209.85.128.175]) by mx.groups.io with SMTP id smtpd.web10.41005.1694994939462821282 for ; Sun, 17 Sep 2023 16:55:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=BFFYJuSz; spf=pass (domain: gmail.com, ip: 209.85.128.175, mailfrom: akuster808@gmail.com) Received: by mail-yw1-f175.google.com with SMTP id 00721157ae682-59c2ca01f27so16112517b3.2 for ; Sun, 17 Sep 2023 16:55:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1694994938; x=1695599738; darn=lists.yoctoproject.org; 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=0GDIsOJMRyRP+MG/lBMK+oSKyu66PVxTxDx+2WHsF14=; b=BFFYJuSz4wmevBCWw5ndLusw09Eo+3RdqtVq6WYCa1eo8ppXwvAG6jrTNH8qlT0aNP 6IulLgEvO4QilhoXsGiwWCszZseumGPERSN5cU88qTtrFYopdJxv00y73kvIYJTmMyTj sDvnuj5Ap6PbtW6DGkkR0AyGVc2b3L5Y+MzL9Nmty1Eo/FCNs3ClgVPd7m6PAdEq1dhW Np/tuHYDiLTpNx0Tljy9wYsV+Jpvxj9VU8RsaFrQQ5biuA0tnA3ziEWvqSeWac3h3hMR 5qoSB9GzLdwyu63ukTLEYMD1tUD+Le2ucmJj3meTZuPG2eZV/AJZBHBv5lMYlc8dAY1t MICQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694994938; x=1695599738; 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=0GDIsOJMRyRP+MG/lBMK+oSKyu66PVxTxDx+2WHsF14=; b=IWUeMMwzwXnsbcc3MDkyYDhsBDTehMoBnz99+jcw36GLp75XuLO2zB3aPhwoiSI1N/ JDw1FIegB6Zv4wfImxDLjUtZe+wHWu96QLwvjEtfuHIB3hwZiKmKGhTqHpDHIxXJidOX 6D49J2cvIXY8HwqUUiWX1+UED+QBTZG0MXwKEsN7faYMcU+afppW5BjNGTXysPYeSapM LixGDfHlQt5byovRzu8lKkmkp0ENXYYNaGtUodZ/pZy16rioLkcIZ5LFernFyeYrwh3P 7GKTq4FAUCqncbzUOGNcIuN0uFZcLc9TZYAxmkRx0N5DpXIwUcS6h4POdKTr+rYHEjeR NdHg== X-Gm-Message-State: AOJu0YwK09k/TFYFf0mIOWZNlYo38kELrD5iSvhcEkATU5S6/pi6zB7C P2j7a+4FeDdRvv6bS1uuNPhfKlkHsP4= X-Google-Smtp-Source: AGHT+IH5WtUs0rso220I6CWVcf5YJU86TprRP4hd9zNxSSjyV1Od3a98YJxKvi+P40NMh4FSulAYAQ== X-Received: by 2002:a0d:cb52:0:b0:594:e4d1:bd7e with SMTP id n79-20020a0dcb52000000b00594e4d1bd7emr7244524ywd.5.1694994938466; Sun, 17 Sep 2023 16:55:38 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:f623:9dad:2eba:f0e5]) by smtp.gmail.com with ESMTPSA id x9-20020a0dd509000000b0058c4e33b2d6sm2209291ywd.90.2023.09.17.16.55.37 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Sep 2023 16:55:37 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 5/7] libhtp: update to 0.5.45 Date: Sun, 17 Sep 2023 19:55:32 -0400 Message-Id: <20230917235534.2871544-5-akuster808@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230917235534.2871544-1-akuster808@gmail.com> References: <20230917235534.2871544-1-akuster808@gmail.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 ; Sun, 17 Sep 2023 23:55:48 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/61028 Signed-off-by: Armin Kuster --- recipes-ids/suricata/{libhtp_0.5.44.bb => libhtp_0.5.45.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-ids/suricata/{libhtp_0.5.44.bb => libhtp_0.5.45.bb} (100%) diff --git a/recipes-ids/suricata/libhtp_0.5.44.bb b/recipes-ids/suricata/libhtp_0.5.45.bb similarity index 100% rename from recipes-ids/suricata/libhtp_0.5.44.bb rename to recipes-ids/suricata/libhtp_0.5.45.bb From patchwork Sun Sep 17 23:55:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 30617 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 5F94DCD37B4 for ; Sun, 17 Sep 2023 23:55:48 +0000 (UTC) Received: from mail-yw1-f172.google.com (mail-yw1-f172.google.com [209.85.128.172]) by mx.groups.io with SMTP id smtpd.web10.41006.1694994940215752140 for ; Sun, 17 Sep 2023 16:55:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=l1/UZE1l; spf=pass (domain: gmail.com, ip: 209.85.128.172, mailfrom: akuster808@gmail.com) Received: by mail-yw1-f172.google.com with SMTP id 00721157ae682-59c0b5f984aso26756877b3.2 for ; Sun, 17 Sep 2023 16:55:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1694994939; x=1695599739; darn=lists.yoctoproject.org; 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=fAmXwDmAHg5CcK9LavvQe934zC8Se9niPEGnlD1YueY=; b=l1/UZE1lFdeA68x75MnFKoXIdyUJOV6htEGq/xJ2xi8hwrSIhjpIIAf6YdvGSQO2Ja DSXj5Df6C7DMEAEYw/t8PWyuqmvCQhjDZmk0RRumjWq/TJFDbDl3IRBjXW4bOeMU/h6X DUdURy0Rm5PN8FnUEXa2eQHPpN5cCqSldVv8EIjr4u1fz+KNWl/jSLtk1u9GPyWNUmyB mplYah029JyZKdz8gYDy46c51donRKQUW0/7BRzS7/bhcNpzoSai/F989WRiYSipPpQr sYGgfX8QVoTf+JD25oBCGZgglJzlgOXNVigNs6c3PA7CYzNH8djGUV++U4qlyG5MuAYS uhdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694994939; x=1695599739; 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=fAmXwDmAHg5CcK9LavvQe934zC8Se9niPEGnlD1YueY=; b=P/yZLbWwodm4wvE0VbbtgnRF9BXVg8ct4Y17oL7qZRgMDBhoQmBM4SuucNcY0omRBR Sg1YTwXgNyTWEQi3fSpPx9qzt77msFbm1uPDO4PgTLqyhPi6UTROriYQuMNQNm2DnyxN fkZy6lhC8e5Lr+2yeGUk+A5XJrEuU2LmsSQDPvoMLooNzQpHqG+Y2ZqLuhkF2j7w88K2 TJU36j+sAssRUKT+FMfD5mydzdQa3eAjMHPmhQGao6bEfjzUnF8FkEH//3V+DoKzH2bJ T2ic/iMxfohM1P82Cdp9vhCAtREA/GnRx2hHoMbEejO9qSfIfm5Et+5KADKj9rICMs/0 4UvA== X-Gm-Message-State: AOJu0YymOulARspJgvH7reLobrwPQsQR47Y/k0HGthMO5JZoGPmuvGqi 917KhwcGDtuybLIRsBYCVEP4CcoeDdg= X-Google-Smtp-Source: AGHT+IFN0Iqvh9e9wj5NN0KAbxk/yXiohx5HPKa5G37DybFBtljMY5YKUeK+Yt1fUyIHCwgr8Lk2Yw== X-Received: by 2002:a0d:df97:0:b0:59a:f131:50fa with SMTP id i145-20020a0ddf97000000b0059af13150famr7872526ywe.47.1694994939241; Sun, 17 Sep 2023 16:55:39 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:f623:9dad:2eba:f0e5]) by smtp.gmail.com with ESMTPSA id x9-20020a0dd509000000b0058c4e33b2d6sm2209291ywd.90.2023.09.17.16.55.38 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Sep 2023 16:55:38 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 6/7] swtpm: update 0.8.1 Date: Sun, 17 Sep 2023 19:55:33 -0400 Message-Id: <20230917235534.2871544-6-akuster808@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230917235534.2871544-1-akuster808@gmail.com> References: <20230917235534.2871544-1-akuster808@gmail.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 ; Sun, 17 Sep 2023 23:55:48 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/61029 Signed-off-by: Armin Kuster --- .../recipes-tpm/swtpm/{swtpm_0.8.0.bb => swtpm_0.8.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-tpm/recipes-tpm/swtpm/{swtpm_0.8.0.bb => swtpm_0.8.1.bb} (92%) diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.0.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.1.bb similarity index 92% rename from meta-tpm/recipes-tpm/swtpm/swtpm_0.8.0.bb rename to meta-tpm/recipes-tpm/swtpm/swtpm_0.8.1.bb index da86c47..7a538da 100644 --- a/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.0.bb +++ b/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.1.bb @@ -6,9 +6,8 @@ SECTION = "apps" # expect-native, socat-native, coreutils-native and net-tools-native are reportedly only required for the tests DEPENDS = "libtasn1 coreutils-native expect-native socat-native glib-2.0 net-tools-native libtpm json-glib" -SRCREV = "2ae7b019370760e17f4f2675195a91ca53950eda" -SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=master;protocol=https \ - " +SRCREV = "d2849a9f5ced70438d67036693438344b47b4161" +SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.8;protocol=https" PE = "1" S = "${WORKDIR}/git" From patchwork Sun Sep 17 23:55:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 30620 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 710EFCD13D2 for ; Sun, 17 Sep 2023 23:55:48 +0000 (UTC) Received: from mail-yw1-f176.google.com (mail-yw1-f176.google.com [209.85.128.176]) by mx.groups.io with SMTP id smtpd.web10.41008.1694994941078012691 for ; Sun, 17 Sep 2023 16:55:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20230601 header.b=I0VFt7zy; spf=pass (domain: gmail.com, ip: 209.85.128.176, mailfrom: akuster808@gmail.com) Received: by mail-yw1-f176.google.com with SMTP id 00721157ae682-59c04237bf2so31112057b3.0 for ; Sun, 17 Sep 2023 16:55:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1694994940; x=1695599740; darn=lists.yoctoproject.org; 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=NglPXKgPyAz1asSd4tfbsXXr5p1UEER2Nm3unNbpBsE=; b=I0VFt7zyqsD2BJPahNLTEl4s7DpiomcX1Pm3dUpHSPlHQt3JHmx7rjW8SLcb5F40UL 7tpQs4ryB0NtwFn/uvPol10gQGcSQbybmXvxzi7giBqfeYfh2g3PJMdXSn8O41ffbsRM tEE3fa9dqA5LCrXsCK7esXzSbevngSbDgVSBRpzl6djO6bssnFpNpyKXHOGrhhW4jY6g bZyafLXC3q7vy7xbN3kZoWNptHwy64ttJ5XpZb7MyX+K47xUKcRmG18kWSPJZWBVV8ZP +5HPOwEyiLKM6EWySF7+GJfXnewKIXmCxB0UqcHPnx//SrSzeOb++Yab/a5/wW8/SpuO 4KJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694994940; x=1695599740; 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=NglPXKgPyAz1asSd4tfbsXXr5p1UEER2Nm3unNbpBsE=; b=cme4t/2FXqh6KkOotjfAFxEGdll0/xLN4xdlOeF71yL+vhjcPv8WwePEivcoztghNp kjdlREHwlB5Wzz5GvVttjLpI+F5rH+uazi/8FgDL59dRzYPQq4sMNcfnEOAkHoCt5Nv7 NaGCDDX2wHHzBQvzafYQG8mxlYYbLhyrfsuhjn0tJ99KRD8tv7PuSt40M0CvQ14CaUZT PUhvi1BdN9a2zrU0Nw3TeQjA1/MS+1TZ7Nv6BHT59Tz6qFEWBTTN4Yb/uB8ZCU4GF8DE tKaMfyKjI4g53+Nqgc2QktkUn2ECvdDx3dKTO0cTnNi9wggwkHsX1xM80Sv+nXbo0uYL smaA== X-Gm-Message-State: AOJu0Yx6B317Qfdo08kCH58jdYrM9zoT2MRjzBbd5XAFECLcYFXS2QJT SllfVvmyBGjb8XoE2PToXMua2hGBCKY= X-Google-Smtp-Source: AGHT+IFJvyK3GsKuBa8eRZPI8EsIdrCPPPa6TYSMQbKTE5blySlJg5Z0mIj7lBMb8LLZY41j4O3niQ== X-Received: by 2002:a0d:f506:0:b0:59b:eb87:9bb6 with SMTP id e6-20020a0df506000000b0059beb879bb6mr8024297ywf.43.1694994939982; Sun, 17 Sep 2023 16:55:39 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:f623:9dad:2eba:f0e5]) by smtp.gmail.com with ESMTPSA id x9-20020a0dd509000000b0058c4e33b2d6sm2209291ywd.90.2023.09.17.16.55.39 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Sep 2023 16:55:39 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 7/7] lynis: Update to 3.0.9 Date: Sun, 17 Sep 2023 19:55:34 -0400 Message-Id: <20230917235534.2871544-7-akuster808@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230917235534.2871544-1-akuster808@gmail.com> References: <20230917235534.2871544-1-akuster808@gmail.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 ; Sun, 17 Sep 2023 23:55:48 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/61030 Signed-off-by: Armin Kuster --- recipes-compliance/lynis/{lynis_3.0.8.bb => lynis_3.0.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-compliance/lynis/{lynis_3.0.8.bb => lynis_3.0.9.bb} (93%) diff --git a/recipes-compliance/lynis/lynis_3.0.8.bb b/recipes-compliance/lynis/lynis_3.0.9.bb similarity index 93% rename from recipes-compliance/lynis/lynis_3.0.8.bb rename to recipes-compliance/lynis/lynis_3.0.9.bb index 0a49812..8c796c0 100644 --- a/recipes-compliance/lynis/lynis_3.0.8.bb +++ b/recipes-compliance/lynis/lynis_3.0.9.bb @@ -10,7 +10,7 @@ SRC_URI = "https://cisofy.com/files/${BPN}-${PV}.tar.gz \ file://0001-osdetection-add-OpenEmbedded-and-Poky.patch \ " -SRC_URI[sha256sum] = "98373a4cc9d0471ab9bebb249e442fcf94b6bf6d4e9c6fc0b22bca1506646c63" +SRC_URI[sha256sum] = "f394df7d20391fb76e975ae88f3eba1da05ac9c4945e2c7f709326e185e17025" S = "${WORKDIR}/${BPN}"