Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cryptsetup for openSUSE:Factory 
checked in at 2021-03-16 15:42:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cryptsetup (Old)
 and      /work/SRC/openSUSE:Factory/.cryptsetup.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cryptsetup"

Tue Mar 16 15:42:41 2021 rev:113 rq:879091 version:2.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/cryptsetup/cryptsetup.changes    2020-12-08 
13:25:17.262655785 +0100
+++ /work/SRC/openSUSE:Factory/.cryptsetup.new.2401/cryptsetup.changes  
2021-03-16 15:43:53.032987202 +0100
@@ -1,0 +2,39 @@
+Sat Mar 13 11:29:54 UTC 2021 - Andreas Stieger <[email protected]>
+
+- cryptsetup 2.3.5:
+  * Fix partial reads of passphrase from an interactive terminal
+  * Fix maximum length of password entered through a terminal
+  * integritysetup: support new dm-integrity HMAC recalculation
+    options
+  * integritysetup: display of recalculating sector in dump command
+  * veritysetup: fix verity FEC if stored in the same image with
+    hashes
+  * veritysetup: run FEC repair check even if root hash fails
+  * veritysetup: do not process hash image if hash area is empty
+  * veritysetup: store verity hash algorithm in superblock in
+    lowercase
+  * bitlk: fix a crash if the device disappears during BitLocker
+    scan
+  * bitlk: show a better error when trying to open an NTFS device
+  * bitlk: add support for startup key protected VMKs
+  * Fix LUKS1 repair code (regression since version 1.7.x)
+  * Fix luksKeyChange for LUKS2 with assigned tokens
+  * Fix cryptsetup resize using LUKS2 tokens
+  * Print a visible error if device resize is not supported
+  * Add error message when suspending wrong non-LUKS device
+  * Fix default XTS mode key size in reencryption
+  * Rephrase missing locking directory warning and move it to
+    debug level
+  * Many fixes for the use of cipher_null (empty debug cipher)
+  * Fixes for libpasswdqc 2.0.x (optional passphrase quality check)
+  * Fixes for problems discovered by various tools for code
+    analysis
+  * Various fixes to man pages
+- silence hmac packaging warnings
+
+-------------------------------------------------------------------
+Fri Mar 12 22:39:39 UTC 2021 - Dirk M??ller <[email protected]>
+
+- move licenses to licensedir 
+
+-------------------------------------------------------------------

Old:
----
  cryptsetup-2.3.4.tar.sign
  cryptsetup-2.3.4.tar.xz

New:
----
  cryptsetup-2.3.5.tar.sign
  cryptsetup-2.3.5.tar.xz
  cryptsetup-rpmlintrc

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

Other differences:
------------------
++++++ cryptsetup.spec ++++++
--- /var/tmp/diff_new_pack.kaRbKO/_old  2021-03-16 15:43:53.892988579 +0100
+++ /var/tmp/diff_new_pack.kaRbKO/_new  2021-03-16 15:43:53.892988579 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cryptsetup
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %else
 Name:           cryptsetup
 %endif
-Version:        2.3.4
+Version:        2.3.5
 Release:        0
 Summary:        Setup program for dm-crypt Based Encrypted Block Devices
 License:        SUSE-GPL-2.0-with-openssl-exception AND LGPL-2.0-or-later
@@ -33,6 +33,7 @@
 Source1:        
https://www.kernel.org/pub/linux/utils/cryptsetup/v2.3/cryptsetup-%{version}.tar.sign
 Source2:        baselibs.conf
 Source3:        cryptsetup.keyring
+Source4:        %{name}-rpmlintrc
 BuildRequires:  device-mapper-devel
 BuildRequires:  fipscheck
 BuildRequires:  fipscheck-devel
@@ -40,7 +41,6 @@
 BuildRequires:  libpwquality-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  libuuid-devel
-BuildRequires:  pkgconfig(openssl)
 # 2.6.38 has the required if_alg.h
 BuildRequires:  linux-glibc-devel >= 2.6.38
 BuildRequires:  pkgconfig
@@ -48,13 +48,14 @@
 BuildRequires:  suse-module-tools
 BuildRequires:  pkgconfig(blkid)
 BuildRequires:  pkgconfig(libargon2)
+BuildRequires:  pkgconfig(openssl)
+Requires(post): coreutils
+Requires(postun): coreutils
 %if 0%{?is_backports}
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
 %endif
-Requires(post): coreutils
-Requires(postun): coreutils
 
 %lang_package(cryptsetup)
 
@@ -124,7 +125,7 @@
   --with-default-luks-format=LUKS1 \
   --with-luks2-lock-path=/run/cryptsetup \
   --with-tmpfilesdir='%{_tmpfilesdir}'
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 # Generate HMAC checksums (FIPS)
@@ -171,7 +172,8 @@
 %postun -n libcryptsetup%{so_ver} -p /sbin/ldconfig
 
 %files
-%doc AUTHORS COPYING* FAQ README TODO docs/ChangeLog.old docs/*ReleaseNotes
+%license COPYING*
+%doc AUTHORS FAQ README TODO docs/ChangeLog.old docs/*ReleaseNotes
 %if !0%{?usrmerged}
 /sbin/cryptsetup%{?is_backports:2}
 %endif
@@ -179,10 +181,10 @@
 %{_sbindir}/veritysetup%{?is_backports:2}
 %{_sbindir}/integritysetup%{?is_backports:2}
 %{_sbindir}/cryptsetup-reencrypt%{?is_backports:2}
-%{_mandir}/man8/cryptsetup%{?is_backports:2}.8%{ext_man}
-%{_mandir}/man8/cryptsetup-reencrypt%{?is_backports:2}.8%{ext_man}
-%{_mandir}/man8/veritysetup%{?is_backports:2}.8%{ext_man}
-%{_mandir}/man8/integritysetup%{?is_backports:2}.8%{ext_man}
+%{_mandir}/man8/cryptsetup%{?is_backports:2}.8%{?ext_man}
+%{_mandir}/man8/cryptsetup-reencrypt%{?is_backports:2}.8%{?ext_man}
+%{_mandir}/man8/veritysetup%{?is_backports:2}.8%{?ext_man}
+%{_mandir}/man8/integritysetup%{?is_backports:2}.8%{?ext_man}
 %if !0%{?is_backports}
 %{_tmpfilesdir}/cryptsetup.conf
 %ghost %dir /run/cryptsetup

++++++ cryptsetup-2.3.4.tar.xz -> cryptsetup-2.3.5.tar.xz ++++++
/work/SRC/openSUSE:Factory/cryptsetup/cryptsetup-2.3.4.tar.xz 
/work/SRC/openSUSE:Factory/.cryptsetup.new.2401/cryptsetup-2.3.5.tar.xz differ: 
char 8, line 1

++++++ cryptsetup-rpmlintrc ++++++
# intentionally named
addFilter("libcryptsetup.*hmac.* hidden-file-or-dir 
.*\.libcryptsetup\.so\..*\.hmac")
# hmacs for identical files are identical
addFilter("libcryptsetup.*hmac.* files-duplicate 
.*\.libcryptsetup\.so\..*\.hmac")

Reply via email to