Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package keylime for openSUSE:Factory checked in at 2023-02-04 14:11:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/keylime (Old) and /work/SRC/openSUSE:Factory/.keylime.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "keylime" Sat Feb 4 14:11:32 2023 rev:30 rq:1063019 version:6.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/keylime/keylime.changes 2023-01-24 20:23:55.485645494 +0100 +++ /work/SRC/openSUSE:Factory/.keylime.new.4462/keylime.changes 2023-02-04 14:18:06.314438537 +0100 @@ -1,0 +2,45 @@ +Fri Feb 03 09:21:52 UTC 2023 - apla...@suse.com + +- Update to version v6.6.0: + * bump version to 6.6.0 + * codestyle: Annotate registrar_common.py and add to mypy + * codestyle: Type-annotate tenant.py + * codestyle: Type-annotate registrar_client.py and add to mypy + * black: Upgrade to new 23.1.0 and reformat some sources + * pylint: Fix an issue related to usage of dict R1735 (use-dict-literal) + * pylint: Fix two issues related to C0325 (superfluous-parens) + * pylint: Fix an unreachable-code issue + * pylintrc: Ignore W0719 (broad-exception-raised) + * codestyle: Type-annotate revocation_notifier.py and add to mypy + * CI/CD: Use later version of actions for style-checks + * pre-commit: Use isort v5.12 and black v22.12 + * migrations: Move bind parameter from MetaData() to reflect() method + * pylint: Ignore newly reported too-many-ancestors issue + * docker/ci: Remove image used for TPM 1.2 tests + * docker/ci: Update ci image to base on Fedora 37 + * docs: Update IMA instructions to new runtime policy format + * docs: point newcomers to the design document + * docs: add basic (m)TLS instructions to the installation guide + * docs: update REST APIs TLS documentation to match new default setup + * docs: remove old development instructions, move dev conainter section + * docs: update theme to min 1.1.0 + * docs: fix formatting of example IMA-policy + * codestyle: Get rid of casts on return value from get_tpm_metadata() + * codestyle: Add missing type annotations to tpm_main.py and add to mypy + * codestyle: Add missing type annotations to tpm_abstract.py and add to mypy + * tenant: Implement updateallowlist command to update an existing allowlist + * verifier: Implement PUT method to update named allowlist + * verifier: AllowlistHandler: Move getting runtime policy in DB format to function + * verifier: AllowlistHandler: Deduplicate code validating REST API input + * verifier: proper support for listening on 0.0.0.0 (fixes #705) + * script: Remove unused argument argv + * pylintc: Remove outdated modules from list of ignore modules + * Rename keylime_agent_secure.mount to comply policy + * scripts: Also copy excluded files and verification keys from base policy + * scripts: Improve descriptions in create_policy tool + * scripts: Add user-provided keys to the policy + * scripts: update create_policy script to latest runtime policy JSON format + * Rename "create_allowlist.sh" to "create_runtime_policy.sh" + * Implement major Keylime policy overhaul + +------------------------------------------------------------------- Old: ---- keylime-v6.5.3.tar.xz New: ---- keylime-v6.6.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ keylime.spec ++++++ --- /var/tmp/diff_new_pack.DNv74p/_old 2023-02-04 14:18:06.698440628 +0100 +++ /var/tmp/diff_new_pack.DNv74p/_new 2023-02-04 14:18:06.706440672 +0100 @@ -27,7 +27,7 @@ %define _config_norepl %config(noreplace) %endif Name: keylime -Version: 6.5.3 +Version: 6.6.0 Release: 0 Summary: Open source TPM software for Bootstrapping and Maintaining Trust License: Apache-2.0 AND MIT @@ -176,7 +176,7 @@ %python_clone -a %{buildroot}%{_bindir}/%{srcname}_agent %python_clone -a %{buildroot}%{_bindir}/%{srcname}_attest %python_clone -a %{buildroot}%{_bindir}/%{srcname}_ca -%python_clone -a %{buildroot}%{_bindir}/%{srcname}_convert_ima_policy +%python_clone -a %{buildroot}%{_bindir}/%{srcname}_convert_runtime_policy %python_clone -a %{buildroot}%{_bindir}/%{srcname}_ima_emulator %python_clone -a %{buildroot}%{_bindir}/%{srcname}_registrar %python_clone -a %{buildroot}%{_bindir}/%{srcname}_tenant @@ -191,7 +191,7 @@ done install -Dpm 0644 ./services/%{srcname}_agent.service %{buildroot}%{_unitdir}/%{srcname}_agent.service -install -Dpm 0644 ./services/%{srcname}_agent_secure.mount %{buildroot}%{_unitdir}/var-lib-%{srcname}-secure.mount +install -Dpm 0644 ./services/var-lib-%{srcname}-secure.mount %{buildroot}%{_unitdir}/var-lib-%{srcname}-secure.mount install -Dpm 0644 ./services/%{srcname}_verifier.service %{buildroot}%{_unitdir}/%{srcname}_verifier.service install -Dpm 0644 ./services/%{srcname}_registrar.service %{buildroot}%{_unitdir}/%{srcname}_registrar.service @@ -212,7 +212,7 @@ %python_install_alternative %{srcname}_agent %python_install_alternative %{srcname}_attest %python_install_alternative %{srcname}_ca -%python_install_alternative %{srcname}_convert_ima_policy +%python_install_alternative %{srcname}_convert_runtime_policy %python_install_alternative %{srcname}_ima_emulator %python_install_alternative %{srcname}_registrar %python_install_alternative %{srcname}_tenant @@ -224,7 +224,7 @@ %python_uninstall_alternative %{srcname}_agent %python_uninstall_alternative %{srcname}_attest %python_uninstall_alternative %{srcname}_ca -%python_uninstall_alternative %{srcname}_convert_ima_policy +%python_uninstall_alternative %{srcname}_convert_runtime_policy %python_uninstall_alternative %{srcname}_ima_emulator %python_uninstall_alternative %{srcname}_registrar %python_uninstall_alternative %{srcname}_tenant @@ -286,7 +286,7 @@ %python_alternative %{_bindir}/%{srcname}_agent %python_alternative %{_bindir}/%{srcname}_attest %python_alternative %{_bindir}/%{srcname}_ca -%python_alternative %{_bindir}/%{srcname}_convert_ima_policy +%python_alternative %{_bindir}/%{srcname}_convert_runtime_policy %python_alternative %{_bindir}/%{srcname}_ima_emulator %python_alternative %{_bindir}/%{srcname}_registrar %python_alternative %{_bindir}/%{srcname}_tenant ++++++ _service ++++++ --- /var/tmp/diff_new_pack.DNv74p/_old 2023-02-04 14:18:06.750440911 +0100 +++ /var/tmp/diff_new_pack.DNv74p/_new 2023-02-04 14:18:06.754440933 +0100 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> <param name="versionformat">@PARENT_TAG@</param> - <param name="revision">refs/tags/v6.5.3</param> + <param name="revision">refs/tags/v6.6.0</param> <param name="url">https://github.com/keylime/keylime.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.DNv74p/_old 2023-02-04 14:18:06.778441063 +0100 +++ /var/tmp/diff_new_pack.DNv74p/_new 2023-02-04 14:18:06.786441107 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/keylime/keylime.git</param> - <param name="changesrevision">453bfef69728f4ed54212608189efe466cd86038</param></service></servicedata> + <param name="changesrevision">9ae581f0c0bad40a232435e14019c882393be9c6</param></service></servicedata> (No newline at EOF) ++++++ keylime-v6.5.3.tar.xz -> keylime-v6.6.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/keylime/keylime-v6.5.3.tar.xz /work/SRC/openSUSE:Factory/.keylime.new.4462/keylime-v6.6.0.tar.xz differ: char 15, line 1