summaryrefslogtreecommitdiff
path: root/veracrypt/debian/changelog
blob: 00f7ba6af0e1126f5c1668a54a6f53ebc6af614c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
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 <bgstack15@gmail.com>  Tue, 21 Jan 2020 21:03:02 -0500

veracrypt (1.24-2+devuan) obs; urgency=low

  * Attempt a build with gtk3

 -- B Stack <bgstack15@gmail.com>  Thu, 21 Nov 2019 10:58:35 -0500

veracrypt (1.24-1+devuan) obs; urgency=low

  * New upstream version
-- B Stack <bgstack15@gmail.com>  Tue, 08 Oct 2019 11:31 -0400

veracrypt (1.23-2+devuan) manual; urgency=low

  * Re-release to match current naming standard

 -- B Stack <bgstack15@gmail.com>  Sat, 29 Jun 2019 14:54 -0400

veracrypt (1.23-1devuan) manual; urgency=low

  * Initial release for devuan

 -- B Stack <bgstack15@gmail.com>  Wed, 30 Jan 2019 11:31:00 -0500

veracrypt (1.23-0vanir1~18.10) cosmic; urgency=medium

  * No-change backport to cosmic

 -- Unit 193 <unit193@ubuntu.com>  Sat, 15 Sep 2018 19:15:42 -0400

veracrypt (1.23-0vanir1) unstable; urgency=medium

  * d/u/signing-key.asc: Update for new signing key.
  * New upstream version 1.23
    - Refresh patches.
  * Update Standards-Version to 4.2.1.

 -- Unit 193 <unit193@ubuntu.com>  Sat, 15 Sep 2018 17:26:29 -0400

veracrypt (1.22-0vanir1) unstable; urgency=medium

  * New upstream version 1.22
    - d/p/005-fix-ftbfs-gcc-7.diff: Drop, applied upstream.
    - Refresh remaining patches.
  * Update Standards-Version to 4.1.3.
  * d/copyright:
    - Add a comment as to why this is a 'non-free' package.
    - Update years.
  * d/compat, d/control: Bump dh compat to 11.
  * d/p/003-indicator-support.diff: Correct the indicator icon name.
  * d/s/lintian-overrides: Override notes about pre-built windows files.
  * d/veracrypt.docs: Install src/NOTICE.

 -- Unit 193 <unit193@ubuntu.com>  Fri, 30 Mar 2018 22:38:27 -0400

veracrypt (1.21-0vanir2) unstable; urgency=medium

  * Update Standards-Version to 4.1.1.
  * d/p/005-fix-ftbfs-gcc-7.diff: Fix FTBFS with gcc 7.
  * d/watch: Use https sf.net redirector.
  * d/control: Add libayatana-appindicator-dev as primary alt build-dep.

 -- Unit 193 <unit193@ubuntu.com>  Thu, 02 Nov 2017 20:51:20 -0400

veracrypt (1.21-0vanir1) unstable; urgency=medium

  * New upstream version 1.21
    - Refresh patches.
  * Run wrap-and-sort.
  * Bump standards-version to 4.0.0.
  * d/30veracrypt, d/veracrypt, d/veracrypt.(install,default):
    - Dismount all volumes on suspend.
  * d/compat, d/control: Bump debhelper to compat 10.
  * d/control:
    - Update homepage.
    - Switch build-depend from nasm to yasm.
    - Drop dep on dosfstools, recommend exfat-utils and ntfs-3g.
    - Drop build-depend on makeself and imagemagick.
  * d/copyright: Update copyright information and years.
  * d/p/003-indicator-support.diff: Extend to compile with Ayatana indicators.
  * d/p/004-fixup-install.diff: Fix the install target so we can use it.
  * d/rules:
    - Pass '--as-needed' to LDFLAGS.
    - Drop imagemagick rules to convert the xpm.
    - The pdf user guide no longer exists, drop rules tweaking it.
  * d/veracrypt.desktop: Correctly pass the file to open.
  * d/veracrypt.docs: Drop user_guide.pdf.
  * d/veracrypt.doc-base: Update to note the html docs, not pdf.
  * d/veracrypt.init: Fix a case mismatch.
  * d/veracrypt.install: Drop veracrypt(,.xpm), upstream has an install target.

 -- Unit 193 <unit193@ubuntu.com>  Mon, 10 Jul 2017 20:44:46 -0400

veracrypt (1.19+repack-0vanir2) unstable; urgency=medium

  * d/rules: Disable strip during build as it prevents dbgsym autogeneration.
  * d/veracrypt.install, d/veracrypt.desktop, d/veracrypt.xml:
    - Give '.hc' and '.tc' mimetypes, and associate them with VeraCrypt.

 -- Unit 193 <unit193@ubuntu.com>  Thu, 16 Feb 2017 17:08:41 -0500

veracrypt (1.19+repack-0vanir1) unstable; urgency=medium

  * Imported Upstream version 1.19+repack
    - Refresh patches.
  * d/copyright: Correct URLs, use correct alternate license.
  * d/control: Depend on lsb-base.

 -- Unit 193 <unit193@ubuntu.com>  Mon, 17 Oct 2016 18:54:06 -0400

veracrypt (1.18-0vanir1) unstable; urgency=medium

  * Imported Upstream version 1.18
    - Drop upstream patch, refresh remaining patches.
  * d/watch: Find releases using Proper Case tarballs.
  * Update standards-version to 3.9.8.

 -- Unit 193 <unit193@ubuntu.com>  Tue, 23 Aug 2016 18:00:57 -0400

veracrypt (1.17-0vanir2) unstable; urgency=medium

  * d/p/004-gcc5-compatibility.diff:
    - Add a patch from upstream fixing GCC5 compatibility.

 -- Unit 193 <unit193@ubuntu.com>  Fri, 18 Mar 2016 16:59:03 -0400

veracrypt (1.17-0vanir1) unstable; urgency=medium

  * Imported Upstream version 1.17.
    - Refresh patches.
  * Update standards-version to 3.9.7.
  * Update my email address.
  * d/veracrypt.menu: Drop menu, following CTTE #741573.
  * d/README.Debian: Drop, changes are unimportant, leftover from TC.
  * d/veracrypt.desktop: Add some keywords.
  * d/copyright: Update years.

 -- Unit 193 <unit193@ubuntu.com>  Mon, 22 Feb 2016 18:48:31 -0500

veracrypt (1.14-0vanir1) unstable; urgency=medium

  * Imported Upstream version 1.14.

 -- Unit 193 <unit193@ubuntu.com>  Sat, 19 Sep 2015 16:53:59 -0400

veracrypt (1.12-0vanir1) unstable; urgency=medium

  * Imported Upstream version 1.12.
    - Remove upstream commits.
      + d/p/004-Correct-wxWidgets-assert-warnings-when-displaying-about.diff
    - Refresh remaining patches.

 -- Unit 193 <unit193@ubuntu.com>  Thu, 06 Aug 2015 20:52:40 -0400

veracrypt (1.0f-2-0vanir3) unstable; urgency=medium

  * d/p/004-Correct-wxWidgets-assert-warnings-when-displaying-about.diff:
    - Add patch from upstream to fix assert when opening about dialog.

 -- Unit 193 <unit193@ubuntu.com>  Mon, 20 Apr 2015 18:20:18 -0400

veracrypt (1.0f-2-0vanir2) unstable; urgency=medium

  * d/control:
    - Drop version deps on e2fsprogs and mount.
    - Replace module-init-tools with kmod.
    - Drop dep on xterm.
    - Bump xdg-utils down to recommends.

 -- Unit 193 <unit193@ubuntu.com>  Mon, 13 Apr 2015 17:44:29 -0400

veracrypt (1.0f-2-0vanir1) unstable; urgency=medium

  * Imported Upstream version 1.0f-2
    - Drop 003-file-manager.diff and 004-no-preference-x.diff, fixed upstream.
    - Refresh remaining patches.
  * Remove all references to opencryptoki.
  * d/rules: Enable verbose build.

 -- Unit 193 <unit193@ubuntu.com>  Mon, 06 Apr 2015 16:58:55 -0400

veracrypt (1.0f-1-0vanir1) unstable; urgency=medium

  * New upstream release.
    - Refresh patches.
  * d/watch: Pick up releases with underscores and dashes too.

 -- Unit 193 <unit193@ubuntu.com>  Thu, 08 Jan 2015 04:45:50 -0500

veracrypt (1.0f-0vanir1) unstable; urgency=medium

  * New upstream release.
    - Refreshed patches.
  * d/watch: Update for tar.gz, bz2 and xz.
  * d/copyright: Update years.

 -- Unit 193 <unit193@ubuntu.com>  Sat, 03 Jan 2015 04:11:10 -0500

veracrypt (1.0e-0vanir1) unstable; urgency=medium

  * Initial release.

 -- Unit 193 <unit193@ubuntu.com>  Sun, 09 Nov 2014 15:36:54 -0500
bgstack15