nix-env -i lnav currently result of a failure:
command_executor.cc:34:21: fatal error: pcrecpp.h: No such file or
directory
This fixes by using pcre-cpp instead of pcre.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Previously, we would only set a default value, on the theory that
`boot.kernelPackages` could be used to sanely configure a custom grsec
kernel. Regrettably, this is not the case and users who expect e.g.,
`boot.kernelPackages = pkgs.linuxPackages_latest` to work will end up
with a non-grsec kernel (this problem has come up twice on the bug
tracker recently).
With this patch, `security.grsecurity.enable = true` implies
`boot.kernelPackages = linuxPackages_grsec_nixos` and any customization
must be done via package override or by eschewing the module.
This reverts commit fdbf7dc8b38cd523804d342d2c153dfeb10cc83d.
Unfortunately, while gradm now works when the RBAC system is enabled,
gradm still fails when full system learning is enabled, so I probably
need to try again later.
This reverts commit e38b74ba89d3d03e01ee751131d2a6dc316ac33a.
I failed to notice f19c961b4e461da045f2e72e73701059e5117be0; better
use that fix instead.
Newer nightlies check a new environment variable that if set will loosen
restrictions on which compiler version can be used for bootstrapping.
Upstream issue is at https://github.com/rust-lang/rust/pull/37265
This update includes many security related fixes.
Version 4.2.0 fixes:
- CVE-2008-4796
- CVE-2013-4214
Version 4.2.2 fixes:
- CVE-2016-9565
Version 4.2.3 fixes:
- CVE-2016-8641
See https://www.nagios.org/projects/nagios-core/history/4x/ for full
detail changes.
Full upstream release announcement:
https://github.com/beetbox/beets/releases/tag/v1.4.1
I had to rebase the keyfinder-default-bin.patch in order to apply with
the new release.
Other than that I didn't test whether beets works on my machine, as I
have a more or less temporary setup at the moment.
However, since the bump of mutagen to version 1.34 in commit
555928c228634b4c372f38e6ea5c320c1662711b, the mediafile tests fail and
thus this commit unbreaks beets.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>