about summary refs log tree commit diff
path: root/pkgs/tools/security/cfssl
AgeCommit message (Collapse)AuthorFilesLines
2022-10-05cfssl: 1.6.2 -> 1.6.3R. Ryantm1-2/+2
2022-08-27cfssl: 1.6.1 -> 1.6.2zowoq1-11/+5
https://github.com/cloudflare/cfssl/releases/tag/v1.6.2
2021-09-06cfssl: 1.6.0 -> 1.6.1R. RyanTM1-2/+2
2021-08-26treewide: buildFlagsArray -> ldflagszowoq1-5/+4
2021-06-05cfssl: 1.5.0 -> 1.6.0R. RyanTM1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
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
2020-10-29cfssl: 1.4.1 -> 1.5.0R. RyanTM1-2/+2
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-07-31init: go-rice at 1.0.0David Arnold1-17/+5
2020-07-29cfssl: 1.3.2 -> 1.4.1David Arnold1-17/+42
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-10-12cfssl: allow building on all platforms (#48093)Michael Francis1-1/+1
2018-08-17cfssl: Add patch for stripping authkey whitespacesJohan Thomsen1-1/+12
2018-07-26cfssl: 20170527 -> 1.3.2Johan Thomsen1-3/+3
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2017-05-28cfssl: init at 20170527Marius Bergmann1-0/+23