Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package keylime for openSUSE:Factory checked 
in at 2022-10-12 18:23:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keylime (Old)
 and      /work/SRC/openSUSE:Factory/.keylime.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keylime"

Wed Oct 12 18:23:40 2022 rev:24 rq:1010122 version:6.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/keylime/keylime.changes  2022-10-01 
17:42:03.985550949 +0200
+++ /work/SRC/openSUSE:Factory/.keylime.new.2275/keylime.changes        
2022-10-12 18:24:44.641672345 +0200
@@ -1,0 +2,29 @@
+Wed Oct 12 06:50:54 UTC 2022 - apla...@suse.com
+
+- Drop replace-use-of-cryptography.utils.register_interface.patch,
+  already upstream
+- Update to version v6.5.1:
+  * Bump version to 6.5.1
+  * Fix proper exception handling and impedance match in `tornado_requests` 
(#1128)
+  * elchecking/tests: fix type hints for Dispatcher
+  * tpm_main: unescape UEFI eventlog strings
+  * elchecking: fix standalone program
+  * elchecking/example: add support for MokListTrusted variable
+  * README, docs: remove reference to ipsec demo
+  * docs: fix typo and note box rendering
+  * docs: update installation instructions
+  * make Rust agent official, add depreacation warnings to Python agent
+  * GH first-interaction action is busted, workaround
+  * Replace use of cryptography.utils.register_interface
+  * Remove unnecessary config symbolic link
+  * Small changes required by enhancement #73 "Durable (Offline) Attestion"
+  * docs, README: add reference to official Docker containers
+  * Fix typo in ISSUE_TEMPLATE.md
+
+-------------------------------------------------------------------
+Mon Oct 10 13:55:15 UTC 2022 - Alberto Planas Dominguez <apla...@suse.com>
+
+- Add replace-use-of-cryptography.utils.register_interface.patch to
+  support new cryptography 38.0
+
+-------------------------------------------------------------------

Old:
----
  keylime-v6.5.0.tar.xz

New:
----
  keylime-v6.5.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ keylime.spec ++++++
--- /var/tmp/diff_new_pack.emMzXk/_old  2022-10-12 18:24:45.313674024 +0200
+++ /var/tmp/diff_new_pack.emMzXk/_new  2022-10-12 18:24:45.317674034 +0200
@@ -27,7 +27,7 @@
   %define _config_norepl %config(noreplace)
 %endif
 Name:           keylime
-Version:        6.5.0
+Version:        6.5.1
 Release:        0
 Summary:        Open source TPM software for Bootstrapping and Maintaining 
Trust
 License:        Apache-2.0 AND MIT
@@ -169,11 +169,9 @@
 export VERSION=%{version}
 %python_install
 
-%{python_expand # Patch the generated configuration files
-patch -s --fuzz=0 %{buildroot}%{$python_sitelib}/%{srcname}/config/agent.conf 
< %{SOURCE10}
-patch -s --fuzz=0 
%{buildroot}%{$python_sitelib}/%{srcname}/config/registrar.conf < %{SOURCE11}
-patch -s --fuzz=0 
%{buildroot}%{$python_sitelib}/%{srcname}/config/verifier.conf < %{SOURCE12}
-}
+patch -s --fuzz=0 config/agent.conf < %{SOURCE10}
+patch -s --fuzz=0 config/registrar.conf < %{SOURCE11}
+patch -s --fuzz=0 config/verifier.conf < %{SOURCE12}
 
 %python_clone -a %{buildroot}%{_bindir}/%{srcname}_verifier
 %python_clone -a %{buildroot}%{_bindir}/%{srcname}_registrar
@@ -186,11 +184,9 @@
 
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%{python_expand # Install configuration files
-for cfg in %{buildroot}%{$python_sitelib}/%{srcname}/config/*.conf; do
+for cfg in config/*.conf; do
   install -Dpm 0600 "$cfg" %{buildroot}%{_distconfdir}/%{srcname}/$(basename 
"$cfg")
 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

++++++ _service ++++++
--- /var/tmp/diff_new_pack.emMzXk/_old  2022-10-12 18:24:45.369674164 +0200
+++ /var/tmp/diff_new_pack.emMzXk/_new  2022-10-12 18:24:45.373674174 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">refs/tags/v6.5.0</param>
+    <param name="revision">refs/tags/v6.5.1</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.emMzXk/_old  2022-10-12 18:24:45.393674224 +0200
+++ /var/tmp/diff_new_pack.emMzXk/_new  2022-10-12 18:24:45.397674234 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/keylime/keylime.git</param>
-              <param 
name="changesrevision">d2ddf4e0ce2cc8e1224f874090f9efab8a02b63b</param></service></servicedata>
+              <param 
name="changesrevision">fe08b5145a595ef562186f4ede4cb3eca3fd7499</param></service></servicedata>
 (No newline at EOF)
 

++++++ agent.conf.diff ++++++
--- /var/tmp/diff_new_pack.emMzXk/_old  2022-10-12 18:24:45.409674264 +0200
+++ /var/tmp/diff_new_pack.emMzXk/_new  2022-10-12 18:24:45.413674273 +0200
@@ -1,6 +1,6 @@
---- agent.conf.ORIG    2022-09-26 10:45:14.032956447 +0200
-+++ agent.conf 2022-09-26 10:56:45.789550501 +0200
-@@ -14,10 +14,12 @@
+--- agent.conf.ORIG    2022-10-12 08:58:47.632424880 +0200
++++ agent.conf 2022-10-12 09:11:55.149616202 +0200
+@@ -16,10 +16,12 @@
  # 'dmidecode -s system-uuid'.
  # If you set this to "hostname", Keylime will use the full qualified domain
  # name of current host as the agent id.
@@ -15,7 +15,7 @@
  port = 9002
  
  # Address and port where the verifier and tenant can connect to reach the 
agent.
-@@ -26,7 +28,8 @@
+@@ -28,7 +30,8 @@
  contact_port = 9002
  
  # The address and port of registrar server which agent communicate with
@@ -25,7 +25,7 @@
  registrar_port = 8890
  
  # Enable mTLS communication between agent, verifier and tenant.
-@@ -100,7 +103,8 @@
+@@ -102,7 +105,8 @@
  enable_revocation_notifications = True
  
  # The IP to listen for revocation notifications via ZeroMQ
@@ -35,7 +35,7 @@
  
  # The port to listen for revocation notifications via ZeroMQ
  revocation_notification_port = 8992
-@@ -151,7 +155,8 @@
+@@ -153,7 +157,8 @@
  
  # List of hash algorithms used for PCRs
  # Accepted values: sha512, sha384, sha256, sha1
@@ -45,7 +45,7 @@
  
  # List of encryption algorithms to use with the TPM
  # Accepted values: ecc, rsa
-@@ -182,5 +187,5 @@
+@@ -184,5 +189,5 @@
  # If cv_ca directory exists:
  # chown keylime /var/lib/keylime/cv_ca
  # chown keylime /var/lib/keylime/cv_ca/cacert.crt

++++++ keylime-v6.5.0.tar.xz -> keylime-v6.5.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/keylime/keylime-v6.5.0.tar.xz 
/work/SRC/openSUSE:Factory/.keylime.new.2275/keylime-v6.5.1.tar.xz differ: char 
15, line 1

Reply via email to