about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libsepol
AgeCommit message (Collapse)AuthorFilesLines
2023-12-16libsepol: 3.5 -> 3.6R. Ryantm1-2/+2
2023-08-08libsepol: add meta.pkgConfigModules annotationsternenseemann1-0/+1
2023-02-25libsepol: 3.3 -> 3.5R. Ryantm1-2/+2
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2022-07-01libsepol: enable parallel buildingAlyssa Ross1-0/+2
Tested at -j48.
2021-12-19maintainers: drop phreedomSandro Jäckel1-1/+1
2021-11-21selinux: 2.9, 3.0 -> 3.3Alyssa Ross1-19/+4
These are all released together, so I'm updating them all in a single commit.
2021-09-12libsepol: pull upstream fix for -fno-common compilerSergei Trofimovich1-1/+15
Fixes build failure against upstream gcc (defaults -fno-common)
2021-05-02libsepol: precise licenseGuillaume Girol1-1/+1
2021-05-02libsepol: fix static buildGuillaume Girol1-0/+5
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-11-20selinux: 2.9 -> 3.0 (#104087)Arnout Engelen1-3/+3
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-12-31treewide: NIX_CFLAGS_COMPILE -> stringRobin Gloster1-1/+1
2019-08-17libsepol: 2.7 -> 2.9Luka Blaskovic1-4/+4
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-06-29libsepol: split packageJan Tojnar1-6/+12
2018-03-27libsepol,libselinux: fix i686 buildWilga1-0/+1
2018-03-23libsepol: 2.4 -> 2.7xeji1-4/+5
2017-11-12libsepol: fixup build with gcc-7Vladimír Čunát1-0/+2
... by ignoring a newly detected warning.
2016-12-30flex: 2.6.1 -> 2.6.3Vladimír Čunát1-4/+0
This resolves some warnings and errors introduced in 2.6.x.
2016-09-28libsepol: temporary fixup after flex security updateVladimír Čunát1-1/+3
/cc #18909.
2015-07-31selinux: Use fstack-protector=allWilliam A. Kennington III1-0/+2
2015-07-31libsepol: 2.3 -> 2.4William A. Kennington III1-9/+8
2014-12-14libsepol: fix download urlDomen Kožar1-1/+1
(cherry picked from commit 24cba87e7f8247eb4e68ad8c850c1b404a277f13) Signed-off-by: Domen Kožar <domen@dev.si>
2014-08-14selinux: update to 2014-05-06Vladimír Čunát1-3/+3
Sadly, policycoreutils still fails on i686-linux.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-01-10remove pointless passthru metaDomen Kožar1-1/+1
2013-11-29Upgrade selinux from 20100904 -> 20131030William A. Kennington III1-3/+9
2013-02-24SELinux fixes and updates to 2012-09-24Vladimír Čunát1-4/+15
2011-03-27remove useless builderEvgeny Egorochkin1-6/+0
svn path=/nixpkgs/trunk/; revision=26536
2011-03-27libsepol: version bumpEvgeny Egorochkin1-5/+8
svn path=/nixpkgs/trunk/; revision=26535
2007-08-24* Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurlEelco Dolstra1-1/+1
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
2006-10-12* Copy a bunch of files to nix.cs.uu.nl.Eelco Dolstra1-1/+1
svn path=/nixpkgs/trunk/; revision=6711
2006-08-27add libraries for SELinux. Not that we're gonna use it...Armijn Hemel2-0/+16
svn path=/nixpkgs/trunk/; revision=6276