Commit Graph

35 Commits

Author SHA1 Message Date
R. Ryantm
77536ba66a libsepol: 3.5 -> 3.6 2023-12-16 11:17:59 +00:00
sternenseemann
f8c558ca80 libsepol: add meta.pkgConfigModules annotation 2023-08-08 11:51:46 +02:00
R. Ryantm
2761539c64 libsepol: 3.3 -> 3.5 2023-02-25 08:40:34 +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
Alyssa Ross
1a96397c08
libsepol: enable parallel building
Tested at -j48.
2022-07-01 10:08:04 +00:00
Sandro Jäckel
cbfc50722f
maintainers: drop phreedom 2021-12-19 07:30:50 +01: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
Sergei Trofimovich
33472c371d libsepol: pull upstream fix for -fno-common compiler
Fixes build failure against upstream gcc (defaults -fno-common)
2021-09-12 08:39:13 +01:00
Guillaume Girol
eadff09e4b libsepol: precise license 2021-05-02 12:00:00 +00:00
Guillaume Girol
b7a9718783 libsepol: fix static build 2021-05-02 20:51:51 +02:00
Ben Siraphob
16d91ee628 pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Arnout Engelen
70ecb218f1
selinux: 2.9 -> 3.0 (#104087)
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 780fb563c7,
5dfd3c4975)

https://github.com/SELinuxProject/selinux/releases/tag/20191204
2020-11-20 14:54:14 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Robin Gloster
e5ded57aab
treewide: NIX_CFLAGS_COMPILE -> string 2019-12-31 00:05:53 +01:00
Luka Blaskovic
ca2b2462ed libsepol: 2.7 -> 2.9 2019-08-17 17:48:37 +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
Jan Tojnar
1cd096a1f0
libsepol: split package 2018-06-29 04:38:12 +02:00
Wilga
9df1ad5a2d libsepol,libselinux: fix i686 build 2018-03-27 19:21:25 +02:00
xeji
880d8c16b5 libsepol: 2.4 -> 2.7 2018-03-23 14:30:01 +01:00
Vladimír Čunát
16af7480d0
libsepol: fixup build with gcc-7
... by ignoring a newly detected warning.
2017-11-12 09:39:50 +01:00
Vladimír Čunát
6bded45883
flex: 2.6.1 -> 2.6.3
This resolves some warnings and errors introduced in 2.6.x.
2016-12-30 23:17:08 +01:00
Vladimír Čunát
3e1afeaa5b libsepol: temporary fixup after flex security update
/cc #18909.
2016-09-28 11:12:05 +02:00
William A. Kennington III
f6e554f288 selinux: Use fstack-protector=all 2015-07-31 17:11:11 -07:00
William A. Kennington III
ffa1782688 libsepol: 2.3 -> 2.4 2015-07-31 17:11:10 -07:00
Domen Kožar
de88551eef libsepol: fix download url
(cherry picked from commit 24cba87e7f8247eb4e68ad8c850c1b404a277f13)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-14 19:05:59 +01: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
Mateusz Kowalczyk
7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Domen Kožar
bc6e2e9c36 remove pointless passthru meta 2014-01-10 01:45:35 +01: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
b0d3a2f38c libsepol: version bump
svn path=/nixpkgs/trunk/; revision=26535
2011-03-27 04:45:26 +00:00
Eelco Dolstra
a0159dee8e * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
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
2007-08-24 12:32:36 +00:00
Eelco Dolstra
1442e8ec22 * Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Armijn Hemel
1730acf983 add libraries for SELinux. Not that we're gonna use it...
svn path=/nixpkgs/trunk/; revision=6276
2006-08-27 18:05:18 +00:00