summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libsemanage
Commit message (Collapse)AuthorAge
* libsemanage: fix build by disabling clobbered warningBas van Dijk2021-02-08
| | | | | | | | | | | | This turns the GCC clobbered error into a warning which should fix: ``` emanage_store.c: In function 'semanage_exec_prog': semanage_store.c:1278:6: error: variable 'i' might be clobbered by 'longjmp' or 'vfork' [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wclobbered-Werror=clobbered8;;] 1278 | int i; | ^ cc1: all warnings being treated as errors ```
* 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
|
* libsemanage: 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
* libsemanage, libselinux: fix meta.outputsToInstallAmineChikhaoui2018-07-30
| | | | | | Same as 57b9719e4cf601c617f02f59365e7218eefb9b0f. +libselinux from vcunat - was probably not breaking but confusing anyway. Close #44212.
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* libsemanage: fix python lib pathxeji2018-03-23
|
* libsemanage: 2.4 -> 2.7xeji2018-03-23
|
* libsemanage: fix build w/gcc7xeji2018-03-13
|
* selinux: Use fstack-protector=allWilliam A. Kennington III2015-07-31
|
* libsemanage: 2.3 -> 2.4William A. Kennington III2015-07-31
|
* Revert "audit: 2.9.1 -> 2.9.2"Eelco Dolstra2015-06-04
| | | | This reverts commit 7e126ac83ee1689df4d22bb4ad9c4163acc734a0.
* audit: 2.9.1 -> 2.9.2William A. Kennington III2015-05-29
|
* selinux: update to 2014-05-06Vladimír Čunát2014-08-14
| | | | Sadly, policycoreutils still fails on i686-linux.
* Upgrade selinux from 20100904 -> 20131030William A. Kennington III2013-11-29
|
* SELinux fixes and updates to 2012-09-24Vladimír Čunát2013-02-24
|
* libsemanage: packagedEvgeny Egorochkin2011-03-27
svn path=/nixpkgs/trunk/; revision=26541