Mounir IDRASSI
Mounir IDRASSI
you can grab the latest code from master, the fuse-t changes will be there.
This was fixed by the commit https://github.com/veracrypt/VeraCrypt/commit/0fdf2edda77242dbb0fe168197e2aadb402146d1 Beta packages for 1.26.2 were published for Ubuntu at https://sourceforge.net/projects/veracrypt/files/VeraCrypt%20Nightly%20Builds/Linux/ I will add packages for Debian
I pushed an extra commit to fix .deb compatibility with Debian 12: https://github.com/veracrypt/VeraCrypt/commit/031748a988620274849b78bc4bf592b99e9d6ed7 And I have published Debian 12 packages in Nightly Builds folder: https://sourceforge.net/projects/veracrypt/files/VeraCrypt%20Nightly%20Builds/Linux/ Don't hesitate to reopen the...
@theofficialgman I will leave it open until official 1.26 is released
@theofficialgman The fix is correctly present in 1.26.7 release for Linux distributions that actually ship with libwxgtk3.2-1, which are **Debian 12** and **Ubuntu 23.04**. For ARM based builds, Debian12 and...
@theofficialgman: if you have access to Debian 12 or newer, did you try building VeraCrypt from source? you should be able to create correct package since [CMakeLists.txt ](https://github.com/veracrypt/VeraCrypt/blob/master/src/Build/CMakeLists.txt#L254)correctly adds libwxgtk3.2-1...
This change breaks Windows build. A better approach is to replace **byte** by **uint8** that is specifically defined in Tcdefs.h in order to be available in all platforms. Can you...
I have implemented a similar change using the uint8 type as I mentioned earlier: https://github.com/veracrypt/VeraCrypt/commit/455a4f2176a5cfbe325e1e40cea20dd3e466b64c So closing this PR.
Sorry for the delay! Things have been tough on my side lately. Although there are some minor issues with this PR, I'm merging it, and I will address the issues...
> @idrassi Can you please share/upload the [packages build](https://github.com/packagesdev/packages) that is used during the build of Veracypt, I believe the one on the webpage and homebrew is outdated and hosted...