summaryrefslogtreecommitdiff
path: root/veracrypt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-03-24 18:17:27 -0400
committerB. Stack <bgstack15@gmail.com>2022-03-24 18:17:27 -0400
commitf985e6608be62a11e9b13a271246bb79d6712e92 (patch)
tree6b24785fba5883f5b65bdd022feb2e91d526c5ad /veracrypt
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-f985e6608be62a11e9b13a271246bb79d6712e92.tar.gz
stackrpms-f985e6608be62a11e9b13a271246bb79d6712e92.tar.bz2
stackrpms-f985e6608be62a11e9b13a271246bb79d6712e92.zip
vc 1.25.9 rc1
Diffstat (limited to 'veracrypt')
-rw-r--r--veracrypt/debian/changelog13
-rw-r--r--veracrypt/debian/veracrypt+devuan.dsc2
-rw-r--r--veracrypt/veracrypt.spec5
3 files changed, 18 insertions, 2 deletions
diff --git a/veracrypt/debian/changelog b/veracrypt/debian/changelog
index d12b6a8..dc1ecfa 100644
--- a/veracrypt/debian/changelog
+++ b/veracrypt/debian/changelog
@@ -1,3 +1,16 @@
+veracrypt (1.25.9-1+devuan) obs; urgency=medium
+
+ * All OSes:
+ * Update translations (Chinese, Dutch, French, German, Turkish).
+ * Linux:
+ * Fix hidden volume settings not correctly displayed when enabling
+ hidden volume protection in mount options window.
+ * Fix generic Linux installer overwriting /usr/sbin if it is a symlink.
+ * Fix crash when building with _GLIBCXX_ASSERTIONS defined.
+ * Enable building from source without AES-NI support.
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 24 Mar 2022 18:17:51 -0400
+
veracrypt (1.25.7-1+devuan) obs; urgency=medium
* All OSes:
diff --git a/veracrypt/debian/veracrypt+devuan.dsc b/veracrypt/debian/veracrypt+devuan.dsc
index 0d763f6..458981c 100644
--- a/veracrypt/debian/veracrypt+devuan.dsc
+++ b/veracrypt/debian/veracrypt+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: veracrypt
Binary: veracrypt
Architecture: any
-Version: 1.25.4-1+devuan
+Version: 1.25.9-1+devuan
Maintainer: B. Stack <bgstack15@gmail.com>
Homepage: https://veracrypt.fr/
Standards-Version: 4.6.0
diff --git a/veracrypt/veracrypt.spec b/veracrypt/veracrypt.spec
index f2e57d5..c74f7af 100644
--- a/veracrypt/veracrypt.spec
+++ b/veracrypt/veracrypt.spec
@@ -74,7 +74,7 @@
%endif
%endif
-%define upstream_version 1.25.7
+%define upstream_version 1.25.9
Name: veracrypt
Version: %( echo %{upstream_version} | tr '-' '_' )
@@ -234,6 +234,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/*
%changelog
+* Thu Mar 24 2022 B. Stack <bgstack15@gmail.com> 1.25.9-1
+- version bump
+
* Thu Feb 10 2022 B. Stack <bgstack15@gmail.com> 1.25.7-1
- version bump
bgstack15