1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 06:45:13 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Allison Karlitskaya
7eadcb6ed1 various: adapt to new composefs-rs fsverity API
Bump our composefs-rs version and adjust to the API changes there.

Also, add "BSL-1.0" (Boost Software Licence, OSI/FSF approved) to our
allowed licence lists: it's used by xxhash-rust.

Signed-off-by: Allison Karlitskaya <allison.karlitskaya@redhat.com>
2025-04-12 11:29:48 +02:00
Colin Walters
cca41fb7c4 lib: Depend on composefs-rs
And expose some fsverity helpers. This is just to get the
ball rolling on integration.

Signed-off-by: Colin Walters <walters@verbum.org>
2025-02-03 09:10:37 -05:00
Colin Walters
b55a5d9bc0 deny: Sync with rpm-ostree
We should really have a more centrally-maintained `cargo-deny`
configuration. I'd argue to maintain it here in bootc to
start, but this will be a common thing for other projects
in github.com/containers and elsewhere.

Anyways, this needed updating for the new Unicode-3.0 license
in some updated unicode crates that I saw in rpm-ostree.

While we're here, quiet the duplicate crate warning in the CI
job, as it's just noise. Keep it when running locally so
we have some visibility if we care about it.

Signed-off-by: Colin Walters <walters@verbum.org>
2025-01-16 08:50:21 -05:00
Platform Engineering Bot
f8314fb48d chore(deps): update embarkstudios/cargo-deny-action action to v2
Signed-off-by: Platform Engineering Bot <platform-engineering@redhat.com>
Signed-off-by: Colin Walters <walters@verbum.org>
2024-08-13 10:15:43 -04:00
Colin Walters
a853e9b8cb lib: Track ostree-ext git
This will help ensure we're testing what's there before release,
in particular https://github.com/ostreedev/ostree-rs-ext/pull/569

Signed-off-by: Colin Walters <walters@verbum.org>
2023-12-01 16:50:44 -05:00
Colin Walters
9d6267ede1 deny: Add ring
We want to require FIPS validation downstream, so we use openssl.

Signed-off-by: Colin Walters <walters@verbum.org>
2023-09-29 17:09:39 -04:00
Colin Walters
3ab28788ce Initial code split from https://github.com/ostreedev/ostree-rs-ext/pull/412
Prep for potentially moving to github.com/containers/bootc
2022-11-30 15:14:04 -05:00