ajs124
dba9750e76
apparmor: 3.1.1 -> 3.1.2
...
https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_3.1.2
2022-11-08 12:36:34 +01:00
Franz Pletz
2c2fde951c
apparmor: fix build with libxcrypt
2022-10-09 18:09:40 +02:00
ajs124
a1801d7cb3
apparmor: 3.0.7 -> 3.1.1
...
https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_3.1
2022-09-27 22:16:11 +02:00
ajs124
9ea219186d
apparmor: 3.0.4 -> 3.0.7
2022-08-09 19:57:57 +02:00
Ben Siraphob
259fa13d53
treewide: remove nativeBuildInputs that are in stdenv
2022-04-16 21:46:46 +03:00
ajs124
68cf28cec7
apparmor: clean-up python path
2022-02-25 01:42:59 +01:00
ajs124
4322a39763
apparmor: 3.0.3 -> 3.0.4
2022-02-25 01:40:15 +01:00
zowoq
da1a40da75
Revert "apparmor: 3.0.3 -> 3.0.4"
...
This reverts commit bcf2265fea
.
Causes mass rebuild on master
2022-02-24 11:16:20 +10:00
ajs124
f6ada535c9
Merge pull request #160070 from helsinki-systems/upd/apparmor
...
apparmor: 3.0.3 -> 3.0.4
2022-02-24 00:23:32 +01:00
Andrew Marshall
8027aebf37
apparmor: fix typo in comment; improve formatting
...
(#158630 )
* apparmor: Fix typo in comment
* apparmor: Formatting
- Normal line length
- Idiomatic Nix
- More clearly separate “code”
2022-02-18 14:53:17 +01:00
ajs124
bcf2265fea
apparmor: 3.0.3 -> 3.0.4
2022-02-15 01:05:22 +01:00
Sandro Jäckel
cbfc50722f
maintainers: drop phreedom
2021-12-19 07:30:50 +01:00
Sandro Jäckel
0f2734ac04
apparmor: switch to pname+version, minor formatting, cleanups
2021-11-07 18:01:32 +01:00
Artturin
7782153abb
apparmor: enable strictDeps for apparmor-utils
...
checked with diffoscope
2021-11-05 19:57:03 +02:00
Artturin
bef48d172a
apparmor: disable strictDeps explicitly for libapparmor
...
do not override python to python3 in all-packages
2021-11-05 19:57:03 +02:00
ajs124
cb2ed1c0ab
apparmor: 3.0.1 -> 3.0.3
2021-08-18 17:36:39 -04:00
Felix Buehler
2839056206
apparmor-kernel-patches: deprecate phases
2021-08-02 20:50:52 +02:00
github-actions[bot]
e21fb16f9a
Merge master into staging-next
2021-05-08 06:20:05 +00:00
Silvan Mosberger
08d94fd2b0
Merge pull request #114374 from oxalica/lib/platform-support-check
...
lib.meta: introduce `availableOn` to check package availability on given platform
2021-05-08 03:54:36 +02:00
Julien Moutinho
45e5d726b2
nixos/apparmor: improve code readability
2021-04-23 07:20:19 +02:00
Julien Moutinho
7996dfb1a1
apparmor: 3.0.0 -> 3.0.1
2021-04-23 07:17:57 +02:00
Julien Moutinho
8f9b29d168
apparmor: 2.13.5 -> 3.0.0
2021-04-23 07:17:56 +02:00
Julien Moutinho
05d334cfe2
Revert "Revert "apparmor: fix and improve the service""
...
This reverts commit 420f89ceb2
.
2021-04-23 07:17:55 +02:00
oxalica
354d262db8
lib.meta: introduce availableOn
2021-04-02 19:20:23 +08:00
rnhmjoj
61b7cab481
treewide: use perl.withPackages when possible
...
Since 03eaa48
added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.
Unfortunately there are a few exceptions that I've found:
1. Scripts that are calling perl with the -T switch. This makes perl
ignore PERL5LIB, which is what perl.withPackages is using to inform
the interpreter of the library paths.
2. Perl packages that depends on libraries in their own path. This
is not possible because perl.withPackages works at build time. The
workaround is to add `-I $out/${perl.libPrefix}` to the shebang.
In all other cases I propose to switch to perl.withPackages.
[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07: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
ajs124
e60919c3d3
apparmor: 2.13.5 -> 2.13.6
2020-12-17 07:32:24 +01:00
Vladimír Čunát
336bc8283b
Re-Revert "Merge #101508 : libraw: 0.20.0 -> 0.20.2"
...
This reverts commit c778945806
.
I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
Vladimír Čunát
c778945806
Revert "Merge #101508 : libraw: 0.20.0 -> 0.20.2"
...
I'm sorry; I didn't notice it contained staging commits.
This reverts commit 17f5305b6c
, reversing
changes made to a8a018ddc0
.
2020-10-25 09:41:51 +01:00
ajs124
b2602d1a39
apparmor: 2.13.4 -> 2.13.5
2020-10-20 21:03:28 +02:00
Vladimír Čunát
420f89ceb2
Revert "apparmor: fix and improve the service"
...
This reverts commit fb6d63f3fd
.
I really hope this finally fixes #99236 : evaluation on Hydra.
This time I really did check basically the same commit on Hydra:
https://hydra.nixos.org/eval/1618011
Right now I don't have energy to find what exactly is wrong in the
commit, and it doesn't seem important in comparison to nixos-unstable
channel being stuck on a commit over one week old.
2020-10-07 12:22:18 +02:00
Julien Moutinho
fb6d63f3fd
apparmor: fix and improve the service
2020-09-06 07:43:03 +02:00
Sascha Grunert
372edacef2
apparmor: fix apparmor_parser path for utils package
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-08-23 20:42:59 +02:00
Vladimír Čunát
6f8b1aec39
Revert "apparmor: only apply the gnumake fix to the parser"
...
This reverts commit 4b028aecae
, as planned.
2020-07-18 17:50:42 +02:00
Vladimír Čunát
4b028aecae
apparmor: only apply the gnumake fix to the parser
...
This is to avoid the huge rebuild for now, as it seems to be enough to
fix the problem, but I'll revert this on staging anyway.
2020-07-18 17:46:37 +02:00
Sarah Brofeldt
8da4505aa6
libapparmor: Fix build with gnumake 4.3
2020-07-16 23:46:00 +02:00
Lila
7517299146
treewide: fix broken AlpineLinux repo links ( #87892 )
2020-05-15 16:58:27 +01:00
Jan Tojnar
3e0f4e202f
Merge branch 'master' into staging-next
2020-03-31 21:32:15 +02:00
Patrick Hilhorst
5b49816cf4
treewide: add quotes to recently-changed urls
...
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-28 00:05:50 +01:00
Patrick Hilhorst
9fc5e7e473
treewide: fix redirected urls (again)
...
Ran the same script as #78265 .
Additionally, manually replaced `http://goodies.xfce.org `
with https.
2020-03-20 13:36:23 +01:00
ajs124
2d364c6793
apparmor: 2.13.3 -> 2.13.4
...
drop patches that were merged upstream
2020-03-12 23:42:43 +00:00
Frederik Rietdijk
7f81119550
libapparmor: support python 3.8
2020-01-06 19:12:20 +01:00
Robin Gloster
ac8eaa8507
treewide: fix *Flags
2019-12-30 04:50:37 +01:00
ajs124
751cb474bd
apparmor: 2.13.1 -> 2.13.3
2019-09-30 13:22:01 +02:00
Ding Xiang Fei
63fcc2a0a9
apparmor: make apparmor cross-compile
2019-06-29 19:17:21 +08:00
Matthew Bauer
498ad3e8c0
apparmor: use stdenv.lib.getDev for headers
2019-02-24 17:00:48 -05:00
volth
bb9557eb7c
lib.makePerlPath -> perlPackages.makePerlPath
2018-12-15 03:50:31 +00:00
Will Dietz
e82d79b679
libapparmor: drop conflicting patch, fix build w/musl
2018-11-29 08:48:27 -06:00