summary refs log tree commit diff
path: root/pkgs/os-specific/linux/policycoreutils
Commit message (Collapse)AuthorAge
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* policycoreutils: fix build w/glibc-2.30Maximilian Bosch2020-01-30
|
* policycoreutils: 2.7 -> 2.9Luka Blaskovic2019-08-17
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Merge remote-tracking branch 'origin/master' into stagingShea Levy2018-03-28
|\
| * policycoreutils: 2.4 -> 2.7xeji2018-03-23
| |
* | treewide: remove some more gettext referencesMatthew Bauer2018-03-22
|/
* policycoreutils: Fix setuid installTuomas Tynkkynen2017-09-13
|
* policycoreutils: fix i686-linux compilation error, closes #9544Daniel Fox Franke2015-08-31
| | | | | | This adds a patch to quiet a compiler warning which would be harmless except that it breaks the build due to use of -Werror. See http://hydra.nixos.org/build/25151888/nixlog/1
* policycoreutils: 2.3 -> 2.4William A. Kennington III2015-07-31
|
* policycoreutils: fix build on i686 for ZHFLuca Bruno2014-08-21
|
* selinux: update to 2014-05-06Vladimír Čunát2014-08-14
| | | | Sadly, policycoreutils still fails on i686-linux.
* policycoreutils: update from 2.2.4 to 2.2.5Nixpkgs Monitor2013-12-13
|
* Upgrade selinux from 20100904 -> 20131030William A. Kennington III2013-11-29
|
* SELinux fixes and updates to 2012-09-24Vladimír Čunát2013-02-24
|
* policycoreutils: fix compilationEvgeny Egorochkin2011-03-28
| | | | svn path=/nixpkgs/trunk/; revision=26557
* policycoreutils: packagedEvgeny Egorochkin2011-03-27
svn path=/nixpkgs/trunk/; revision=26542