Hello community,

here is the log from the commit of package cryptsetup for openSUSE:Factory 
checked in at 2018-01-31 19:48:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cryptsetup (Old)
 and      /work/SRC/openSUSE:Factory/.cryptsetup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cryptsetup"

Wed Jan 31 19:48:16 2018 rev:100 rq:562805 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cryptsetup/cryptsetup.changes    2017-05-10 
20:34:05.989837738 +0200
+++ /work/SRC/openSUSE:Factory/.cryptsetup.new/cryptsetup.changes       
2018-01-31 19:48:18.447476929 +0100
@@ -1,0 +2,11 @@
+Fri Dec 22 16:16:10 UTC 2017 - [email protected]
+
+- Update to version 2.0.0:
+  * Add support for new on-disk LUKS2 format
+  * Enable to use system libargon2 instead of bundled version
+  * Install tmpfiles.d configuration for LUKS2 locking directory
+  * New command integritysetup: support for the new dm-integrity kernel target
+  * Support for larger sector sizes for crypt devices
+  * Miscellaneous fixes and improvements
+
+-------------------------------------------------------------------

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

New:
----
  cryptsetup-2.0.0.tar.sign
  cryptsetup-2.0.0.tar.xz

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

Other differences:
------------------
++++++ cryptsetup.spec ++++++
--- /var/tmp/diff_new_pack.VYSc4g/_old  2018-01-31 19:48:19.619422439 +0100
+++ /var/tmp/diff_new_pack.VYSc4g/_new  2018-01-31 19:48:19.623422253 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cryptsetup
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,26 +16,28 @@
 #
 
 
-%define so_ver 4
+%define so_ver 12
 Name:           cryptsetup
-Version:        1.7.5
+Version:        2.0.0
 Release:        0
 Summary:        Set Up dm-crypt Based Encrypted Block Devices
 License:        SUSE-GPL-2.0-with-openssl-exception and LGPL-2.0+
 Group:          System/Base
 Url:            https://gitlab.com/cryptsetup/cryptsetup/
-Source0:        
https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-%{version}.tar.xz
+Source0:        
https://www.kernel.org/pub/linux/utils/cryptsetup/v2.0/cryptsetup-%{version}.tar.xz
 # GPG signature of the uncompressed tarball.
-Source1:        
https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-%{version}.tar.sign
+Source1:        
https://www.kernel.org/pub/linux/utils/cryptsetup/v2.0/cryptsetup-%{version}.tar.sign
 Source2:        baselibs.conf
 Source3:        %{name}.keyring
 BuildRequires:  device-mapper-devel
 BuildRequires:  fipscheck
 BuildRequires:  fipscheck-devel
 BuildRequires:  libgcrypt-devel
+BuildRequires:  libjson-c-devel
 BuildRequires:  libpwquality-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  libuuid-devel
+BuildRequires:  pkgconfig(libargon2)
 # 2.6.38 has the required if_alg.h
 BuildRequires:  linux-glibc-devel >= 2.6.38
 BuildRequires:  pkgconfig
@@ -95,7 +97,10 @@
   --enable-selinux \
   --enable-fips \
   --enable-pwquality \
-  --enable-gcrypt-pbkdf2
+  --enable-gcrypt-pbkdf2 \
+  --enable-libargon2 \
+  --with-luks2-lock-path=/run/cryptsetup \
+  --with-tmpfilesdir='%{_tmpfilesdir}'
 make %{?_smp_mflags} V=1
 
 %install
@@ -154,10 +159,13 @@
 /sbin/cryptsetup
 %{_sbindir}/cryptsetup
 %{_sbindir}/veritysetup
+%{_sbindir}/integritysetup
 %{_sbindir}/cryptsetup-reencrypt
 %{_mandir}/man8/cryptsetup.8%{ext_man}
 %{_mandir}/man8/cryptsetup-reencrypt.8%{ext_man}
 %{_mandir}/man8/veritysetup.8%{ext_man}
+%{_mandir}/man8/integritysetup.8%{ext_man}
+%{_tmpfilesdir}/cryptsetup.conf
 
 %files -n libcryptsetup%{so_ver}
 %defattr(-,root,root)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.VYSc4g/_old  2018-01-31 19:48:19.671420021 +0100
+++ /var/tmp/diff_new_pack.VYSc4g/_new  2018-01-31 19:48:19.671420021 +0100
@@ -1,2 +1,2 @@
-libcryptsetup4
-libcryptsetup4-hmac
+libcryptsetup12
+libcryptsetup12-hmac

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


Reply via email to