Jörg Thalheim
54f53575c2
Merge pull request #91061 from kidd/bump-oil-shell
...
oil: 0.8.pre4 -> 0.8.pre6
2020-06-18 22:57:01 +01:00
Florian Klink
c1e7366483
Merge pull request #75510 from helsinki-systems/systemd-path-type
...
nixos/systemd: Use a proper type for unit paths
2020-06-18 23:50:42 +02:00
rnhmjoj
7c041738c8
monero-gui: 0.15.0.4 -> 0.16.0.0
2020-06-18 23:41:46 +02:00
rnhmjoj
a31103196e
monero: 0.15.0.1 -> 0.16.0.0
2020-06-18 23:41:04 +02:00
markuskowa
8b2d48ea0a
Merge pull request #90073 from r-ryantm/auto-update/ocaml4.10.0-ppx_deriving
...
ocamlPackages.ppx_deriving: 4.4.1 -> 4.5
2020-06-18 23:30:02 +02:00
Lassulus
eed368ac4e
Merge pull request #83874 from expipiplus1/joe-swiftshader
...
swiftshader: init at 2020-03-31
2020-06-18 23:23:29 +02:00
Lassulus
46405e7952
Merge pull request #90476 from 0x4A6F/master-routinator
...
routinator: 0.7.0 -> 0.7.1
2020-06-18 23:13:58 +02:00
Silvan Mosberger
78453e6ba6
nixos/fontconfig: Move deprecated ultimate removals to relevant module
...
This was a mistake in https://github.com/NixOS/nixpkgs/pull/61570 , this
does not belong to prometheus
2020-06-18 23:12:18 +02:00
Florian Klink
e051dab9ff
Merge pull request #91043 from flokli/buildbot-reporters
...
nixos/buildbot-master: support reporters, migrate away from status
2020-06-18 23:00:44 +02:00
Dmitry Kalinkin
df3a188b46
root5: 5.34.36 -> 5.34.38
...
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2017-1000203
2020-06-18 16:42:02 -04:00
David Guibert
e1e044e70e
Merge pull request #90072 from jobojeha/paraview_5_8
...
paraview: 5.6.3 -> 5.8.0
2020-06-18 22:23:26 +02:00
Raimon Grau
69199b0b21
oil: 0.8.pre4 -> 0.8.pre6
2020-06-18 21:12:13 +01:00
Daniël de Kok
d1037c682e
Merge pull request #90709 from lovesegfault/pio-4.3.4
...
platformio: 4.3.1 -> 4.3.4
2020-06-18 21:50:09 +02:00
Florian Klink
f761f29bd3
Merge pull request #90211 from lovesegfault/r-a-bump
...
rust-analyzer: 2020-06-01 -> 2020-06-08
2020-06-18 20:39:16 +02:00
Philipp
9f2d920c35
mudlet: 4.3 -> 4.9.1
2020-06-18 19:15:31 +02:00
Daniël de Kok
6058a769fc
Merge pull request #90576 from dduan/tre-0.3.1
...
tre-command: 0.2.3 -> 0.3.1
2020-06-18 19:13:49 +02:00
Lassulus
647cb38da1
Merge pull request #87760 from emilazy/mark-freeimage-broken-on-aarch64
...
freeimage: mark as broken on aarch64
2020-06-18 19:00:36 +02:00
gnidorah
5b3eac040b
openmw-tes3mp: fix build after #80624 ( #91045 )
2020-06-18 12:49:27 -04:00
Michael Weiss
b713e97c30
tdesktop: 2.1.11 -> 2.1.12
2020-06-18 18:09:45 +02:00
Daniël de Kok
a842c03d6c
Merge pull request #90514 from r-ryantm/auto-update/clipgrab
...
clipgrab: 3.8.11 -> 3.8.12
2020-06-18 17:58:44 +02:00
Linus Heckemann
d5cc8fb892
nixos/mailman: fix search index location
2020-06-18 17:23:34 +02:00
Linus Heckemann
176bc68a69
mailman: log to journal
2020-06-18 17:23:33 +02:00
Linus Heckemann
3dbbc786f5
nixos/mailman: RFC42-ise
2020-06-18 17:23:33 +02:00
Linus Heckemann
1b8af3e1ae
nixos/mailman: fix clearing static files
2020-06-18 17:23:33 +02:00
Linus Heckemann
32c556b039
nixos/mailman: document, add maintainers
2020-06-18 17:23:29 +02:00
Linus Heckemann
b478e0043c
nixos/mailman: refactor
...
- Add serve.enable option, which configures uwsgi and nginx to serve
the mailman-web application;
- Configure services to log to the journal, where possible. Mailman
Core does not provide any options for this, but will now log to
/var/log/mailman;
- Use a unified python environment for all components, with an
extraPackages option to allow use of postgres support and similar;
- Configure mailman's postfix module such that it can generate the
domain and lmtp maps;
- Fix formatting for option examples;
- Provide a mailman-web user to run the uwsgi service by default
- Refactor Hyperkitty's periodic jobs to reduce repetition in the
expressions;
- Remove service dependencies not related to functionality included in
the module, such as httpd -- these should be configured in user config
when used;
- Move static files root to /var/lib/mailman-web-static by default. This avoids
permission issues when a static file web server attempts to access
/var/lib/mailman which is private to mailman. The location can still
be changed by setting services.mailman.webSettings.STATIC_ROOT;
- Remove the webRoot option, which seems to have been included by
accident, being an unsuitable directory for serving via HTTP.
- Rename mailman-web.service to mailman-web-setup.service, since it
doesn't actually serve mailman-web. There is now a
mailman-uwsgi.service if serve.enable is set to true.
2020-06-18 17:21:41 +02:00
Linus Heckemann
f5a57c6c40
mailman-web: remove django version checks and override
...
This is nonsense! Postorius and Hyperkitty don't even support 1.11 anymore.
2020-06-18 17:21:41 +02:00
Lassulus
d899cf268d
Merge pull request #89872 from r-ryantm/auto-update/terragrunt
...
terragrunt: 0.23.14 -> 0.23.23
2020-06-18 17:20:37 +02:00
Linus Heckemann
5d58db7a47
Merge pull request #90135 from lheckemann/linux-force-feedback
...
linux: enable force feedback support in HID drivers
2020-06-18 17:18:11 +02:00
Florian Klink
9538bf50ae
nixos/buildbot-master: support reporters, migrate away from status
...
Since Buildbot 0.9.0, status targets were deprecated and ignored.
There's a very small line on startup explaining that, and status simply
isn't reported. Avoid others the same headaches, and do it right in the
NixOS module.
As there might have been changes in the way reporters are organized, and
configuration might need to be migrated remove the old option, and not
just provide an alias.
2020-06-18 16:49:26 +02:00
ehmry
07299ff81e
Merge pull request #85442 from fgaz/castor/init
...
castor: init at 0.8.14
2020-06-18 20:13:50 +05:30
John Ericson
1a26ee315f
Merge pull request #90693 from obsidiansystems/ipfs-socket-unit-precision
...
IPFS NixOS module: Socket unit file more precise
2020-06-18 10:36:49 -04:00
John Ericson
e985a0b24a
Merge pull request #90722 from expipiplus1/joe-exfat-cross
...
exfat: fix cross compilation
2020-06-18 10:36:12 -04:00
Jan Tojnar
51dad85947
nixos/hamster: fix eval
...
Fixes
error: The option value `meta.maintainers' in `nixos/modules/programs/hamster.nix' is not of type `list of maintainers'.
2020-06-18 16:22:13 +02:00
Jan Tojnar
33d79f110d
nixos/openldap: fix eval
...
Fixes
error: The option value `meta.maintainers' in `nixos/modules/services/databases/openldap.nix' is not of type `list of maintainers'.
2020-06-18 16:20:20 +02:00
Wael Nasreddine
46db244d2d
go-swagger: init at 0.24.0 ( #90682 )
...
* go-swagger: init at 0.24.0
* Apply suggestions from code review
Co-authored-by: Jon <jonringer@users.noreply.github.com>
Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-06-18 07:10:54 -07:00
Mario Rodas
2a19cff668
Merge pull request #91014 from marsam/update-nodejs-12_x
...
nodejs-12_x: 12.18.0 -> 12.18.1
2020-06-18 08:55:11 -05:00
Daniël de Kok
f7214facbf
Merge pull request #74487 from oxalica/cargo-insta
...
cargo-insta: init at 0.16.0
2020-06-18 15:09:25 +02:00
oxalica
030fd3ca0c
cargo-insta: strip unused variable
2020-06-18 20:49:20 +08:00
Thom Leggett
94e7fdf439
open-vm-tools: fix build
...
https://github.com/vmware/open-vm-tools/pull/438
Fixes #90544
2020-06-18 13:17:30 +01:00
Tim Steinbach
d1966f0860
jenkins: 2.222.4 -> 2.235.1
2020-06-18 08:16:06 -04:00
Tim Steinbach
9de1c659e4
oh-my-zsh: 2020-06-17 -> 2020-06-18
2020-06-18 08:16:06 -04:00
Tim Steinbach
4f7e011f87
linux: 5.7.2 -> 5.7.3
2020-06-18 08:16:06 -04:00
Tim Steinbach
0d0b50436c
linux: 5.6.18 -> 5.6.19
2020-06-18 08:16:05 -04:00
Tim Steinbach
5af8ad3e6d
linux: 5.4.46 -> 5.4.47
2020-06-18 08:16:02 -04:00
Lassulus
b66b53e2e4
Merge pull request #87753 from IvarWithoutBones/xwallpaper
...
xwallpaper: init at 0.6.5
2020-06-18 14:11:01 +02:00
Lassulus
b9504ecf4e
Merge pull request #89895 from geistesk/znc-1.8.1
...
znc: 1.8.0 -> 1.8.1
2020-06-18 14:06:41 +02:00
José Romildo Malaquias
2e7e277b89
matcha-gtk-theme: 2020-05-24 -> 2020-06-18
2020-06-18 08:17:12 -03:00
oxalica
71c0dbd5a4
cargo-insta: init at 0.16.0
2020-06-18 19:13:04 +08:00
Nick Hu
1357624fa9
Merge pull request #90716 from doronbehar/update-zoom
...
zoom-us: 5.0.418682.0603 -> 5.1.412382.0614
2020-06-18 12:09:53 +01:00