Commit Graph

201257 Commits

Author SHA1 Message Date
Michael Raskin
05cd691173
Merge pull request #73126 from cko/remove_sablotron
sablotron: remove
2019-11-09 21:44:04 +00:00
Renaud
f80a56fafc
Merge pull request #72408 from etu/transifex-fix-build
transifex-client: Fix build
2019-11-09 22:38:07 +01:00
Alberto Berti
935c56b785 AnyDesk 5.1.2 -> 5.4.1
(#72399)
2019-11-09 22:34:39 +01:00
worldofpeace
6783fdd561
Merge pull request #71416 from worldofpeace/gnome3-sound-theme
nixos/gnome3: add sound-theme-freedesktop
2019-11-09 21:33:49 +00:00
Vladyslav M
dedf6ded5a coloursum: fix darwin build 2019-11-09 22:50:05 +02:00
worldofpeace
b2fc25fe3c nixosTests.sddm: port to python 2019-11-09 15:20:20 -05:00
worldofpeace
1132f037a1 nixosTests.lightdm: port to python 2019-11-09 15:14:56 -05:00
R. RyanTM
e8aadfe74c brave: 0.69.128 -> 0.69.135
(#72430)
2019-11-09 20:22:14 +01:00
Kai Wohlfahrt
62e927d446 portend: patch for black 19.10b0 2019-11-09 11:04:28 -08:00
Kai Wohlfahrt
a4f0c51c0c pytest-black: patch black dependency
This change is pending upstream in #29, but it is stale.
2019-11-09 11:04:28 -08:00
Kai Wohlfahrt
d602c56f47 python3Packages.black: 19.03b0 -> 19.10b0 2019-11-09 11:04:28 -08:00
Daiderd Jordan
8e1380b981 vimPlugins.youcompleteme: fix python interpreter 2019-11-09 10:38:30 -08:00
Daiderd Jordan
518b5c1ae4 rustracerd: fix build 2019-11-09 10:38:30 -08:00
Benjamin Hipple
f302f02380 cloud-custodian: init at 0.8.45.1
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
2019-11-09 10:23:03 -08:00
zimbatm
a8f50f02cc
Merge pull request #72939 from mbrgm/update-terraform-providers
terraform-providers: update and improve update script
2019-11-09 18:15:16 +00:00
Peter Hoeg
954e234b98 nixos/haproxy: support hot-reload without dropping packets 2019-11-09 10:11:57 -08:00
Peter Hoeg
4a589e5ea7 haproxy: 1.9.8 -> 2.0.8 2019-11-09 10:11:57 -08:00
Oleksii Filonenko
7cdd581572 epr: init at 2.3.0b (#73038)
* epr: init at 2.3.0b

* Apply changes from code review

Co-authored-by: zimbatm <zimbatm@users.noreply.github.com>
2019-11-09 18:09:43 +00:00
Silvan Mosberger
e9e7210eba
Merge pull request #73031 from manveru/crystal-0.31.1
crystal: 0.30.1 -> 0.31.1
2019-11-09 18:43:31 +01:00
Maximilian Bosch
fb512ea853
Merge pull request #72878 from tasmo/master
neomutt: add autocrypt
2019-11-09 17:02:38 +01:00
Robin Gloster
1f49029ace
Merge pull request #72627 from jonringer/bump-esphome
esphome: 1.13.6 -> 1.14.1
2019-11-09 16:30:50 +01:00
R. RyanTM
42235323e5 mergerfs: 2.28.2 -> 2.28.3
(#72572)
2019-11-09 16:21:53 +01:00
R. RyanTM
e3069e45d2 mbpfan: 2.1.1 -> 2.2.0
(#72563)
2019-11-09 16:16:45 +01:00
Paweł Kruszewski
a2a5c65529 bcompare: 4.3.1.24438 -> 4.3.2.24472
(#72614)
2019-11-09 16:15:25 +01:00
Florian Klink
ffd0060869 nixos/ceph: use ConditionPathExists to delay ceph daemon start
This prevents services to be started before they're initialized, and
renders the `systemd.targets.ceph.wantedBy = lib.mkForce [];` hack in
the vm tests obsolete - The config now starts up ceph after a reboot,
too.

Let's take advantage of that, crash all VMs, and boot them up again.
2019-11-09 16:13:13 +01:00
Florian Klink
67e0777f62 nixos/ceph: run unprivileged, use StateDirectory and tmpfiles, don't pass extraServiceConfig
Don't pass user and group to ceph, and rely on it to drop ceps, but let
systemd handle running it as the appropriate user.

This also inlines the extraServiceConfig into the makeService function,
as we have conditionals depending on daemonType there anyways.

Use StateDirectory to create directories in
/var/lib/ceph/${daemonType}/${clusterName}-${daemonId}.

There previously was a condition on daemonType being one of mds,mon,rgw
or mgr. We only instantiate makeServices with these types, and "osd" was
special.
In the osd case, test examples suggest it'd be in something like
/var/lib/ceph/osd/ceph-${cfg.osd0.name} - so it's not special at all,
but exactly like the pattern for the others.

During initialization, we also need these folders, before the unit is
started up. Move the mkdir -p commands in the vm tests to the line
immediately before they're required.
2019-11-09 16:02:53 +01:00
R. RyanTM
60bdd48220 teamviewer: 14.6.2452 -> 14.7.1965
(#72680)
2019-11-09 16:01:14 +01:00
R. RyanTM
445bd38a24 verbiste: 0.1.46 -> 0.1.47
(#72686)
2019-11-09 15:56:03 +01:00
R. RyanTM
1d43f30a97 xbps: 0.57 -> 0.57.1
(#72697)
2019-11-09 15:54:31 +01:00
Uri Baghin
e3fe458e81 editorconfig-checker: init at 2.0.2 2019-11-09 15:50:41 +01:00
Florian Klink
64c9c08302 nixos/ceph: create /etc/ceph and /var/lib/ceph via tmpfiles
We seem to be relying on those being present during runtime anyways.
2019-11-09 15:27:45 +01:00
Thomas Tuegel
8e639f142f
Merge pull request #71986 from mtetreault/mte/plymouth-improvements
plymouth: Add extra config field
2019-11-09 08:17:14 -06:00
Robin Gloster
cdf9b626c4
Merge pull request #72794 from petabyteboy/feature/qtwebengine-cve-2019-13720
qtwebengine: add patch for CVE-2019-13720
2019-11-09 15:08:51 +01:00
Bart Brouns
07b407743d fmsynth: change build so it produces sound again 2019-11-09 12:45:46 +01:00
Leon Schuermann
06062100a3 tpm2-tools: 4.0 -> 4.0.1 2019-11-09 12:44:16 +01:00
R. RyanTM
4b11fed3d6 kanboard: 1.2.10 -> 1.2.11 2019-11-09 12:41:16 +01:00
R. RyanTM
e922e10dec lttng-tools: 2.10.8 -> 2.11.0 2019-11-09 12:38:50 +01:00
Dmitry Kalinkin
21c3fabb44
Merge pull request #72804 from xtruder/pkgs/facetimehd-firmware/update-firmware-link
facetimehd-firmware: 1.43_4 -> 1.43_5
2019-11-09 05:13:34 -05:00
Vladimír Čunát
8302338ae9
Merge #72278: keepalived: 1.4.2 -> 1.4.5, patch CVE-2018-19115 2019-11-09 10:29:11 +01:00
Arnout Engelen
07c84f4de2 documentation: drop double 'the' 2019-11-09 10:10:47 +01:00
Théo Zimmermann
eebdaa936f doc: fix allowUnfreePredicate example following the introduction of pname
Co-Authored-By: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2019-11-09 09:47:26 +01:00
Renaud
76761a82e0
lightstep-tracer-cpp: 0.8.1 -> 0.11.0
(#72995)
2019-11-09 09:45:03 +01:00
Vladimír Čunát
019fcab7f5
Merge #72054: gdal: add patch for CVE-2019-17545 2019-11-09 09:38:10 +01:00
Jonathan Ringer
364ae632c6 rust-bindgen: 0.51.0 -> 0.51.1 2019-11-09 08:05:10 +00:00
Jonathan Ringer
70a86f1184
esphome: 1.13.6 -> 1.14.1 2019-11-08 20:51:14 -08:00
lodi
5e70be026e libco-canonical: v19.1 -> v20 2019-11-08 20:44:50 -08:00
YI
06decf0432 keepassxc: add additional cmake options 2019-11-09 12:33:51 +08:00
Greg Roodt
2991ba6462 fluxctl: 1.13.3 -> 1.15.0 2019-11-08 20:25:41 -08:00
Aaron Andersen
8496f9556c
Merge pull request #73086 from redvers/httpd-module-enableUserDir-fix
nixos/httpd: module fixes enableUserDir (attendum to #72789)
2019-11-08 20:36:03 -05:00
Red Davies
62e421fbb2 nixos/httpd: module fixes enableUserDir (attendum to #72789) 2019-11-09 00:53:56 +00:00