summary refs log tree commit diff
path: root/pkgs/tools/filesystems/encfs
AgeCommit message (Collapse)AuthorFilesLines
2023-11-10encfs: fix build with newer versions of clangRandy Eckenrode1-1/+10
Apply patch to resolve the following error: error: no matching constructor for initialization of 'std::shared_ptr<AbstractCipherKey>'
2021-04-02encfs: add darwin buildmidchildan1-2/+2
2021-01-17pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-04-30encfs: 1.9.4 -> 1.9.5R. 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/encfs/versions. These checks were done: - built on NixOS - ran ‘/nix/store/hyf73217fw2hx4kwkl7g2bg92rkabxlw-encfs-1.9.5/bin/encfs --version’ and found version 1.9.5 - ran ‘/nix/store/hyf73217fw2hx4kwkl7g2bg92rkabxlw-encfs-1.9.5/bin/encfsctl --version’ and found version 1.9.5 - found 1.9.5 with grep in /nix/store/hyf73217fw2hx4kwkl7g2bg92rkabxlw-encfs-1.9.5 - directory tree listing: https://gist.github.com/43f0591cfbd83d8f0ed7349f3b2cbec2
2018-02-25encfs: 1.9.2 -> 1.9.4Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/cfhzvmll3rjhgrhl4ypv40ap726dlgh2-encfs-1.9.4/bin/encfs --version` and found version 1.9.4 - ran `/nix/store/cfhzvmll3rjhgrhl4ypv40ap726dlgh2-encfs-1.9.4/bin/encfsctl --version` and found version 1.9.4 - found 1.9.4 with grep in /nix/store/cfhzvmll3rjhgrhl4ypv40ap726dlgh2-encfs-1.9.4 - found 1.9.4 in filename of file in /nix/store/cfhzvmll3rjhgrhl4ypv40ap726dlgh2-encfs-1.9.4
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+0
Goodbye, and thanks for all the Nix...
2017-09-23encfs: 1.9.1 -> 1.9.2Joachim Fasting1-2/+2
See https://github.com/vgough/encfs/releases/tag/v1.9.2
2016-11-01encfs: 1.8.1 -> 1.9.1Joachim Fasting1-12/+15
Packaging changes - Uses cmake - Removes depends on rlog and boost, uses tinyxml to parse xml Note that the encfssh utility is disabled, it requires patching to work (and didn't work in previous versions of the package, either). Better to leave it unusable until fixed.
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice1-2/+2
This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
2015-07-31Remove unnecessary rec{s from "my" packagesTobias Geerinckx-Rice1-1/+1
2015-06-17Separate nativeBuildInputs where maintainers |= nckxTobias Geerinckx-Rice1-1/+2
2015-05-28Don't use "with licenses;" for single licencesTobias Geerinckx-Rice1-1/+1
And don't use square brackets on such lines.
2015-03-26encfs 1.8 -> 1.8.1Tobias Geerinckx-Rice1-2/+2
2015-03-12encfs 1.8-rc1 -> 1.8Tobias Geerinckx-Rice1-2/+2
2015-03-03encfs: fix typoTobias Geerinckx-Rice1-1/+1
2015-03-03encfs 1.7.4 -> 1.8-rc1 (fix timing vulnerability) + clean upTobias Geerinckx-Rice1-10/+21
Many other flaws remain: <https://defuse.ca/audits/encfs.htm>
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2011-08-28Updating Encfs to 1.7.4Russell O'Connor1-3/+3
svn path=/nixpkgs/trunk/; revision=28854
2010-11-28encfs: packaged. Patch by Ambrus Kaposi.Evgeny Egorochkin1-0/+19
svn path=/nixpkgs/trunk/; revision=24900