summaryrefslogtreecommitdiff
path: root/veracrypt
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-02-10 14:24:31 -0500
committerB. Stack <bgstack15@gmail.com>2022-02-10 14:24:31 -0500
commit035f073aa69bb64fad7a169b03e36e8232978e18 (patch)
treedad37f36ac68ae75c1448e61979b730373e49b54 /veracrypt
parentveracrypt 1.25.7 rc1 (diff)
downloadstackrpms-035f073aa69bb64fad7a169b03e36e8232978e18.tar.gz
stackrpms-035f073aa69bb64fad7a169b03e36e8232978e18.tar.bz2
stackrpms-035f073aa69bb64fad7a169b03e36e8232978e18.zip
fix fuzz in vc_distro patches
Diffstat (limited to 'veracrypt')
-rw-r--r--veracrypt/debian/patches/vc_devuan.patch4
-rw-r--r--veracrypt/vc_fedora.patch4
2 files changed, 6 insertions, 2 deletions
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/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");
bgstack15