From patchwork Wed Apr 26 14:18:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 23030 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 2DB62C77B60 for ; Wed, 26 Apr 2023 14:18:49 +0000 (UTC) Received: from mail-yw1-f173.google.com (mail-yw1-f173.google.com [209.85.128.173]) by mx.groups.io with SMTP id smtpd.web10.9211.1682518725115940782 for ; Wed, 26 Apr 2023 07:18:45 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@gmail.com header.s=20221208 header.b=gobGXXiS; spf=pass (domain: gmail.com, ip: 209.85.128.173, mailfrom: akuster808@gmail.com) Received: by mail-yw1-f173.google.com with SMTP id 00721157ae682-54f8b46d031so82617337b3.3 for ; Wed, 26 Apr 2023 07:18:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1682518724; x=1685110724; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=t1/fAMiZjr7c137C4p69KZBSr8c98RN5vlfy1EOz5kc=; b=gobGXXiScQroR8ulA7vrXop1KUbN1SfMUIKS8iXb5nnYGgKRzXnk8yZj0O25Pm2T7L UXKnMW7pq/yf0pFeNwTyPIkUTKLAUPstklf8U49aH78vgEku/BNW6wO4ohD+PgaiZTO3 SUc0IbBafzTYJZHF9FTQldAxp3Hq/fO8FPI6BBVzOYWwbgTsO07GSBRdDJLtU2Y/lRSA JxoQ7SVrE8ixbK1MVaGly8chwQDg6T4w69DBLJc46dnhN5UfCsPGfSAHA/MELwsDmKyn ZC5l5qfgtNe0HC90qeeFxy0VpSL6u6vNVhtXb+NLwe632ngc6iZpFFK0gs5S914r9Z7U Wh8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682518724; x=1685110724; 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=t1/fAMiZjr7c137C4p69KZBSr8c98RN5vlfy1EOz5kc=; b=DYgryhZRHXsLk69/RH6s2Iu4vlkDUWZSl7YwyIoEWsnnTyRkmL3ZD42adebCQCaj3U N9c0w4kSszkDIYuAGjLs+E5fiaWIBWjFJZL5UkobdwXb5kvLhI1Ib54TV0sIWPaBdrUF Y8x4I3MmG9hjr4sJwLbYherk44OP/5z3ntU+/J+Jq2blQxfoeol0GewBP/pY8CIbLHgU hwVcNYwD9YHoLvgLsMZWofBa8Sprpffw4CwWjIyLkV/TkTXdiSQa9YJrA4nv7I6ojGcN vrLT9mcSpfl1UA7CROdX+S0lwcJUHQHwuhNRDBV9DCnYL1RbpR29sJWQ070Q6QhiR01J MATA== X-Gm-Message-State: AAQBX9cYAFq5lBpNIMVdGshNH7+B52cWybWdfap+ypXfC9JZULfAHEgv 2pgKiOPsmWqawZhTOLkjT85qFGgUXs8= X-Google-Smtp-Source: AKy350biQ5MPH4D7rvJUl3xidSiw5U5AjX3JQI40N2cp8pT8TmNmbhlcKaCJsKzQTTgLsYwsrzIo2w== X-Received: by 2002:a0d:ccc9:0:b0:546:4626:bfc5 with SMTP id o192-20020a0dccc9000000b005464626bfc5mr13954094ywd.31.1682518723552; Wed, 26 Apr 2023 07:18:43 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:dca5:ab45:75c1:b60d]) by smtp.gmail.com with ESMTPSA id p71-20020a0de64a000000b00545b9498c1asm4214462ywe.12.2023.04.26.07.18.42 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Apr 2023 07:18:42 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 1/4] meta-tpm: rename recipes-tpm to recipes-tpm1 Date: Wed, 26 Apr 2023 10:18:37 -0400 Message-Id: <20230426141840.764144-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 ; Wed, 26 Apr 2023 14:18:49 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/59784 a bit of re-org. Signed-off-by: Armin Kuster --- meta-tpm/{recipes-tpm => recipes-tpm1}/hoth/libhoth_git.bb | 0 .../libtpm/files/Convert-another-vdprintf-to-dprintf.patch | 0 .../libtpm/files/Use-format-s-for-call-to-dprintf.patch | 0 .../libtpm/files/fix_signed_issue.patch | 0 meta-tpm/{recipes-tpm => recipes-tpm1}/libtpm/libtpm_0.9.5.bb | 0 .../files/0001-create-tpm-key-support-well-known-key-option.patch | 0 .../files/0002-libtpm-support-env-TPM_SRK_PW.patch | 0 ...003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch | 0 ...004-tpm-openssl-tpm-engine-change-variable-c-type-from-c.patch | 0 .../openssl-tpm-engine/files/openssl11_build_fix.patch | 0 .../openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb | 0 .../pcr-extend/files/fix_openssl11_build.patch | 0 .../{recipes-tpm => recipes-tpm1}/pcr-extend/pcr-extend_git.bb | 0 .../{recipes-tpm => recipes-tpm1}/swtpm/files/fix_fcntl_h.patch | 0 .../swtpm/files/fix_lib_search_path.patch | 0 .../{recipes-tpm => recipes-tpm1}/swtpm/swtpm-wrappers-native.bb | 0 meta-tpm/{recipes-tpm => recipes-tpm1}/swtpm/swtpm_0.7.3.bb | 0 .../tpm-quote-tools/tpm-quote-tools_1.0.4.bb | 0 .../tpm-tools/files/04-fix-FTBFS-clang.patch | 0 .../tpm-tools/files/openssl1.1_fix.patch | 0 .../tpm-tools/files/tpm-tools-extendpcr.patch | 0 .../{recipes-tpm => recipes-tpm1}/tpm-tools/tpm-tools_1.3.9.2.bb | 0 ...001-build-don-t-override-localstatedir-mandir-sysconfdir.patch | 0 .../get-user-ps-path-use-POSIX-getpwent-instead-of-getpwe.patch | 0 .../{recipes-tpm => recipes-tpm1}/trousers/files/tcsd.service | 0 .../trousers/files/trousers-udev.rules | 0 .../{recipes-tpm => recipes-tpm1}/trousers/files/trousers.init.sh | 0 meta-tpm/{recipes-tpm => recipes-tpm1}/trousers/trousers_git.bb | 0 28 files changed, 0 insertions(+), 0 deletions(-) rename meta-tpm/{recipes-tpm => recipes-tpm1}/hoth/libhoth_git.bb (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/libtpm/files/Convert-another-vdprintf-to-dprintf.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/libtpm/files/Use-format-s-for-call-to-dprintf.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/libtpm/files/fix_signed_issue.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/libtpm/libtpm_0.9.5.bb (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/openssl-tpm-engine/files/0001-create-tpm-key-support-well-known-key-option.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/openssl-tpm-engine/files/0002-libtpm-support-env-TPM_SRK_PW.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/openssl-tpm-engine/files/0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/openssl-tpm-engine/files/0004-tpm-openssl-tpm-engine-change-variable-c-type-from-c.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/openssl-tpm-engine/files/openssl11_build_fix.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/pcr-extend/files/fix_openssl11_build.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/pcr-extend/pcr-extend_git.bb (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/swtpm/files/fix_fcntl_h.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/swtpm/files/fix_lib_search_path.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/swtpm/swtpm-wrappers-native.bb (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/swtpm/swtpm_0.7.3.bb (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/tpm-quote-tools/tpm-quote-tools_1.0.4.bb (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/tpm-tools/files/04-fix-FTBFS-clang.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/tpm-tools/files/openssl1.1_fix.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/tpm-tools/files/tpm-tools-extendpcr.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/tpm-tools/tpm-tools_1.3.9.2.bb (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/trousers/files/0001-build-don-t-override-localstatedir-mandir-sysconfdir.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/trousers/files/get-user-ps-path-use-POSIX-getpwent-instead-of-getpwe.patch (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/trousers/files/tcsd.service (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/trousers/files/trousers-udev.rules (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/trousers/files/trousers.init.sh (100%) rename meta-tpm/{recipes-tpm => recipes-tpm1}/trousers/trousers_git.bb (100%) diff --git a/meta-tpm/recipes-tpm/hoth/libhoth_git.bb b/meta-tpm/recipes-tpm1/hoth/libhoth_git.bb similarity index 100% rename from meta-tpm/recipes-tpm/hoth/libhoth_git.bb rename to meta-tpm/recipes-tpm1/hoth/libhoth_git.bb diff --git a/meta-tpm/recipes-tpm/libtpm/files/Convert-another-vdprintf-to-dprintf.patch b/meta-tpm/recipes-tpm1/libtpm/files/Convert-another-vdprintf-to-dprintf.patch similarity index 100% rename from meta-tpm/recipes-tpm/libtpm/files/Convert-another-vdprintf-to-dprintf.patch rename to meta-tpm/recipes-tpm1/libtpm/files/Convert-another-vdprintf-to-dprintf.patch diff --git a/meta-tpm/recipes-tpm/libtpm/files/Use-format-s-for-call-to-dprintf.patch b/meta-tpm/recipes-tpm1/libtpm/files/Use-format-s-for-call-to-dprintf.patch similarity index 100% rename from meta-tpm/recipes-tpm/libtpm/files/Use-format-s-for-call-to-dprintf.patch rename to meta-tpm/recipes-tpm1/libtpm/files/Use-format-s-for-call-to-dprintf.patch diff --git a/meta-tpm/recipes-tpm/libtpm/files/fix_signed_issue.patch b/meta-tpm/recipes-tpm1/libtpm/files/fix_signed_issue.patch similarity index 100% rename from meta-tpm/recipes-tpm/libtpm/files/fix_signed_issue.patch rename to meta-tpm/recipes-tpm1/libtpm/files/fix_signed_issue.patch diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_0.9.5.bb b/meta-tpm/recipes-tpm1/libtpm/libtpm_0.9.5.bb similarity index 100% rename from meta-tpm/recipes-tpm/libtpm/libtpm_0.9.5.bb rename to meta-tpm/recipes-tpm1/libtpm/libtpm_0.9.5.bb diff --git a/meta-tpm/recipes-tpm/openssl-tpm-engine/files/0001-create-tpm-key-support-well-known-key-option.patch b/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0001-create-tpm-key-support-well-known-key-option.patch similarity index 100% rename from meta-tpm/recipes-tpm/openssl-tpm-engine/files/0001-create-tpm-key-support-well-known-key-option.patch rename to meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0001-create-tpm-key-support-well-known-key-option.patch diff --git a/meta-tpm/recipes-tpm/openssl-tpm-engine/files/0002-libtpm-support-env-TPM_SRK_PW.patch b/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0002-libtpm-support-env-TPM_SRK_PW.patch similarity index 100% rename from meta-tpm/recipes-tpm/openssl-tpm-engine/files/0002-libtpm-support-env-TPM_SRK_PW.patch rename to meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0002-libtpm-support-env-TPM_SRK_PW.patch diff --git a/meta-tpm/recipes-tpm/openssl-tpm-engine/files/0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch b/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch similarity index 100% rename from meta-tpm/recipes-tpm/openssl-tpm-engine/files/0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch rename to meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0003-tpm-openssl-tpm-engine-parse-an-encrypted-tpm-SRK-pa.patch diff --git a/meta-tpm/recipes-tpm/openssl-tpm-engine/files/0004-tpm-openssl-tpm-engine-change-variable-c-type-from-c.patch b/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0004-tpm-openssl-tpm-engine-change-variable-c-type-from-c.patch similarity index 100% rename from meta-tpm/recipes-tpm/openssl-tpm-engine/files/0004-tpm-openssl-tpm-engine-change-variable-c-type-from-c.patch rename to meta-tpm/recipes-tpm1/openssl-tpm-engine/files/0004-tpm-openssl-tpm-engine-change-variable-c-type-from-c.patch diff --git a/meta-tpm/recipes-tpm/openssl-tpm-engine/files/openssl11_build_fix.patch b/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/openssl11_build_fix.patch similarity index 100% rename from meta-tpm/recipes-tpm/openssl-tpm-engine/files/openssl11_build_fix.patch rename to meta-tpm/recipes-tpm1/openssl-tpm-engine/files/openssl11_build_fix.patch diff --git a/meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb b/meta-tpm/recipes-tpm1/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb similarity index 100% rename from meta-tpm/recipes-tpm/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb rename to meta-tpm/recipes-tpm1/openssl-tpm-engine/openssl-tpm-engine_0.5.0.bb diff --git a/meta-tpm/recipes-tpm/pcr-extend/files/fix_openssl11_build.patch b/meta-tpm/recipes-tpm1/pcr-extend/files/fix_openssl11_build.patch similarity index 100% rename from meta-tpm/recipes-tpm/pcr-extend/files/fix_openssl11_build.patch rename to meta-tpm/recipes-tpm1/pcr-extend/files/fix_openssl11_build.patch diff --git a/meta-tpm/recipes-tpm/pcr-extend/pcr-extend_git.bb b/meta-tpm/recipes-tpm1/pcr-extend/pcr-extend_git.bb similarity index 100% rename from meta-tpm/recipes-tpm/pcr-extend/pcr-extend_git.bb rename to meta-tpm/recipes-tpm1/pcr-extend/pcr-extend_git.bb diff --git a/meta-tpm/recipes-tpm/swtpm/files/fix_fcntl_h.patch b/meta-tpm/recipes-tpm1/swtpm/files/fix_fcntl_h.patch similarity index 100% rename from meta-tpm/recipes-tpm/swtpm/files/fix_fcntl_h.patch rename to meta-tpm/recipes-tpm1/swtpm/files/fix_fcntl_h.patch diff --git a/meta-tpm/recipes-tpm/swtpm/files/fix_lib_search_path.patch b/meta-tpm/recipes-tpm1/swtpm/files/fix_lib_search_path.patch similarity index 100% rename from meta-tpm/recipes-tpm/swtpm/files/fix_lib_search_path.patch rename to meta-tpm/recipes-tpm1/swtpm/files/fix_lib_search_path.patch diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm-wrappers-native.bb b/meta-tpm/recipes-tpm1/swtpm/swtpm-wrappers-native.bb similarity index 100% rename from meta-tpm/recipes-tpm/swtpm/swtpm-wrappers-native.bb rename to meta-tpm/recipes-tpm1/swtpm/swtpm-wrappers-native.bb diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_0.7.3.bb b/meta-tpm/recipes-tpm1/swtpm/swtpm_0.7.3.bb similarity index 100% rename from meta-tpm/recipes-tpm/swtpm/swtpm_0.7.3.bb rename to meta-tpm/recipes-tpm1/swtpm/swtpm_0.7.3.bb diff --git a/meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.4.bb b/meta-tpm/recipes-tpm1/tpm-quote-tools/tpm-quote-tools_1.0.4.bb similarity index 100% rename from meta-tpm/recipes-tpm/tpm-quote-tools/tpm-quote-tools_1.0.4.bb rename to meta-tpm/recipes-tpm1/tpm-quote-tools/tpm-quote-tools_1.0.4.bb diff --git a/meta-tpm/recipes-tpm/tpm-tools/files/04-fix-FTBFS-clang.patch b/meta-tpm/recipes-tpm1/tpm-tools/files/04-fix-FTBFS-clang.patch similarity index 100% rename from meta-tpm/recipes-tpm/tpm-tools/files/04-fix-FTBFS-clang.patch rename to meta-tpm/recipes-tpm1/tpm-tools/files/04-fix-FTBFS-clang.patch diff --git a/meta-tpm/recipes-tpm/tpm-tools/files/openssl1.1_fix.patch b/meta-tpm/recipes-tpm1/tpm-tools/files/openssl1.1_fix.patch similarity index 100% rename from meta-tpm/recipes-tpm/tpm-tools/files/openssl1.1_fix.patch rename to meta-tpm/recipes-tpm1/tpm-tools/files/openssl1.1_fix.patch diff --git a/meta-tpm/recipes-tpm/tpm-tools/files/tpm-tools-extendpcr.patch b/meta-tpm/recipes-tpm1/tpm-tools/files/tpm-tools-extendpcr.patch similarity index 100% rename from meta-tpm/recipes-tpm/tpm-tools/files/tpm-tools-extendpcr.patch rename to meta-tpm/recipes-tpm1/tpm-tools/files/tpm-tools-extendpcr.patch diff --git a/meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb b/meta-tpm/recipes-tpm1/tpm-tools/tpm-tools_1.3.9.2.bb similarity index 100% rename from meta-tpm/recipes-tpm/tpm-tools/tpm-tools_1.3.9.2.bb rename to meta-tpm/recipes-tpm1/tpm-tools/tpm-tools_1.3.9.2.bb diff --git a/meta-tpm/recipes-tpm/trousers/files/0001-build-don-t-override-localstatedir-mandir-sysconfdir.patch b/meta-tpm/recipes-tpm1/trousers/files/0001-build-don-t-override-localstatedir-mandir-sysconfdir.patch similarity index 100% rename from meta-tpm/recipes-tpm/trousers/files/0001-build-don-t-override-localstatedir-mandir-sysconfdir.patch rename to meta-tpm/recipes-tpm1/trousers/files/0001-build-don-t-override-localstatedir-mandir-sysconfdir.patch diff --git a/meta-tpm/recipes-tpm/trousers/files/get-user-ps-path-use-POSIX-getpwent-instead-of-getpwe.patch b/meta-tpm/recipes-tpm1/trousers/files/get-user-ps-path-use-POSIX-getpwent-instead-of-getpwe.patch similarity index 100% rename from meta-tpm/recipes-tpm/trousers/files/get-user-ps-path-use-POSIX-getpwent-instead-of-getpwe.patch rename to meta-tpm/recipes-tpm1/trousers/files/get-user-ps-path-use-POSIX-getpwent-instead-of-getpwe.patch diff --git a/meta-tpm/recipes-tpm/trousers/files/tcsd.service b/meta-tpm/recipes-tpm1/trousers/files/tcsd.service similarity index 100% rename from meta-tpm/recipes-tpm/trousers/files/tcsd.service rename to meta-tpm/recipes-tpm1/trousers/files/tcsd.service diff --git a/meta-tpm/recipes-tpm/trousers/files/trousers-udev.rules b/meta-tpm/recipes-tpm1/trousers/files/trousers-udev.rules similarity index 100% rename from meta-tpm/recipes-tpm/trousers/files/trousers-udev.rules rename to meta-tpm/recipes-tpm1/trousers/files/trousers-udev.rules diff --git a/meta-tpm/recipes-tpm/trousers/files/trousers.init.sh b/meta-tpm/recipes-tpm1/trousers/files/trousers.init.sh similarity index 100% rename from meta-tpm/recipes-tpm/trousers/files/trousers.init.sh rename to meta-tpm/recipes-tpm1/trousers/files/trousers.init.sh diff --git a/meta-tpm/recipes-tpm/trousers/trousers_git.bb b/meta-tpm/recipes-tpm1/trousers/trousers_git.bb similarity index 100% rename from meta-tpm/recipes-tpm/trousers/trousers_git.bb rename to meta-tpm/recipes-tpm1/trousers/trousers_git.bb From patchwork Wed Apr 26 14:18:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 23027 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 2C7D4C77B7F for ; Wed, 26 Apr 2023 14:18:49 +0000 (UTC) Received: from mail-yw1-f179.google.com (mail-yw1-f179.google.com [209.85.128.179]) by mx.groups.io with SMTP id smtpd.web11.9247.1682518725454589292 for ; Wed, 26 Apr 2023 07:18:45 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@gmail.com header.s=20221208 header.b=op1+jwbu; spf=pass (domain: gmail.com, ip: 209.85.128.179, mailfrom: akuster808@gmail.com) Received: by mail-yw1-f179.google.com with SMTP id 00721157ae682-5529f3b8623so54804237b3.2 for ; Wed, 26 Apr 2023 07:18:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1682518724; x=1685110724; 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=GWZOnQE+pvTCZ1wXQEA87Cwj+fuCwS4uA85oES97VR0=; b=op1+jwbuuoditUO/C0+L14DXwaNp1v/0CXx0aeRZU0VSfoP+GglSWo6w38n1l0z/kI spCPTsuh4gMJauKtSOzUS9OFEJq28z1OzQiR6pLsri5t0rSbZEkLH0uFVO01AKrPXU/l vQ309gODH0PSD4aLsT0bK35X5dtlasmzwWp/R8Yr5KQAsChkBB1YySXY/KckJNxsHB0M Z51dGex0UqmZ7MN+W4Z5jcmZOQl4e36ta7kDyhJ/AbLyAiMUac1abWlo3d07ZfNgPqE3 jM9bUIJsNkFHHaxXJExo3bAQm0VaS35QyYVspiN6Kp1NM9nOtOSy3lXd/54Zs/Q+eLz3 eKNA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682518724; x=1685110724; 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=GWZOnQE+pvTCZ1wXQEA87Cwj+fuCwS4uA85oES97VR0=; b=jtFVivnFYosz09UefCMU0np6Riz8g3MEgDWIDlT1a1zzqUYmSsBLw7HPuYyZkIrGlf JJc2zeBarukfuxIFWmVgmYmyEO7JwIrX6DF3mRO+YVho8WasrhBaH7zv83+T14sVuBVT dOvK1ZZTyG1pBM6xQLqWGnYg8pvGB8oqrtPNzpcmbLuyGwgDw72O31G8sbi39UL8ciUr CF35Bo3KGzoMEu5WkWGL9GRwReFx4Ff3ASjWeWadYAktTaLvkmcAbOx/AHJLhADXUmVt ZrGLBLpXMzKqNsnhgzQslH3MT0Pj5IilTor5i41EAcf3MlWWG3xqPftvNCx1kKieVHZr sfwg== X-Gm-Message-State: AAQBX9eE7Vfc3hQT7U3adZ/XFS+I+PD60x68hi6jiuDKR1BRxJ4mJdA9 BwAVWecJHt/z//YqZgEQI89yhxfgBho= X-Google-Smtp-Source: AKy350agV72vTw1ocwpRYzRGDCdnwz+KCyn137mwkcE0LvQbx7kQuje/szWMx9iuBo9U/mKyY/lQqg== X-Received: by 2002:a81:5291:0:b0:54f:e0e7:c6fb with SMTP id g139-20020a815291000000b0054fe0e7c6fbmr14378812ywb.8.1682518724281; Wed, 26 Apr 2023 07:18:44 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:dca5:ab45:75c1:b60d]) by smtp.gmail.com with ESMTPSA id p71-20020a0de64a000000b00545b9498c1asm4214462ywe.12.2023.04.26.07.18.43 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Apr 2023 07:18:43 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 2/4] recipes-tpm: use this for common tpm recipes Date: Wed, 26 Apr 2023 10:18:38 -0400 Message-Id: <20230426141840.764144-2-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230426141840.764144-1-akuster808@gmail.com> References: <20230426141840.764144-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 ; Wed, 26 Apr 2023 14:18:49 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/59785 a bit of re-org Signed-off-by: Armin Kuster --- .../libtpm/files/Convert-another-vdprintf-to-dprintf.patch | 0 .../libtpm/files/Use-format-s-for-call-to-dprintf.patch | 0 .../libtpm/files/fix_signed_issue.patch | 0 meta-tpm/{recipes-tpm1 => recipes-tpm}/libtpm/libtpm_0.9.5.bb | 0 .../{recipes-tpm1 => recipes-tpm}/swtpm/files/fix_fcntl_h.patch | 0 .../swtpm/files/fix_lib_search_path.patch | 0 .../{recipes-tpm1 => recipes-tpm}/swtpm/swtpm-wrappers-native.bb | 0 meta-tpm/{recipes-tpm1 => recipes-tpm}/swtpm/swtpm_0.7.3.bb | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename meta-tpm/{recipes-tpm1 => recipes-tpm}/libtpm/files/Convert-another-vdprintf-to-dprintf.patch (100%) rename meta-tpm/{recipes-tpm1 => recipes-tpm}/libtpm/files/Use-format-s-for-call-to-dprintf.patch (100%) rename meta-tpm/{recipes-tpm1 => recipes-tpm}/libtpm/files/fix_signed_issue.patch (100%) rename meta-tpm/{recipes-tpm1 => recipes-tpm}/libtpm/libtpm_0.9.5.bb (100%) rename meta-tpm/{recipes-tpm1 => recipes-tpm}/swtpm/files/fix_fcntl_h.patch (100%) rename meta-tpm/{recipes-tpm1 => recipes-tpm}/swtpm/files/fix_lib_search_path.patch (100%) rename meta-tpm/{recipes-tpm1 => recipes-tpm}/swtpm/swtpm-wrappers-native.bb (100%) rename meta-tpm/{recipes-tpm1 => recipes-tpm}/swtpm/swtpm_0.7.3.bb (100%) diff --git a/meta-tpm/recipes-tpm1/libtpm/files/Convert-another-vdprintf-to-dprintf.patch b/meta-tpm/recipes-tpm/libtpm/files/Convert-another-vdprintf-to-dprintf.patch similarity index 100% rename from meta-tpm/recipes-tpm1/libtpm/files/Convert-another-vdprintf-to-dprintf.patch rename to meta-tpm/recipes-tpm/libtpm/files/Convert-another-vdprintf-to-dprintf.patch diff --git a/meta-tpm/recipes-tpm1/libtpm/files/Use-format-s-for-call-to-dprintf.patch b/meta-tpm/recipes-tpm/libtpm/files/Use-format-s-for-call-to-dprintf.patch similarity index 100% rename from meta-tpm/recipes-tpm1/libtpm/files/Use-format-s-for-call-to-dprintf.patch rename to meta-tpm/recipes-tpm/libtpm/files/Use-format-s-for-call-to-dprintf.patch diff --git a/meta-tpm/recipes-tpm1/libtpm/files/fix_signed_issue.patch b/meta-tpm/recipes-tpm/libtpm/files/fix_signed_issue.patch similarity index 100% rename from meta-tpm/recipes-tpm1/libtpm/files/fix_signed_issue.patch rename to meta-tpm/recipes-tpm/libtpm/files/fix_signed_issue.patch diff --git a/meta-tpm/recipes-tpm1/libtpm/libtpm_0.9.5.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_0.9.5.bb similarity index 100% rename from meta-tpm/recipes-tpm1/libtpm/libtpm_0.9.5.bb rename to meta-tpm/recipes-tpm/libtpm/libtpm_0.9.5.bb diff --git a/meta-tpm/recipes-tpm1/swtpm/files/fix_fcntl_h.patch b/meta-tpm/recipes-tpm/swtpm/files/fix_fcntl_h.patch similarity index 100% rename from meta-tpm/recipes-tpm1/swtpm/files/fix_fcntl_h.patch rename to meta-tpm/recipes-tpm/swtpm/files/fix_fcntl_h.patch diff --git a/meta-tpm/recipes-tpm1/swtpm/files/fix_lib_search_path.patch b/meta-tpm/recipes-tpm/swtpm/files/fix_lib_search_path.patch similarity index 100% rename from meta-tpm/recipes-tpm1/swtpm/files/fix_lib_search_path.patch rename to meta-tpm/recipes-tpm/swtpm/files/fix_lib_search_path.patch diff --git a/meta-tpm/recipes-tpm1/swtpm/swtpm-wrappers-native.bb b/meta-tpm/recipes-tpm/swtpm/swtpm-wrappers-native.bb similarity index 100% rename from meta-tpm/recipes-tpm1/swtpm/swtpm-wrappers-native.bb rename to meta-tpm/recipes-tpm/swtpm/swtpm-wrappers-native.bb diff --git a/meta-tpm/recipes-tpm1/swtpm/swtpm_0.7.3.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_0.7.3.bb similarity index 100% rename from meta-tpm/recipes-tpm1/swtpm/swtpm_0.7.3.bb rename to meta-tpm/recipes-tpm/swtpm/swtpm_0.7.3.bb From patchwork Wed Apr 26 14:18:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 23028 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 499DCC7EE25 for ; Wed, 26 Apr 2023 14:18:49 +0000 (UTC) Received: from mail-yb1-f171.google.com (mail-yb1-f171.google.com [209.85.219.171]) by mx.groups.io with SMTP id smtpd.web10.9212.1682518726562541000 for ; Wed, 26 Apr 2023 07:18:46 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@gmail.com header.s=20221208 header.b=AOJUuycf; spf=pass (domain: gmail.com, ip: 209.85.219.171, mailfrom: akuster808@gmail.com) Received: by mail-yb1-f171.google.com with SMTP id 3f1490d57ef6-b95c3b869dcso25629332276.1 for ; Wed, 26 Apr 2023 07:18:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1682518725; x=1685110725; 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=h5x7kpWM7TGatN275XtDrHIEF7xd+dN8mgPAaNVVsoc=; b=AOJUuycf92fAx5GkxPsQ7KhKk3LpnLMBr2u61EB38i2TQaTdUky5ldwugeyLmL7DtH 7lZUUYK80mvEt3EMbmTPZQWETlS+z1xhzuLfzY8D1oO0vnv3gSPO18zMA1m4xJ7fuMMB t9H+WC7ZdPgmsrJ6SJXRwb6OLRc8nlhT2aMVzbFhx6oYNsqvSxubefvWhVDY7O4q/fv+ SzS9TkDPTRLnin7fzO7+Q/XTw996PamRQ5Di2CUhkbBaWXalhFyXGOsk3T5Qg9tO602N zfuixabgf7AuwdHGdmP+UFx6NDKewQGOw9Fn9t2C9qIRlCDvMAB+ljBlEmFl9hwdWBKd a4GQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682518725; x=1685110725; 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=h5x7kpWM7TGatN275XtDrHIEF7xd+dN8mgPAaNVVsoc=; b=TjgDbb4ot6RJJAlVkfURNboyR0vbV/I341YzYj5KRe2x8vtkSFjEhOtJ/Vxdn1Ocjx x1uWeNrEX9LdKhV89htcR3EWvylSNSW1+dKQoEyK4g6EtsjhNFVsABEoM2fUu9bwCcMG vST1mbUKZVKu9d9Cg8jSwntN+lojSPFdcHa8ykivoiRinu10O7KGo8JxkFWxzAzZyb22 hUZ6ZBST0LFi2U77VDAbT2KIBeltUkILXBDFKMTjigc7I0cz5zBAGd5DKQGOpa2rvQJr PIIp4a3qALKGu7sX7hGl540x3F1drPpzIBb+ZTj37yiALFZesgcbzcyuG+NHgDZiXg2x Xlmg== X-Gm-Message-State: AC+VfDwJqzts1FjKKTijU230qOiFEFgX0S4Mngb9DB3GYV6NXFIeA+KX OmNdVEXodATOYfncp8HZv9wBOkVo6+E= X-Google-Smtp-Source: ACHHUZ7xmMkHTYWTbLLsl1PvBJeFRmXAiVoQJZqaFHcExIktjml5TncW+JK5QVFvpNVG2HnhRIF8bw== X-Received: by 2002:a25:5183:0:b0:b3d:5a52:5c6b with SMTP id f125-20020a255183000000b00b3d5a525c6bmr1864672ybb.21.1682518725239; Wed, 26 Apr 2023 07:18:45 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:dca5:ab45:75c1:b60d]) by smtp.gmail.com with ESMTPSA id p71-20020a0de64a000000b00545b9498c1asm4214462ywe.12.2023.04.26.07.18.44 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Apr 2023 07:18:44 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 3/4] swtpm: update to 0.8.0 Date: Wed, 26 Apr 2023 10:18:39 -0400 Message-Id: <20230426141840.764144-3-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230426141840.764144-1-akuster808@gmail.com> References: <20230426141840.764144-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 ; Wed, 26 Apr 2023 14:18:49 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/59786 includes CVE-2022-23645 Signed-off-by: Armin Kuster --- meta-tpm/recipes-tpm/swtpm/{swtpm_0.7.3.bb => swtpm_0.8.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-tpm/recipes-tpm/swtpm/{swtpm_0.7.3.bb => swtpm_0.8.0.bb} (92%) diff --git a/meta-tpm/recipes-tpm/swtpm/swtpm_0.7.3.bb b/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.0.bb similarity index 92% rename from meta-tpm/recipes-tpm/swtpm/swtpm_0.7.3.bb rename to meta-tpm/recipes-tpm/swtpm/swtpm_0.8.0.bb index 55d83f9..614b07f 100644 --- a/meta-tpm/recipes-tpm/swtpm/swtpm_0.7.3.bb +++ b/meta-tpm/recipes-tpm/swtpm/swtpm_0.8.0.bb @@ -6,8 +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 = "f2268eebb0d1adf89bad83fa4cf91e37b4e3fa53" -SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=stable-0.7-next;protocol=https \ +SRCREV = "2ae7b019370760e17f4f2675195a91ca53950eda" +SRC_URI = "git://github.com/stefanberger/swtpm.git;branch=master;protocol=https \ " PE = "1" From patchwork Wed Apr 26 14:18:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 23029 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 2F279C7EE24 for ; Wed, 26 Apr 2023 14:18:49 +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.web11.9249.1682518727538311569 for ; Wed, 26 Apr 2023 07:18:47 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@gmail.com header.s=20221208 header.b=sWnGRJ1n; 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-54f8d59a8a9so86845657b3.0 for ; Wed, 26 Apr 2023 07:18:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1682518726; x=1685110726; 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=RsN6C4/E6+Tx3eOPeslY0x26Nny6hztk1Q/4Heqco/g=; b=sWnGRJ1nRu2eim+ocwVFKjmUunlMxATem/ZPglYZJJX/zbyMn4oDkgQ7YPC0iJBKQO aHWLWcZ4chQqkXTetFpKXtW/G+KcrhyVpgLWMHlUc2Q7p0ez+tlLH9rd3/ZkCLpDRTTA KPk3rxWs89/2TSG4kwDk/BHs8jpTJlXfQAPJZvB3rUywS47KYILMUsp02tjxPco0ldrc dLPJVGRygiOF7D8PAikA7OLxxkDM1mjJtl4Ymo447mCWV8s/P0f7kL/9MILsE02izPOt PL0i0D4LGIc3DGg/KB2Dc9IC96E8tNszo3bqfdwC9c08oKg+w+YjIjCCmKNBuvnqltfY qJFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1682518726; x=1685110726; 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=RsN6C4/E6+Tx3eOPeslY0x26Nny6hztk1Q/4Heqco/g=; b=TTmr3YiW4XwoN8ZgVWaNi0e8qaU45/RfUi8ttgBPhcCnyBYvVRX101Ulk08BwXFvmr 4zb/8oac1XEDKZppvSb8TjPx52vWrZ7JZLJoK4m0CvTPAzZ3HP3ZPg1MByu0Xd6XIhZ8 x92jVlOP7uw6Xz2YJrw4t41Og5weM6ZfWdxLX88j4c868ssAU4nuy2Q5ugE9+EhUBCaU 8CUIbGIVHPEvyEwc9bCE4z76o92Tj2GxLsxWkHnZFnLo4VPA0hRsYVRokJ/4Cq5r+XgS 8btVWpKdvraxT5XcQH/PaCZYeltv3+tlOzoBtP+WtELIroNHurJBnOP65UmwBHf/HhZv I48Q== X-Gm-Message-State: AAQBX9c+7V/fMka+eptqOE/vfJnhMiW/N/1PLhwmlEojGPt/qJtPkT7t qUKdskWZWh5X4HqD97Scr/qtXvfGxNs= X-Google-Smtp-Source: AKy350ZpPJILL6/pZLQ/MlQTNbyee5ATPWAeTqHK0LUSmDCBphyIft5O/0NplHdseoO6S9z9oQxQZw== X-Received: by 2002:a81:9115:0:b0:555:d0a0:fc1c with SMTP id i21-20020a819115000000b00555d0a0fc1cmr13422326ywg.11.1682518726477; Wed, 26 Apr 2023 07:18:46 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:dca5:ab45:75c1:b60d]) by smtp.gmail.com with ESMTPSA id p71-20020a0de64a000000b00545b9498c1asm4214462ywe.12.2023.04.26.07.18.45 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Apr 2023 07:18:45 -0700 (PDT) From: Armin Kuster To: yocto@lists.yoctoproject.org Subject: [meta-security][PATCH 4/4] libtpm: update to 0.9.6 Date: Wed, 26 Apr 2023 10:18:40 -0400 Message-Id: <20230426141840.764144-4-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230426141840.764144-1-akuster808@gmail.com> References: <20230426141840.764144-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 ; Wed, 26 Apr 2023 14:18:49 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/59787 include: CVE-2023-1017 & CVE-2023-1018 Signed-off-by: Armin Kuster --- .../recipes-tpm/libtpm/{libtpm_0.9.5.bb => libtpm_0.9.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-tpm/recipes-tpm/libtpm/{libtpm_0.9.5.bb => libtpm_0.9.6.bb} (89%) diff --git a/meta-tpm/recipes-tpm/libtpm/libtpm_0.9.5.bb b/meta-tpm/recipes-tpm/libtpm/libtpm_0.9.6.bb similarity index 89% rename from meta-tpm/recipes-tpm/libtpm/libtpm_0.9.5.bb rename to meta-tpm/recipes-tpm/libtpm/libtpm_0.9.6.bb index cf80064..a860319 100644 --- a/meta-tpm/recipes-tpm/libtpm/libtpm_0.9.5.bb +++ b/meta-tpm/recipes-tpm/libtpm/libtpm_0.9.6.bb @@ -2,7 +2,7 @@ SUMMARY = "LIBPM - Software TPM Library" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=e73f0786a936da3814896df06ad225a9" -SRCREV = "df1c3e98d697f3c1f09262d2ba161a7db784d6cc" +SRCREV = "f8c2dc7e12a730dcca4220d7ac5ad86d13dfd630" SRC_URI = "git://github.com/stefanberger/libtpms.git;branch=stable-0.9;protocol=https" PE = "1"