diff mbox series

rust: Upgrade 1.68.1 -> 1.68.2

Message ID 20230410094122.5865-1-alex.kiernan@gmail.com
State New
Headers show
Series rust: Upgrade 1.68.1 -> 1.68.2 | expand

Commit Message

Alex Kiernan April 10, 2023, 9:41 a.m. UTC
Changes:

* Update the GitHub RSA host key bundled within Cargo. The key was
  rotated by GitHub on 2023-03-24 after the old one leaked.
* Mark the old GitHub RSA host key as revoked. This will prevent Cargo
  from accepting the leaked key even when trusted by the system.
* Add support for @revoked and a better error message for
  @cert-authority in Cargo’s SSH host key verification

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
---

 meta/recipes-devtools/rust/{cargo_1.68.1.bb => cargo_1.68.2.bb} | 0
 .../rust/{libstd-rs_1.68.1.bb => libstd-rs_1.68.2.bb}           | 0
 ...t-cross-canadian_1.68.1.bb => rust-cross-canadian_1.68.2.bb} | 0
 .../rust/{rust-llvm_1.68.1.bb => rust-llvm_1.68.2.bb}           | 0
 meta/recipes-devtools/rust/rust-source.inc                      | 2 +-
 meta/recipes-devtools/rust/{rust_1.68.1.bb => rust_1.68.2.bb}   | 0
 6 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/rust/{cargo_1.68.1.bb => cargo_1.68.2.bb} (100%)
 rename meta/recipes-devtools/rust/{libstd-rs_1.68.1.bb => libstd-rs_1.68.2.bb} (100%)
 rename meta/recipes-devtools/rust/{rust-cross-canadian_1.68.1.bb => rust-cross-canadian_1.68.2.bb} (100%)
 rename meta/recipes-devtools/rust/{rust-llvm_1.68.1.bb => rust-llvm_1.68.2.bb} (100%)
 rename meta/recipes-devtools/rust/{rust_1.68.1.bb => rust_1.68.2.bb} (100%)

Comments

Khem Raj April 10, 2023, 5:21 p.m. UTC | #1
If possible, Can you test this on top of contrib/abelloni/master-next
for musl target ?

On Mon, Apr 10, 2023 at 2:42 AM Alex Kiernan <alex.kiernan@gmail.com> wrote:
>
> Changes:
>
> * Update the GitHub RSA host key bundled within Cargo. The key was
>   rotated by GitHub on 2023-03-24 after the old one leaked.
> * Mark the old GitHub RSA host key as revoked. This will prevent Cargo
>   from accepting the leaked key even when trusted by the system.
> * Add support for @revoked and a better error message for
>   @cert-authority in Cargo’s SSH host key verification
>
> Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
> ---
>
>  meta/recipes-devtools/rust/{cargo_1.68.1.bb => cargo_1.68.2.bb} | 0
>  .../rust/{libstd-rs_1.68.1.bb => libstd-rs_1.68.2.bb}           | 0
>  ...t-cross-canadian_1.68.1.bb => rust-cross-canadian_1.68.2.bb} | 0
>  .../rust/{rust-llvm_1.68.1.bb => rust-llvm_1.68.2.bb}           | 0
>  meta/recipes-devtools/rust/rust-source.inc                      | 2 +-
>  meta/recipes-devtools/rust/{rust_1.68.1.bb => rust_1.68.2.bb}   | 0
>  6 files changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/rust/{cargo_1.68.1.bb => cargo_1.68.2.bb} (100%)
>  rename meta/recipes-devtools/rust/{libstd-rs_1.68.1.bb => libstd-rs_1.68.2.bb} (100%)
>  rename meta/recipes-devtools/rust/{rust-cross-canadian_1.68.1.bb => rust-cross-canadian_1.68.2.bb} (100%)
>  rename meta/recipes-devtools/rust/{rust-llvm_1.68.1.bb => rust-llvm_1.68.2.bb} (100%)
>  rename meta/recipes-devtools/rust/{rust_1.68.1.bb => rust_1.68.2.bb} (100%)
>
> diff --git a/meta/recipes-devtools/rust/cargo_1.68.1.bb b/meta/recipes-devtools/rust/cargo_1.68.2.bb
> similarity index 100%
> rename from meta/recipes-devtools/rust/cargo_1.68.1.bb
> rename to meta/recipes-devtools/rust/cargo_1.68.2.bb
> diff --git a/meta/recipes-devtools/rust/libstd-rs_1.68.1.bb b/meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
> similarity index 100%
> rename from meta/recipes-devtools/rust/libstd-rs_1.68.1.bb
> rename to meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
> diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
> similarity index 100%
> rename from meta/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb
> rename to meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
> diff --git a/meta/recipes-devtools/rust/rust-llvm_1.68.1.bb b/meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
> similarity index 100%
> rename from meta/recipes-devtools/rust/rust-llvm_1.68.1.bb
> rename to meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
> diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc
> index c8f5a5a9c4c4..6d3a4b131e26 100644
> --- a/meta/recipes-devtools/rust/rust-source.inc
> +++ b/meta/recipes-devtools/rust/rust-source.inc
> @@ -7,7 +7,7 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
>              file://0001-Do-not-use-LFS64-on-linux-with-musl.patch;patchdir=${RUSTSRC} \
>              file://zlib-off64_t.patch;patchdir=${RUSTSRC} \
>  "
> -SRC_URI[rust.sha256sum] = "5b8ea94085b65e75c1fa6310e2f90bd706fa80bfcb3544fe26f4037b911d9fb2"
> +SRC_URI[rust.sha256sum] = "ce1a115f6aafa912b4622906a92b626354973afa9288e2c7750df4dcf3390fc0"
>
>  RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
>
> diff --git a/meta/recipes-devtools/rust/rust_1.68.1.bb b/meta/recipes-devtools/rust/rust_1.68.2.bb
> similarity index 100%
> rename from meta/recipes-devtools/rust/rust_1.68.1.bb
> rename to meta/recipes-devtools/rust/rust_1.68.2.bb
> --
> 2.39.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#179885): https://lists.openembedded.org/g/openembedded-core/message/179885
> Mute This Topic: https://lists.openembedded.org/mt/98172309/1997914
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Alexandre Belloni April 10, 2023, 5:30 p.m. UTC | #2
My current a-full has this patch.

On 10/04/2023 10:21:16-0700, Khem Raj wrote:
> If possible, Can you test this on top of contrib/abelloni/master-next
> for musl target ?
> 
> On Mon, Apr 10, 2023 at 2:42 AM Alex Kiernan <alex.kiernan@gmail.com> wrote:
> >
> > Changes:
> >
> > * Update the GitHub RSA host key bundled within Cargo. The key was
> >   rotated by GitHub on 2023-03-24 after the old one leaked.
> > * Mark the old GitHub RSA host key as revoked. This will prevent Cargo
> >   from accepting the leaked key even when trusted by the system.
> > * Add support for @revoked and a better error message for
> >   @cert-authority in Cargo’s SSH host key verification
> >
> > Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
> > ---
> >
> >  meta/recipes-devtools/rust/{cargo_1.68.1.bb => cargo_1.68.2.bb} | 0
> >  .../rust/{libstd-rs_1.68.1.bb => libstd-rs_1.68.2.bb}           | 0
> >  ...t-cross-canadian_1.68.1.bb => rust-cross-canadian_1.68.2.bb} | 0
> >  .../rust/{rust-llvm_1.68.1.bb => rust-llvm_1.68.2.bb}           | 0
> >  meta/recipes-devtools/rust/rust-source.inc                      | 2 +-
> >  meta/recipes-devtools/rust/{rust_1.68.1.bb => rust_1.68.2.bb}   | 0
> >  6 files changed, 1 insertion(+), 1 deletion(-)
> >  rename meta/recipes-devtools/rust/{cargo_1.68.1.bb => cargo_1.68.2.bb} (100%)
> >  rename meta/recipes-devtools/rust/{libstd-rs_1.68.1.bb => libstd-rs_1.68.2.bb} (100%)
> >  rename meta/recipes-devtools/rust/{rust-cross-canadian_1.68.1.bb => rust-cross-canadian_1.68.2.bb} (100%)
> >  rename meta/recipes-devtools/rust/{rust-llvm_1.68.1.bb => rust-llvm_1.68.2.bb} (100%)
> >  rename meta/recipes-devtools/rust/{rust_1.68.1.bb => rust_1.68.2.bb} (100%)
> >
> > diff --git a/meta/recipes-devtools/rust/cargo_1.68.1.bb b/meta/recipes-devtools/rust/cargo_1.68.2.bb
> > similarity index 100%
> > rename from meta/recipes-devtools/rust/cargo_1.68.1.bb
> > rename to meta/recipes-devtools/rust/cargo_1.68.2.bb
> > diff --git a/meta/recipes-devtools/rust/libstd-rs_1.68.1.bb b/meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
> > similarity index 100%
> > rename from meta/recipes-devtools/rust/libstd-rs_1.68.1.bb
> > rename to meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
> > diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
> > similarity index 100%
> > rename from meta/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb
> > rename to meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
> > diff --git a/meta/recipes-devtools/rust/rust-llvm_1.68.1.bb b/meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
> > similarity index 100%
> > rename from meta/recipes-devtools/rust/rust-llvm_1.68.1.bb
> > rename to meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
> > diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc
> > index c8f5a5a9c4c4..6d3a4b131e26 100644
> > --- a/meta/recipes-devtools/rust/rust-source.inc
> > +++ b/meta/recipes-devtools/rust/rust-source.inc
> > @@ -7,7 +7,7 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
> >              file://0001-Do-not-use-LFS64-on-linux-with-musl.patch;patchdir=${RUSTSRC} \
> >              file://zlib-off64_t.patch;patchdir=${RUSTSRC} \
> >  "
> > -SRC_URI[rust.sha256sum] = "5b8ea94085b65e75c1fa6310e2f90bd706fa80bfcb3544fe26f4037b911d9fb2"
> > +SRC_URI[rust.sha256sum] = "ce1a115f6aafa912b4622906a92b626354973afa9288e2c7750df4dcf3390fc0"
> >
> >  RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
> >
> > diff --git a/meta/recipes-devtools/rust/rust_1.68.1.bb b/meta/recipes-devtools/rust/rust_1.68.2.bb
> > similarity index 100%
> > rename from meta/recipes-devtools/rust/rust_1.68.1.bb
> > rename to meta/recipes-devtools/rust/rust_1.68.2.bb
> > --
> > 2.39.0
> >
> >
> > 
> >

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#179897): https://lists.openembedded.org/g/openembedded-core/message/179897
> Mute This Topic: https://lists.openembedded.org/mt/98172309/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj April 10, 2023, 6:11 p.m. UTC | #3
Thanks, I'll also check it out. I think the checksums for the musl
patch would need updating I think as the versions of these crates
might have changed.

On Mon, Apr 10, 2023 at 10:30 AM Alexandre Belloni
<alexandre.belloni@bootlin.com> wrote:
>
> My current a-full has this patch.
>
> On 10/04/2023 10:21:16-0700, Khem Raj wrote:
> > If possible, Can you test this on top of contrib/abelloni/master-next
> > for musl target ?
> >
> > On Mon, Apr 10, 2023 at 2:42 AM Alex Kiernan <alex.kiernan@gmail.com> wrote:
> > >
> > > Changes:
> > >
> > > * Update the GitHub RSA host key bundled within Cargo. The key was
> > >   rotated by GitHub on 2023-03-24 after the old one leaked.
> > > * Mark the old GitHub RSA host key as revoked. This will prevent Cargo
> > >   from accepting the leaked key even when trusted by the system.
> > > * Add support for @revoked and a better error message for
> > >   @cert-authority in Cargo’s SSH host key verification
> > >
> > > Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
> > > ---
> > >
> > >  meta/recipes-devtools/rust/{cargo_1.68.1.bb => cargo_1.68.2.bb} | 0
> > >  .../rust/{libstd-rs_1.68.1.bb => libstd-rs_1.68.2.bb}           | 0
> > >  ...t-cross-canadian_1.68.1.bb => rust-cross-canadian_1.68.2.bb} | 0
> > >  .../rust/{rust-llvm_1.68.1.bb => rust-llvm_1.68.2.bb}           | 0
> > >  meta/recipes-devtools/rust/rust-source.inc                      | 2 +-
> > >  meta/recipes-devtools/rust/{rust_1.68.1.bb => rust_1.68.2.bb}   | 0
> > >  6 files changed, 1 insertion(+), 1 deletion(-)
> > >  rename meta/recipes-devtools/rust/{cargo_1.68.1.bb => cargo_1.68.2.bb} (100%)
> > >  rename meta/recipes-devtools/rust/{libstd-rs_1.68.1.bb => libstd-rs_1.68.2.bb} (100%)
> > >  rename meta/recipes-devtools/rust/{rust-cross-canadian_1.68.1.bb => rust-cross-canadian_1.68.2.bb} (100%)
> > >  rename meta/recipes-devtools/rust/{rust-llvm_1.68.1.bb => rust-llvm_1.68.2.bb} (100%)
> > >  rename meta/recipes-devtools/rust/{rust_1.68.1.bb => rust_1.68.2.bb} (100%)
> > >
> > > diff --git a/meta/recipes-devtools/rust/cargo_1.68.1.bb b/meta/recipes-devtools/rust/cargo_1.68.2.bb
> > > similarity index 100%
> > > rename from meta/recipes-devtools/rust/cargo_1.68.1.bb
> > > rename to meta/recipes-devtools/rust/cargo_1.68.2.bb
> > > diff --git a/meta/recipes-devtools/rust/libstd-rs_1.68.1.bb b/meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
> > > similarity index 100%
> > > rename from meta/recipes-devtools/rust/libstd-rs_1.68.1.bb
> > > rename to meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
> > > diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
> > > similarity index 100%
> > > rename from meta/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb
> > > rename to meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
> > > diff --git a/meta/recipes-devtools/rust/rust-llvm_1.68.1.bb b/meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
> > > similarity index 100%
> > > rename from meta/recipes-devtools/rust/rust-llvm_1.68.1.bb
> > > rename to meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
> > > diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc
> > > index c8f5a5a9c4c4..6d3a4b131e26 100644
> > > --- a/meta/recipes-devtools/rust/rust-source.inc
> > > +++ b/meta/recipes-devtools/rust/rust-source.inc
> > > @@ -7,7 +7,7 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
> > >              file://0001-Do-not-use-LFS64-on-linux-with-musl.patch;patchdir=${RUSTSRC} \
> > >              file://zlib-off64_t.patch;patchdir=${RUSTSRC} \
> > >  "
> > > -SRC_URI[rust.sha256sum] = "5b8ea94085b65e75c1fa6310e2f90bd706fa80bfcb3544fe26f4037b911d9fb2"
> > > +SRC_URI[rust.sha256sum] = "ce1a115f6aafa912b4622906a92b626354973afa9288e2c7750df4dcf3390fc0"
> > >
> > >  RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
> > >
> > > diff --git a/meta/recipes-devtools/rust/rust_1.68.1.bb b/meta/recipes-devtools/rust/rust_1.68.2.bb
> > > similarity index 100%
> > > rename from meta/recipes-devtools/rust/rust_1.68.1.bb
> > > rename to meta/recipes-devtools/rust/rust_1.68.2.bb
> > > --
> > > 2.39.0
> > >
> > >
> > >
> > >
>
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#179897): https://lists.openembedded.org/g/openembedded-core/message/179897
> > Mute This Topic: https://lists.openembedded.org/mt/98172309/3617179
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
Khem Raj April 11, 2023, 7:06 a.m. UTC | #4
alright my builds for cargo on qemuriscv32/musl went ok so I guess its ok.

On Mon, Apr 10, 2023 at 11:11 AM Khem Raj <raj.khem@gmail.com> wrote:
>
> Thanks, I'll also check it out. I think the checksums for the musl
> patch would need updating I think as the versions of these crates
> might have changed.
>
> On Mon, Apr 10, 2023 at 10:30 AM Alexandre Belloni
> <alexandre.belloni@bootlin.com> wrote:
> >
> > My current a-full has this patch.
> >
> > On 10/04/2023 10:21:16-0700, Khem Raj wrote:
> > > If possible, Can you test this on top of contrib/abelloni/master-next
> > > for musl target ?
> > >
> > > On Mon, Apr 10, 2023 at 2:42 AM Alex Kiernan <alex.kiernan@gmail.com> wrote:
> > > >
> > > > Changes:
> > > >
> > > > * Update the GitHub RSA host key bundled within Cargo. The key was
> > > >   rotated by GitHub on 2023-03-24 after the old one leaked.
> > > > * Mark the old GitHub RSA host key as revoked. This will prevent Cargo
> > > >   from accepting the leaked key even when trusted by the system.
> > > > * Add support for @revoked and a better error message for
> > > >   @cert-authority in Cargo’s SSH host key verification
> > > >
> > > > Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
> > > > ---
> > > >
> > > >  meta/recipes-devtools/rust/{cargo_1.68.1.bb => cargo_1.68.2.bb} | 0
> > > >  .../rust/{libstd-rs_1.68.1.bb => libstd-rs_1.68.2.bb}           | 0
> > > >  ...t-cross-canadian_1.68.1.bb => rust-cross-canadian_1.68.2.bb} | 0
> > > >  .../rust/{rust-llvm_1.68.1.bb => rust-llvm_1.68.2.bb}           | 0
> > > >  meta/recipes-devtools/rust/rust-source.inc                      | 2 +-
> > > >  meta/recipes-devtools/rust/{rust_1.68.1.bb => rust_1.68.2.bb}   | 0
> > > >  6 files changed, 1 insertion(+), 1 deletion(-)
> > > >  rename meta/recipes-devtools/rust/{cargo_1.68.1.bb => cargo_1.68.2.bb} (100%)
> > > >  rename meta/recipes-devtools/rust/{libstd-rs_1.68.1.bb => libstd-rs_1.68.2.bb} (100%)
> > > >  rename meta/recipes-devtools/rust/{rust-cross-canadian_1.68.1.bb => rust-cross-canadian_1.68.2.bb} (100%)
> > > >  rename meta/recipes-devtools/rust/{rust-llvm_1.68.1.bb => rust-llvm_1.68.2.bb} (100%)
> > > >  rename meta/recipes-devtools/rust/{rust_1.68.1.bb => rust_1.68.2.bb} (100%)
> > > >
> > > > diff --git a/meta/recipes-devtools/rust/cargo_1.68.1.bb b/meta/recipes-devtools/rust/cargo_1.68.2.bb
> > > > similarity index 100%
> > > > rename from meta/recipes-devtools/rust/cargo_1.68.1.bb
> > > > rename to meta/recipes-devtools/rust/cargo_1.68.2.bb
> > > > diff --git a/meta/recipes-devtools/rust/libstd-rs_1.68.1.bb b/meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
> > > > similarity index 100%
> > > > rename from meta/recipes-devtools/rust/libstd-rs_1.68.1.bb
> > > > rename to meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
> > > > diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
> > > > similarity index 100%
> > > > rename from meta/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb
> > > > rename to meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
> > > > diff --git a/meta/recipes-devtools/rust/rust-llvm_1.68.1.bb b/meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
> > > > similarity index 100%
> > > > rename from meta/recipes-devtools/rust/rust-llvm_1.68.1.bb
> > > > rename to meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
> > > > diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc
> > > > index c8f5a5a9c4c4..6d3a4b131e26 100644
> > > > --- a/meta/recipes-devtools/rust/rust-source.inc
> > > > +++ b/meta/recipes-devtools/rust/rust-source.inc
> > > > @@ -7,7 +7,7 @@ SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
> > > >              file://0001-Do-not-use-LFS64-on-linux-with-musl.patch;patchdir=${RUSTSRC} \
> > > >              file://zlib-off64_t.patch;patchdir=${RUSTSRC} \
> > > >  "
> > > > -SRC_URI[rust.sha256sum] = "5b8ea94085b65e75c1fa6310e2f90bd706fa80bfcb3544fe26f4037b911d9fb2"
> > > > +SRC_URI[rust.sha256sum] = "ce1a115f6aafa912b4622906a92b626354973afa9288e2c7750df4dcf3390fc0"
> > > >
> > > >  RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
> > > >
> > > > diff --git a/meta/recipes-devtools/rust/rust_1.68.1.bb b/meta/recipes-devtools/rust/rust_1.68.2.bb
> > > > similarity index 100%
> > > > rename from meta/recipes-devtools/rust/rust_1.68.1.bb
> > > > rename to meta/recipes-devtools/rust/rust_1.68.2.bb
> > > > --
> > > > 2.39.0
> > > >
> > > >
> > > >
> > > >
> >
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#179897): https://lists.openembedded.org/g/openembedded-core/message/179897
> > > Mute This Topic: https://lists.openembedded.org/mt/98172309/3617179
> > > Group Owner: openembedded-core+owner@lists.openembedded.org
> > > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >
> >
> >
> > --
> > Alexandre Belloni, co-owner and COO, Bootlin
> > Embedded Linux and Kernel engineering
> > https://bootlin.com
Alex Kiernan April 11, 2023, 7:18 a.m. UTC | #5
Cool, was just picking up the pieces to check it, but I'll leave it now!

On Tue, 11 Apr 2023, 08:07 Khem Raj, <raj.khem@gmail.com> wrote:

> alright my builds for cargo on qemuriscv32/musl went ok so I guess its ok.
>
> On Mon, Apr 10, 2023 at 11:11 AM Khem Raj <raj.khem@gmail.com> wrote:
> >
> > Thanks, I'll also check it out. I think the checksums for the musl
> > patch would need updating I think as the versions of these crates
> > might have changed.
> >
> > On Mon, Apr 10, 2023 at 10:30 AM Alexandre Belloni
> > <alexandre.belloni@bootlin.com> wrote:
> > >
> > > My current a-full has this patch.
> > >
> > > On 10/04/2023 10:21:16-0700, Khem Raj wrote:
> > > > If possible, Can you test this on top of contrib/abelloni/master-next
> > > > for musl target ?
> > > >
> > > > On Mon, Apr 10, 2023 at 2:42 AM Alex Kiernan <alex.kiernan@gmail.com>
> wrote:
> > > > >
> > > > > Changes:
> > > > >
> > > > > * Update the GitHub RSA host key bundled within Cargo. The key was
> > > > >   rotated by GitHub on 2023-03-24 after the old one leaked.
> > > > > * Mark the old GitHub RSA host key as revoked. This will prevent
> Cargo
> > > > >   from accepting the leaked key even when trusted by the system.
> > > > > * Add support for @revoked and a better error message for
> > > > >   @cert-authority in Cargo’s SSH host key verification
> > > > >
> > > > > Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
> > > > > ---
> > > > >
> > > > >  meta/recipes-devtools/rust/{cargo_1.68.1.bb => cargo_1.68.2.bb}
> | 0
> > > > >  .../rust/{libstd-rs_1.68.1.bb => libstd-rs_1.68.2.bb}
>  | 0
> > > > >  ...t-cross-canadian_1.68.1.bb => rust-cross-canadian_1.68.2.bb}
> | 0
> > > > >  .../rust/{rust-llvm_1.68.1.bb => rust-llvm_1.68.2.bb}
>  | 0
> > > > >  meta/recipes-devtools/rust/rust-source.inc                      |
> 2 +-
> > > > >  meta/recipes-devtools/rust/{rust_1.68.1.bb => rust_1.68.2.bb}
>  | 0
> > > > >  6 files changed, 1 insertion(+), 1 deletion(-)
> > > > >  rename meta/recipes-devtools/rust/{cargo_1.68.1.bb =>
> cargo_1.68.2.bb} (100%)
> > > > >  rename meta/recipes-devtools/rust/{libstd-rs_1.68.1.bb =>
> libstd-rs_1.68.2.bb} (100%)
> > > > >  rename meta/recipes-devtools/rust/{rust-cross-canadian_1.68.1.bb
> => rust-cross-canadian_1.68.2.bb} (100%)
> > > > >  rename meta/recipes-devtools/rust/{rust-llvm_1.68.1.bb =>
> rust-llvm_1.68.2.bb} (100%)
> > > > >  rename meta/recipes-devtools/rust/{rust_1.68.1.bb =>
> rust_1.68.2.bb} (100%)
> > > > >
> > > > > diff --git a/meta/recipes-devtools/rust/cargo_1.68.1.bb
> b/meta/recipes-devtools/rust/cargo_1.68.2.bb
> > > > > similarity index 100%
> > > > > rename from meta/recipes-devtools/rust/cargo_1.68.1.bb
> > > > > rename to meta/recipes-devtools/rust/cargo_1.68.2.bb
> > > > > diff --git a/meta/recipes-devtools/rust/libstd-rs_1.68.1.bb
> b/meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
> > > > > similarity index 100%
> > > > > rename from meta/recipes-devtools/rust/libstd-rs_1.68.1.bb
> > > > > rename to meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
> > > > > diff --git a/meta/recipes-devtools/rust/
> rust-cross-canadian_1.68.1.bb b/meta/recipes-devtools/rust/
> rust-cross-canadian_1.68.2.bb
> > > > > similarity index 100%
> > > > > rename from meta/recipes-devtools/rust/
> rust-cross-canadian_1.68.1.bb
> > > > > rename to meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
> > > > > diff --git a/meta/recipes-devtools/rust/rust-llvm_1.68.1.bb
> b/meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
> > > > > similarity index 100%
> > > > > rename from meta/recipes-devtools/rust/rust-llvm_1.68.1.bb
> > > > > rename to meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
> > > > > diff --git a/meta/recipes-devtools/rust/rust-source.inc
> b/meta/recipes-devtools/rust/rust-source.inc
> > > > > index c8f5a5a9c4c4..6d3a4b131e26 100644
> > > > > --- a/meta/recipes-devtools/rust/rust-source.inc
> > > > > +++ b/meta/recipes-devtools/rust/rust-source.inc
> > > > > @@ -7,7 +7,7 @@ SRC_URI += "
> https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
> > > > >
> file://0001-Do-not-use-LFS64-on-linux-with-musl.patch;patchdir=${RUSTSRC} \
> > > > >              file://zlib-off64_t.patch;patchdir=${RUSTSRC} \
> > > > >  "
> > > > > -SRC_URI[rust.sha256sum] =
> "5b8ea94085b65e75c1fa6310e2f90bd706fa80bfcb3544fe26f4037b911d9fb2"
> > > > > +SRC_URI[rust.sha256sum] =
> "ce1a115f6aafa912b4622906a92b626354973afa9288e2c7750df4dcf3390fc0"
> > > > >
> > > > >  RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
> > > > >
> > > > > diff --git a/meta/recipes-devtools/rust/rust_1.68.1.bb
> b/meta/recipes-devtools/rust/rust_1.68.2.bb
> > > > > similarity index 100%
> > > > > rename from meta/recipes-devtools/rust/rust_1.68.1.bb
> > > > > rename to meta/recipes-devtools/rust/rust_1.68.2.bb
> > > > > --
> > > > > 2.39.0
> > > > >
> > > > >
> > > > >
> > > > >
> > >
> > > >
> > > > -=-=-=-=-=-=-=-=-=-=-=-
> > > > Links: You receive all messages sent to this group.
> > > > View/Reply Online (#179897):
> https://lists.openembedded.org/g/openembedded-core/message/179897
> > > > Mute This Topic: https://lists.openembedded.org/mt/98172309/3617179
> > > > Group Owner: openembedded-core+owner@lists.openembedded.org
> > > > Unsubscribe:
> https://lists.openembedded.org/g/openembedded-core/unsub [
> alexandre.belloni@bootlin.com]
> > > > -=-=-=-=-=-=-=-=-=-=-=-
> > > >
> > >
> > >
> > > --
> > > Alexandre Belloni, co-owner and COO, Bootlin
> > > Embedded Linux and Kernel engineering
> > > https://bootlin.com
>
Alexandre Belloni April 11, 2023, 4:53 p.m. UTC | #6
I confirm it didn't cause any particular issue to the autobuilders.

On 11/04/2023 08:18:23+0100, Alex Kiernan wrote:
> Cool, was just picking up the pieces to check it, but I'll leave it now!
> 
> On Tue, 11 Apr 2023, 08:07 Khem Raj, <raj.khem@gmail.com> wrote:
> 
> > alright my builds for cargo on qemuriscv32/musl went ok so I guess its ok.
> >
> > On Mon, Apr 10, 2023 at 11:11 AM Khem Raj <raj.khem@gmail.com> wrote:
> > >
> > > Thanks, I'll also check it out. I think the checksums for the musl
> > > patch would need updating I think as the versions of these crates
> > > might have changed.
> > >
> > > On Mon, Apr 10, 2023 at 10:30 AM Alexandre Belloni
> > > <alexandre.belloni@bootlin.com> wrote:
> > > >
> > > > My current a-full has this patch.
> > > >
> > > > On 10/04/2023 10:21:16-0700, Khem Raj wrote:
> > > > > If possible, Can you test this on top of contrib/abelloni/master-next
> > > > > for musl target ?
> > > > >
> > > > > On Mon, Apr 10, 2023 at 2:42 AM Alex Kiernan <alex.kiernan@gmail.com>
> > wrote:
> > > > > >
> > > > > > Changes:
> > > > > >
> > > > > > * Update the GitHub RSA host key bundled within Cargo. The key was
> > > > > >   rotated by GitHub on 2023-03-24 after the old one leaked.
> > > > > > * Mark the old GitHub RSA host key as revoked. This will prevent
> > Cargo
> > > > > >   from accepting the leaked key even when trusted by the system.
> > > > > > * Add support for @revoked and a better error message for
> > > > > >   @cert-authority in Cargo’s SSH host key verification
> > > > > >
> > > > > > Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
> > > > > > ---
> > > > > >
> > > > > >  meta/recipes-devtools/rust/{cargo_1.68.1.bb => cargo_1.68.2.bb}
> > | 0
> > > > > >  .../rust/{libstd-rs_1.68.1.bb => libstd-rs_1.68.2.bb}
> >  | 0
> > > > > >  ...t-cross-canadian_1.68.1.bb => rust-cross-canadian_1.68.2.bb}
> > | 0
> > > > > >  .../rust/{rust-llvm_1.68.1.bb => rust-llvm_1.68.2.bb}
> >  | 0
> > > > > >  meta/recipes-devtools/rust/rust-source.inc                      |
> > 2 +-
> > > > > >  meta/recipes-devtools/rust/{rust_1.68.1.bb => rust_1.68.2.bb}
> >  | 0
> > > > > >  6 files changed, 1 insertion(+), 1 deletion(-)
> > > > > >  rename meta/recipes-devtools/rust/{cargo_1.68.1.bb =>
> > cargo_1.68.2.bb} (100%)
> > > > > >  rename meta/recipes-devtools/rust/{libstd-rs_1.68.1.bb =>
> > libstd-rs_1.68.2.bb} (100%)
> > > > > >  rename meta/recipes-devtools/rust/{rust-cross-canadian_1.68.1.bb
> > => rust-cross-canadian_1.68.2.bb} (100%)
> > > > > >  rename meta/recipes-devtools/rust/{rust-llvm_1.68.1.bb =>
> > rust-llvm_1.68.2.bb} (100%)
> > > > > >  rename meta/recipes-devtools/rust/{rust_1.68.1.bb =>
> > rust_1.68.2.bb} (100%)
> > > > > >
> > > > > > diff --git a/meta/recipes-devtools/rust/cargo_1.68.1.bb
> > b/meta/recipes-devtools/rust/cargo_1.68.2.bb
> > > > > > similarity index 100%
> > > > > > rename from meta/recipes-devtools/rust/cargo_1.68.1.bb
> > > > > > rename to meta/recipes-devtools/rust/cargo_1.68.2.bb
> > > > > > diff --git a/meta/recipes-devtools/rust/libstd-rs_1.68.1.bb
> > b/meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
> > > > > > similarity index 100%
> > > > > > rename from meta/recipes-devtools/rust/libstd-rs_1.68.1.bb
> > > > > > rename to meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
> > > > > > diff --git a/meta/recipes-devtools/rust/
> > rust-cross-canadian_1.68.1.bb b/meta/recipes-devtools/rust/
> > rust-cross-canadian_1.68.2.bb
> > > > > > similarity index 100%
> > > > > > rename from meta/recipes-devtools/rust/
> > rust-cross-canadian_1.68.1.bb
> > > > > > rename to meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
> > > > > > diff --git a/meta/recipes-devtools/rust/rust-llvm_1.68.1.bb
> > b/meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
> > > > > > similarity index 100%
> > > > > > rename from meta/recipes-devtools/rust/rust-llvm_1.68.1.bb
> > > > > > rename to meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
> > > > > > diff --git a/meta/recipes-devtools/rust/rust-source.inc
> > b/meta/recipes-devtools/rust/rust-source.inc
> > > > > > index c8f5a5a9c4c4..6d3a4b131e26 100644
> > > > > > --- a/meta/recipes-devtools/rust/rust-source.inc
> > > > > > +++ b/meta/recipes-devtools/rust/rust-source.inc
> > > > > > @@ -7,7 +7,7 @@ SRC_URI += "
> > https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
> > > > > >
> > file://0001-Do-not-use-LFS64-on-linux-with-musl.patch;patchdir=${RUSTSRC} \
> > > > > >              file://zlib-off64_t.patch;patchdir=${RUSTSRC} \
> > > > > >  "
> > > > > > -SRC_URI[rust.sha256sum] =
> > "5b8ea94085b65e75c1fa6310e2f90bd706fa80bfcb3544fe26f4037b911d9fb2"
> > > > > > +SRC_URI[rust.sha256sum] =
> > "ce1a115f6aafa912b4622906a92b626354973afa9288e2c7750df4dcf3390fc0"
> > > > > >
> > > > > >  RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
> > > > > >
> > > > > > diff --git a/meta/recipes-devtools/rust/rust_1.68.1.bb
> > b/meta/recipes-devtools/rust/rust_1.68.2.bb
> > > > > > similarity index 100%
> > > > > > rename from meta/recipes-devtools/rust/rust_1.68.1.bb
> > > > > > rename to meta/recipes-devtools/rust/rust_1.68.2.bb
> > > > > > --
> > > > > > 2.39.0
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > >
> > > > >
> > > > > -=-=-=-=-=-=-=-=-=-=-=-
> > > > > Links: You receive all messages sent to this group.
> > > > > View/Reply Online (#179897):
> > https://lists.openembedded.org/g/openembedded-core/message/179897
> > > > > Mute This Topic: https://lists.openembedded.org/mt/98172309/3617179
> > > > > Group Owner: openembedded-core+owner@lists.openembedded.org
> > > > > Unsubscribe:
> > https://lists.openembedded.org/g/openembedded-core/unsub [
> > alexandre.belloni@bootlin.com]
> > > > > -=-=-=-=-=-=-=-=-=-=-=-
> > > > >
> > > >
> > > >
> > > > --
> > > > Alexandre Belloni, co-owner and COO, Bootlin
> > > > Embedded Linux and Kernel engineering
> > > > https://bootlin.com
> >
diff mbox series

Patch

diff --git a/meta/recipes-devtools/rust/cargo_1.68.1.bb b/meta/recipes-devtools/rust/cargo_1.68.2.bb
similarity index 100%
rename from meta/recipes-devtools/rust/cargo_1.68.1.bb
rename to meta/recipes-devtools/rust/cargo_1.68.2.bb
diff --git a/meta/recipes-devtools/rust/libstd-rs_1.68.1.bb b/meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
similarity index 100%
rename from meta/recipes-devtools/rust/libstd-rs_1.68.1.bb
rename to meta/recipes-devtools/rust/libstd-rs_1.68.2.bb
diff --git a/meta/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb b/meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
similarity index 100%
rename from meta/recipes-devtools/rust/rust-cross-canadian_1.68.1.bb
rename to meta/recipes-devtools/rust/rust-cross-canadian_1.68.2.bb
diff --git a/meta/recipes-devtools/rust/rust-llvm_1.68.1.bb b/meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
similarity index 100%
rename from meta/recipes-devtools/rust/rust-llvm_1.68.1.bb
rename to meta/recipes-devtools/rust/rust-llvm_1.68.2.bb
diff --git a/meta/recipes-devtools/rust/rust-source.inc b/meta/recipes-devtools/rust/rust-source.inc
index c8f5a5a9c4c4..6d3a4b131e26 100644
--- a/meta/recipes-devtools/rust/rust-source.inc
+++ b/meta/recipes-devtools/rust/rust-source.inc
@@ -7,7 +7,7 @@  SRC_URI += "https://static.rust-lang.org/dist/rustc-${RUST_VERSION}-src.tar.xz;n
             file://0001-Do-not-use-LFS64-on-linux-with-musl.patch;patchdir=${RUSTSRC} \
             file://zlib-off64_t.patch;patchdir=${RUSTSRC} \
 "
-SRC_URI[rust.sha256sum] = "5b8ea94085b65e75c1fa6310e2f90bd706fa80bfcb3544fe26f4037b911d9fb2"
+SRC_URI[rust.sha256sum] = "ce1a115f6aafa912b4622906a92b626354973afa9288e2c7750df4dcf3390fc0"
 
 RUSTSRC = "${WORKDIR}/rustc-${RUST_VERSION}-src"
 
diff --git a/meta/recipes-devtools/rust/rust_1.68.1.bb b/meta/recipes-devtools/rust/rust_1.68.2.bb
similarity index 100%
rename from meta/recipes-devtools/rust/rust_1.68.1.bb
rename to meta/recipes-devtools/rust/rust_1.68.2.bb