Commit graph

191202 commits

Author SHA1 Message Date
Averell Dalton 3162cc1320 plex-media-player: 2.36.0.988 -> 2.40.0.1007 2019-08-29 21:23:12 +02:00
Valerio Besozzi b5fc76e753
rsclock: 0.1.0 -> 0.1.4 2019-08-29 21:21:27 +02:00
worldofpeace 484a541e7b
Merge pull request #67669 from rnhmjoj/falkon
falkon: use qt5's mkDerivation
2019-08-29 15:02:58 -04:00
rnhmjoj a39b763080 falkon: use qt5's mkDerivation
See #65399
2019-08-29 15:02:00 -04:00
Martin Weinelt af1c07b679 nixos/fwupd: add package option 2019-08-29 20:45:22 +02: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 c1c1ce7221 mailman: add NixOS module to install and deploy the mailing list server 2019-08-29 20:29:35 +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 Bauer 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
Maximilian Bosch 87f818d9b2
citrix_workspace: add 1908 (citrix_workspace_19_8_0)
New release:
https://www.citrix.de/downloads/workspace-app/linux/workspace-app-for-linux-latest.html
(unfortunately there's no version-specific link for the latest version).

Also added `preferLocalBuild = true;` to the derivation, due to
`requireFile` you have to build it yourself anyway, however I use
distributed builds by default and figured that this shouldn't be needed
since the longest part of the build would be the upload of the source
archive in that case.
2019-08-29 20:24:17 +02:00
Matthew Bauer 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
Bruno Bigras 56d001a5ca starship: 0.12.0 -> 0.13.1 2019-08-29 13:32:29 -04:00
Michael Weiss 8ca970d6a7
cage: init at 0.1.1 2019-08-29 19:17:58 +02:00
Aaron Andersen 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
adisbladis 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
WilliButz 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 Pletz 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
Jan Tojnar dd7ec2ea97
python2Packages.nototools: 2017-09-25 → 2019-03-20 2019-08-29 17:24:10 +02: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 Putten 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 Malaquias 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 Malaquias 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 Gloster cbd4d59daf
Merge pull request #67177 from Izorkin/virt-viewer
virt-viewer: remove unused packages
2019-08-29 15:20:17 +02:00
Izorkin 4471efd9e0
virt-viewer: remove unused packages 2019-08-29 15:16:34 +02:00
Izorkin 066bd13613
libvirt-glib: remove unused packages 2019-08-29 15:16:34 +02:00
Mario Rodas 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 Gloster 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
xrelkd 17e833d8e5 cargo-bloat: 0.8.2 -> 0.8.3 2019-08-29 20:08:20 +08:00
William Casarin 8f4216bd97 move wallet software into the blockchains section 2019-08-29 05:06:06 -07:00
William Casarin 04ef817479 blockchains: remove default.nix
This is no longer needed

Signed-off-by: William Casarin <jb55@jb55.com>
2019-08-29 05:06:06 -07:00
William Casarin 8d6cb26e41 all-packages: add blockchains section
Signed-off-by: William Casarin <jb55@jb55.com>
2019-08-29 05:06:05 -07:00
William Casarin 72682e4654 tree: rename altcoins to blockchains
Signed-off-by: William Casarin <jb55@jb55.com>
2019-08-29 05:01:42 -07:00
Mario Rodas 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 Cox 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
rnhmjoj dc18715e76
rxvt_unicode: add rnhmjoj as maintainer 2019-08-29 13:33:25 +02:00
rnhmjoj 38aa8faa30
maintainers: update rnhmjoj information 2019-08-29 13:33:25 +02:00
Valerio Besozzi 7dfe735465
waybar: 0.7.2 -> 0.8.0 2019-08-29 12:13:36 +02:00
xrelkd b5977ddd8e cargo-web: 0.6.25 -> 0.6.26 2019-08-29 18:03:52 +08:00
Florian Klink 132a8382b0
Merge pull request #66922 from davidak/netdata_enableCgroupAccounting
netdata: enable cgroup accounting
2019-08-29 11:56:57 +02:00
Alexey Shmalko e2eef8d28d
escrotum: 2017-01-28 -> 2019-06-10 2019-08-29 12:20:01 +03:00