summary refs log tree commit diff
path: root/pkgs/os-specific/linux/keyutils
AgeCommit message (Collapse)AuthorFilesLines
2021-01-17pkgs/os-specific: stdenv.lib -> libBen Siraphob1-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-20keyutils: fix static buildDmitry Bogatov1-0/+2
2020-10-06keyutils: 1.6.1 -> 1.6.3Peter Hoeg1-2/+4
2020-07-31treewide: add warning comment to “boot” packagesMatthew Bauer1-0/+5
This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom).
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-12keyutils: patch to allow symlinks in config dirKai Wohlfahrt2-0/+14
2019-11-20keyctl: 1.6 -> 1.6.1Eelco Dolstra1-3/+3
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-06keyutils: patch out unreproducibilityGraham Christensen1-0/+9
2018-11-29Merge staging-next into stagingFrederik Rietdijk1-1/+1
2018-11-24Treewide: use https for people.redhat.comc0bw3b1-1/+1
2018-11-19keyutils: 1.5.10 -> 1.6R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/keyutils/versions
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2017-07-27keyutils: 1.5.9 -> 1.5.10Tuomas Tynkkynen1-2/+2
2017-02-01keyutils: split outputsNikolay Amiantov1-10/+13
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-2/+2
2014-05-10keyutils: Update from 1.5.8 -> 1.5.9William A. Kennington III1-11/+10
2013-11-29Upgrade keyutils from 1.2 -> 1.5.8William A. Kennington III1-5/+9
2010-01-25Adding ecryptfs, and one of its dependencies: keyutils.Lluís Batlle i Rossell1-0/+25
(I have not tried whether they work) svn path=/nixpkgs/trunk/; revision=19645