File veracrypt.changes of Package veracrypt

-------------------------------------------------------------------
Fri Sep 12 06:19:16 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>

- drop compiler settings no longer needed
- drop preun

-------------------------------------------------------------------
Wed Sep 10 16:33:16 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>

- update to 1.26.24 (boo#1249129)
  * Fix Whirlpool implementation for big-endian platforms
  * Rename "Dismount All" to "Unmount All" in UI.
    Use ALT+u as new accelerator key instead of ALT+s.
  * Update translations
  * Fix absolute path of `true` command not being used when checking
    if sudo session is active.
  * Add support for /run/media/veracrypt as default mount prefix
    when /media is not available.
- update upstream signing key
- mark license as LicenseRef-TrueCrypt-3.0 AND Apache-2.0 due to
  the fork from TrueCrypt under a non-OSI approved license

-------------------------------------------------------------------
Wed Feb  5 15:56:32 UTC 2025 - Marcus Meissner <meissner@suse.com>

- updated to 1.26.20: 
  * All OSes:
    - Implement SHA-256 acceleration on ARM64 platforms using CPU instructions.
    - Update translations.
    - Replace "Dismount" with "Unmount" across the UI and documentation to align with IT standards (GH #1478)
  * Linux:
    - Fix a regression in Linux Mint affecting administrator password authentication. (GH #1473)

-------------------------------------------------------------------
Wed Jan 29 13:45:29 UTC 2025 - Marcus Meissner <meissner@suse.com>

- updated to 1.26.18: 
  * All OSes:
    * Added support for SHA-256 x86 intrinsic to enhance the performance of PBKDF2-HMAC-SHA256.
    * Added support for AES hardware on ARM64 platforms (e.g. Windows ARM64, macOS on Apple Silicon Mx).
    * Updated translations
  * Linux:
    * CVE-2024-54187: Added absolute paths when executing system binaries to prevent path hijacking (collaboration with SivertPL @__tfr)
    * CVE-2025-23021: Prevent mounting volumes on system directories and PATH (reported by SivertPL @__tfr)
    * Fixed an assertion issue with the wxWidgets library included in Ubuntu.
    * Improved directory-opening logic by prioritizing xdg-open and adding fallback mechanisms.
    * Ensure that volume exists before starting the mount operation.
    * Fix "Password too long" error message not expanded to include max length (GH #1456)
    * Simplify sudo session detection logic.

-------------------------------------------------------------------
Tue Nov 12 20:43:30 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

- add upstream signing key and verify source signature

-------------------------------------------------------------------
Tue Sep  3 08:32:20 UTC 2024 - Marcus Meissner <meissner@suse.com>

- updated to 1.26.14
  - Update translations and documentation.
  - Implement language selection settings in non-Windows versions.
  - Make codebase compatible with wxWidgets 3.3 in non-Windows versions.
  - Implement detection of volumes affected by XTS master key vulnerability and warn user about it.
  - Update mount failure error messages to mention removal of TrueCrypt support and old algorithms.
  Linux specific:
  - Focus PIM field when selected (GH #1239).
  - Fix generic installation script on Konsole in Wayland (GH #1244).
  - Added the ability to build using wolfCrypt as the cryptographic backend. Disabled by default. (Contributed by wolfSSL, GH PR #1227).
  - Allows GUI to launch in a Wayland-only environment (GH #1264).
  - CLI: Don't initially re-ask PIM if it was already specified (GH #1288).
  - CLI: Fix incorrect max hidden volume size for file containers (GH #1338).
  - Enhance ASLR security of generic installer binaries by adding linked flag for old GCC version (reported by @morton-f on Sourceforge).

-------------------------------------------------------------------
Tue Oct 10 13:36:57 UTC 2023 - Marcus Meissner <meissner@suse.com>

- updated to 1.26.7
  - Security: Ensure that XTS primary key is different from the secondary key when creating volumes
    -   Issue unlikely to happen thanks to random generator properties but this check must be added to prevent attacks
    -   Reference: CCSS,NSA comment at page 3: https://csrc.nist.gov/csrc/media/Projects/crypto-publication-review-project/documents/initial-comments/sp800-38e-initial-public-comments-2021.pdf
  - Remove TrueCrypt Mode support. Version 1.25.9 can be used to mount or convert TrueCrypt volumes.
  - Complete removal of RIPEMD160 and GOST89 algorithms. Legacy volumes using any of them cannot be mounted by VeraCrypt anymore.
  - Add support for BLAKE2s as new PRF algorithm for both system encryption and standard volumes.
  - Introducing support for EMV banking smart cards as keyfiles for non-system volumes.
    -   No need for a separate PKCS#11 module configuration.
    -   Card PIN isn't required.
    -   Generates secure keyfile content from unique, encoded data present on the banking card.
    -   Supports all EMV standard-compliant banking cards.
    -   Can be enabled in settings (go to Settings->Security Tokens).
    -   Developed by a team of students from the Institut national des sciences appliquées de Rennes.
    -   More details about the team and the project are available at https://projets-info.insa-rennes.fr/projets/2022/VeraCrypt/index_en.html.
  - When overwriting an existing file container during volume creation, add its current size to the available free space
  - Add Corsican language support. Update several translations.
  - Update documentation

-------------------------------------------------------------------
Tue Oct 25 13:26:01 UTC 2022 - C J <c.j@tuta.io>

- add package veracrypt-lang
- add package veracrypt-doc
- add man pages
- add mount.veracrypt for system mounts
- prevent uninstalling with mounted VeraCrypt volumes

-------------------------------------------------------------------
Wed May 18 18:40:30 UTC 2022 - marec <marec@detebe.org>

- update to VeraCrypt version 1.25.9
- introducing _service for download

-------------------------------------------------------------------
Tue Sep 28 20:55:43 UTC 2021 - Markus Ebner <info@ebner-markus.de>

- Fix build for new compilers, that default to c++17 (by forcing c++11)

-------------------------------------------------------------------
Wed Nov  4 11:59:01 UTC 2020 - Milan Savić <milsav92@outlook.com>

- wxWidgets 3.1+ has tightened it's rules on sizers so VeraCrypt
  throws several asserts when starting and running, see:
  https://forums.opensuse.org/showthread.php/545812-Window-Manager-Issues-with-veracrypt-and-thunderbird-under-Tumbleweed
  This temporarily fixes the issue by requiring wxWidgets 3.0
  until upstream fixes the issue on their end.

-------------------------------------------------------------------
Mon Sep 14 23:17:09 UTC 2020 - Milan Savić <milsav92@outlook.com>

- Release VeraCrypt version 1.24-Update7 (Friday August 7, 2020).
- Drop veracrypt-update-jitterentropy-library.patch as release
  contains commit 6252d96.

-------------------------------------------------------------------
Tue Nov  5 20:17:08 UTC 2019 - malcolmlewis@opensuse.org

- Release VeraCrypt version 1.24-Hotfix1.
- Add veracrypt-update-jitterentropy-library.patch: Add upstream
  commit 6252d96 to fix building.
- Drop fix_sha2_section_type_mismatch.diff as patch upstreamed.

-------------------------------------------------------------------
Mon Aug 12 09:33:10 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>

- fix LTO linking due to section type mismatch
  fix_sha2_section_type_mismatch.diff

-------------------------------------------------------------------
Tue Feb  5 11:27:22 UTC 2019 - Ismail Dönmez <idonmez@suse.com>

- Cleanup spec file

-------------------------------------------------------------------
Mon Jan 21 14:26:27 UTC 2019 - hiwatari.seiji@gmail.com

- release VeraCrypt version 1.23

-------------------------------------------------------------------
Sat Jul 25 12:51:27 UTC 2015 - novell@tower-net.de

- updated to git commit 53f6ba330ab1

-------------------------------------------------------------------
Fri Jul 24 12:20:11 UTC 2015 - novell@tower-net.de

- release VeraCrypt version 1.0f-2

-------------------------------------------------------------------
Thu Jan 22 07:42:24 UTC 2015 - novell@tower-net.de

- fix eol of License.txt
- link Help via /usr/share/veracrypt/doc to VeraCrypt User Guide.pdf
- build with %{optflags}

-------------------------------------------------------------------
Tue Jan 20 18:42:25 UTC 2015 - novell@tower-net.de

- release VeraCrypt version 1.0f-1

openSUSE Build Service is sponsored by