Commit Graph

26 Commits

Author SHA1 Message Date
R. Ryantm
ee1febfa0b libsemanage: 3.5 -> 3.6 2023-12-16 11:17:22 +00:00
R. Ryantm
1c8bde1d29 libsemanage: 3.4 -> 3.5 2023-02-24 23:20:18 +00:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
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
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
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
2023-02-22 21:23:04 +02:00
R. Ryantm
3357f7142c libsemanage: 3.3 -> 3.4 2022-07-28 22:01:08 +00:00
Alyssa Ross
28625f7861 selinux: 2.9, 3.0 -> 3.3
These are all released together, so I'm updating them all in a single
commit.
2021-11-21 13:51:54 +00:00
Alyssa Ross
885db6d60d libsemanage: enable parallel building
Tested at -j48.
2021-11-12 18:37:12 +00:00
Alyssa Ross
9d144b3d78 libsemanage: fix cross; strict deps
PYPREFIX is passed to pkg-config.
2021-11-12 18:37:12 +00:00
Bas van Dijk
6005700c53 libsemanage: fix build by disabling clobbered warning
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
```
2021-02-08 14:25:44 +01:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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.
2021-01-19 01:16:25 -08:00
Ben Siraphob
16d91ee628 pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
Luka Blaskovic
41b4342dec libsemanage: 2.7 -> 2.9 2019-08-17 17:50:28 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
AmineChikhaoui
78a988b974
libsemanage, libselinux: fix meta.outputsToInstall
Same as 57b9719e4c.
+libselinux from vcunat - was probably not breaking but confusing anyway.
Close #44212.
2018-07-30 00:15:05 +02:00
Matthew Bauer
76999cc40e treewide: remove aliases in nixpkgs
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
2018-07-18 23:25:20 -04:00
xeji
7ff15900f8 libsemanage: fix python lib path 2018-03-23 14:30:01 +01:00
xeji
232c39e7ab libsemanage: 2.4 -> 2.7 2018-03-23 14:30:01 +01:00
xeji
591fd5ee9b libsemanage: fix build w/gcc7 2018-03-13 22:40:07 +01:00
William A. Kennington III
f6e554f288 selinux: Use fstack-protector=all 2015-07-31 17:11:11 -07:00
William A. Kennington III
f23406c0e2 libsemanage: 2.3 -> 2.4 2015-07-31 17:11:11 -07:00
Eelco Dolstra
4c16c271f6 Revert "audit: 2.9.1 -> 2.9.2"
This reverts commit 7e126ac83e.
2015-06-04 14:54:50 +02:00
William A. Kennington III
7e126ac83e audit: 2.9.1 -> 2.9.2 2015-05-29 10:29:11 -07:00
Vladimír Čunát
a4e1c7df08 selinux: update to 2014-05-06
Sadly, policycoreutils still fails on i686-linux.
2014-08-14 17:59:00 +02:00
William A. Kennington III
96dc58db9c Upgrade selinux from 20100904 -> 20131030 2013-11-29 02:08:53 -06:00
Vladimír Čunát
de70e3739d SELinux fixes and updates to 2012-09-24 2013-02-24 13:25:53 +01:00
Evgeny Egorochkin
f1201cf75f libsemanage: packaged
svn path=/nixpkgs/trunk/; revision=26541
2011-03-27 04:46:12 +00:00