Commit Graph

164901 Commits

Author SHA1 Message Date
Joachim Fasting
84fb8820db
nixos/security/misc: factor out protectKernelImage
Introduces the option security.protectKernelImage that is intended to control
various mitigations to protect the integrity of the running kernel
image (i.e., prevent replacing it without rebooting).

This makes sense as a dedicated module as it is otherwise somewhat difficult
to override for hardened profile users who want e.g., hibernation to work.
2018-12-27 15:00:47 +01:00
Joachim Fasting
9db84f6fcd
nixos/security/misc: use mkMerge for easier extension 2018-12-27 15:00:46 +01:00
Frederik Rietdijk
2534dddaa9 pandoc: fix build, unbreaks metrics job 2018-12-27 14:42:07 +01:00
markuskowa
b8f0e2ee2f
Merge pull request #52847 from r-ryantm/auto-update/lmdb
lmdb: 0.9.22 -> 0.9.23
2018-12-27 14:22:51 +01:00
markuskowa
98561c789c
Merge pull request #52597 from lopsided98/lvm2-no-parallel
lvm2: disable parallel building
2018-12-27 14:21:25 +01:00
Orivej Desh
21f04bc66a pythonPackages.sip: enable parallel building 2018-12-27 13:10:59 +00:00
markuskowa
d12025627f
Merge pull request #52950 from agracie/fix-mkl
mkl: fix hash on Darwin
2018-12-27 14:02:37 +01:00
Thomas Mader
2cf4b84aff Literate: 2018-08-20 -> 2018-12-23 2018-12-27 13:41:58 +01:00
Thomas Mader
0bee7282c1 dub: 1.10.0 -> 1.12.1 2018-12-27 13:40:51 +01:00
Thomas Mader
42e5ebb9c6 dtools: 2.081.2 -> 2.083.1 2018-12-27 13:23:57 +01:00
Orivej Desh (NixOS)
880de7a9bc
Merge pull request #52956 from orivej/sip-module
pythonPackages.sip: make sip-module name overridable
2018-12-27 12:04:29 +00:00
Thomas Mader
50e450cc2d dmd: 2.081.2 -> 2.083.1 2018-12-27 12:52:36 +01:00
José Romildo Malaquias
ad587caf6a zafiro-icons: 0.7.7 -> 0.7.9 2018-12-27 09:45:17 -02:00
Orivej Desh
666be18aa3 opentx: fix build, support building tests
It checks for "nano" with "if(NOT NANO STREQUAL NO)".

Broken since https://hydra.nixos.org/build/83296608 (#48286).
2018-12-27 11:40:50 +00:00
Orivej Desh
4ec84c297c pythonPackages.pyqt5: import sip as PyQt5.sip
pyqt5 5.11 has switched from sip to PyQt5.sip.
2018-12-27 11:17:22 +00:00
Orivej Desh
bf1a563af0 pythonPackages.sip: make sip-module name overridable
The author of sip wants it to be a private dependency of other packages by
making it importable under different names.
2018-12-27 11:17:22 +00:00
Vladyslav M
ae002fe44e
Merge pull request #52955 from Gerschtli/update/cargo-release
cargo-release: 0.10.0 -> 0.10.5
2018-12-27 12:57:18 +02:00
Timo Kaufmann
af465293f1 vimPlugins: use fixed point 2018-12-27 11:55:53 +01:00
Mario Rodas
3258b00009
detect-secrets: init at 0.11.0 2018-12-27 05:23:32 -05:00
Mario Rodas
17eb96dabd
pythonPackages.unidiff: init at 0.5.5 2018-12-27 05:21:53 -05:00
lewo
23ebff30a3
Merge pull request #52109 from djahandarie/master
dockerTools.buildImage: fix two bugs introduced in c88337c9aca9d91804da7d1d05960c88e17455c9
2018-12-27 11:17:51 +01:00
Antoine Eiche
43cbba0274 dockerTools.examples.runAsRootParentImage: init
Example of running something as root on top of a parent image.
This is a regression test related to the PR #52109.
2018-12-27 11:15:35 +01:00
Thomas Mader
3ff636fb2e ldc: 1.11.0 -> 1.12.0
Additional various cleanups here and there
2018-12-27 10:56:26 +01:00
Vladyslav Mykhailichenko
db5fe5d240
cargo-release: fix darwin build 2018-12-27 11:46:50 +02:00
Timo Kaufmann
96b6396101 vimUtils.buildVimPlugin: derive name from pname and version 2018-12-27 10:34:14 +01:00
Timo Kaufmann
edf8b984fa vimPlugins: Update 2018-12-27 10:32:27 +01:00
Mario Rodas
1764870813 python37: fix darwin build
Remove issue24658 patch because is already fixed and backported to
Python 3.7 178d1c0777
2018-12-27 09:27:59 +01:00
Mario Rodas
31680c54e1 python36: fix darwin build
Remove issue24658 patch because is already fixed and backported to
Python 3.6 a5ebc205be
2018-12-27 09:27:59 +01:00
Pascal Wittmann
9f2f78b7e2
Merge pull request #52820 from r-ryantm/auto-update/pdfpc
pdfpc: 4.2.1 -> 4.3.0
2018-12-27 08:45:11 +01:00
Pascal Wittmann
9ddad11c16
Merge pull request #52877 from r-ryantm/auto-update/global
global: 6.6.2 -> 6.6.3
2018-12-27 08:44:36 +01:00
worldofpeace
f3d4c91a97
Merge pull request #52954 from worldofpeace/granite/5.2.2
granite: 5.2.1 -> 5.2.2
2018-12-27 02:32:57 -05:00
worldofpeace
ea331218a0 granite: various cleanups
This is just stuff that's in #48637 already that I wanted to sync.

In detail it's:

  - Patching in the use of meson

  - Add wrapGAppsHook and hicolor-icon-theme
    There's a demo application and granite
     provides some generic icons.

  - Included patches so third party apps still work
2018-12-27 02:27:29 -05:00
Peter Hoeg
010502472f check-esxi-hardware: 20161013 -> 20181001 2018-12-27 14:22:27 +08:00
worldofpeace
3cf8821ce3
Merge pull request #52786 from romildo/upd.matcha
matcha: 2018-11-12 -> 2018-12-24
2018-12-26 23:55:17 -05:00
worldofpeace
3e6e9f5639
Merge pull request #52872 from r-ryantm/auto-update/kid3
kid3: 3.6.2 -> 3.7.0
2018-12-26 23:45:33 -05:00
worldofpeace
984c843181
Merge pull request #52895 from ivan/qbittorrent-4.1.5
qbittorrent: 4.1.4 -> 4.1.5
2018-12-26 22:06:22 -05:00
Tobias Happ
f15466ecf7 cargo-release: 0.10.0 -> 0.10.5 2018-12-27 04:04:11 +01:00
worldofpeace
3ccb95ea81
Merge pull request #52949 from ivan/comment-fix
all-packages.nix: remove obsolete comments
2018-12-26 22:00:33 -05:00
worldofpeace
9f06d1885d granite: 5.2.1 -> 5.2.2 2018-12-26 21:48:47 -05:00
Tobias Happ
47da938133 pythonPackages.dependency-injector: 3.14.2 -> 3.14.3 2018-12-27 03:46:51 +01:00
Orivej Desh
056627a3bf Merge "cura: 3.4.1 -> 3.6.0" 2018-12-27 02:26:19 +00:00
David McFarland
6c063ac076 chicken: 4.13.0 -> 5.0.0 2018-12-26 22:23:01 -04:00
Orivej Desh
8112354f4f cura: 3.4.1 -> 3.6.0 2018-12-27 02:21:02 +00:00
Orivej Desh
3ce19d96b3 curaengine: 3.4.1 -> 3.6.0 2018-12-27 02:19:24 +00:00
Orivej Desh
b742250b31 python3Packages.uranium: 3.5.1 -> 3.6.0 2018-12-27 02:18:31 +00:00
Orivej Desh
ab95c92349 python3Packages.libarcus: 3.4.1 -> 3.6.0 2018-12-27 02:18:31 +00:00
Orivej Desh
cbdaa29c3e python3Packages.libsavitar: init at 3.6.0 2018-12-27 02:18:31 +00:00
agracie
a3fc481b76 mkl: fix hash on Darwin 2018-12-26 20:57:08 -05:00
Orivej Desh
9b3204d41b pythonPackages.uranium: add missing dependency on shapely
Needed since 3.5.1: 0c6d90b42d
2018-12-27 01:34:15 +00:00
Ivan Kozik
78c56d758d all-packages.nix: remove obsolete comments
cgroup2 cpu controller support was merged into Linux 4.15:
22714a2ba4
2018-12-27 01:18:12 +00:00