From patchwork Thu Jul 28 22:17:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 10723 X-Patchwork-Delegate: akuster808@gmail.com 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 A0F2BC04A68 for ; Thu, 28 Jul 2022 22:17:59 +0000 (UTC) Received: from mail-pg1-f172.google.com (mail-pg1-f172.google.com [209.85.215.172]) by mx.groups.io with SMTP id smtpd.web08.1528.1659046674597339837 for ; Thu, 28 Jul 2022 15:17:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Akjyhl43; spf=pass (domain: gmail.com, ip: 209.85.215.172, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f172.google.com with SMTP id q16so2592677pgq.6 for ; Thu, 28 Jul 2022 15:17:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=QcNSvGs9qJJYY2XSiqXLgPPA+8ESmlKjFkebfvqSp8w=; b=Akjyhl43EurwjspanYwb4ccfkMV0lhFTL3Dp8eH4R/5bAtnGCnVHHOu+3bAYFecNo6 yq2pu5I4zb6MfqNZgz7tZkuvPht4oo9mfm1ifOUU0rQnEzT3vEGZzTaV799VmuWfSySG H4tBRMxvWU8qOJjZWzrvimH2xq6ZztaRvVRU0h8rCf9up3oM+EZo/yDbslfRORhETP/C +bIHfm4sD+HdRWZltFWNzcAZtAHoVLo4OjaSzJhSgrbMQzSdrdh1v/o4lGsFXUlr6Ih2 52Xa0uaKjUo1Gk84vUfNqwh2xKS/1D0Ikc/Bb34DdE03h7h0FjMEcE4BJhm2F1hSPafT RDZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=QcNSvGs9qJJYY2XSiqXLgPPA+8ESmlKjFkebfvqSp8w=; b=6I7FtAC9rHeskawEI76POYIh6lT4LHT+AGLgM4l1guPmAnKlXqyCSReepHASkYDS5H wYH4C+FAYPed8Y+ylG2F/zPOjOC0trXWO9w+wrPQBu7LgnVovoqrJcfqHP8ACB/4iY0X p27pgjvXNquQ6+TUiMzaZIYeOTZayjXvCOfGNQV/C08l2Dvpbv32zuZufckjmJBLMPyc VN6vRKaLUJ/JXTBWP6BG6CJqwkFYtKjOrkuDKwm1PEim7wXanuOhwyx7Nud8YXAw0MWA XOGeVIQ/21DZT4Hczgz8XJ6CZ/F4iVgQZx3/CZeApjnhwlTXV0ta/2W3W9xI1ww23zmX ExOA== X-Gm-Message-State: AJIora8H/3fnjOzeBvg/9z/CSMdy4qfRn0lbVmI4yQCEqkwlLfhTjrv0 7zQ6Qzn2Jozn4yutpXEGY/PcCVbf9cw= X-Google-Smtp-Source: AGRyM1vHFjw8hV4oJT1PlhcXuY02fe1ts4k1dB8CBDYJzlkBF8SOw8RQ7xDLKAgOTHloimSMTMnl4A== X-Received: by 2002:a05:6a00:be4:b0:52b:c1f1:cf75 with SMTP id x36-20020a056a000be400b0052bc1f1cf75mr901872pfu.51.1659046673467; Thu, 28 Jul 2022 15:17:53 -0700 (PDT) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:8cdd:3284:a497:445d]) by smtp.gmail.com with ESMTPSA id o4-20020a170902d4c400b0016d22e6ed57sm1829090plg.293.2022.07.28.15.17.52 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jul 2022 15:17:52 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 1/9] fail2ban: add UPSTREAM_CHECK vars Date: Thu, 28 Jul 2022 15:17:43 -0700 Message-Id: <20220728221751.48428-1-akuster808@gmail.com> X-Mailer: git-send-email 2.25.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 ; Thu, 28 Jul 2022 22:17:59 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57669 Signed-off-by: Armin Kuster --- .../recipes-security/fail2ban/python3-fail2ban_0.11.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb b/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb index 96e17b7..1f55267 100644 --- a/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb +++ b/dynamic-layers/meta-python/recipes-security/fail2ban/python3-fail2ban_0.11.2.bb @@ -17,6 +17,8 @@ SRC_URI = " git://github.com/fail2ban/fail2ban.git;branch=0.11;protocol=https \ file://run-ptest \ " +UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" + inherit update-rc.d ptest setuptools3_legacy S = "${WORKDIR}/git" From patchwork Thu Jul 28 22:17:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 10725 X-Patchwork-Delegate: akuster808@gmail.com 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 A280FC48BE4 for ; Thu, 28 Jul 2022 22:17:59 +0000 (UTC) Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mx.groups.io with SMTP id smtpd.web11.1528.1659046675566212675 for ; Thu, 28 Jul 2022 15:17:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=q5UVTZTI; spf=pass (domain: gmail.com, ip: 209.85.210.181, mailfrom: akuster808@gmail.com) Received: by mail-pf1-f181.google.com with SMTP id d10so3072297pfd.9 for ; Thu, 28 Jul 2022 15:17:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=VpXK5Wsx05bxgAc6Y8xYkS5307EdOsd8Eq17qdGdtLk=; b=q5UVTZTIPwPywVHq1V6WhSYB26f9dWtADbMJ3Pf6JF4xNJjDo7bKFlWYw1zr5jBgnJ IWjKY8RNir6BaEwJE65Acefn9RGugxuX/HVq8s8e3wS+c4iYqe2RcCnOTtgJeqnkp4aO BAVJCteqgk11BDIVIMQsSCFJY68K7DpDJ+SKeEvmjLc/sNjGayZ9Lytn22BzpV0Gcmp4 msZBRgli/0/qwNlGIh+pPggty21qc+XEcLriFMezsEcWFo2Ffie7ERkd7yJe4ry/4mup xTEt6pUi86KsMCy+wdhoHnF19FfhXEwA8pcqwEix7aOkWMZq8YpU1xyN2QOFIrjO4yrv eu1g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=VpXK5Wsx05bxgAc6Y8xYkS5307EdOsd8Eq17qdGdtLk=; b=FX6f2c0WMjllbyyfxoiOPo7hVZ4gAsSr72H0MQ8cnWL7uUhweR6oP37Y3yShezLT18 qyKPnoVD9IogZ7+b6JoO75Do2cYeKdZrTTyVy5OXu++FKdxn5rhMsXeGoYLw8NynX5Ic bE3xNjq9FI3leLueHrsh3Eo/tOBkEcPOfWEHrgokJRsTULHnr4IC/qLrhFUOMD0EUE63 HIps04SzGvfcLnAns5jagJ1i+f6a7ZMYps4ReNkahOqocucCNUJM7IMAfOkxwjazp3Ca 52jz4m7H4ptswJInB5MCWCVQapeKf7lwG0+vL3RViMSGbNRN98Kl2qUcHE5y+DtFR7wA 67Hw== X-Gm-Message-State: AJIora948ONPYce+SIsnAGfFjIAhwCwaC9bgp7uXN939AEu5tghaMfdc VkkEyb1yV4ryjE7EJv7tJlSpu7aTQXs= X-Google-Smtp-Source: AGRyM1t0fiwxjDxnzxG/I22rekU07qFhQng9WkMvJ5goisAkWkbkTSCbYoz+bV8N5NhDiQEnqliOxQ== X-Received: by 2002:a63:ce0f:0:b0:41a:f0ee:c28e with SMTP id y15-20020a63ce0f000000b0041af0eec28emr634437pgf.43.1659046674597; Thu, 28 Jul 2022 15:17:54 -0700 (PDT) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:8cdd:3284:a497:445d]) by smtp.gmail.com with ESMTPSA id o4-20020a170902d4c400b0016d22e6ed57sm1829090plg.293.2022.07.28.15.17.53 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jul 2022 15:17:54 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 2/9] ibmtpm2tss: fix SRC_URI Date: Thu, 28 Jul 2022 15:17:44 -0700 Message-Id: <20220728221751.48428-2-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220728221751.48428-1-akuster808@gmail.com> References: <20220728221751.48428-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 ; Thu, 28 Jul 2022 22:17:59 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57670 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_1.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_1.6.0.bb b/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_1.6.0.bb index df66779..e8a3710 100644 --- a/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_1.6.0.bb +++ b/meta-tpm/recipes-tpm2/ibmtpm2tss/ibmtpm2tss_1.6.0.bb @@ -18,7 +18,7 @@ DEPENDS = "openssl ibmswtpm2" inherit autotools pkgconfig SRCREV = "c4e131e34ec0ed09411aa3bc76f76129ef881573" -SRC_URI = " git://git.code.sf.net/p/ibmtpm20tss/tss;nobranch=1 \ +SRC_URI = "git://git.code.sf.net/p/ibmtpm20tss/tss;protocol=https;branch=master \ file://0001-utils-12-Makefile.am-expand-wildcards-in-prereqs.patch \ " From patchwork Thu Jul 28 22:17:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 10724 X-Patchwork-Delegate: akuster808@gmail.com 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 A23DBC3F6B0 for ; Thu, 28 Jul 2022 22:17:59 +0000 (UTC) Received: from mail-pg1-f177.google.com (mail-pg1-f177.google.com [209.85.215.177]) by mx.groups.io with SMTP id smtpd.web11.1530.1659046677112309389 for ; Thu, 28 Jul 2022 15:17:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=lJcKbXVC; spf=pass (domain: gmail.com, ip: 209.85.215.177, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f177.google.com with SMTP id bh13so2599390pgb.4 for ; Thu, 28 Jul 2022 15:17:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=Xq26igaMW58IBj04PTEwnJLmOdjF+sNRaPDA6BVsiQ8=; b=lJcKbXVC4oe1udfwKSUeSRHn2A+A6Svw6pcByfBGaaQnWGH216MZ1/EcaYygcECRSO EffNPfSAyF9O35epKqoVo9krGnQKpMIf61Hh9lTfcStbVoZyT7IM0VcRWsie+RMn4kAC ghX5NYfXd+YswgtYxJ0hEV1XN6dEidyPU9d2WtB/JNfp/2k+11/6bw0DjdZu9WLiYRlP C6mW48+Hz14xZcjp1T2phdfOWROA89807q3ofk3INmIoNZVLPAIlkqJdZujGIz7nn8+z lQixHQ/r/TT61DFmJ7YHOKr+uGV3tMlxsBtIFuEErp2rvnV2XwHlytGZiEZ290vR8XOB cBQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Xq26igaMW58IBj04PTEwnJLmOdjF+sNRaPDA6BVsiQ8=; b=YbkzQamwyLvzYIqAuTzilQi5ig4/ZVjHY7+TkVBbrjiyrLHn+9ZPpRHOoUmnYFdmI+ ScZz/TLvt6YFD+0Tv8RCVn3FwWE5Hu/28cZnnvlQYRURXhGbonNngTQNxdsYI16UxoQy 1pzm5Zm80sLo6z0GizACBtvV0N9M9RtJ4lFeOj9wGv++trqXPq3S7CUzo0v9EqpjdNJx npbdXv75MkrkolIh6D37lWgUlrmDg04bdi/RFlIKvedO40u1cY0nF2XLquZSXO42om1E JPJSJLKOSH01p11VwKswowRaRz8KoNwnvmcqNin+BG0fMwvwfltBgCSfhPCfQTIIr8Eb /77w== X-Gm-Message-State: AJIora+65lmjahe1BmDl3pLp6zHN0xz2GdNzeFLQ4H6fPHLm/ORFPM/p QRv8lODKvctB9b+n4lqoUzv087mhGac= X-Google-Smtp-Source: AA6agR4HY7d4u7E4k/xYEJA25jqmLhch/AF4MlAD6iBVBpzm46do+O1fKvHvZJVasEG3QxetQDbO4g== X-Received: by 2002:a05:6a00:892:b0:52b:c986:c781 with SMTP id q18-20020a056a00089200b0052bc986c781mr930135pfj.64.1659046676108; Thu, 28 Jul 2022 15:17:56 -0700 (PDT) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:8cdd:3284:a497:445d]) by smtp.gmail.com with ESMTPSA id o4-20020a170902d4c400b0016d22e6ed57sm1829090plg.293.2022.07.28.15.17.54 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jul 2022 15:17:55 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 3/9] tpm2-tss-engine: add UPSTREAM_CHECK_URI Date: Thu, 28 Jul 2022 15:17:45 -0700 Message-Id: <20220728221751.48428-3-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220728221751.48428-1-akuster808@gmail.com> References: <20220728221751.48428-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 ; Thu, 28 Jul 2022 22:17:59 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57671 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb b/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb index efe62a8..89162ee 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb @@ -12,6 +12,8 @@ SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/v${PV}/${BP SRC_URI[sha256sum] = "ea2941695ac221d23a7f3e1321140e75b1495ae6ade876f2f4c2ed807c65e2a5" +UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" + inherit autotools-brokensep pkgconfig systemd # It uses the API deprecated since the OpenSSL 3.0 From patchwork Thu Jul 28 22:17:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 10731 X-Patchwork-Delegate: akuster808@gmail.com 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 86778C19F2B for ; Thu, 28 Jul 2022 22:18:19 +0000 (UTC) Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by mx.groups.io with SMTP id smtpd.web09.1554.1659046678825360684 for ; Thu, 28 Jul 2022 15:17:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=g37dLAd7; spf=pass (domain: gmail.com, ip: 209.85.215.178, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f178.google.com with SMTP id l193so2196238pge.9 for ; Thu, 28 Jul 2022 15:17:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=ByPz2bALlTCPw87q0YtKt31121E3F6JeHNAiSx7sHtg=; b=g37dLAd7aBJykS7I9qAt5agM3+7xI0uZ+SiBdHDQcnGUOfsarsC+wxlExKj+LR2FkG Li/Cv1AraSbJ2x5v6iHnWo3aNCbdzZmkS/cpkvfIp4vmuu8GoZwUT/eaShI7QWpLoHzi 4ko/+vlAJ4rzaFrQvW/RabP7ckMYTJWNgKbNQr5jp+aKTaEXQYolmyOvtPJPVBCYh74K 2cHQDt1sHut1jz62kbvxnPEs48Ck50S0KOKpv1dxd2OEem0Woqg2JjZj9dwBFy0dCt6F m40Zlwe88xVu6hpLy8egfcAhef4Kh4KXf1lBqIe5Ox7UhzmNNfxhvG6QzPMb51AX7wi4 HUrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ByPz2bALlTCPw87q0YtKt31121E3F6JeHNAiSx7sHtg=; b=8DYczhKtqniOV6SnPs+RWAjSC1Bz30ypKH5GaC35+BfqJaAWs7FMV0zLBH0+7yB4lQ tmj4SHTYMVp310PTjP5AI/ungGrD/zH/bdpiOW6iFDpDoaNQORPHhMImtVWyBeDqQuFg pmzpEWuaoBodvLbRwpPAkQ5kQ4RGjTXclaoltf0QQbPOcPYE5h9XkLQrD6Q+uU7YFrlE E0LLA67QY70EWabgWe/1Kj/Wru/iE2Lz9Rwf+vgDsjMpoQNBwGQRUI5t71r+LpjmXXBD nhTKKL8a8xLiw8AZ+zx2n5Jmdq+9Fiu1suIp4Kix2d3z4/rwmSFYtvkqtHlD1sasPVtz i8OA== X-Gm-Message-State: ACgBeo1mmnCIdH71EKzS+6btxUpm7tgn9o1iY/evaOBC0p1Lvqfypup2 /Yaqb51rk51a/+1QDRaV5qHyRUVT6hE= X-Google-Smtp-Source: AGRyM1vye1rynJN8NAo7SZuWAaf5zfKe9azb4ivfcYhNRYe+9CNyTtWFoxYRsDQpohvCeFrTXYdNNw== X-Received: by 2002:a05:6a00:3388:b0:52a:c018:6cdf with SMTP id cm8-20020a056a00338800b0052ac0186cdfmr594349pfb.55.1659046677475; Thu, 28 Jul 2022 15:17:57 -0700 (PDT) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:8cdd:3284:a497:445d]) by smtp.gmail.com with ESMTPSA id o4-20020a170902d4c400b0016d22e6ed57sm1829090plg.293.2022.07.28.15.17.56 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jul 2022 15:17:56 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 4/9] tpm2-tss: add UPSTREAM_CHECK_URI Date: Thu, 28 Jul 2022 15:17:46 -0700 Message-Id: <20220728221751.48428-4-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220728221751.48428-1-akuster808@gmail.com> References: <20220728221751.48428-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 ; Thu, 28 Jul 2022 22:18:19 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57672 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.2.0.bb b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.2.0.bb index 8440bb9..1556273 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.2.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_3.2.0.bb @@ -12,6 +12,8 @@ SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN SRC_URI[sha256sum] = "48305e4144dcf6d10f3b25b7bccf0189fd2d1186feafd8cd68c6b17ecf0d7912" +UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" + inherit autotools pkgconfig systemd useradd PACKAGECONFIG ??= "" From patchwork Thu Jul 28 22:17:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 10727 X-Patchwork-Delegate: akuster808@gmail.com 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 8B2B2C19F2A for ; Thu, 28 Jul 2022 22:18:09 +0000 (UTC) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mx.groups.io with SMTP id smtpd.web12.1498.1659046679814903617 for ; Thu, 28 Jul 2022 15:17:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=nElEZQ7j; spf=pass (domain: gmail.com, ip: 209.85.214.174, mailfrom: akuster808@gmail.com) Received: by mail-pl1-f174.google.com with SMTP id y15so2960485plp.10 for ; Thu, 28 Jul 2022 15:17:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=F83rLVRh13xq8kFhxiW1cSGNJqleGvcn6gKJS1tnfhg=; b=nElEZQ7jgtwjwDixS9tVpDdIO5n9l7XPhMKaeOwwWTxUe+5fVs3YO6q3o6HA6RAc4+ PS3/r/2E0tZuhx3KnF+pydyTU0YSrLiLFsZDqx/iiZFuNN7jIcrj51Z4UyIy6lYI5N2r 5sFIGezJo3j9IzR7LyrcU5cGWItL+qaZr4AHwRf6ELJ0p7k2DcDoFZhc79ORXnuB82gq Q4sNH4yoNVs7A/wzZNDx9S7SW4sHedar9zF8F3/yuZg+i0OvwvNnq6SSXOlzr/u8ziDX DCgLMT5HvHxO1AusQClzR8xcNKhXLlAMDtaPrPtMOva9KTIVSTCdQ9O/IED6HlM+qAzA siDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=F83rLVRh13xq8kFhxiW1cSGNJqleGvcn6gKJS1tnfhg=; b=6URVQ/Qm0L5E9XRGrPn2/b4BM+yIors6njLKVR9O1+rT+GnEOrbE7rYsPF9gpGKhDH Vn4WOU7j1mdGxDiVTsnrquv6Md/6+54XMwgqDISHlXL1BMoLIdZio1c4geph+q1VOI7y RajPfBY+j/iK57U5bmERMza50UqKbUay8Rk/9uzKfPmR9D7/T44MHtnDBwJJRKIwppbQ KTGI1/MMafi5emtFJacje5xdbRdjk6axujDM/5giQjODep3yZnZnHWmeKejThV6grJGQ HVNEFXsjbbqRTJ4LTR9z7DIYCutpRYLnaqrZNPkfgr4lL1ZzLJYiQPkLC8YhC+76zFn6 TgQw== X-Gm-Message-State: ACgBeo2l7/Kt0uI/ahizZOHhMgeiTbK3LQnSM9TzpvwbQasspqlwT1Jt gxWw/TnkbgentQLKnX0KZ6AcYgOcuXU= X-Google-Smtp-Source: AA6agR4IV2KQqArTxJrn9GOW8CJCh4WebIR3hpXtpPHb+UIX2/02Q6tkRNcK7/11Qin43XPfGVYQGw== X-Received: by 2002:a17:90a:9418:b0:1f1:e251:cabf with SMTP id r24-20020a17090a941800b001f1e251cabfmr800372pjo.79.1659046678752; Thu, 28 Jul 2022 15:17:58 -0700 (PDT) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:8cdd:3284:a497:445d]) by smtp.gmail.com with ESMTPSA id o4-20020a170902d4c400b0016d22e6ed57sm1829090plg.293.2022.07.28.15.17.57 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jul 2022 15:17:58 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 5/9] tpm2-tools: Add UPSTREAM_CHECK_URI Date: Thu, 28 Jul 2022 15:17:47 -0700 Message-Id: <20220728221751.48428-5-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220728221751.48428-1-akuster808@gmail.com> References: <20220728221751.48428-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 ; Thu, 28 Jul 2022 22:18:09 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57673 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb index c20af7e..b82fb65 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tools/tpm2-tools_5.2.bb @@ -10,6 +10,8 @@ SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN SRC_URI[sha256sum] = "c0b402f6a7b3456e8eb2445211e2d41c46c7e769e05fe4d8909ff64119f7a630" +UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" + inherit autotools pkgconfig bash-completion do_configure:prepend() { From patchwork Thu Jul 28 22:17:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 10729 X-Patchwork-Delegate: akuster808@gmail.com 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 9CE64C19F2B for ; Thu, 28 Jul 2022 22:18:09 +0000 (UTC) Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by mx.groups.io with SMTP id smtpd.web10.1539.1659046681226188486 for ; Thu, 28 Jul 2022 15:18:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=CKZYv+2g; spf=pass (domain: gmail.com, ip: 209.85.214.170, mailfrom: akuster808@gmail.com) Received: by mail-pl1-f170.google.com with SMTP id b22so2962031plz.9 for ; Thu, 28 Jul 2022 15:18:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=5bXKz6S/V4jY95mkShRCJtJbUhM4ZklbP9wmDtINRco=; b=CKZYv+2gScGfmP06RMYRiuKbfPaZT9D8lDv7WM1A2+1GgUwwY84MF+6bRBhaDdrFEp Bz+QZSnLyRWLS3/X0Yvbk1zPcb1qQ1I0bdGzxIZ1t3cDv1NFTAUcdkH/GBEhkSagsq8R a/6bqGDY0Q6dk0/Ny/p03OJHjjryNiu9XqedisdocoENr9pqN1Jg3psdd89y8Tu4Kkji QK7ZnN5IuHHHRu9/RMIxqHoUv8QvGAF/567yR+2C/MZnAnfsejPBCDEMZlJ5YAY4TJJn GHnpGFS8CN5Q4C8rEbnGA2nWq0tC3B5b6MmTRE/f33L3Rwqnc2qKLRsBUr7Et9NHk0H9 H9zQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=5bXKz6S/V4jY95mkShRCJtJbUhM4ZklbP9wmDtINRco=; b=VtctgrhjE18skb3blZlPj0XN4HUCRkPjJ514+r+kcUWzR0uue4/qYVKvn9dXDjV9I2 NjpROwmXqPfYZHCNJIDboTypZijRYl9Tps1GaMoNUjw2Ug7aT/UBL6fBwMw94ruy3rHx XokjHYE0K9IwXkJBVBb5YAZEiRYXrv7JWx7Ms8+v9QbdtCJ+3RNjUo8tNe3ZPBl1RyFh 8qt5ICrrZpqnCyL8B4lEVd3zj6ecf38DiVHrbJV3SfvMLHiIeesdo3TuvS8FKIX4QD8e 4XENsrUaelG6TE97ScGc2tKQB/iDmeOTdnTHf5RAUkxGiLtoDsLQGPO0zXffZXJABiS4 YK1w== X-Gm-Message-State: ACgBeo2GqRahhW4Apc9eFt6V3/vmWZ3A4bGaKtKoEkZ4YUzaxppH+M8b GEfQvzxd/rFVsBeGEe04eEybqm1ZTgA= X-Google-Smtp-Source: AA6agR4oRgzxFJVKtw07actCdjBo20/B/PwiobBn8/VaORwewOIPSDjC7nEMrFWAt0WmnDkckzJsfg== X-Received: by 2002:a17:902:eb88:b0:16d:c99f:ed59 with SMTP id q8-20020a170902eb8800b0016dc99fed59mr885286plg.33.1659046680266; Thu, 28 Jul 2022 15:18:00 -0700 (PDT) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:8cdd:3284:a497:445d]) by smtp.gmail.com with ESMTPSA id o4-20020a170902d4c400b0016d22e6ed57sm1829090plg.293.2022.07.28.15.17.59 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jul 2022 15:17:59 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 6/9] tpm2-openssl: Add UPSTREAM_CHECK_URI Date: Thu, 28 Jul 2022 15:17:48 -0700 Message-Id: <20220728221751.48428-6-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220728221751.48428-1-akuster808@gmail.com> References: <20220728221751.48428-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 ; Thu, 28 Jul 2022 22:18:09 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57674 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.0.bb b/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.0.bb index 55061c9..263ca2c 100644 --- a/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.0.bb @@ -8,6 +8,8 @@ SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN SRC_URI[sha256sum] = "eedcc0b72ad6d232e6f9f55a780290c4d33a4d06efca9314f8a36d7384eb1dfc" +UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" + inherit autotools pkgconfig do_configure:prepend() { From patchwork Thu Jul 28 22:17:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 10728 X-Patchwork-Delegate: akuster808@gmail.com 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 92372C3F6B0 for ; Thu, 28 Jul 2022 22:18:09 +0000 (UTC) Received: from mail-pg1-f180.google.com (mail-pg1-f180.google.com [209.85.215.180]) by mx.groups.io with SMTP id smtpd.web10.1541.1659046682726026800 for ; Thu, 28 Jul 2022 15:18:02 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=L8BC0i5j; spf=pass (domain: gmail.com, ip: 209.85.215.180, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f180.google.com with SMTP id f65so2577540pgc.12 for ; Thu, 28 Jul 2022 15:18:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=BSzzwz34bSBgE6qlkMTspN7SZTF1MQlSbX2cNejYAhY=; b=L8BC0i5jXtQSMW6SCGSDAlMjksbxxwpmqu8P7dqMXChAAqWYGKS6jhaT5H4p3dEc9J MdwgMx2nptZQv+12C8UMLIGGh76i94M5OtHD41vw818SJz/PDG/ZG6abOxF/8ZzFj2mE /UT/Ne29St7Sxp1SMznkUsYUplHsdQrDuyFNIAmSbWasqkmVdfxeFj5xIR0H1gPLzUeV 3Hb7dgYOQOcz7xj3sBCQT2NvEu9hwbKx6VMMyaQye8rQfxA2I672Ev0U0IEpnP6e82hm P4XqkrXEMyJOXMV7LH/QgvE9KgekgfRG9NRLmIC6hTB8vOQwdaXLBl6jXBWdSoOr26Kz BcXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=BSzzwz34bSBgE6qlkMTspN7SZTF1MQlSbX2cNejYAhY=; b=1vzuamUblXfyrUm1FOSmSIT0ThkaFgHeuj/Kwu1lO9Ps/NseF/3OjLij7Cqad0ejX5 HH6lbzAPJTeKaR5v2hUR2IWIu1I74SwMMVUMospEYfd0XH3+WG7HslfmSJHUpWTyJzTz lLt8m3rpENaDcBcNdj6QEGKzZbsUag827lIfz2OLq1CaT750wY6v+nFsyDxhCdNw7KGK LLkFfv9Yq6YYdb4/bSdED4zTcet/ElsoTehEOAyGT6YEmgRYzjFVONGJPT3Ge5F+QVTo jQaMGzcFjYDB7bwiD0VKkbx99zyQ5JjQ4hCXusyx9T5O/UNzSvBdxYm3cApz+pfreWWK VaaQ== X-Gm-Message-State: AJIora8qqnunEcNKYrMgsYoF4ONk7guGusEhp8T0/fHW+hUDR4PObntn OXAhOFKbHlZngTBSlMOx8UaVfLrAuEA= X-Google-Smtp-Source: AGRyM1sLPrXRPaRAD0EALiZEY4uL6wecuwoaVJVtQDeXcEUKyeKI3X9oxJNVDHqRLDEjMqe7k/yokQ== X-Received: by 2002:a05:6a00:e0e:b0:522:990c:ab60 with SMTP id bq14-20020a056a000e0e00b00522990cab60mr639987pfb.8.1659046681632; Thu, 28 Jul 2022 15:18:01 -0700 (PDT) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:8cdd:3284:a497:445d]) by smtp.gmail.com with ESMTPSA id o4-20020a170902d4c400b0016d22e6ed57sm1829090plg.293.2022.07.28.15.18.00 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jul 2022 15:18:01 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 7/9] tpm2-pkcs11: Add UPSTREAM_CHECK_URI Date: Thu, 28 Jul 2022 15:17:49 -0700 Message-Id: <20220728221751.48428-7-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220728221751.48428-1-akuster808@gmail.com> References: <20220728221751.48428-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 ; Thu, 28 Jul 2022 22:18:09 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57675 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb index dd0a0b5..38847a8 100644 --- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.8.0.bb @@ -10,6 +10,8 @@ SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN SRC_URI[sha256sum] = "79f28899047defd6b4b72b7268dd56abf27774954022315f818c239af33e05bd" +UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" + inherit autotools-brokensep pkgconfig python3native EXTRA_OECONF += "--disable-ptool-checks" From patchwork Thu Jul 28 22:17:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 10726 X-Patchwork-Delegate: akuster808@gmail.com 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 8682FC04A68 for ; Thu, 28 Jul 2022 22:18:09 +0000 (UTC) Received: from mail-pj1-f49.google.com (mail-pj1-f49.google.com [209.85.216.49]) by mx.groups.io with SMTP id smtpd.web09.1556.1659046684129568600 for ; Thu, 28 Jul 2022 15:18:04 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=o8kx9ePy; spf=pass (domain: gmail.com, ip: 209.85.216.49, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f49.google.com with SMTP id b10so3038795pjq.5 for ; Thu, 28 Jul 2022 15:18:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=0+FPL8F4FA8MBnLlABeuiiS9zBj9otVUQKcaZkvr/2o=; b=o8kx9ePy0fDbuy3K5Rntt52m4rZNVz+nRA0Ueag9kQQg78ky0jlkj0p3KweG8N0Vgh ZqwfKcxKWgtk+kNWxSTMEYQmtLkw7FmRGbQWfmwG15HuQSRHMR+iGpx+W+47kpv6CTDA DRDMaUIxIozuRJd7duWCdcx0F8TuKCmW+Y2qblQQOFoZVVdeA7WLWSvlLXYWoDa1/SgH aGr315quYjGDTowztS3EqaSf6cL4WE1srbJ8N85QYuDvh/ndUTLUEauHgYeMbL9M/5Ol jSiJ3CbxG/jCZMo+Xizl86WYmou/GarNnjUM99bYCEFD3xlOVp2pxxPAZuyxdRcr5KCE fTNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=0+FPL8F4FA8MBnLlABeuiiS9zBj9otVUQKcaZkvr/2o=; b=oGwnoK3nxFcK16YR186pZgDP0D48lMGTdf68MnLt8PUOKDJfYonD1bAaovt6aWw9QO XL31ECtiJ6BibnTT0SlwmHRFLLRUP8ypLes39II/ebaLC5gVJWy/WotGMyoXl7kD5rtA iwLm/Po7XJoxaHAPvFRKTjruqGkuy94G2/FgfIQLni1hXW6r10BYKTfx1MvtcFCK/Vlx SczNB0b0LOIiKlpcncwXSvSGvphHYxhmg2Sraq66Lxw8diMc9Wwo32M5sFpJgbjty9Hx OzR9GS+7bKhik/TF+VggtbAmXv+WSBYH8AxMI06Lo1+6m3U2iGHAFC46m4vufWQEQiEV /t5A== X-Gm-Message-State: ACgBeo0MGQdULWgSIAMNG2POC/zD+s1cbfpBDABkY43jmRhgC8YpD9Gd IkaUjEQAx/o4S0Q0cjy1Q0zqoLd8ees= X-Google-Smtp-Source: AA6agR40FU95bj+X8qSgFZFUam/G6K/7sZA+wxvoXlD6gp8ew5dZ2Jo4Xu+5oIhZZj8Kg0XgYSu1GA== X-Received: by 2002:a17:90b:17cf:b0:1f2:e376:9ed2 with SMTP id me15-20020a17090b17cf00b001f2e3769ed2mr1528386pjb.82.1659046683222; Thu, 28 Jul 2022 15:18:03 -0700 (PDT) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:8cdd:3284:a497:445d]) by smtp.gmail.com with ESMTPSA id o4-20020a170902d4c400b0016d22e6ed57sm1829090plg.293.2022.07.28.15.18.01 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jul 2022 15:18:02 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 8/9] tpm2-abrmd: add UPSTREAM_CHECK_URI Date: Thu, 28 Jul 2022 15:17:50 -0700 Message-Id: <20220728221751.48428-8-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220728221751.48428-1-akuster808@gmail.com> References: <20220728221751.48428-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 ; Thu, 28 Jul 2022 22:18:09 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57676 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb index daafae3..75e9588 100644 --- a/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb +++ b/meta-tpm/recipes-tpm2/tpm2-abrmd/tpm2-abrmd_2.4.1.bb @@ -20,6 +20,8 @@ SRC_URI = "\ SRC_URI[sha256sum] = "a7844a257eaf5176f612fe9620018edc0880cca7036465ad2593f83ae0ad6673" +UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" + inherit autotools pkgconfig systemd update-rc.d useradd SYSTEMD_PACKAGES += "${PN}" From patchwork Thu Jul 28 22:17:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 10730 X-Patchwork-Delegate: akuster808@gmail.com 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 8CF71C19F2C for ; Thu, 28 Jul 2022 22:18:09 +0000 (UTC) Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by mx.groups.io with SMTP id smtpd.web09.1558.1659046685916673372 for ; Thu, 28 Jul 2022 15:18:06 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=f8XLE61T; spf=pass (domain: gmail.com, ip: 209.85.215.178, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f178.google.com with SMTP id s206so2603027pgs.3 for ; Thu, 28 Jul 2022 15:18:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=lPqkvTuD3cOoxYawMY3rZThuOXTg6jPOZKgPP8dhVJE=; b=f8XLE61T0g8aa/TgKSCGIFOURitfCxvckPatFQPbn4DeIFGWyXeRnwSYdwYUkDWtZa XrMTWA9nRgTvBdG6cUH7yx4//fPLFGGTIyBOI7lFI+TpajEP8SVMLcW6G4i9ZOEiAqKR 3ZeE/zo/yqchGRhfqDc8QkS1EQRJiBPZ5SlEVG1Dfsj1bpc4GXmTP3y+c9qogK9IRP3c 5v8sI2sn60s+MVZzEFLxQpQn76y5/P/sO86Xe6pskWmQJJP2se6E8mnQRTX9KhqjZBDA 08xUCj46Uc+2rGhGu5XUazWs+JccGmc3aCflTSe5ofo9kNr0ylPuuXOSIkT72QHjo1AO Ym2g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=lPqkvTuD3cOoxYawMY3rZThuOXTg6jPOZKgPP8dhVJE=; b=j0o/JnGmxdMCAmDkX078qsWCH0aWUHoL7pYkRnekeFOSjVLhjD2f+ztHloCX4ArtLR TARbjPhk8s0YyWHXHFVT5fVMyHGSOfbmhxZzjFS+i5ci2QAQuI/5VQ07KmNOTdcOZAbE 3PxqKjBRZ5UkcpU3JUIjjb0wzfN9RjQZglN1tRdbm9dzyZLdDXK7GwVmda0jQ2f0bxQN 2i0ET5Lgw5GOYP1Fv0kSCGLEdBAe5S5Ptnu3Ij2rGJsUq/rCiq+R2hvGyjKdE7JzF/zU JlFSA3M15EDWAtLUopShoEOARgb/qHH9m9RMo6+uzYIcj9esD9NnsZhEo/pM7R0FtjBv kqkQ== X-Gm-Message-State: AJIora8/qLX5XwFNqUM4ftIbt6YWg8S1xebOUnsVJ7cIxHwE/dmhGc3m eRZ/t6ltPJNYGkr2vw4SEWE/bdDnMGw= X-Google-Smtp-Source: AGRyM1t90jfmAeEg8IcvmeOMProogzIa8Ysoj8fsPbAqNO3GZ9YzWZQKnumVEG/FjDnY20vvW0bZrA== X-Received: by 2002:a63:8a42:0:b0:419:d6bf:394b with SMTP id y63-20020a638a42000000b00419d6bf394bmr622949pgd.201.1659046684952; Thu, 28 Jul 2022 15:18:04 -0700 (PDT) Received: from keaua.hsd1.ca.comcast.net ([2601:202:4180:a5c0:8cdd:3284:a497:445d]) by smtp.gmail.com with ESMTPSA id o4-20020a170902d4c400b0016d22e6ed57sm1829090plg.293.2022.07.28.15.18.03 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Jul 2022 15:18:04 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 9/9] tpm2-tcti-uefi: Add UPSTREAM_CHECK_URI Date: Thu, 28 Jul 2022 15:17:51 -0700 Message-Id: <20220728221751.48428-9-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220728221751.48428-1-akuster808@gmail.com> References: <20220728221751.48428-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 ; Thu, 28 Jul 2022 22:18:09 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57677 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb index 2bf1eed..9c60e2b 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tcti-uefi/tpm2-tcti-uefi_0.9.9.bb @@ -12,6 +12,8 @@ SRC_URI = "git://github.com/tpm2-software/tpm2-tcti-uefi.git;branch=master;proto SRCREV = "0241b08f069f0fdb3612f5c1b938144dbe9be811" +UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" + S = "${WORKDIR}/git" inherit autotools pkgconfig