summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libselinux
Commit message (Collapse)AuthorAge
* libselinux: fix build with musl (#119472)Kasper2021-04-15
| | | | Co-authored-by: Kasper Gałkowski <kpg@posteo.net> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* libselinux: fix build without pythonMilan Pässler2021-04-11
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* 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
* libselinux: Fix cross-compilation with Python 3Samuel Dionne-Riel2020-01-12
|
* treewide: NIX_CFLAGS_COMPILE -> stringRobin Gloster2019-12-31
|
* libselinux: 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
* libselinux: fix cross compilation (#51201)eburimu2018-12-09
| | | | | | libselinux needs native python to compute the installation prefix. Swig generates the c code for the extension and needs python.h at compile, so we put python into buildInputs
* libsemanage, libselinux: fix meta.outputsToInstallAmineChikhaoui2018-07-30
| | | | | | Same as 57b9719e4cf601c617f02f59365e7218eefb9b0f. +libselinux from vcunat - was probably not breaking but confusing anyway. Close #44212.
* libselinux: split packageJan Tojnar2018-06-29
|
* fix evalMatthew Bauer2018-05-31
|
* Merge remote-tracking branch 'origin/master' into stagingShea Levy2018-03-28
|\
| * libsepol,libselinux: fix i686 buildWilga2018-03-27
| |
| * libselinux: fix python lib pathxeji2018-03-23
| |
| * libselinux: 2.4 -> 2.7xeji2018-03-23
| |
* | xar, libselinux: use musl-fts on musl, fixWill Dietz2018-03-26
|/
* libselinux: fix missing include after glibc-2.26Vladimír Čunát2017-11-06
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* libselinux: Fix ARM build failureTuomas Tynkkynen2016-10-18
| | | | | | | | | | | | | | | | | | Avoid this warning (which is in turn an error via -Werror): ```` avc_internal.c: In function 'avc_netlink_receive': avc_internal.c:105:25: error: cast increases required alignment of target type [-Werror=cast-align] struct nlmsghdr *nlh = (struct nlmsghdr *)buf; ^ ```` The code allocates abuffer with "__attribute__ ((aligned))", then passes it via a 'char*' parameter, which is then finally cast, causing the warning. So the code is ok but compiler is not smart enough to see it. It seems that -Wcast-align is a no-op on x86, so this shows up on ARM only.
* libselinux: fix Python bindingMikael Brockman2016-08-19
| | | | Applies unreleased patch from upstream.
* Remove no longer (or never) referenced patchesTobias Geerinckx-Rice2016-01-24
| | | | 55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
* policycoreutils: 2.3 -> 2.4William A. Kennington III2015-07-31
|
* selinux: Use fstack-protector=allWilliam A. Kennington III2015-07-31
|
* libselinux: 2.3 -> 2.4William A. Kennington III2015-07-31
|
* selinux: update to 2014-05-06Vladimír Čunát2014-08-14
| | | | Sadly, policycoreutils still fails on i686-linux.
* libselinux: update from 2.2.1 to 2.2.2Peter Simons2014-02-24
|
* Upgrade selinux from 20100904 -> 20131030William A. Kennington III2013-11-29
|
* libselinux: Add option to enable Python support.aszlig2013-06-24
| | | | | | | | The reason this is optional is because we might want to use it for bootstrapping in some constellations. And we really don't want whole lot of dependencies in those situations. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* SELinux fixes and updates to 2012-09-24Vladimír Čunát2013-02-24
|
* libselinux: version bumpEvgeny Egorochkin2011-03-27
| | | | svn path=/nixpkgs/trunk/; revision=26537
* * 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