242417 Commits

Author SHA1 Message Date
zowoq
1b235b43bc dep2nix: regenerate deps.nix 2020-09-03 08:20:26 +10:00
Robert Scott
a2842c7440
Merge pull request #96561 from jonringer/fix-jupyterhub-ldapauthenticator
python3Packages.jupyterhub-ldapauthenticator: 1.3.1 -> 1.3.2, fix build
2020-09-02 23:11:38 +01:00
Robert Scott
f1b9dcde97 pythonPackages.datasette: 0.39 -> 0.46
enable more tests that now seem to work
2020-09-02 15:07:05 -07:00
Robert Scott
4e94600604 pythonPackages.mergedeep: init at 1.3.0 2020-09-02 15:07:05 -07:00
Robert Scott
ce47cdbeaf pythonPackages.asgi-csrf: init at 0.7 2020-09-02 15:07:05 -07:00
Robert Scott
4f612035e3 pythonPackages.starlette: 0.13.6 -> 0.13.8
remove outdated comment
2020-09-02 15:07:05 -07:00
Robert Scott
063692bb10 pythonPackages.httpx: 0.12.1 -> 0.14.2
slim down some no longer needed dependencies
2020-09-02 15:07:05 -07:00
Robert Scott
e98facbda3 pythonPackages.httpcore: init at 0.10.2 2020-09-02 15:07:05 -07:00
zowoq
eef56567c4 go_1_14: 1.14.7 -> 1.14.8 2020-09-03 07:54:09 +10:00
Robert Scott
0d820de317
Merge pull request #96310 from yvesf/qcad-3.25.0.0
update qcad to 3.25.0.0
2020-09-02 22:46:57 +01:00
yoctocell
008f45f591 gitAndTools.gita: 0.10.9 -> 0.10.10 2020-09-02 14:44:14 -07:00
Symphorien Gibol
634d404349 pantalaimon: 0.6.5 -> 0.7.0
changelog: https://github.com/matrix-org/pantalaimon/blob/0.7.0/CHANGELOG.md
2020-09-02 14:44:04 -07:00
Symphorien Gibol
e1d6f7cfa4 python3Packages.matrix-nio: 0.14.1 -> 0.15.1
https://github.com/poljar/matrix-nio/blob/master/CHANGELOG.md

no obvious compatibility issue
2020-09-02 14:44:04 -07:00
Matthew Bauer
3a9b91b486
Merge pull request #96562 from obsidiansystems/bazel-add-dont-add-bazel-opts
build-bazel-package: add dontAddBazelOpts arg
2020-09-02 16:29:53 -05:00
Matthew Bauer
304de03193
Merge pull request #96402 from matthewbauer/bazel-jdk-headless
Fix Bazel on macOS
2020-09-02 16:29:47 -05:00
Matthew Bauer
8e6f466967
Merge pull request #96563 from obsidiansystems/skip-cudnn_cnn_infer-instead-of-removing
cudnn: skip libcudnn_cnn_infer.so, instead of removing
2020-09-02 16:29:28 -05:00
Moritz Scheuren
43afce40d6 portfolio: 0.48.0 -> 0.48.1 2020-09-02 14:27:43 -07:00
Mario Rodas
b03a6187b1 xonsh: 0.9.20 -> 0.9.21
https://github.com/xonsh/xonsh/releases/tag/0.9.21
2020-09-02 21:21:21 +00:00
Mario Rodas
36782235f6 rclone: 1.52.3 -> 1.53.0 2020-09-02 21:21:21 +00:00
Robert Scott
3e687bf077
Merge pull request #96500 from r-ryantm/auto-update/python2.7-elasticsearch
python27Packages.elasticsearch: 7.8.1 -> 7.9.1
2020-09-02 22:14:46 +01:00
Michael Weiss
9c6f11f89d
signal-desktop: 1.34.5 -> 1.35.1 2020-09-02 22:37:05 +02:00
John Ericson
a47d059689 dash: Fix cross build 2020-09-02 16:16:49 -04:00
Janne Heß
df58a632ca
left4gore: Init at 2.3 2020-09-02 22:15:08 +02:00
Thiago Franco de Moraes
7f9acb799d Zettlr: init at 1.7.5
Fixes  #81516
2020-09-02 13:08:25 -07:00
WORLDofPEACE
8739e4235e
Merge pull request #96925 from jtojnar/gpaste-session-path
nixos/gpaste: return sessionPath
2020-09-02 15:43:53 -04:00
Jan Tojnar
dff0034a8b
Merge pull request #96948 from jtojnar/fix-pitivi 2020-09-02 21:25:01 +02:00
Malte Brandy
6be7f90931
haskellPackages.haskell-language-server: Fix eval 2020-09-02 20:46:00 +02:00
Lucas Savva
61dbf4bf89
nixos/acme: Add proper nginx/httpd config reload checks
Testing of certs failed randomly when the web server was still
returning old certs even after the reload was "complete". This was
because the reload commands send process signals and do not wait
for the worker processes to restart. This commit adds log watchers
which wait for the worker processes to be restarted.
2020-09-02 19:25:30 +01:00
Lucas Savva
982c5a1f0e
nixos/acme: Restructure module
- Use an acme user and group, allow group override only
- Use hashes to determine when certs actually need to regenerate
- Avoid running lego more than necessary
- Harden permissions
- Support "systemctl clean" for cert regeneration
- Support reuse of keys between some configuration changes
- Permissions fix services solves for previously root owned certs
- Add a note about multiple account creation and emails
- Migrate extraDomains to a list
- Deprecate user option
- Use minica for self-signed certs
- Rewrite all tests

I thought of a few more cases where things may go wrong,
and added tests to cover them. In particular, the web server
reload services were depending on the target - which stays alive,
meaning that the renewal timer wouldn't be triggering a reload
and old certs would stay on the web servers.

I encountered some problems ensuring that the reload took place
without accidently triggering it as part of the test. The sync
commands I added ended up being essential and I'm not sure why,
it seems like either node.succeed ends too early or there's an
oddity of the vm's filesystem I'm not aware of.

- Fix duplicate systemd rules on reload services

Since useACMEHost is not unique to every vhost, if one cert
was reused many times it would create duplicate entries in
${server}-config-reload.service for wants, before and
ConditionPathExists
2020-09-02 19:22:43 +01:00
Daniël de Kok
f145223340
Merge pull request #96831 from SCOTT-HAMILTON/numworks
numworks: init udev rules and module
2020-09-02 20:03:02 +02:00
Tobias Happ
b2679e8b41 rustup: add zlib as runtime dependency
Fixes https://github.com/NixOS/nixpkgs/issues/92946.
2020-09-02 10:57:35 -07:00
Tim Steinbach
f9bf64f0c4
oh-my-zsh: 2020-08-31 -> 2020-09-02 2020-09-02 13:48:58 -04:00
SCOTT-HAMILTON
e5bb747c9d numworks-udev-rules: init on 02/09/2020 2020-09-02 19:45:07 +02:00
Drew Risinger
ab525faf05 python3Packages.cirq: unbreak
Remove unneeded test disables.
Add changelog.
Unpin most python dependencies.
2020-09-02 09:08:45 -07:00
Robert Schütz
3d3eef24ae etesync-dav: loosen radicale version bounds 2020-09-02 09:04:04 -07:00
Robert Schütz
a38a9590d8 radicale: 3.0.3 -> 3.0.5 2020-09-02 09:04:04 -07:00
Doron Behar
c67bcd23d4 doc: nodejs: Update override example to use overlays
Also: Add links so it'll be easier to find the referred files.
2020-09-02 19:00:46 +03:00
Heikki Hokkanen
48ade7c0af timewarrior: 1.3.0 -> 1.4.2 2020-09-02 18:52:48 +03:00
Aaron Andersen
259aaf6abf
Merge pull request #96926 from davidak/limesurvey-update
limesurvey: 3.17.12+190823 -> 3.23.0+200813
2020-09-02 11:50:11 -04:00
Félix Baylac-Jacqué
09c383c17a
Merge pull request #94917 from ju1m/biboumi
nixos/biboumi: init
2020-09-02 17:43:27 +02:00
Aaron Andersen
8d3123d2f4
Merge pull request #96738 from jojosch/dbeaver_7.2.0
dbeaver: 7.1.5 -> 7.2.0
2020-09-02 11:15:40 -04:00
Dennis Gosnell
cf1a3d7ece
Merge pull request #96956 from rnhmjoj/pandoc-crossref
haskellPackages.pandoc-crossref: mark unbroken
2020-09-02 23:09:59 +09:00
Simon Waibl
32f5e5da4a
Merge pull request #96677 from edude03/patch-2
plex: 1.19 -> 1.20
2020-09-02 15:59:27 +02:00
WORLDofPEACE
31008a8f15
Merge pull request #96937 from jtojnar/drop-strigi
strigi: drop
2020-09-02 08:53:24 -04:00
WORLDofPEACE
18348c7829
Merge pull request #96042 from rnhmjoj/loaOf
treewide: completely remove types.loaOf
2020-09-02 08:45:37 -04:00
Mario Rodas
403414522a
Merge pull request #96945 from endgame/chromedriver-bump
chromedriver: 83.0.4103.39 -> 85.0.4183.87
2020-09-02 07:28:39 -05:00
rnhmjoj
d9cd2ca21d
haskellPackages.pandoc-crossref: mark unbroken 2020-09-02 14:12:02 +02:00
Sascha Grunert
27b0c4b151 nixos/containers: add oci-seccomp-bpf-hook
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-09-02 21:53:37 +10:00
zowoq
ee0d559dae oci-seccomp-bpf-hook: move to linuxPackages 2020-09-02 20:14:22 +10:00
Vladimír Čunát
c5dcb9682e
powerdevil: fix hash of patch
The hash added in 24ebfb1e021b belongs to pure download
before normalization done by fetchpatch.
2020-09-02 11:14:38 +02:00