Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ima-evm-utils for openSUSE:Factory 
checked in at 2023-03-11 18:23:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ima-evm-utils (Old)
 and      /work/SRC/openSUSE:Factory/.ima-evm-utils.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ima-evm-utils"

Sat Mar 11 18:23:40 2023 rev:22 rq:1070713 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ima-evm-utils/ima-evm-utils.changes      
2022-04-26 20:17:19.432728399 +0200
+++ /work/SRC/openSUSE:Factory/.ima-evm-utils.new.31432/ima-evm-utils.changes   
2023-03-11 18:24:31.183030606 +0100
@@ -1,0 +2,32 @@
+Fri Mar 10 07:53:03 UTC 2023 - Petr Vorel <pvo...@suse.cz>
+
+- Update to version 1.5
+       * CI changes:
+         * New: UML kernel testing environment
+         * Support for running specific test(s)
+         * Update distros
+         * Update software release versions
+       * New features:
+         * Signing fs-verity signatures
+         * Reading TPM 2.0 PCRs via sysfs interface
+       * New tests:
+         * Missing IMA mmapped file measurements
+         * Overlapping IMA policy rules
+         * EVM portable signatures
+         * fs-verity file measurements in the IMA measurement list
+       * Build and library changes:
+         * OpenSSL 3.0 version related changes
+         * New configuration options: --disable-engine, --enable-sigv1
+         * Deprecate IMA signature v1 format
+       * Misc bug fixes and code cleanup:
+         * memory leaks, bounds checking, use after free
+         * Fix and update test output
+         * Add missing sanity checks
+       * Documentation:
+         * Store the sourceforge ima-evm-utils wiki for historical
+           purposes.
+- Upstream bumped soname to 4.0.0
+- Add BuildRequires: e2fsprogs util-linux (required by tests, which are 
mandatory)
+- /usr/sbin to PATH (0001-fsverity.test-Add-usr-sbin-into-PATH.patch, sent to 
upstream ML)
+
+-------------------------------------------------------------------

Old:
----
  ima-evm-utils-1.4.tar.gz

New:
----
  0001-fsverity.test-Add-usr-sbin-into-PATH.patch
  ima-evm-utils-1.5.tar.gz

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

Other differences:
------------------
++++++ ima-evm-utils.spec ++++++
--- /var/tmp/diff_new_pack.zBLP2u/_old  2023-03-11 18:24:31.675033171 +0100
+++ /var/tmp/diff_new_pack.zBLP2u/_new  2023-03-11 18:24:31.679033191 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ima-evm-utils
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,23 @@
 #
 
 
-%define sover 3
+%define sover 4
 %define libname libimaevm%{sover}
 Name:           ima-evm-utils
-Version:        1.4
+Version:        1.5
 Release:        0
 Summary:        IMA/EVM control utility
 License:        LGPL-2.1-or-later
 Group:          System/Base
 URL:            https://sourceforge.net/projects/linux-ima/
 Source0:        
https://downloads.sourceforge.net/project/linux-ima/ima-evm-utils/%{name}-%{version}.tar.gz
+Patch1:         0001-fsverity.test-Add-usr-sbin-into-PATH.patch
 BuildRequires:  asciidoc
 BuildRequires:  attr
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  e2fsprogs
 BuildRequires:  keyutils-devel
 BuildRequires:  libattr-devel
 BuildRequires:  libtool
@@ -38,6 +40,7 @@
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
 BuildRequires:  tpm2-0-tss-devel
+BuildRequires:  util-linux
 BuildRequires:  vim
 
 %description

++++++ 0001-fsverity.test-Add-usr-sbin-into-PATH.patch ++++++
>From e445cc94831c55b6c5430716bc03613b7a2bb83b Mon Sep 17 00:00:00 2001
From: Petr Vorel <pvo...@suse.cz>
Date: Fri, 10 Mar 2023 11:39:00 +0100
Subject: [PATCH] fsverity.test: Add /usr/sbin into $PATH

Unlike GitHub CI, tests which run by packaging tools often run as non-root,
thus required tools aren't visible:

./functions.sh: line 45: type: mkfs: not found
mkfs is required for test
./functions.sh: line 45: type: blkid: not found
blkid is required for test
./functions.sh: line 45: type: e2fsck: not found
e2fsck is required for test
./functions.sh: line 45: type: tune2fs: not found
tune2fs is required for test

Signed-off-by: Petr Vorel <pvo...@suse.cz>
---
Upstream status: 
https://lore.kernel.org/linux-integrity/20230310104729.32078-1-pvo...@suse.cz/

 tests/fsverity.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/fsverity.test b/tests/fsverity.test
index 01d5c35..a274158 100755
--- a/tests/fsverity.test
+++ b/tests/fsverity.test
@@ -30,7 +30,7 @@
 # custom policy rules might take precedence.
 
 cd "$(dirname "$0")" || exit 1
-PATH=../src:../fsverity-utils:$PATH
+PATH=../src:../fsverity-utils:/usr/sbin:$PATH
 source ./functions.sh
 
 # Base VERBOSE on the environment variable, if set.
-- 
2.39.2


++++++ ima-evm-utils-1.4.tar.gz -> ima-evm-utils-1.5.tar.gz ++++++
++++ 6704 lines of diff (skipped)

Reply via email to