Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package veracrypt for 
openSUSE:Factory:NonFree checked in at 2026-06-15 19:38:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory:NonFree/veracrypt (Old)
 and      /work/SRC/openSUSE:Factory:NonFree/.veracrypt.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "veracrypt"

Mon Jun 15 19:38:39 2026 rev:2 rq:1359247 version:1.26.29

Changes:
--------
--- /work/SRC/openSUSE:Factory:NonFree/veracrypt/veracrypt.changes      
2025-11-24 14:04:14.532808701 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.veracrypt.new.1981/veracrypt.changes    
2026-06-15 19:38:55.252030430 +0200
@@ -1,0 +2,24 @@
+Sun Jun 14 13:14:44 UTC 2026 - Andreas Stieger <[email protected]>
+
+- veracrypt 1.26.29:
+  * Add Argon2id as an alternative memory-hard KDF for non-system
+    volumes
+  * CPU feature detection and crypto implementation edge cases,
+    including AVX2/leaf 7 detection, BLAKE2s/Argon2 no-SSE2 x86
+    fallback paths, Camellia SSSE3 dispatch, Twofish x64 multiblock
+    tail handling and Whirlpool alignment.
+  * Add support for building against FUSE3
+  * Add in-kernel NTFS driver selection for NTFS mounts, including
+    --filesystem=kernel-ntfs and -m kernelntfs.
+    --filesystem=ntfs3 now pins the kernel ntfs3 driver and bypasses
+    mount helpers such as mount.ntfs3.
+  * Add emergency cleanup for stale unmounts.
+  * Parallelize header KDF autodetection.
+  * Honor nokernelcrypto during external formatting.
+  * Add support for reproducible Linux builds, including
+    SOURCE_DATE_EPOCH handling
+  * Various UI updates, documentation updates
+  * Code hardening improvements
+- build with fuse3 (boo#1242079)
+
+-------------------------------------------------------------------

Old:
----
  VeraCrypt_1.26.24_Source.tar.bz2
  VeraCrypt_1.26.24_Source.tar.bz2.sig

New:
----
  VeraCrypt_1.26.29_Source.tar.bz2
  VeraCrypt_1.26.29_Source.tar.bz2.sig

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

Other differences:
------------------
++++++ veracrypt.spec ++++++
--- /var/tmp/diff_new_pack.STzOrq/_old  2026-06-15 19:38:56.876098740 +0200
+++ /var/tmp/diff_new_pack.STzOrq/_new  2026-06-15 19:38:56.880098908 +0200
@@ -2,7 +2,7 @@
 # spec file for package veracrypt
 #
 # Copyright (c) 2022 SUSE LLC
-# Copyright (c) 2025 Andreas Stieger <[email protected]>
+# Copyright (c) 2026 Andreas Stieger <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 #
 
 Name:           veracrypt
-Version:        1.26.24
+Version:        1.26.29
 Release:        0
 Summary:        Free disk encryption software based on TrueCrypt
 # Original TrueCrypt 3.0 license is non-free: 
https://www.truecrypt.org/docs/license
@@ -33,7 +33,8 @@
 # https://www.idrix.fr/VeraCrypt/VeraCrypt_PGP_public_key.asc
 # https://amcrypto.jp/VeraCrypt/VeraCrypt_PGP_public_key.asc
 Source2:        %{name}.keyring
-BuildRequires:  gcc-c++
+Source99:       %{name}.changes
+BuildRequires:  c++_compiler
 BuildRequires:  help2man
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  pkgconfig
@@ -41,7 +42,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel < 3.3
 BuildRequires:  wxWidgets-devel >= 3.0
-BuildRequires:  pkgconfig(fuse)
+BuildRequires:  pkgconfig(fuse3)
 %ifarch %{ix86} x86_64
 BuildRequires:  yasm
 %else
@@ -85,7 +86,10 @@
 %autosetup -c
 
 %build
-%make_build -C src
+%make_build -C src \
+       WITHFUSE3=1 \
+       SOURCE_DATE_EPOCH=`date -r %{SOURCE99} +%s` \
+       %{nil}
 
 %install
 install -D -m 0755 src/Main/veracrypt "%{buildroot}/%{_bindir}/veracrypt"

++++++ VeraCrypt_1.26.24_Source.tar.bz2 -> VeraCrypt_1.26.29_Source.tar.bz2 
++++++
/work/SRC/openSUSE:Factory:NonFree/veracrypt/VeraCrypt_1.26.24_Source.tar.bz2 
/work/SRC/openSUSE:Factory:NonFree/.veracrypt.new.1981/VeraCrypt_1.26.29_Source.tar.bz2
 differ: char 11, line 1

Reply via email to