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 2023-02-17 16:43:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rust-keylime (Old) and /work/SRC/openSUSE:Factory/.rust-keylime.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rust-keylime" Fri Feb 17 16:43:58 2023 rev:8 rq:1066199 version:0.1.0+git.1676549716.5382ed9 Changes: -------- --- /work/SRC/openSUSE:Factory/rust-keylime/rust-keylime.changes 2023-01-18 13:08:38.280064039 +0100 +++ /work/SRC/openSUSE:Factory/.rust-keylime.new.22824/rust-keylime.changes 2023-02-17 16:44:02.830538981 +0100 @@ -1,0 +2,40 @@ +Thu Feb 16 12:51:38 UTC 2023 - [email protected] + +- Drop zmq from the feature set +- Remove already merged patches: + * 0001-keylime-agent-remove-const_err-deny.patch + * 0001-Cargo.toml-tss-esapi-bindings.patch +- Update to version 0.1.0+git.1676549716.5382ed9: + * Cargo: Update clap minimum version to 3.2 + * Cargo: Update uuid minimum version to 1.3 + * Cargo: Update tokio minimum version to 1.24 and reduce features + * build(deps): bump tss-esapi from 7.1.0 to 7.2.0 + * cargo deb: include shim.py in packaging + * build(deps): bump thiserror from 1.0.36 to 1.0.38 + * keylime-agent.conf: Add comments on how to override options + * config: Fix overriding options with env vars + * Add missing e2e tests and reordering tests based on alphabetical order + * e2e tests: Fix test name + * Store associated U keys, auth tags, and payloads together + * Refactor ZeroMQ revocation listener to not block + * keylime-agent: Gracefully shutdown on SIGINT + * Refactor async code for keys and payloads + * main: Move payload related functions to payloads module + * main: Run ZeroMQ service in a separate task + * Remove unused option "openstack" for obtaining uuid + * algorithms: fix typo + * clippy: fix uninlined_format_args warnings + * clippy: fix needless_borrow warnings + * crypto, mTLS: allow certificate chain for trusted_client_ca + * build(deps): bump base64 from 0.13.0 to 0.13.1 + * build(deps): bump serde_json from 1.0.85 to 1.0.91 + * build(deps): bump libc from 0.2.133 to 0.2.139 + * build(deps): bump bumpalo from 3.11.0 to 3.12.0 + * build(deps): bump futures from 0.3.24 to 0.3.25 + * Cargo.toml: tss-esapi bindings + * packit-ci: Disable Rawhide due to agent compilation issues + * packit-ci: Add hotfix for tpm2-tss Fedora BZ#2158598 + * keylime-agent: remove const_err deny + * build(deps): bump tokio from 1.23.0 to 1.24.2 + +------------------------------------------------------------------- Old: ---- 0001-Cargo.toml-tss-esapi-bindings.patch 0001-keylime-agent-remove-const_err-deny.patch rust-keylime-0.1.0+git.1672681780.762cec8.tar.xz New: ---- rust-keylime-0.1.0+git.1676549716.5382ed9.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rust-keylime.spec ++++++ --- /var/tmp/diff_new_pack.kwRaXW/_old 2023-02-17 16:44:04.314547337 +0100 +++ /var/tmp/diff_new_pack.kwRaXW/_new 2023-02-17 16:44:04.322547383 +0100 @@ -25,7 +25,7 @@ %define _config_norepl %config(noreplace) %endif Name: rust-keylime -Version: 0.1.0+git.1672681780.762cec8 +Version: 0.1.0+git.1676549716.5382ed9 Release: 0 Summary: Rust implementation of the keylime agent License: Apache-2.0 AND MIT @@ -38,10 +38,6 @@ Source5: tmpfiles.keylime # PATCH-FIX-OPENSUSE keylime-agent.conf.diff Patch1: keylime-agent.conf.diff -# PATCH-FIX-UPSTREAM 0001-keylime-agent-remove-const_err-deny.patch gh#keylime/rust-keylime#501 -Patch2: 0001-keylime-agent-remove-const_err-deny.patch -# PATCH-FIX-UPSTREAM 0001-Cargo.toml-tss-esapi-bindings.patch gh#keylime/rust-keylime#502 -Patch3: 0001-Cargo.toml-tss-esapi-bindings.patch BuildRequires: cargo-packaging BuildRequires: clang BuildRequires: firewall-macros @@ -49,7 +45,6 @@ BuildRequires: rust BuildRequires: sysuser-tools BuildRequires: tpm2-0-tss-devel -BuildRequires: zeromq-devel Requires: libtss2-tcti-device0 Requires: logrotate Requires: tpm2.0-abrmd @@ -70,7 +65,7 @@ cp %{SOURCE2} .cargo/config %build -%{cargo_build} --no-default-features --features "with-zmq" +%{cargo_build} --no-default-features %sysusers_generate_pre %{SOURCE4} keylime keylime-user.conf %install ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.kwRaXW/_old 2023-02-17 16:44:04.402547833 +0100 +++ /var/tmp/diff_new_pack.kwRaXW/_new 2023-02-17 16:44:04.410547878 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/keylime/rust-keylime.git</param> - <param name="changesrevision">762cec820ee1bc00ca480cf3b410e61904410ffa</param></service></servicedata> + <param name="changesrevision">5382ed930bbb70c2041160386547fbbf07dcde44</param></service></servicedata> (No newline at EOF) ++++++ keylime-agent.conf.diff ++++++ --- /var/tmp/diff_new_pack.kwRaXW/_old 2023-02-17 16:44:04.442548058 +0100 +++ /var/tmp/diff_new_pack.kwRaXW/_new 2023-02-17 16:44:04.450548104 +0100 @@ -1,36 +1,49 @@ -Index: rust-keylime-0.1.0+git.1663769444.6318234/keylime-agent.conf +Index: rust-keylime-0.1.0+git.1676549716.5382ed9/keylime-agent.conf =================================================================== ---- rust-keylime-0.1.0+git.1663769444.6318234.orig/keylime-agent.conf -+++ rust-keylime-0.1.0+git.1663769444.6318234/keylime-agent.conf -@@ -10,10 +10,12 @@ version = "2.0" - # If you set this to "generate", Keylime will create a random UUID. - # If you set this to "hash_ek", Keylime will set the UUID to the result +--- rust-keylime-0.1.0+git.1676549716.5382ed9.orig/keylime-agent.conf ++++ rust-keylime-0.1.0+git.1676549716.5382ed9/keylime-agent.conf +@@ -19,13 +19,15 @@ version = "2.0" # of 'SHA256(public EK in PEM format)'. + # + # To override, set KEYLIME_AGENT_UUID environment variable. -uuid = "d432fbb3-d2f1-4a97-9ef7-75bd81c00000" +# uuid = "d432fbb3-d2f1-4a97-9ef7-75bd81c00000" +uuid = "generate" - # The binding address and port for the agent server + # The binding IP address and port for the agent server + # + # To override ip, set KEYLIME_AGENT_IP environment variable. + # To override port, set KEYLIME_AGENT_PORT environment variable. -ip = "127.0.0.1" +# ip = "127.0.0.1" +ip = "0.0.0.0" port = 9002 # Address and port where the verifier and tenant can connect to reach the agent. -@@ -22,7 +24,8 @@ contact_ip = "127.0.0.1" - contact_port = 9002 - - # The address and port of registrar server which agent communicate with +@@ -41,7 +43,8 @@ contact_port = 9002 + # To override registrar_ip, set KEYLIME_AGENT_REGISTRAR_IP environment variable. + # To override registrar_port, set KEYLIME_AGENT_REGISTRAR_PORT environment + # variable. -registrar_ip = "127.0.0.1" +# registrar_ip = "127.0.0.1" +registrar_ip = "<REMOTE_IP>" registrar_port = 8890 # Enable mTLS communication between agent, verifier and tenant. -@@ -96,7 +99,8 @@ revocation_actions_dir = "/usr/libexec/k - # Revocation IP & Port used by the agent to receive revocation - # notifications from the verifier via zeromq. - # This is optional and used only when 'enable_revocation_notifications' is 'true'. +@@ -133,7 +136,8 @@ extract_payload_zip = true + # + # To override enable_revocation_notifications, set + # KEYLIME_AGENT_ENABLE_REVOCATION_NOTIFICATIONS environment variable. +-enable_revocation_notifications = true ++# enable_revocation_notifications = true ++enable_revocation_notifications = false + + # The path to the directory containing the pre-installed revocation action + # scripts. Ideally should point to an fixed/immutable location subject to +@@ -151,7 +155,8 @@ revocation_actions_dir = "/usr/libexec/k + # KEYLIME_AGENT_REVOCATION_NOTIFICATION_IP environment variable. + # To override revocation_notification_port, set + # KEYLIME_AGENT_REVOCATION_NOTIFICATION_PORT environment variable. -revocation_notification_ip = "127.0.0.1" +# revocation_notification_ip = "127.0.0.1" +revocation_notification_ip = "<REMOTE_IP>" ++++++ rust-keylime-0.1.0+git.1672681780.762cec8.tar.xz -> rust-keylime-0.1.0+git.1676549716.5382ed9.tar.xz ++++++ /work/SRC/openSUSE:Factory/rust-keylime/rust-keylime-0.1.0+git.1672681780.762cec8.tar.xz /work/SRC/openSUSE:Factory/.rust-keylime.new.22824/rust-keylime-0.1.0+git.1676549716.5382ed9.tar.xz differ: char 15, line 1 ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/rust-keylime/vendor.tar.xz /work/SRC/openSUSE:Factory/.rust-keylime.new.22824/vendor.tar.xz differ: char 25, line 1
