From 3d967c2e03818bcfecc1c10c4d1a55d540245f09 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 14 Sep 2022 15:26:44 +0200 Subject: [PATCH 1/2] app-admin/locksmith: bump commit ID Signed-off-by: Mathieu Tortuyaux --- .../{locksmith-0.6.2-r1.ebuild => locksmith-0.7.0.ebuild} | 0 .../coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/{locksmith-0.6.2-r1.ebuild => locksmith-0.7.0.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.6.2-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.7.0.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.6.2-r1.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-0.7.0.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild index 26ab32c5cc..0b063ed000 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-admin/locksmith/locksmith-9999.ebuild @@ -11,12 +11,12 @@ inherit cros-workon systemd coreos-go if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm64" else - CROS_WORKON_COMMIT="b54e4c68e0ac154402cb4d30511c70b02a6509f3" # flatcar-master + CROS_WORKON_COMMIT="c4cca93a15c7b7fd175e6687a83fc2725029a17a" # flatcar-master KEYWORDS="amd64 arm64" fi DESCRIPTION="locksmith" -HOMEPAGE="https://github.com/coreos/locksmith" +HOMEPAGE="https://github.com/flatcar/locksmith" SRC_URI="" LICENSE="Apache-2.0" From df710084eb2682aacf7660cd521d19e980c3a33f Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 14 Sep 2022 15:30:54 +0200 Subject: [PATCH 2/2] changelog: add entry Signed-off-by: Mathieu Tortuyaux --- .../coreos-overlay/changelog/updates/2022-09-14-locksmith.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-09-14-locksmith.md diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-09-14-locksmith.md b/sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-09-14-locksmith.md new file mode 100644 index 0000000000..ab265e79f6 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/updates/2022-09-14-locksmith.md @@ -0,0 +1 @@ +- locksmith([0.7.0](https://github.com/flatcar/locksmith/blob/v0.7.0/CHANGELOG.md#v070--30112021))