Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-22 | Linux: Add Fedora as supported distribution in CMakeLists.txt | Mounir IDRASSI | 1 | -2/+13 | |
2024-09-17 | macOS: fix regression in build script that caused it to ignore fuset switch | Mounir IDRASSI | 1 | -1/+1 | |
fixed by Mattoje #1417 | |||||
2024-09-16 | macOS: enhance macOS build script(allow local build, specify wxWidgets ↵ | Mounir IDRASSI | 1 | -26/+77 | |
version, control packaging) Based on proposal by @Mattoje in https://github.com/veracrypt/VeraCrypt/issues/1417 | |||||
2024-09-01 | Windows: Fix MSI not installing all new documentation file. Remove old files ↵ | Mounir IDRASSI | 1 | -2/+2 | |
left from old versions. Increment version to 1.26.15. | |||||
2024-08-25 | Linux: Add script to sign generated rpms | Mounir IDRASSI | 1 | -0/+54 | |
2024-08-25 | Increment version to 1.26.14. Set release date to August 25th. | Mounir IDRASSI | 1 | -2/+2 | |
2024-08-02 | Increment version to 1.26.13. Update release notes. Update signed Windows ↵ | Mounir IDRASSI | 1 | -2/+2 | |
drivers. | |||||
2024-07-06 | Linux: Add Github CI workflow for Linux (#1374) | Mounir IDRASSI | 7 | -74/+239 | |
* Linux/MacOSX: during build, fallback to /tmp if wxWidgets sources not found in parent directory * Linux: Add Github workflow to build .deb files and test generated binaries * Linux: fix wrong wxWidgets extract path in yaml * fix: fix wrong wxWidgets extract path in yaml * Linux: harmonize content of test volumes and update Github workflow for this * Fix corrupted test container * Linux: optimize Github workflow by caching wxBuildConsole and wxBuildGUI folders We also modify build script to detect the presence of wxBuildConsole and wxBuildGUI folders and reuse them * Remove files mistakenly added * Linux: Fix wrong test for Github workflow * Linux: use static build of wxWidgets for GUI in Github workflow * Linux: upload also .deb SHA256SUM file if it is generated in Github workflow * Linux: fix detection logic of parent folder in build scripts * Github workflow: add build_cmake_deb.sh as trigger to build-linux.yml * Github workflow: add wxWidgets source code to the cache of workflow | |||||
2024-06-26 | Linux/FreeBSD: Update build scripts: use wxwidgets 3.2.5, drop explicit GTK3 ↵ | Mounir IDRASSI | 8 | -148/+26 | |
config since it detected automatically We also update copyrights date | |||||
2024-06-26 | Linux/FreeBSD: automatically detect presence of GTK3. Remove WITHGTK3 ↵ | Mounir IDRASSI | 1 | -11/+7 | |
makefile argument. | |||||
2024-06-23 | Increment version to 1.26.12 | Mounir IDRASSI | 1 | -2/+2 | |
2024-06-23 | MacOSX: use same version define in Info.plist files. Indicate 12.0 as ↵ | Mounir IDRASSI | 2 | -3/+3 | |
minimum supported macOS version | |||||
2024-06-23 | Increment version to 1.26.11. Update Release Notes. | Mounir IDRASSI | 1 | -2/+2 | |
2024-06-22 | MacOSX: Add for using FUSE-T instead of MacFUSE | Mounir IDRASSI | 1 | -1/+11 | |
The build script build_veracrypt_macosx.h now accepts the argument -f to enable fuse-t support. It is also possible to set the environment variable VC_OSX_FUSET to 1 for FUSE-T support. A change was done in CoreUnix::GetMountedVolumes to add a waiting loop for control file to be accessible because when using FUSE-T there always a delay before control file can be serialized. | |||||
2024-06-16 | MacOSX: Use wxWidgets 3.2.5. Detect SDK version dynamically. Remove unused ↵ | Mounir IDRASSI | 1 | -6/+6 | |
"r" getopts option. | |||||
2024-06-16 | MacOSX: Add universal binary of yasm so that it can run on arm64 machines | Mounir IDRASSI | 1 | -0/+0 | |
2024-06-16 | Improve and simplify macOS builds (#1276) | Deniz Türkoglu | 1 | -1/+34 | |
* Add missing macOS requirement for 'make package' We need packages for the last build step on macOS, update docs to reflect the requirement. * Add build instructions using homebrew On macOS, we can use a package manager to easily install dependencies. This simplifies onboarding and building Veracrypt. * Add flag to use homebrew packages When building, we can use prebuilt wxwidgets from homebrew to simplify and speed up local building. We also put the package behind a flag as it's optional during development. * Skip signing for local builds When building with homebrew, skip signing. This can be put behind a flag to enable, if needed. * Use system yasm on macOS if available The binary in the repo is not universal (x86_64) and therefore building fails on arm architecture if Rosetta is not installed. Use local yasm if available. * Build local arch only in development When building via homebrew and locally, build only the local arch which skips ASM for arm(Mx) for MacOS. This removes the need to have rosetta installed for building. * Fix compilation issue when COMPILE_ASM is undefined Use a conditional check for COMPILE_ASM not being false instead of true. This avoids passing the variable to other parts of the build script. * Set SDK 12 as the minimum requirement and target Align the requirement to SDK 12 in both the makefile and script, and update the comment to remove confusion. I chose to leave this on 12 to be on the side of err and support as many building platforms as possible, when we can support. The local script now also sets the target using the local sdk version. This should improve the local development experience. * Fix wrong architecture for macOS in x86 builds We now build only the current arch for local development builds in macOS. This change also fixes the x86 builds failing. * Add instructions brew backed macOS local builds Flags to build a local build using homebrew packages are not default and require parameter -b to build. We also don't build packages directly, which requires -p. * Fix wxwidgets not linking in local x86 macOS development builds * Clarify build location in the document | |||||
2024-05-21 | Linux: enhancements to build_cmake_deb.sh script. Use wxWidgets 3.2.5 | Mounir IDRASSI | 1 | -50/+55 | |
2024-05-21 | Linux: Update dependencies for debian packages on Ubuntu 24.04 and Debian 13 | Mounir IDRASSI | 1 | -2/+15 | |
packages were renamed and we linked statically against wxWidgets in GUI mode because of a bug in wxWidegts that was solved in 3.2.5 (https://github.com/wxWidgets/wxWidgets/issues/24081) | |||||
2023-11-09 | Increment version to 1.26.10. Update signed Windows drivers. | Mounir IDRASSI | 3 | -4/+4 | |
2023-10-11 | Increment version to 1.26.9 | Mounir IDRASSI | 3 | -4/+4 | |
2023-10-10 | Increment version to 1.26.8 | Mounir IDRASSI | 3 | -4/+4 | |
2023-10-01 | MacOS: set minimum target to OSX 12. Fix About menu not working. | Mounir IDRASSI | 1 | -5/+6 | |
The modification to Forms.cpp is temporary until we find a better approach | |||||
2023-09-30 | Increment version to 1.26.7. Set release date to October 1st. Update Windows ↵ | Mounir IDRASSI | 3 | -4/+4 | |
signed driver files. | |||||
2023-09-22 | Linux/MacOSX: Increment packaging version to 1.26.6 | Mounir IDRASSI | 3 | -4/+4 | |
2023-08-14 | Increment version to 1.26.5. Update signed Windows drivers. | Mounir IDRASSI | 3 | -4/+4 | |
2023-07-25 | Linux/macOS: Increment version to 1.26.4 in installation packages | Mounir IDRASSI | 3 | -4/+4 | |
2023-06-29 | Linux/FreeBSD: Make pcsclite a dependency of the packages and the generic ↵ | Mounir IDRASSI | 1 | -8/+8 | |
installer | |||||
2023-06-28 | Increment version to 1.26.3. Update Release Notes | Mounir IDRASSI | 3 | -4/+4 | |
2023-06-18 | Linux: make .deb package compatible with Debian 12 | Mounir IDRASSI | 1 | -1/+2 | |
2023-06-13 | Linux: use wxWidgets 3.2.2.1 for official VeraCrypt Linux packages | Mounir IDRASSI | 8 | -16/+16 | |
2023-06-04 | Increment version to 1.26.2. Update Release Notes | Mounir IDRASSI | 3 | -4/+4 | |
2023-05-18 | Linux: Fix .deb package compatibility with Ubuntu 23.04 | Mounir IDRASSI | 1 | -1/+5 | |
2022-03-22 | Update release notes for 1.26.0 and set its date to March 21st 2022 | Mounir IDRASSI | 3 | -4/+4 | |
2022-03-08 | Implement support of Blake2s-256 hash algorithm and remove deprecated ↵ | Mounir IDRASSI | 1 | -4/+20 | |
algorithms RIPEMD-160 and GOST89. | |||||
2022-02-19 | Increment version to 1.25.9 and update Release Notes. | Mounir IDRASSI | 3 | -5/+5 | |
2022-02-16 | Increment version to 1.25.8.2 and update signed Windows drivers | Mounir IDRASSI | 1 | -1/+1 | |
2022-02-05 | Increment version to 1.25.8 | Mounir IDRASSI | 3 | -4/+4 | |
2022-01-07 | Increment version to 1.25.7 and update Release Notes | Mounir IDRASSI | 3 | -4/+4 | |
2022-01-02 | Update copyright year to 2022 | Mounir IDRASSI | 8 | -8/+8 | |
2021-12-27 | Increment version to 1.25.6. Update Release Notes and add signed Windows driver. | Mounir IDRASSI | 3 | -4/+4 | |
2021-12-24 | MacOSX: Increment version to 1.24.5 and update release notes. | Mounir IDRASSI | 3 | -4/+4 | |
2021-11-30 | Increment version to 1.25.4 and set release date to December 3rd 2021 | Mounir IDRASSI | 3 | -4/+4 | |
2021-11-28 | Linux: change build script for GTK3 generic installer to build wxWidgets by ↵ | Mounir IDRASSI | 1 | -4/+4 | |
default | |||||
2021-11-28 | Increment version to 1.25 (1.25.3) | Mounir IDRASSI | 3 | -4/+4 | |
2021-11-28 | Linux: Add script to build GTK3 based generic installer | Mounir IDRASSI | 1 | -0/+47 | |
2021-11-21 | Increment version to 1.25-RC2 and update release notes | Mounir IDRASSI | 3 | -4/+4 | |
2021-09-05 | Increment version to 1.25-RC1 | Mounir IDRASSI | 3 | -4/+4 | |
2021-09-04 | Linux: fix rpm installation conflict for /usr/share/mime | Mounir IDRASSI | 1 | -0/+2 | |
2021-08-30 | Increment version to 1.25 | Mounir IDRASSI | 3 | -4/+4 | |