summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-crypt/veracrypt: bump to 1.24-Update4Göktürk Yüksek2020-01-242-0/+102
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/veracrypt: amd64 stable wrt bug #705436Agostino Sarubbo2020-01-151-2/+2
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-crypt/veracrypt: bump to 1.24-Update2Göktürk Yüksek2019-12-193-0/+221
| | | | | | | Bug: https://bugs.gentoo.org/703340 Closes: https://bugs.gentoo.org/698936 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/veracrypt: remove unused patchesMichael Mair-Keimberger2019-11-044-174/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/13526 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/veracrypt: remove oldGöktürk Yüksek2019-10-294-268/+0
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/veracrypt: bump to 1.24-Hotfix1Göktürk Yüksek2019-10-292-0/+118
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/veracrypt: switch to wxGTK 3.0-gtk3Göktürk Yüksek2019-10-151-0/+117
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/veracrypt: fix the linking against wxGTK[X] when USE='-X'Göktürk Yüksek2019-10-152-0/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | veracrypt[-X] fails to properly link against wxGTK[X] only using the 'base' library because the wx's setup.h implicitly defines wxUSE_GUI=1, which then changes the definition of various structures, requiring symbols from the core library as well. For example, wxwidgets include/wx/app.h defines: #if wxUSE_GUI class WXDLLIMPEXP_CORE wxAppBase : public wxAppConsole ... [snip] ... #else // !GUI // wxApp is defined in core and we cannot define another one in wxBase, // so use the preprocessor to allow using wxApp in console programs too #define wxApp wxAppConsole #endif // GUI/!GUI To fix this, pass '-DwxUSE_GUI=0' when compiling veracrypt[-X]. Closes: https://bugs.gentoo.org/605018 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/veracrypt: bump to 1.24Göktürk Yüksek2019-10-112-0/+101
| | | | | | Closes: https://bugs.gentoo.org/697112 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/veracrypt: amd64 stable wrt bug #676030Mikle Kolyada2019-02-071-2/+2
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-crypt/veracrypt: bump to 1.23Göktürk Yüksek2018-11-072-0/+97
| | | | | | | | | | - Add support for the cpu_flags_x86_sse2 USE flag (disable sse2 support if not present) - Rework the doc use flag logic, install EFI docs when provided Closes: https://bugs.gentoo.org/666252 Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/veracrypt: Maintainer retiredJonas Stein2018-07-181-8/+0
| | | | | | Proxied maintainer retired. Bug: https://bugs.gentoo.org/602110 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* app-crypt/veracrypt: amd64 stable wrt bug #654568Mikle Kolyada2018-05-221-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-crypt/veracrypt: bump to 1.22Göktürk Yüksek2018-04-033-0/+127
| | | | | | | | | | | | | - Add support for SSSE3 and SSE4_1 through cpu_flags_x86_*. - Rework some of the USE logic using usex. - Fix the desktop file category. "Encryption;Encryption Tools;Utility;" is unregistered according to the desktop menu specification. Replace it with "Utility;Security". Bug: https://bugs.gentoo.org/611362 Closes: https://bugs.gentoo.org/652052 Package-Manager: Portage-2.3.27, Repoman-2.3.9
* app-crypt/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* app-crypt/veracrypt: version bump to 1.21soredake2017-08-042-0/+88
| | | | Closes: https://github.com/gentoo/gentoo/pull/5056
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-crypt/veracrypt: initial commit with version 1.19soredake2016-12-227-0/+271
Veracrypt is a platform independent filesystem or container encryptor derived from truecrypt.