about summary refs log tree commit diff
path: root/pkgs/applications/misc/veracrypt
AgeCommit message (Collapse)AuthorFilesLines
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2023-10-08veracrypt: 1.25.9 -> 1.26.7Daniel Hill1-3/+4
2023-03-18veracrypt: add wrapGAppsHookJohn Chadwick1-1/+2
2023-01-24treewide: remove global with lib; in pkgs/{misc,networking}Shawn89011-4/+2
2022-04-18veracrypt: 1.24-Update7 -> 1.25.9Florian Brandes1-2/+2
This fixes a current build issue on master (cae8c76a9ba9a13d4ae409617bf5b52f2f6960f7) Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2021-06-20veracrypt: 1.24-Hotfix1 -> 1.24-Update7 and hardcode mkfs paths (#127592)Artturi2-15/+47
2021-04-18veracrypt: correct licenseRobert Schütz1-1/+1
Parts of it are not free software. See https://en.wikipedia.org/wiki/VeraCrypt#License_and_source_model.
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-03veracrypt: 1.23-Hotfix-2 -> 1.24-Hotfix1Pavol Rusnak1-6/+21
2019-08-31Merge pull request #67826 from joncojonathan/veracrypt_1-23-h2Marek Mahut1-4/+5
veracrypt: 1.23 -> 1.23-hotfix-2
2019-08-31veracrypt: 1.23 -> 1.23-hotfix-2joncojonathan1-4/+5
Applied upstream hotfix
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+0
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-10-24veracrypt: 1.22 -> 1.23c0bw3b1-28/+23
Removed the wxGUI switch because it was never working. To build VeraCrypt text-only you still need wxGTK _and_ you need to rebuild wxGTK without GUI too... Moreover, the normal build provides both GUI and text-only interfaces so it is already usable in pure CLI contexts.
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-2/+2
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-04-02veracrypt: 1.21 -> 1.22R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/veracrypt/versions. These checks were done: - built on NixOS - ran `/nix/store/qx2d8v3a4gx3rp8wpcmw0av3vn0dchkw-veracrypt-1.22/bin/veracrypt -h` got 0 exit code - ran `/nix/store/qx2d8v3a4gx3rp8wpcmw0av3vn0dchkw-veracrypt-1.22/bin/veracrypt --help` got 0 exit code - ran `/nix/store/qx2d8v3a4gx3rp8wpcmw0av3vn0dchkw-veracrypt-1.22/bin/veracrypt --version` and found version 1.22 - found 1.22 with grep in /nix/store/qx2d8v3a4gx3rp8wpcmw0av3vn0dchkw-veracrypt-1.22 - directory tree listing: https://gist.github.com/8690e0df710362cb464457218630b6ee
2017-12-29veracrypt: refactorbrachiel1-1/+1
Previous Veracrypt hoster was CodePlex which will be shut down and was set to read only on 27th of November. See the announcement (https://blogs.msdn.microsoft.com/bharry/2017/03/31/shutting-down-codeplex/) . Verycrypt's homepage has since moved to https://www.veracrypt.fr which is owned by IDRIX (https://www.afnic.fr/fr/produits-et-services/services/whois/)
2017-07-19veracrypt: 1.19 -> 1.21David Sferruzza1-8/+7
2017-04-02veracrypt: refactoringsJoachim Fasting1-10/+11
- Conditionally add wxGTK30 to inputs to avoid eval'ing it regardless of wxGUI - Patch full path to exe into desktop file - Move some inputs to native - Do not write intermediate tar file on unpack
2017-04-02veracrypt: init at 1.19David Sferruzza1-0/+44