summary refs log tree commit diff
path: root/pkgs/os-specific/linux/fscryptctl
Commit message (Collapse)AuthorAge
* fscryptctl: init at 1.0.0 (#112651)Michael Weiss2021-02-11
| | | | | | Release notes: https://github.com/google/fscryptctl/releases/tag/v1.0.0 fscryptctl-experimental will remain at version 0.1.0 to ensure a smooth transition.
* fscryptctl-experimental: 2017-10-23 -> 0.1.0Michael Weiss2021-02-04
| | | | | | | | | | Version 0.1.0 is based on the last commit that included support for V1 encryption policies. Version 1.0 is about to be released and will include a PR which removes V1 policy support and adds V2 policy support. Source: https://github.com/google/fscryptctl/issues/12#issuecomment-772888154 When version 1.0 is released we'll likely package it as fscryptctl and mark fscryptctl-experimental as broken (referring to fscryptctl).
* 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
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* fscryptctl: 2017-09-12 -> 2017-10-23Michael Weiss2018-02-14
|
* fscryptctl: init at 2017-09-12Michael Weiss2017-09-24