Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rust-keylime for openSUSE:Factory checked in at 2025-01-28 14:58:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-keylime (Old) and /work/SRC/openSUSE:Factory/.rust-keylime.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-keylime" Tue Jan 28 14:58:26 2025 rev:25 rq:1240482 version:0.2.7+1 Changes: -------- --- /work/SRC/openSUSE:Factory/rust-keylime/rust-keylime.changes 2024-09-04 13:21:50.134765736 +0200 +++ /work/SRC/openSUSE:Factory/.rust-keylime.new.2316/rust-keylime.changes 2025-01-28 14:58:43.128911375 +0100 @@ -1,0 +2,71 @@ +Mon Jan 27 09:43:30 UTC 2025 - [email protected] + +- Update to version 0.2.7+1: + * dist: Enable logging for keylime library in the service + * Bump version to 0.2.7 + * scripts: Download coverage data from Testing Farm directly + * main: Remove unnecessary lifetime + * cargo: Bump pretty_env_logger to version 0.5.0 + * scripts: Fix regex in download_packit_coverage.sh + * cargo: Bump clap crate to version 4.5.23 + * cargo: Bump base64 crate to version 0.22.1 + * build(deps): bump log from 0.4.22 to 0.4.25 + * build(deps): bump serde_json from 1.0.133 to 1.0.135 + * cargo: Bump tokio crate to version 1.42.0 + * packit: Fix RPM builds on copr + * cargo: Bump thiserror crate to version 0.2.9 + * cargo: Update reqwest to version 0.12.12 + * build(deps): bump libc from 0.2.168 to 0.2.169 + * build(deps): bump glob from 0.3.1 to 0.3.2 + * version: Implement API version validation and ordering + * main: Support using multiple API versions for registration + * keylime: Introduce the registrar_client module + * Provide endpoints under multiple API versions + * Move 'serialization' module to the keylime library + * Drop unnecessary dependency on common::API_VERSION + * keylime-agent.conf: Bump version to 2.3 + * build(deps): bump serde from 1.0.210 to 1.0.217 + * build(deps): bump pest_derive from 2.7.14 to 2.7.15 + * build(deps): bump pest from 2.7.14 to 2.7.15 + * build(deps): bump libc from 0.2.167 to 0.2.168 + * config: Make IAK and IDevID certificates optional + * Fix warnings reported by clippy + * workflows: Run job in the CI container directly + * tests: Add unit test for device ID builder + * main: Move IAK/IDevID related code to dedicated module + * tests: Add script to generate IAK and IDevID certificates + * build(deps): bump openssl from 0.10.66 to 0.10.68 + * build(deps): bump uuid from 1.10.0 to 1.11.0 + * build(deps): bump serde_json from 1.0.128 to 1.0.133 + * build(deps): bump actix-web from 4.5.1 to 4.9.0 + * build(deps): bump reqwest from 0.12.7 to 0.12.9 + * tests/setup_swtpm.sh: Add script to setup temporary TPM + * Use a single TPM context and avoid race conditions during tests + * config: Enable passing a hostname instead of IP + * build(deps): bump clap from 4.3.11 to 4.5.21 + * build(deps): bump tempfile from 3.10.1 to 3.14.0 + * build(deps): bump pest_derive from 2.7.6 to 2.7.14 + * build(deps): bump pest from 2.7.6 to 2.7.14 + * build(deps): bump codecov/codecov-action from 4 to 5 + * workflows: Submit the coverage for merged PR from Fedora 41 + * tests: Use Fedora 41 to generate code coverage + * api: Make API configuration modular + * agent_handler: Move the /agent scope configuration + * notifications_handler: Move the /notifications scope configuration + * quotes_handler: Move the /quotes scope configuration to quotes_handler + * keys_handler: Move /keys scope configuration to keys_handler + * Use ${DESTDIR} for config + * Fix showing wrong UUID + * build(deps): bump actix-rt from 2.9.0 to 2.10.0 + * config: Refactor AgentConfig Source trait implementation + * build(deps): bump log from 0.4.21 to 0.4.22 + * build(deps): bump serde_json from 1.0.120 to 1.0.128 + * tpm: check if EK certificate has valid ASN.1 DER encoding + * build(deps): bump futures from 0.3.27 to 0.3.31 + * cargo: Bump reqwest to version 0.12.7 + * build(deps): bump serde from 1.0.203 to 1.0.210 + * tests: Add more tests to Packit CI + * build(deps): bump docker/build-push-action from 5 to 6 + * tests: apply workarounds to known bugs + +------------------------------------------------------------------- Old: ---- rust-keylime-0.2.6+13.obscpio rust-keylime-0.2.6+13.tar.zst New: ---- rust-keylime-0.2.7+1.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust-keylime.spec ++++++ --- /var/tmp/diff_new_pack.wpvAeR/_old 2025-01-28 14:58:46.553053205 +0100 +++ /var/tmp/diff_new_pack.wpvAeR/_new 2025-01-28 14:58:46.553053205 +0100 @@ -1,7 +1,7 @@ # # spec file for package rust-keylime # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %define _config_norepl %config(noreplace) %endif Name: rust-keylime -Version: 0.2.6+13 +Version: 0.2.7+1 Release: 0 Summary: Rust implementation of the keylime agent License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND Apache-2.0 WITH LLVM-exception AND BSD-3-Clause AND ISC AND MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.wpvAeR/_old 2025-01-28 14:58:46.605055359 +0100 +++ /var/tmp/diff_new_pack.wpvAeR/_new 2025-01-28 14:58:46.609055525 +0100 @@ -4,7 +4,7 @@ <!-- <param name="versionformat">@PARENT_TAG@</param> --> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="scm">git</param> - <param name="revision">v0.2.6</param> + <param name="revision">v0.2.7</param> <param name="revision">master</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.wpvAeR/_old 2025-01-28 14:58:46.629056353 +0100 +++ /var/tmp/diff_new_pack.wpvAeR/_new 2025-01-28 14:58:46.633056519 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/keylime/rust-keylime.git</param> - <param name="changesrevision">57992463535d15951ebaca77d1be4217ffaf74d6</param></service></servicedata> + <param name="changesrevision">be33d8b7b9752f163ed7fab92ae76a7ced00438b</param></service></servicedata> (No newline at EOF) ++++++ rust-keylime-0.2.6+13.tar.zst -> rust-keylime-0.2.7+1.tar.zst ++++++ /work/SRC/openSUSE:Factory/rust-keylime/rust-keylime-0.2.6+13.tar.zst /work/SRC/openSUSE:Factory/.rust-keylime.new.2316/rust-keylime-0.2.7+1.tar.zst differ: char 7, line 1 ++++++ rust-keylime.obsinfo ++++++ --- /var/tmp/diff_new_pack.wpvAeR/_old 2025-01-28 14:58:46.733060661 +0100 +++ /var/tmp/diff_new_pack.wpvAeR/_new 2025-01-28 14:58:46.737060827 +0100 @@ -1,5 +1,5 @@ name: rust-keylime -version: 0.2.6+13 -mtime: 1724838345 -commit: 57992463535d15951ebaca77d1be4217ffaf74d6 +version: 0.2.7+1 +mtime: 1737475165 +commit: be33d8b7b9752f163ed7fab92ae76a7ced00438b ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/rust-keylime/vendor.tar.xz /work/SRC/openSUSE:Factory/.rust-keylime.new.2316/vendor.tar.xz differ: char 15, line 1
