summary refs log tree commit diff
path: root/pkgs/os-specific/linux/fscrypt
Commit message (Collapse)AuthorAge
* fscrypt-experimental: 0.2.9 -> 0.3.0 (#118243)Michael Weiss2021-04-02
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* fscrypt: remove unneeded remove-references-toJörg Thalheim2020-08-28
|
* buildGoModule packages: set doCheck = falsezowoq2020-08-10
|
* fscrypt-experimental: 0.2.8 -> 0.2.9Michael Weiss2020-06-14
|
* fscrypt-experimental: 0.2.7 -> 0.2.8Michael Weiss2020-05-20
|
* go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
|
* fscrypt-experimental: 0.2.6 -> 0.2.7Michael Weiss2020-03-25
|
* fscrypt-experimental: 0.2.5 -> 0.2.6 (#79853)Michael Weiss2020-02-12
| | | Changelog: https://github.com/google/fscrypt/releases/tag/v0.2.6
* fscrypt: unstable-2019-08-29 -> 0.2.5Michael Weiss2019-09-12
|
* fscrypt: 0.2.4 -> unstable-2019-08-29adisbladis2019-09-05
| | | | Fix build with go 1.12
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* fscrypt: 0.2.3 -> 0.2.4 (security, CVE-2018-6558)Michael Weiss2018-08-24
|
* fscrypt: 0.2.2 -> 0.2.3Michael Weiss2018-02-14
|
* fscrypt: 0.2.1 -> 0.2.2Michael Weiss2017-10-05
|
* fscrypt: init at 0.2.1Michael Weiss2017-09-24