Commit Graph
191024 Commits
Author SHA1 Message Date
Valerio Besozzi b5fc76e753 rsclock: 0.1.0 -> 0.1.4 2019-08-29 21:21:27 +02:00
worldofpeaceandGitHub 484a541e7b Merge pull request #67669 from rnhmjoj/falkon
falkon: use qt5's mkDerivation
2019-08-29 15:02:58 -04:00
rnhmjojandworldofpeace a39b763080 falkon: use qt5's mkDerivation
See #65399
2019-08-29 15:02:00 -04:00
Peter Simons 40cb97d944 simplescreenrecorder: fix Qt runtime error
| qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
 |
 | This application failed to start because no Qt platform plugin could be
 | initialized. Reinstalling the application may fix this problem.
2019-08-29 20:38:27 +02:00
Peter Simons 19a1e15501 rl-1909.xml: fix XML syntax error that broke the NixOS manual 2019-08-29 20:29:19 +02:00
Matthew BauerandGitHub d7443d1924 Merge pull request #67693 from matthewbauer/emacs-26-3
emacs: 26.2 -> 26.3; emacs-mac: 26.2-7.6 -> 26.3-7.7
2019-08-29 14:24:43 -04:00
Matthew BauerandGitHub f86bbb218c Merge pull request #67694 from kisik21/redis-cross-compile-fixes
redis: Try to fix cross-compilation
2019-08-29 14:02:24 -04:00
Aaron AndersenandGitHub d147d457e5 Merge pull request #67645 from danielfullmer/rclone-1.49.1
rclone: 1.49.0 -> 1.49.1
2019-08-29 13:07:32 -04:00
adisbladisandGitHub 28c4bdce27 Merge pull request #67706 from ankhers/update_email
Update my email address in maintainers-list.nix
2019-08-29 18:07:01 +01:00
Peter Simons e3492eff46 mailman: build full paths to postmap and lynx into the package
No more need to rely on $PATH.
2019-08-29 19:06:33 +02:00
Justin Wood 5f74970e28 Update my email address in maintainers-list.nix 2019-08-29 12:55:26 -04:00
Tim Steinbach 3e30f3e1f9 jenkins: 2.176.2 -> 2.176.3 2019-08-29 12:40:21 -04:00
Tim Steinbach 8116f653ff zoom-us: 3.0.285090.0826 -> 3.0.287250.0828 2019-08-29 12:35:15 -04:00
Tim Steinbach aa4a062382 linux: 5.2.10 -> 5.2.11 2019-08-29 12:24:23 -04:00
Tim Steinbach da9405adb8 linux: 4.19.68 -> 4.19.69 2019-08-29 12:24:09 -04:00
Tim Steinbach af9e10155e linux: 4.14.140 -> 4.14.141 2019-08-29 12:23:42 -04:00
WilliButzandGitHub 9103b70a93 Merge pull request #67700 from Ma27/bump-documize
documize-community: 3.1.1 -> 3.2.0
2019-08-29 17:48:34 +02:00
Franz PletzandGitHub 023ef51b46 Merge pull request #67699 from WilliButz/grafana-update
grafana: 6.3.3 -> 6.3.4 [CVE-2019-15043]
2019-08-29 15:42:57 +00:00
WilliButz c323b0ea59 grafana: 6.3.3 -> 6.3.4, update url for static source 2019-08-29 17:16:47 +02:00
Maximilian Bosch ccc1613a11 documize-community: 3.1.1 -> 3.2.0
https://github.com/documize/community/releases/tag/v3.2.0
https://github.com/documize/community/releases/tag/v3.1.2
2019-08-29 17:05:46 +02:00
Arian van PuttenandFlorian Klink 604b7c139f Fix letsencrypt (#60219)
* nixos/acme: Fix ordering of cert requests

When subsequent certificates would be added, they would
not wake up nginx correctly due to target units only being triggered
once. We now added more fine-grained systemd dependencies to make sure
nginx always is aware of new certificates and doesn't restart too early
resulting in a crash.

Furthermore, the acme module has been refactored. Mostly to get
rid of the deprecated PermissionStartOnly systemd options which were
deprecated. Below is a summary of changes made.

* Use SERVICE_RESULT to determine status
This was added in systemd v232. we don't have to keep track
of the EXITCODE ourselves anymore.

* Add regression test for requesting mutliple domains

* Deprecate 'directory' option
We now use systemd's StateDirectory option to manage
create and permissions of the acme state directory.

* The webroot is created using a systemd.tmpfiles.rules rule
instead of the preStart script.

* Depend on certs directly

By getting rid of the target units, we make sure ordering
is correct in the case that you add new certs after already
having deployed some.

Reason it broke before:  acme-certificates.target would
be in active state, and if you then add a new cert, it
would still be active and hence nginx would restart
without even requesting a new cert. Not good!  We
make the dependencies more fine-grained now. this should fix that

* Remove activationDelay option

It complicated the code a lot, and is rather arbitrary. What if
your activation script takes more than activationDelay seconds?

Instead, one should use systemd dependencies to make sure some
action happens before setting the certificate live.

e.g. If you want to wait until your cert is published in DNS DANE /
TLSA, you could create a unit that blocks until it appears in DNS:

```
RequiredBy=acme-${cert}.service
After=acme-${cert}.service
ExecStart=publish-wait-for-dns-script
```
2019-08-29 16:32:59 +02:00
Matthew Bauer abd1172a6f emacs: 26.2 -> 26.3; emacs-mac: 26.2-7.6 -> 26.3-7.7 2019-08-29 10:19:55 -04:00
Vika 4b5fc2cfae redis: Try to fix cross-compilation
**Note**: This makes redis use libc malloc when cross-compiling to
ARM. This may or may not degrade performance.

The reason for this is vendored jemalloc with Redis' patches. The
makefile for deps has hardcoded configure flags for jemalloc, and as a
result, it is unable to cross-compile it.
2019-08-29 17:12:06 +03:00
José Romildo MalaquiasandGitHub 097ae482d4 Merge pull request #67628 from romildo/upd.enlightenment
enlightenment.enlightenment: 0.22.4 -> 0.23.0
2019-08-29 10:28:41 -03:00
José Romildo MalaquiasandGitHub 35f4e95fb0 Merge pull request #67621 from romildo/upd.rage
enlightenment.rage: 0.3.0 -> 0.3.1
2019-08-29 10:27:22 -03:00
Robin GlosterandGitHub cbd4d59daf Merge pull request #67177 from Izorkin/virt-viewer
virt-viewer: remove unused packages
2019-08-29 15:20:17 +02:00
IzorkinandRobin Gloster 4471efd9e0 virt-viewer: remove unused packages 2019-08-29 15:16:34 +02:00
IzorkinandRobin Gloster 066bd13613 libvirt-glib: remove unused packages 2019-08-29 15:16:34 +02:00
Mario RodasandGitHub 0fc011ed25 Merge pull request #67640 from xrelkd/update/eksctl
eksctl: 0.4.2 -> 0.4.3
2019-08-29 07:57:25 -05:00
Robin GlosterandGitHub 9a83c29311 Merge pull request #67681 from mayflower/confluence-update
atlassian-confluence: 6.15.6 -> 6.15.8
2019-08-29 14:14:59 +02:00
Mario RodasandGitHub 9533d32b35 Merge pull request #67675 from marsam/update-1password
1password: 0.5.7 -> 0.6.1
2019-08-29 06:45:41 -05:00
Kevin CoxandGitHub e356ccda2c Merge pull request #67679 from xrelkd/update/cargo-web
cargo-web: 0.6.25 -> 0.6.26
2019-08-29 12:40:06 +01:00
xrelkd b5977ddd8e cargo-web: 0.6.25 -> 0.6.26 2019-08-29 18:03:52 +08:00
Florian KlinkandGitHub 132a8382b0 Merge pull request #66922 from davidak/netdata_enableCgroupAccounting
netdata: enable cgroup accounting
2019-08-29 11:56:57 +02:00
Simon Lackerbauer 48c153d57f atlassian-confluence: 6.15.6 -> 6.15.8 2019-08-29 11:15:20 +02:00
Peter HoegandGitHub 5e3334bc55 Merge pull request #67612 from peterhoeg/u/hidapi
hidapi: 0.8.0-RC1 -> 0.9.0
2019-08-29 16:37:21 +08:00
Mario Rodas 2af98a46c1 1password: 0.5.7 -> 0.6.1 2019-08-29 03:00:00 -05:00
Jaka HudoklinandGitHub 8d1510abfb Merge pull request #67606 from endocrimes/r-vault-1.2.2
vault: 1.0.2 -> 1.2.2
2019-08-29 07:07:09 +00:00
Vincent LaporteandVincent Laporte 3f63225309 ocamlPackages.batteries: 2.9.0 -> 2.10.0
Ensures compatibility with OCaml 4.08.
2019-08-29 05:42:43 +00:00
worldofpeaceandGitHub 2cb1eda297 Merge pull request #67660 from lightbulbjim/qtpass-wayland
qtpass: 1.2.3 -> 1.3.0
2019-08-29 00:56:08 -04:00
Chris Rendle-Short 8de860b60d qtpass: 1.2.3 -> 1.3.0 2019-08-29 14:52:47 +10:00
Chris Rendle-Short 392763aea6 qtpass: fix missing app icon and name when running under Wayland
Patch has been upstreamed and should be safe to remove in versions >
1.3.0
2019-08-29 12:38:36 +10:00
worldofpeaceandGitHub bde1c6b5e8 Merge pull request #67604 from peterhoeg/f/gcompris
gcompris: use Qt mkDerivation
2019-08-28 22:26:43 -04:00
Peter Hoeg 8d3c2c8538 gcompris: use Qt mkDerivation 2019-08-29 10:22:22 +08:00
Daniel Fullmerandzimbatm 33b67761be zerotierone: 1.4.2 -> 1.4.4 (#67648) 2019-08-28 20:28:46 +00:00
Pascal Bachandzimbatm 02ed974bba nixos/gitlab-runner: add missing HOME to environment (#67450)
Gitlab runner fails to start if HOME is not set.
2019-08-28 20:27:28 +00:00
Daniel Fullmer 88723457e6 rclone: 1.49.0 -> 1.49.1 2019-08-28 15:22:12 -04:00
WilliButzandGitHub b602b5c067 Merge pull request #67634 from mmahut/prometheus-cups-exporter
prometheus-cups-exporter: init at unstable-2019-03-17
2019-08-28 21:07:16 +02:00
Andreas RammholdandGitHub f43086caa9 Merge pull request #67637 from andir/dovecot
dovecot-pigeonhole: 0.5.7.1 -> 0.5.7.2 (CVE-2019-11500)
2019-08-28 20:58:10 +02:00
ImuliandWael Nasreddine 7863697575 fly: 5.3.0 -> 5.4.1 (#67633) 2019-08-28 12:30:18 -06:00