Commit graph

12 commits

Author SHA1 Message Date
Pavol Rusnak 272b93463e
gocryptfs: 2.0 -> 2.0.1 (#126178) 2021-06-08 15:14:35 +03:00
Pavol Rusnak 124b3ed75a
gocryptfs: 1.8.0 -> 2.0
- add libfido2 to propagatedBuildInputs to enable fido2 features
  (gocryptfs uses command-line tools contained in the package)

- skip documentation on aarch64-darwin
  (pandoc is broken because of the missing ghc)
2021-06-06 11:09:55 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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-11 10:38:22 +01:00
Pavol Rusnak 2b27d94f01
gocryptfs: switch buildGoPackage to buildGoModule 2020-09-13 14:08:54 +02:00
Christian Kampka 40dc0c0861
gocryptfs: 1.7.1 -> 1.8.0 2020-08-28 23:10:49 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Charles Duffy 8f285340f3
gocryptfs: 1.7 -> 1.7.1 2019-11-01 16:12:22 -05:00
cw dccd1e9d05 gocryptfs: 1.6.1 -> 1.7
- Use pname instead of name
- Add patch for Darwin build
2019-07-16 08:17:17 +02:00
Andrew Childs 28b45f6e65 gocryptfs: 1.5 -> 1.6.1 2019-01-20 19:10:14 +09:00
Florian Klink 7e579aa994 gocryptfs: 1.1.1 -> 1.5
Bold marked applicable changelog entries:

 - Support extended attributes (xattr) in forward mode<Paste>
 - Add -fsck function
 - Fix several symlink race attacks
 - Use memory pools for buffer handling
 - Parallelize file content encryption
 - Use HKDF to derive separate keys for GCM and EME
2018-07-06 01:46:00 +02:00
Florian Klink dff0cfc3b0 gocryptfs: fix typo in folder name 2018-07-05 23:56:06 +02:00