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 2026-03-22 14:11:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-keylime (Old) and /work/SRC/openSUSE:Factory/.rust-keylime.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-keylime" Sun Mar 22 14:11:36 2026 rev:33 rq:1341562 version:0.2.9+8 Changes: -------- --- /work/SRC/openSUSE:Factory/rust-keylime/rust-keylime.changes 2026-02-10 21:11:51.602148803 +0100 +++ /work/SRC/openSUSE:Factory/.rust-keylime.new.8177/rust-keylime.changes 2026-03-22 14:11:57.672838090 +0100 @@ -1,0 +2,41 @@ +Fri Mar 20 12:50:14 UTC 2026 - Alberto Planas Dominguez <[email protected]> + +- Suggests only the IMA policy package, and keep it as example (bsc#1259963) +- Add Cargo_toml.patch to re-generate TSS bindings + +------------------------------------------------------------------- +Fri Mar 20 12:44:11 UTC 2026 - [email protected] + +- Update to version 0.2.9+8: + * build(deps): bump thiserror from 2.0.17 to 2.0.18 + * build(deps): bump docker/login-action from 3 to 4 + * build(deps): bump docker/metadata-action from 5 to 6 + * Remove generate-bindings feature from tss-esapi + * Use port constants instead of hardcoded values in tests + * push-attestation: Use registrar TLS port when TLS is enabled + * build(deps): bump docker/build-push-action from 6 to 7 + * build(deps): bump actions/upload-artifact from 6 to 7 + * dist: Make the services to conflict with each other + * Bump version to 0.2.9 + * build(deps): bump mockoon/cli-action from 2 to 3 + * cargo: Bump tracing_subscriber to version 0.3.20 + * cargo: Bump time to version 0.3.47 + * build(deps): bump http from 1.3.1 to 1.4.0 + * Update reqwest from 0.12 to 0.13 + * build(deps): bump serde from 1.0.219 to 1.0.228 + * auth: Load CA certificate in authentication client + * packit: Add missing e2e tests + * registrar: Rename insecure option to disable_tls + * push-attestation: Drop self-signed mTLS certificate generation + * config: Add missing config options to keylime-agent.conf + * config: Add support for "default" in registrar_api_versions option + * config: Add support for "default" in registrar_tls_ca_cert option + * config: Drop unused config options and constants + * push-attestation: Drop support for mTLS to registrar + * push-attestation: Drop mTLS support and require PoP authentication + * build(deps): bump clap from 4.5.45 to 4.5.54 + * build(deps): bump actix-web from 4.11.0 to 4.12.1 + * auth: Reuse existing ContextInfo to avoid duplicate TPM objects + * resilient_client: Reauthenticate if a 403 error is received + +------------------------------------------------------------------- Old: ---- rust-keylime-0.2.8+116.tar.zst New: ---- Cargo_toml.patch rust-keylime-0.2.9+8.tar.zst ----------(New B)---------- New:- Suggests only the IMA policy package, and keep it as example (bsc#1259963) - Add Cargo_toml.patch to re-generate TSS bindings ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust-keylime.spec ++++++ --- /var/tmp/diff_new_pack.RnNLiA/_old 2026-03-22 14:11:59.156899116 +0100 +++ /var/tmp/diff_new_pack.RnNLiA/_new 2026-03-22 14:11:59.156899116 +0100 @@ -25,7 +25,7 @@ %define _config_norepl %config(noreplace) %endif Name: rust-keylime -Version: 0.2.8+116 +Version: 0.2.9+8 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 @@ -42,6 +42,7 @@ # PATCH-FIX-OPENSUSE keylime-agent.conf.diff Patch1: keylime-agent.conf.diff Patch2: Cargo_lock.patch +Patch3: Cargo_toml.patch BuildRequires: cargo-packaging BuildRequires: clang BuildRequires: firewall-macros @@ -54,7 +55,7 @@ Requires: libtss2-tcti-device0 Requires: logrotate Requires: tpm2.0-abrmd -Recommends: (keylime-ima-policy if selinux-policy-targeted) +Suggests: (keylime-ima-policy if selinux-policy-targeted) Provides: user(keylime) %sysusers_requires # Disable this line if you wish to support all platforms. In most ++++++ Cargo_lock.patch ++++++ ++++ 3131 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/rust-keylime/Cargo_lock.patch ++++ and /work/SRC/openSUSE:Factory/.rust-keylime.new.8177/Cargo_lock.patch ++++++ Cargo_toml.patch ++++++ diff --git i/Cargo.toml w/Cargo.toml index 40469ae..e52ad57 100644 --- i/Cargo.toml +++ w/Cargo.toml @@ -56,7 +56,7 @@ static_assertions = "1" tempfile = "3.4.0" thiserror = "2.0" tokio = {version = "1", features = ["rt", "sync", "macros"]} -tss-esapi = {version = "7.6.0"} +tss-esapi = {version = "7.6.0", features = ["generate-bindings"]} url = "2.5.4" uuid = {version = "1.3", features = ["v4"]} zip = {version = "0.6", default-features = false, features= ["deflate"]} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.RnNLiA/_old 2026-03-22 14:11:59.284904380 +0100 +++ /var/tmp/diff_new_pack.RnNLiA/_new 2026-03-22 14:11:59.288904544 +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.8</param> + <param name="revision">v0.2.9</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.RnNLiA/_old 2026-03-22 14:11:59.316905695 +0100 +++ /var/tmp/diff_new_pack.RnNLiA/_new 2026-03-22 14:11:59.320905860 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/keylime/rust-keylime.git</param> - <param name="changesrevision">4974f3b6785b2adbd102b724bbd9584836384596</param></service></servicedata> + <param name="changesrevision">162fa2d7cfe58313928f207223e9d12777531453</param></service></servicedata> (No newline at EOF) ++++++ ima-policy ++++++ ++++ 2036 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/rust-keylime/ima-policy ++++ and /work/SRC/openSUSE:Factory/.rust-keylime.new.8177/ima-policy ++++++ keylime-agent.conf.diff ++++++ --- /var/tmp/diff_new_pack.RnNLiA/_old 2026-03-22 14:11:59.420909972 +0100 +++ /var/tmp/diff_new_pack.RnNLiA/_new 2026-03-22 14:11:59.424910137 +0100 @@ -1,5 +1,5 @@ diff --git i/keylime-agent.conf w/keylime-agent.conf -index 49124f3..5dd707b 100644 +index a9d8220..1ed9465 100644 --- i/keylime-agent.conf +++ w/keylime-agent.conf @@ -33,14 +33,16 @@ api_versions = "default" @@ -30,8 +30,8 @@ +registrar_ip = "<REMOTE_IP>" registrar_port = 8890 - # Enable mTLS communication between agent, verifier and tenant. -@@ -191,7 +194,8 @@ revocation_actions_dir = "/usr/libexec/keylime" + # The TLS port of the registrar server which agent communicates with when +@@ -220,7 +223,8 @@ revocation_actions_dir = "/usr/libexec/keylime" # KEYLIME_AGENT_REVOCATION_NOTIFICATION_IP environment variable. # To override revocation_notification_port, set # KEYLIME_AGENT_REVOCATION_NOTIFICATION_PORT environment variable. ++++++ rust-keylime-0.2.8+116.tar.zst -> rust-keylime-0.2.9+8.tar.zst ++++++ /work/SRC/openSUSE:Factory/rust-keylime/rust-keylime-0.2.8+116.tar.zst /work/SRC/openSUSE:Factory/.rust-keylime.new.8177/rust-keylime-0.2.9+8.tar.zst differ: char 7, line 1 ++++++ rust-keylime.obsinfo ++++++ --- /var/tmp/diff_new_pack.RnNLiA/_old 2026-03-22 14:11:59.504913426 +0100 +++ /var/tmp/diff_new_pack.RnNLiA/_new 2026-03-22 14:11:59.516913920 +0100 @@ -1,5 +1,5 @@ name: rust-keylime -version: 0.2.8+116 -mtime: 1770636785 -commit: 4974f3b6785b2adbd102b724bbd9584836384596 +version: 0.2.9+8 +mtime: 1773847104 +commit: 162fa2d7cfe58313928f207223e9d12777531453 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/rust-keylime/vendor.tar.zst /work/SRC/openSUSE:Factory/.rust-keylime.new.8177/vendor.tar.zst differ: char 7, line 1
