Michael Weiss
7fdadc140c
fscryptctl: init at 1.0.0 ( #112651 )
...
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.
2021-02-11 12:36:34 +01:00
Michael Weiss
6f6ce15938
fscryptctl-experimental: 2017-10-23 -> 0.1.0
...
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).
2021-02-04 13:39:00 +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
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Michael Weiss
bf01a11ac1
fscryptctl: 2017-09-12 -> 2017-10-23
2018-02-14 13:31:24 +01:00
Michael Weiss
ec075b40ec
fscryptctl: init at 2017-09-12
2017-09-24 23:12:30 +02:00