Commit Graph

9 Commits

Author SHA1 Message Date
R. Ryantm
16d5b0ce7f opencryptoki: 3.19.0 -> 3.20.0 2023-03-02 03:13:57 +00:00
Robert Schütz
08834266e1 opencryptoki: 3.8.2 -> 3.19.0
fixes CVE-2021-3798

Diff: https://github.com/opencryptoki/opencryptoki/compare/v3.8.2...v3.19.0

Changelog: https://github.com/opencryptoki/opencryptoki/blob/v3.19.0/ChangeLog
2023-02-12 18:03:44 -08:00
ajs124
45ec5898cb maintainers: remove tstrobel
was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018
2022-06-29 00:54:53 +02: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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +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
Ryan Mulligan
8e7a7e9539 opencryptoki: 3.8.1 -> 3.8.2
Semi-automatic update. These checks were performed:

- built on NixOS
- found 3.8.2 with grep in /nix/store/4b45r8vab7cxg4b5swyi7x7nvi6cpgci-opencryptoki-3.8.2
- found 3.8.2 in filename of file in /nix/store/4b45r8vab7cxg4b5swyi7x7nvi6cpgci-opencryptoki-3.8.2

cc "@tstrobel"
2018-02-28 14:28:28 +00:00
Renaud
f1ec44ec94
opencryptoki: 3.2 -> 3.8.1 2017-11-12 22:39:37 +01:00
Thomas Strobel
d206122ade Add package: opencryptoki
Make tpm-tools depend on opencryptoki as well.
2014-10-14 09:03:50 +02:00