summaryrefslogtreecommitdiff
path: root/veracrypt
diff options
context:
space:
mode:
Diffstat (limited to 'veracrypt')
-rw-r--r--veracrypt/debian/changelog20
-rw-r--r--veracrypt/debian/patches/vc_devuan.patch4
-rw-r--r--veracrypt/debian/veracrypt+devuan.dsc2
-rw-r--r--veracrypt/vc_fedora.patch4
-rw-r--r--veracrypt/veracrypt.spec8
5 files changed, 34 insertions, 4 deletions
diff --git a/veracrypt/debian/changelog b/veracrypt/debian/changelog
index 759cd06..dc1ecfa 100644
--- a/veracrypt/debian/changelog
+++ b/veracrypt/debian/changelog
@@ -1,3 +1,23 @@
+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:
+ - Update translations.
+
+ -- B. Stack <bgstack15@gmail.com> Thu, 10 Feb 2022 13:15:46 -0500
+
veracrypt (1.25.4-1+devuan) obs; urgency=medium
* Update Standards-Version to 4.6.0.
diff --git a/veracrypt/debian/patches/vc_devuan.patch b/veracrypt/debian/patches/vc_devuan.patch
index 76e889a..9ce5efb 100644
--- a/veracrypt/debian/patches/vc_devuan.patch
+++ b/veracrypt/debian/patches/vc_devuan.patch
@@ -1,9 +1,11 @@
+Version: 1.25.7
+Date: 2022-02-10
diff -x '*.rej' -x '*.orig' -Naur VeraCrypt_1.22/src/Common/Dlgcode.c VeraCrypt_1.22-1/src/Common/Dlgcode.c
--- VeraCrypt_1.22/src/Common/Dlgcode.c 2018-03-30 07:54:10.000000000 -0400
+++ VeraCrypt_1.22-1/src/Common/Dlgcode.c 2018-09-02 08:22:00.007030589 -0400
@@ -1280,7 +1280,7 @@
L"This software as a whole:\r\n"
- L"Copyright \xA9 2013-2021 IDRIX. All rights reserved.\r\n\r\n"
+ L"Copyright \xA9 2013-2022 IDRIX. All rights reserved.\r\n\r\n"
- L"An IDRIX Release");
+ L"Packaged for Devuan");
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/vc_fedora.patch b/veracrypt/vc_fedora.patch
index a2ce19a..49a7e77 100644
--- a/veracrypt/vc_fedora.patch
+++ b/veracrypt/vc_fedora.patch
@@ -1,9 +1,11 @@
+Version: 1.25.7
+Date: 2022-02-10
diff -x '*.rej' -x '*.orig' -Naur VeraCrypt_1.22/src/Common/Dlgcode.c VeraCrypt_1.22-1/src/Common/Dlgcode.c
--- VeraCrypt_1.22/src/Common/Dlgcode.c 2018-03-30 07:54:10.000000000 -0400
+++ VeraCrypt_1.22-1/src/Common/Dlgcode.c 2018-09-02 08:22:00.007030589 -0400
@@ -1280,7 +1280,7 @@
L"This software as a whole:\r\n"
- L"Copyright \xA9 2013-2021 IDRIX. All rights reserved.\r\n\r\n"
+ L"Copyright \xA9 2013-2022 IDRIX. All rights reserved.\r\n\r\n"
- L"An IDRIX Release");
+ L"A Fedora copr release");
diff --git a/veracrypt/veracrypt.spec b/veracrypt/veracrypt.spec
index fa3c832..c74f7af 100644
--- a/veracrypt/veracrypt.spec
+++ b/veracrypt/veracrypt.spec
@@ -74,7 +74,7 @@
%endif
%endif
-%define upstream_version 1.25.4
+%define upstream_version 1.25.9
Name: veracrypt
Version: %( echo %{upstream_version} | tr '-' '_' )
@@ -234,6 +234,12 @@ 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
+
* Tue Aug 11 2020 B Stack <bgstack15@gmail.com> 1.24_Update7-1
- version bump
- handle new version naming with dashes
bgstack15