Commit graph

12 commits

Author SHA1 Message Date
Ryan Horiguchi 81032dd274
chkrootkit: add missing binutils 2021-04-01 17:43:19 +02:00
R. RyanTM 1510391b92 chkrootkit: 0.53 -> 0.54 2021-01-19 09:23:00 +00: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
R. RyanTM a37a0b56a1 chkrootkit: 0.52 -> 0.53
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chkrootkit/versions
2019-03-21 01:21:14 -07:00
Will Dietz fec590e594 chkrootkit: fixup relative path usage 2017-12-28 17:18:16 -06:00
Will Dietz c82b52d8a7 chkrootkit: 0.51 -> 0.52 2017-12-27 17:40:28 -06:00
Joachim Fasting 2f861e6ba6
chkrootkit: 0.50 -> 0.51, fix build 2016-12-04 22:10:06 +01:00
Tom Hunger ba99563020 Use versioned tarball URL for chkrootkit.
Pointing at the latest version is fragile: Hash updates don't
follow source updates automatically.
2015-10-15 09:56:22 +01:00
Rommel M. Martinez d6673e845c chkrootkit: 0.48 -> 0.50 2015-09-08 02:07:41 +08:00
Eelco Dolstra c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Armijn Hemel 8e71dd811c add chkrootkit. It might need some tweaks to work properly.
svn path=/nixpkgs/trunk/; revision=10141
2008-01-14 14:43:24 +00:00