about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libcgroup
AgeCommit message (Collapse)AuthorFilesLines
2022-12-16libcgroup: fix cross compilationNick Cao1-2/+2
2022-08-28libcgroup: 2.0.2 -> 3.0R. Ryantm1-2/+2
2022-08-21libcgroup: 0.42.2 -> 2.0.2 (#185260)Gasper Vozel1-3/+4
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-22libcgroup: 0.41 -> 0.42.2Thomas Gerbet1-14/+9
2021-04-04yacc: deprecate aliasSandro Jäckel1-2/+2
and add a new line after the alphabetically sorting to please my inner monk
2021-01-17pkgs/os-specific: stdenv.lib -> libBen Siraphob1-4/+4
2020-05-06treewide: add CVE identifiers to patchesMartin Weinelt1-0/+1
This allows tools like broken.sh to correctly identify the patched status.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-10-26ligcgroup: fix CVE-2018-14348Andreas Rammhold1-1/+8
When using cgrulesengd it would create a logfile at /var/log/cgred with the permission wide open (0666).
2017-06-26libcgroup: do not set suid bit in nix storeFranz Pletz1-0/+5
2015-04-11nixpkgs: libcgroup adopt, bump 0.38 -> 0.41Austin Seipp1-9/+9
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra1-1/+1
Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
2012-07-30libcgroup: Update to 0.38Eelco Dolstra1-3/+3
2011-11-24* Move libcgroup from libcg/ to libcgroup/.Eelco Dolstra1-0/+21
svn path=/nixpkgs/trunk/; revision=30547