summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libsepol
Commit message (Collapse)AuthorAge
* libsepol: precise licenseGuillaume Girol2021-05-02
|
* libsepol: fix static buildGuillaume Girol2021-05-02
|
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* 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
* selinux: 2.9 -> 3.0 (#104087)Arnout Engelen2020-11-20
| | | | | | | | Notably, Python 2 code is not be supported in this project anymore and new Python code should be written only for Python 3, which is no longer restricted to Python 3.7 (see 780fb563c74171aafc2fb802cfdebd56a68d0705, 5dfd3c497540bb172ff0d04cc8eb5ecbeb59b938) https://github.com/SELinuxProject/selinux/releases/tag/20191204
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: NIX_CFLAGS_COMPILE -> stringRobin Gloster2019-12-31
|
* libsepol: 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
* libsepol: split packageJan Tojnar2018-06-29
|
* libsepol,libselinux: fix i686 buildWilga2018-03-27
|
* libsepol: 2.4 -> 2.7xeji2018-03-23
|
* libsepol: fixup build with gcc-7Vladimír Čunát2017-11-12
| | | | ... by ignoring a newly detected warning.
* flex: 2.6.1 -> 2.6.3Vladimír Čunát2016-12-30
| | | | This resolves some warnings and errors introduced in 2.6.x.
* libsepol: temporary fixup after flex security updateVladimír Čunát2016-09-28
| | | | /cc #18909.
* selinux: Use fstack-protector=allWilliam A. Kennington III2015-07-31
|
* libsepol: 2.3 -> 2.4William A. Kennington III2015-07-31
|
* libsepol: fix download urlDomen Kožar2014-12-14
| | | | | (cherry picked from commit 24cba87e7f8247eb4e68ad8c850c1b404a277f13) Signed-off-by: Domen Kožar <domen@dev.si>
* selinux: update to 2014-05-06Vladimír Čunát2014-08-14
| | | | Sadly, policycoreutils still fails on i686-linux.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* remove pointless passthru metaDomen Kožar2014-01-10
|
* Upgrade selinux from 20100904 -> 20131030William A. Kennington III2013-11-29
|
* SELinux fixes and updates to 2012-09-24Vladimír Čunát2013-02-24
|
* remove useless builderEvgeny Egorochkin2011-03-27
| | | | svn path=/nixpkgs/trunk/; revision=26536
* libsepol: version bumpEvgeny Egorochkin2011-03-27
| | | | svn path=/nixpkgs/trunk/; revision=26535
* * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra2007-08-24
| | | | | | | | | URLs to http://nix.cs.uu.nl/dist/tarballs. With content-addressable mirror support (r9190, NIXPKGS-70) this is no longer necessary: fetchurl will try to download from that location automatically. So we can keep the original URLs. svn path=/nixpkgs/trunk/; revision=9192
* * Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra2006-10-12
| | | | svn path=/nixpkgs/trunk/; revision=6711
* add libraries for SELinux. Not that we're gonna use it...Armijn Hemel2006-08-27
svn path=/nixpkgs/trunk/; revision=6276