From bb8e473a98989ec53bce11aa9a45ddfd58405986 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 25 May 2020 10:23:52 -0400 Subject: rebase veracrypt dpkg to overlay Unit193 Unit193 is still actively maintaining veracrypt dpkgs so remove my old fork and just add a stackrpms overlay for myself. --- veracrypt/debian/changelog | 155 +++++++++++++++------------------------------ 1 file changed, 50 insertions(+), 105 deletions(-) (limited to 'veracrypt/debian/changelog') diff --git a/veracrypt/debian/changelog b/veracrypt/debian/changelog index 4edcb0c..e4aa435 100644 --- a/veracrypt/debian/changelog +++ b/veracrypt/debian/changelog @@ -1,110 +1,55 @@ veracrypt (1.24-Update4-1+devuan) obs; urgency=medium - * 1.24-Update4 (January 23rd, 2020) - - Linux - * Fix regression that limited the size available for hidden volumes created on disk or partition. - - -- Ben Stack Mon, 27 Jan 2020 08:55:59 -0500 - -veracrypt (1.24-Update3-1+devuan) obs; urgency=medium - - * 1.24-Update3 (December 21st, 2019) - - Linux - * Fix console-only build to remove dependency on GTK that is not wanted on headless servers. - * 1.24-Update2 (December 16th, 2019) - - All OSes - * clear AES key from stack memory when using non-optimized implementation. Doesn't apply to VeraCrypt official build (Reported and fixed by Hanno Böck) - * Update Jitterentropy RNG Library to version 2.2.0 - * Start following IEEE 1541 agreed naming of bytes (KiB, MiB, GiB, TiB, PiB). - * Various documentation enhancements. - - Windows - * Fix possible local privilege escalation vulnerability during execution of VeraCrypt Expander (CVE-2019-19501) - * MBR bootloader: - - workaround for SSD disks that don't allow write operations in BIOS mode with buffers less than 4096 bytes. - - Don't restore MBR to VeraCrypt value if it is coming from a loader different from us or different from Microsoft one. - * EFI bootloader: - - Fix "ActionFailed" not working and add "ActionCancelled" to customize handling of user hitting ESC on password prompt - - Fix F5 showing previous password after failed authentication attempt. Ensure that even wrong password value are cleared from memory. - * Fix multi-OS boot compatibility by only setting VeraCrypt as first bootloader of the system if the current first bootloader is Windows one. - * Add new registry flags for SystemFavoritesService to control updating of EFI BIOS boot menu on shutdown. - * Allow system encrypted drive to be mounted in WindowsPE even if changing keyboard layout fails (reported and fixed by Sven Strickroth) - * Enhancements to the mechanism preserving file timestamps, especially for keyfiles. - * Fix RDRAND instruction not detected on AMD CPUs. - * Detect cases where RDRAND is flawed (e.g. AMD Ryzen) to avoid using it if enabled by user. - * Don't write extra 0x00 byte at the end of DcsProp file when modifying it through UI - * Reduce memory usage of IOCTL_DISK_VERIFY handler used in disk verification by Windows. - * Add switch /FastCreateFile for VeraCrypt Format.exe to speedup creation of large file container if quick format is selected. - * Fix the checkbox for skipping verification of Rescue Disk not reflecting the value of /noisocheck switch specified in VeraCrypt Format command line. - * check "TrueCrypt Mode" in password dialog when mounting a file container with .tc extension - * Update XML languages files. - - Linux - * Fix regression causing admin password to be requested too many times in some cases - * Fix off by one buffer overflow in function Process::Execute (Reported and fixed by Hanno Böck) - * Make sure password gets deleted in case of internal error when mounting volume (Reported and fixed by Hanno Böck) - * Fix passwords using Unicode characters not recognized in text mode. - * Fix failure to run VeraCrypt binary built for console mode on headless machines. - * Add switch to force the use of legacy maximum password length (64 UTF8 bytes) - * Add CLI switch (--use-dummy-sudo-password) to force use of old sudo behavior of sending a dummy password - * During uninstall, output error message to STDERR instead of STDOUT for better compatibility with package managers. - * Make sector size mismatch error when mounting disks more verbose. - * Speedup SHA256 in 64-bit mode by using assembly code. - - MacOSX - * Add switch to force the use of legacy maximum password length (64 UTF8 bytes) - * Fix off by one buffer overflow in function Process::Execute (Reported and fixed by Hanno Böck) - * Fix passwords using Unicode characters not recognized in text mode. - * Make sector size mismatch error when mounting disks more verbose. - * Speedup SHA256 in 64-bit mode by using assembly code. - * Link against latest wxWidgets version 3.1.3 - * 1.24-Hotfix1 (October 27th, 2019) - - Windows - * Fix 1.24 regression that caused system favorites not to mount at boot if VeraCrypt freshly installed. - * Fix failure to encrypt system if the current Windows username contains a Unicode non-ASCII character. - * Make VeraCrypt Expander able to resume expansion of volumes whose previous expansion was aborted before it finishes. - * Add "Quick Expand" option to VeraCrypt Expander to accelarate the expansion of large file containers. - * Add several robustness checks and validation in case of system encryption to better handle some corner cases. - * Minor UI and documentation changes. - - Linux - * Workaround gcc 4.4.7 bug under CentOS 6 that caused VeraCrypt built under CentOS 6 to crash when Whirlpool hash is used. - * Fix "incorrect password attempt" written to /var/log/auth.log when mounting volumes. - * Fix dropping file in UI not showing its correct path , specifically under GTK-3. - * Add missing JitterEntropy implementation/ - - MacOSX - * Fix some devices and partitions not showing in the device selection dialog under OSX 10.13 and newer. - * Fix keyboard tab navigation between password fields in "Volume Password" page of volume creation wizard. - * Add missing JitterEntropy implementation/ - * Support APFS filesystem for creation volumes. - * Support Dark Mode. - - -- Ben Stack Tue, 21 Jan 2020 21:03:02 -0500 - -veracrypt (1.24-2+devuan) obs; urgency=low - - * Attempt a build with gtk3 - - -- B Stack Thu, 21 Nov 2019 10:58:35 -0500 - -veracrypt (1.24-1+devuan) obs; urgency=low - - * New upstream version --- B Stack Tue, 08 Oct 2019 11:31 -0400 - -veracrypt (1.23-2+devuan) manual; urgency=low - - * Re-release to match current naming standard - - -- B Stack Sat, 29 Jun 2019 14:54 -0400 - -veracrypt (1.23-1devuan) manual; urgency=low - - * Initial release for devuan - - -- B Stack Wed, 30 Jan 2019 11:31:00 -0500 - -veracrypt (1.23-0vanir1~18.10) cosmic; urgency=medium - - * No-change backport to cosmic - - -- Unit 193 Sat, 15 Sep 2018 19:15:42 -0400 + * adapted for stackrpms + + -- Ben Stack Mon 25, May 2020 10:23:50 -0400 + +veracrypt (1.24-Update4-0vanir1) unstable; urgency=medium + + * New upstream version 1.24-Update4 + * Update Standards-Version to 4.5.0. + * d/compat, d/control: + - Drop d/compat in favor of debhelper-compat, bump to 12. + + -- Unit 193 Mon, 27 Jan 2020 18:31:30 -0500 + +veracrypt (1.24-Update2-0vanir1) unstable; urgency=medium + + * d/prerm: Send error messages to STDERR. + * New upstream version 1.24-Update2 + - Drop upstream patches, refresh remaining. + + -- Unit 193 Thu, 19 Dec 2019 17:59:06 -0500 + +veracrypt (1.24-Hotfix1-0vanir1) unstable; urgency=medium + + * New upstream version 1.24-Hotfix1 + - Refresh patches. + * d/p/002-Fix_compilation_on_non-x86_platforms.patch: + - Grab upstream commit to fix compilation on non-x86 platforms. + * d/p/003-Fix_compilation_error_if_type___u64_already_defined.patch: + - Fix compilation error if type __u64 is already defined by gcc. + + -- Unit 193 Wed, 30 Oct 2019 19:07:18 -0400 + +veracrypt (1.24-0vanir1) unstable; urgency=medium + + * New upstream version 1.24 + - Drop patches applied upstream, refresh remaining patch. + * d/p/series, d/rules: + - Drop patch in favor of packing (C,CXX,LD)FLAGS into TC_EXTRA_$1. + * d/p/002-indicator-support.diff: Update to account for GTK3 wxgtk. + * d/control: + - Update build-depends for gtk3. + - Set R³ to no. + * d/rules: + - Derive ARCH from DEB_HOST_ARCH. + - Remove extra license file and veracrypt-uninstall.sh. + * d/scripts/mount.veracrypt, d/veracrypt.install: + - Add a script which allows use of VeraCrypt in fstab. + * Update Standards-Version to 4.4.1. + + -- Unit 193 Tue, 08 Oct 2019 01:27:02 -0400 veracrypt (1.23-0vanir1) unstable; urgency=medium -- cgit