Commit graph

9892 commits

Author SHA1 Message Date
Mario Rodas 74c5ab6176
Merge pull request #86748 from r-ryantm/auto-update/thanos
thanos: 0.11.0 -> 0.12.2
2020-05-04 05:59:20 -05:00
Mario Rodas 340f96dbaa
Merge pull request #86754 from r-ryantm/auto-update/traefik
traefik: 2.2.0 -> 2.2.1
2020-05-04 05:54:16 -05:00
R. RyanTM 39b1bf1c9b traefik: 2.2.0 -> 2.2.1 2020-05-04 10:17:29 +00:00
R. RyanTM 866a4b017f thanos: 0.11.0 -> 0.12.2 2020-05-04 09:32:20 +00:00
R. RyanTM 0cf8e5feeb airsonic: 10.5.0 -> 10.6.1 2020-05-04 01:24:39 -07:00
Aaron Andersen 9218a3599a tomcat-native: 1.2.23 -> 1.2.24 2020-05-03 20:49:02 -04:00
Mario Rodas 2514460cca
Merge pull request #86522 from marsam/update-minio
minio: 2020-03-25 -> 2020-05-01, minio-client: 2020-04-04 -> 2020-04-25
2020-05-03 19:48:09 -05:00
Mario Rodas b855e1f3f3
Merge pull request #86549 from r-ryantm/auto-update/dolt
dolt: 0.15.2 -> 0.16.3
2020-05-03 17:44:08 -05:00
Oleksii Filonenko 9739d7e34a caddy2: 2.0.0-rc.1 -> 2.0.0-rc.3 2020-05-03 23:53:21 +03:00
Mario Rodas bb7b63ac0b
nixosTests.minio: update minio-client command 2020-05-02 04:20:00 -05:00
Mario Rodas 0ce7844640
Merge pull request #86578 from r-ryantm/auto-update/imgproxy
imgproxy: 2.11.0 -> 2.13.0
2020-05-02 09:43:45 -05:00
R. RyanTM 45cd0c24d9 imgproxy: 2.11.0 -> 2.13.0 2020-05-02 12:10:26 +00:00
R. RyanTM bc74bdedae jetty: 9.4.25.v20191220 -> 9.4.26.v20200117 2020-05-02 10:15:25 +02:00
Frederik Rietdijk afb1041148 Merge master into staging-next 2020-05-02 09:39:00 +02:00
R. RyanTM 52ea351426 dolt: 0.15.2 -> 0.16.3 2020-05-02 07:00:23 +00:00
Mario Rodas 3699d2d1dd
minio: 2020-03-25T07-03-04Z -> 2020-05-01T22-19-14Z 2020-05-01 17:50:00 -05:00
Florian Klink e148a72377
Merge pull request #86067 from NinjaTrappeur/nin-sane-prosody-defaults
nixos/prosody: make module defaults comply with XEP-0423
2020-05-01 20:07:13 +02:00
Jaka Hudoklin 53b474b5a5
Merge pull request #86431 from purcell/jackett-aarch64
jackett: 0.14.365 -> 0.16.175, add aarch64 support
2020-05-01 13:17:00 +00:00
Daiderd Jordan 8b006cd3bf
Merge pull request #86327 from bachp/plex-1.19.2.2737
plex: 1.19.1.2645 -> 1.19.2.2737
2020-05-01 10:34:22 +02:00
Frederik Rietdijk 00bbfccecf Merge staging into staging-next 2020-05-01 09:28:45 +02:00
R. RyanTM 40886adad8 eventstore: 5.0.7 -> 5.0.8 2020-05-01 09:06:14 +02:00
R. RyanTM 92e1aeae57 felix: 5.6.1 -> 6.0.3 2020-05-01 09:04:29 +02:00
Frederik Rietdijk 484ee79050 Merge staging-next into staging 2020-05-01 08:57:10 +02:00
Steve Purcell c10f382b09 jackett: 0.14.365 -> 0.16.175 2020-05-01 16:40:27 +12:00
Steve Purcell 013501676c jackett: build selectively for aarch64
The previous derivation would use the upstream x86_64 binary on ARM64,
causing binary format compatibility issues at runtime.
2020-05-01 16:40:17 +12:00
Félix Baylac-Jacqué 8aea528872
nixos/prosody: make defaults comply with XEP-0423
Setting up a XMPP chat server is a pretty deep rabbit whole to jump in
when you're not familiar with this whole universe. Your experience
with this environment will greatly depends on whether or not your
server implements the right set of XEPs.

To tackle this problem, the XMPP community came with the idea of
creating a meta-XEP in charge of listing the desirable XEPs to comply
with. This meta-XMP is issued every year under an new XEP number. The
2020 one being XEP-0423[1].

This prosody nixos module refactoring makes complying with XEP-0423
easier. All the necessary extensions are enabled by default. For some
extensions (MUC and HTTP_UPLOAD), we need some input from the user and
cannot provide a sensible default nixpkgs-wide. For those, we guide
the user using a couple of assertions explaining the remaining manual
steps to perform.

We took advantage of this substential refactoring to refresh the
associated nixos test.

Changelog:
- Update the prosody package to provide the necessary community
  modules in order to comply with XEP-0423. This is a tradeoff, as
  depending on their configuration, the user might end up not using them
  and wasting some disk space. That being said, adding those will
  allow the XEP-0423 users, which I expect to be the majority of
  users, to leverage a bit more the binary cache.
- Add a muc submodule populated with the prosody muc defaults.
- Add a http_upload submodule in charge of setting up a basic http
  server handling the user uploads. This submodule is in is
  spinning up an HTTP(s) server in charge of receiving and serving the
  user's attachments.
- Advertise both the MUCs and the http_upload endpoints using mod disco.
- Use the slixmpp library in place of the now defunct sleekxmpp for
  the prosody NixOS test.
- Update the nixos test to setup and test the MUC and http upload
  features.
- Add a couple of assertions triggered if the setup is not xep-0423
  compliant.

[1] https://xmpp.org/extensions/xep-0423.html
2020-04-30 20:39:54 +02:00
Tristan Helmich (omniIT) edba1d79d1 uftp: 4.10.2 -> 5.0 2020-04-30 11:43:02 +00:00
Maximilian Bosch 42539c4c89
roundcube: 1.4.3 -> 1.4.4
https://github.com/roundcube/roundcubemail/releases/tag/1.4.4
2020-04-29 23:47:04 +02:00
Jörg Thalheim 1330dcff09
Merge pull request #86326 from Mic92/home-assistant 2020-04-29 22:07:19 +01:00
Maximilian Bosch c2f54edf8e
Merge pull request #86129 from doronbehar/update-gotify-server
gotify-server: 2.0.4 -> 2.0.5
2020-04-29 22:27:55 +02:00
Elis Hirwing 27b9b7b3af
Merge pull request #85026 from talyz/php_buildenv_override
php.buildEnv: Make the exported php package overridable, improve handling of currently enabled extensions, etc
2020-04-29 19:57:37 +02:00
Vladimír Čunát 26d3ae2f24
knot-resolver: 5.0.1 -> 5.1.0
https://gitlab.labs.nic.cz/knot/knot-resolver/-/tags/v5.1.0

The upcoming major version will contain reworked
hints/policy/prefill/rebinding/view modules and related functionalities.
Please participate in the following survey to ensure we do not forget
about your particular use-case:
https://www.knot-resolver.cz/survey/
It will help us to improve Knot Resolver. Thank you!
2020-04-29 17:38:21 +02:00
Pascal Bach fb4c730386 plex: 1.19.1.2645 -> 1.19.2.2737 2020-04-29 17:23:18 +02:00
Jörg Thalheim 940c4fc4c6
home-assistant: 0.108.7 -> 0.109.0 2020-04-29 16:01:32 +01:00
Alexey Shmalko de83c2da16
Merge pull request #86268 from mweinelt/coturn/CVE-2020-6061+6062
coturn: apply patch for CVE-2020-6061/6062
2020-04-29 16:50:33 +03:00
talyz 5cad1b4aff
php: Get rid of the phpXXbase attributes, update docs
Since the introduction of php.unwrapped there's no real need for the
phpXXbase attributes, so let's remove them to lessen potential
confusion and clutter. Also update the docs to make it clear how to
get hold of an unwrapped PHP if needed.
2020-04-29 13:45:48 +02:00
Martin Weinelt 704a018aae
coturn: apply patch for CVE-2020-6061/6062
Fixes: CVE-2020-6061, CVE-2020-6062

An exploitable heap overflow vulnerability exists in the way CoTURN
4.5.1.1 web server parses POST requests. A specially crafted HTTP
POST request can lead to information leaks and other misbehavior.
An attacker needs to send an HTTPS request to trigger this vulnerability.

An exploitable denial-of-service vulnerability exists in the way
CoTURN 4.5.1.1 web server parses POST requests. A specially crafted
HTTP POST request can lead to server crash and denial of service.
An attacker needs to send an HTTP request to trigger this vulnerability.
2020-04-29 12:53:16 +02:00
Jan Tojnar 2874eebfd2
Merge branch 'staging-next' into staging 2020-04-29 08:35:47 +02:00
Jan Tojnar 2b5e2ffe0a
Merge pull request #86165 from jtojnar/libusb-compat-rename 2020-04-29 08:26:08 +02:00
Colin 4007ceb6af
treewide get rid of go 1.12 (#83253)
* treewide Drop unneeded go 1.12 overrides

* Fix packr to be go module compatible.

I updated to version 2.8.0 which is the latest on master.
Then due to the 2 different sets of go modules which are used, I split
the build into two different derivations, then merged them togethor
using symlinkJoin to have the same output structure as the existing derivation.

* Remove consul dependency on go1.12

I updated the consul version to 1.7.2 and flipped it to building using
modules.

* Remove go1.12 from perkeep.

Update the version to the latest unstable on master.

* Update scaleway-cli to not be pinned to go1.12

Switched the version to 1.20

* Update prometheus-varnish-exporter to not depend on go1.12

* Update lnd to build with go1.12

Updated the version
Forced only building subpackages with main to prevent panics over
multiple modules in one repo

* Remove go1.12 from openshift

Had to update the version to 4.1.0 and do a bit of munging to get this
to work

* Remove go1.12 completely.

These are no longer needed.

* Update bazel-watcher and make it build with go 1.14
2020-04-28 20:16:20 -04:00
Jörg Thalheim 20e67f1fb8
Merge pull request #85535 from zowoq/gopackage
buildGoPackage: use $out instead of $bin
2020-04-28 12:55:09 +01:00
zowoq b5dc07a4b4 treewide: use $out instead of $bin with buildGoPackage 2020-04-28 20:30:29 +10:00
Jörg Thalheim 4dc492db17
Merge pull request #86176 from elohmeier/kapacitor
kapacitor: 1.5.1 -> 1.5.4
2020-04-28 11:29:29 +01:00
Enno Lohmeier 5933af631d kapacitor: 1.5.1 -> 1.5.4 2020-04-28 10:14:22 +02:00
foxit64 a217a1ae59 update telegraf 1.14.0 => 1.14.1 2020-04-28 08:40:01 +02:00
Jan Tojnar e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Maximilian Bosch 1066f11e4b
mautrix-whatsapp: 2020-04-21 -> 2020-04-21-1 2020-04-28 00:18:26 +02:00
Florian Klink 3b1e189f40
Merge pull request #85965 from flokli/libusb1-cleanups
make libusb1 dependencies explicit
2020-04-27 16:40:47 +02:00
Doron Behar fbb9bcaef4 gotify-server: 2.0.4 -> 2.0.5
Improved update script / procedure by getting all versions and shas
needed to build it.
2020-04-27 16:56:50 +03:00
zowoq 05683aceae blockbook: use subPackages 2020-04-27 21:06:12 +10:00
zowoq bd6b2318c3 prometheus-alertmanager: use installShellFiles 2020-04-27 21:06:12 +10:00
Florian Klink 88048e3213 brickd: request libusb1 directly 2020-04-27 12:19:12 +02:00
Mario Rodas 7320cdf284
Merge pull request #86038 from zowoq/etcd
etcd: 3.3.13 -> 3.3.20
2020-04-27 04:44:31 -05:00
Jörg Thalheim a90356e08a
Merge pull request #86035 from zowoq/go-fixes 2020-04-27 10:03:52 +01:00
Damien Cassou 9a23aeab34
Merge pull request #84286 from numkem/master
hashi-ui: init at 1.3.8
2020-04-27 09:56:44 +02:00
zowoq 0f4ffe94fb etcd: 3.3.13 -> 3.3.20 2020-04-27 13:19:01 +10:00
Aaron Andersen 92d9d07c61
Merge pull request #82762 from aanderse/tomcat-native
tomcat-native: init at 1.2.23
2020-04-26 19:48:22 -04:00
zowoq 94e4ec143f cockroachdb: use installShellFiles 2020-04-27 08:48:42 +10:00
zowoq 2dca3f2aa7 prometheus-mail-exporter: use installShellFiles 2020-04-27 08:48:42 +10:00
Tom Bereknyei bba6c109fe torque: substitute /bin/cp 2020-04-26 17:32:45 -04:00
Sebastien Bariteau b987b25c7c hashi-ui: init at 1.3.8 2020-04-26 16:00:05 -04:00
talyz 72636bc2f6
php: Get rid of all config.php parameters
Since all options controlled by the config.php parameters can now be
overridden directly, there's no reason to keep them around.
2020-04-26 16:43:23 +02:00
Aaron Andersen 6b3506458e tomcat-native: init at 1.2.23 2020-04-26 09:12:41 -04:00
Jörg Thalheim 083ea0abbe
Merge pull request #85220 from Mic92/home-assistant 2020-04-25 17:45:38 +01:00
Konrad Borowski 5054133224 serviio: update homepage link to use HTTPS 2020-04-24 19:44:59 -07:00
Konrad Borowski 7a29abc75c restya-board: update homepage link to use HTTPS 2020-04-24 19:44:59 -07:00
Mario Rodas 2083e4720b
Merge pull request #85615 from Frostman/prom-2.17.2
prometheus: 2.17.1 -> 2.17.2
2020-04-24 19:15:05 -05:00
Florian Klink 6e89b440d3
Merge pull request #85856 from Izorkin/nginx-update
nginx: update to 1.18.0
2020-04-24 22:02:48 +02:00
Ingo Blechschmidt 6695fdc961 ttyd: 1.5.2 -> 1.6.0 2020-04-24 11:12:21 -05:00
Léo Gaspard 3dbabc3c9b
Merge pull request #85884 from Ma27/bump-matrix-synapse
matrix-synapse: 1.12.1 -> 1.12.4
2020-04-24 17:47:52 +02:00
Maximilian Bosch 72cdc6d365
matrix-synapse: 1.12.1 -> 1.12.4
https://github.com/matrix-org/synapse/releases/tag/v1.12.4
2020-04-23 20:22:10 +02:00
Sergey Lukjanov 5faab9898e grafana: 6.7.2 -> 6.7.3 2020-04-23 10:09:07 -07:00
Jörg Thalheim 99fdbf80c6
Merge pull request #85816 from ngerstle/bump-keycloak 2020-04-23 17:46:02 +01:00
Sergey Lukjanov 0cd48c19f6 prometheus: 2.17.1 -> 2.17.2 2020-04-23 09:15:35 -07:00
Orivej Desh 7c4282bf43 postgresql: remove version from passthru
It is already available in the regular attrs.

`passthru.version` prevents `overrideAttrs (attrs: { version = "x"; })` from
taking effect.
2020-04-23 15:20:35 +00:00
Izorkin cbfe203da7 nginxMainline: 1.17.9 -> 1.18.0 2020-04-23 14:34:21 +03:00
Izorkin 2e6cd807d7 nginxStable: 1.16.1 -> 1.18.0 2020-04-23 14:34:13 +03:00
ngerstle 06e55a145b keycloak: 9.0.2 -> 9.0.3 2020-04-22 23:45:32 +02:00
Frederik Rietdijk 8374a2a0ee Merge master into staging-next 2020-04-22 17:20:20 +02:00
Bas van Dijk 784aa2913a
Merge pull request #79840 from knl/update-oauth2_proxy-to-5.0.0
oauth2_proxy: 3.2.0 -> 5.1.0
2020-04-22 12:15:07 +02:00
Jörg Thalheim 9bb6948317
home-assistant: 0.108.2 -> 0.108.7 2020-04-22 09:04:44 +01:00
Emery Hemingway 14c9451a83 mpd: declare tests from nixosTests 2020-04-22 11:45:04 +05:30
Frederik Rietdijk 23be4a8b4d Merge master into staging-next 2020-04-21 19:59:56 +02:00
David Anderson 0d0dd76a7a tailscale: 0.97-0 -> 0.97-219.
Signed-off-by: David Anderson <dave@natulte.net>
2020-04-21 19:43:32 +02:00
Maximilian Bosch 25b9bca759
mongodb_3_4: fix license
As noted in #83433, the 3.4 branch of `mongodb` is still licensed under
AGPL[1].

[1] https://github.com/mongodb/mongo/blob/r3.4.24/README
2020-04-21 18:05:15 +02:00
Maximilian Bosch c844633cc7
mautrix-whatsapp: 2020-04-12 -> 2020-04-21 2020-04-21 18:05:15 +02:00
Frederik Rietdijk 803b3d296c Merge staging-next into staging 2020-04-21 08:29:51 +02:00
Mario Rodas 96801b9975
Merge pull request #85421 from marsam/update-timescaledb
postgresqlPackages.timescaledb: 1.6.1 -> 1.7.0
2020-04-20 08:28:14 -05:00
Nikola Knezevic d31bb1e350 oauth2_proxy: Add knl as a maintainer
Per request from the current maintainer.
2020-04-20 10:11:46 +02:00
Nikola Knezevic 3552e610c3 oauth2_proxy: Start running tests for oauth2_proxy
No NixOS tests yet, but this is better than nothing.
2020-04-20 10:11:46 +02:00
Nikola Knezevic 6256d88eed oauth2_proxy: 3.2.0 -> 5.1.0
v3.2.0 is 11 months old.

v5.1.0 brings new providers and fixes security vulnerabilities. In addition, the
project switched to go 1.14 and uses go modules, which is now reflected in the
build process.

NOTE: There are many breaking changes, which are then reflected in the NixOS
services configuration.
2020-04-20 09:39:00 +02:00
Peter Hoeg 53c14c4e65
Merge pull request #81365 from peterhoeg/p/https-dns
https-dns-proxy: init at unstable-20200419
2020-04-20 14:06:40 +08:00
Peter Hoeg 93df15d79a https-dns-proxy: init at unstable-20200419 2020-04-20 13:36:59 +08:00
Vladimír Čunát e233a9d4dd
Merge #84442: staging-next branch 2020-04-18 23:11:00 +02:00
John Ericson 1ea80c2cc3 Merge remote-tracking branch 'upstream/master' into staging 2020-04-18 15:40:49 -04:00
Pavol Rusnak fadcfc3ea4
treewide: per RFC45, remove more unquoted URLs 2020-04-18 14:04:37 +02:00
Vladimír Čunát d96487b9ca
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
John Ericson 33c2a76c5e Merge remote-tracking branch 'upstream/master' into staging 2020-04-17 18:40:51 -04:00
Matthew Bauer 1c8aba8334 treewide: use blas and lapack
This makes packages use lapack and blas, which can wrap different
BLAS/LAPACK implementations.

treewide: cleanup from blas/lapack changes

A few issues in the original treewide:

- can’t assume blas64 is a bool
- unused commented code
2020-04-17 16:24:09 -05:00
Maximilian Bosch 135ae45d24
grocy: 2.7.0 -> 2.7.1
https://github.com/grocy/grocy/releases/tag/v2.7.1
2020-04-17 22:02:28 +02:00
Maximilian Bosch e61c924adb
mautrix-whatsapp: 2020-04-02 -> 2020-04-12 2020-04-17 00:28:13 +02:00
Maximilian Bosch d4659dece2
grocy: 2.6.2 -> 2.7.0 2020-04-16 21:52:08 +02:00
Mario Rodas 35eac7e51e
postgresqlPackages.timescaledb: 1.6.1 -> 1.7.0
Changelog: https://github.com/timescale/timescaledb/releases/tag/1.7.0
2020-04-16 04:20:00 -05:00
Jan Tojnar 4b706490da
Merge branch 'staging-next' into staging 2020-04-16 10:10:38 +02:00
Jan Tojnar 3d8e436917
Merge branch 'master' into staging-next 2020-04-16 10:09:43 +02:00
Maximilian Bosch 1b95c71989
nextcloud*: add passthru.tests to reference VM-tests 2020-04-16 02:31:54 +02:00
Maximilian Bosch 2da253a7de
documize-community: add passthru.tests to reference VM-test 2020-04-15 22:35:46 +02:00
Maximilian Bosch 37fe88e227
grocy: add passthru.tests to reference VM-test 2020-04-15 22:35:46 +02:00
Simon Waibl 55e327244a
Merge pull request #83872 from bachp/unifi-5.12.66
unifiStable: 5.12.35 -> 5.12.66
2020-04-15 21:26:20 +02:00
Mario Rodas a4d12f7d81
Merge pull request #85109 from marsam/update-victoriametrics
victoriametrics: 1.34.5 -> 1.34.7
2020-04-15 06:51:53 -05:00
worldofpeace 06159c66da
Merge pull request #85140 from minijackson/jellyfin-10.5.4
jellyfin: 10.5.3 -> 10.5.4, add link to nixos test
2020-04-14 09:56:38 -04:00
Maximilian Bosch 401e07d419
Merge pull request #84551 from gnprice/pr-stripDebugList
treewide: Fix types of stripDebugList attrs (and fix doc)
2020-04-14 15:54:52 +02:00
Minijackson 01d3516519
jellyfin: add link to nixos test 2020-04-14 15:50:07 +02:00
Benjamin Hipple 1ca2475b0c
Merge pull request #83905 from msm-code/feature/init-ursadb
ursadb: init at v1.2.0
2020-04-13 22:18:59 -04:00
John Ericson c8a6ea5161 Merge remote-tracking branch 'upstream/master' into staging 2020-04-13 22:17:15 -04:00
Matthew Bauer e520d6af29
Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020
Cross compilation fixes [april 2020]
2020-04-13 16:48:38 -04:00
Jan Tojnar b4a6714571
Merge branch 'staging-next' into staging 2020-04-13 18:54:59 +02:00
Jan Tojnar a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
Jörg Thalheim 4c3f1d321a
Merge pull request #76723 from jokogr/u/traefik-2.1.1
Traefik: 1.7.14 -> 2.2.0
2020-04-13 17:16:54 +01:00
Mario Rodas 8686922e68
influxdb: 1.7.6 -> 1.8.0 (#85113) 2020-04-13 11:48:11 +00:00
Minijackson dff99df6ea
jellyfin: 10.5.3 -> 10.5.4 2020-04-13 12:40:01 +02:00
Ioannis Koutras 9360e3723d nixos/traefik: add test 2020-04-12 22:50:36 +02:00
Ioannis Koutras 07f1844c58 traefik: 1.7.14 -> 2.2.0 2020-04-12 22:50:36 +02:00
Maximilian Bosch 6a1a6b9a5b
Merge pull request #80910 from fkstef/fix/rainloop-update
rainloop: 1.13.0 -> 1.14.0
2020-04-12 20:00:31 +02:00
Maximilian Bosch d3711b97ff
Merge pull request #84988 from r-ryantm/auto-update/samba
samba: 4.12.0 -> 4.12.1
2020-04-12 18:30:17 +02:00
Mario Rodas 797d8709b5
Merge pull request #84574 from filalex77/meilisearch-0.9.0
meilisearch: init at 0.9.0
2020-04-12 04:40:15 -05:00
Mario Rodas a94fedc20d
victoriametrics: 1.34.5 -> 1.34.7 2020-04-12 04:20:00 -05:00
Rok Garbas dc75767b7f
Merge pull request #85011 from danielfullmer/zoneminder-1.34.9
zoneminder: 1.34.3 -> 1.34.9
2020-04-11 21:32:12 +02:00
Daniel Fullmer fae01fa84b zoneminder: 1.34.3 -> 1.34.9
Also removed workaround which was included in ZoneMinder/zoneminder#2867
2020-04-11 13:37:15 -04:00
Jörg Thalheim 479a9b3c07
Merge pull request #84998 from r-ryantm/auto-update/uftp
uftp: 4.10.1 -> 4.10.2
2020-04-11 18:22:01 +01:00
R. RyanTM debc530a7b uftp: 4.10.1 -> 4.10.2 2020-04-11 14:12:18 +00:00
R. RyanTM 2cb5932025 samba: 4.12.0 -> 4.12.1 2020-04-11 12:06:30 +00:00
Mario Rodas 17c682b7a2
Merge pull request #84646 from r-ryantm/auto-update/Tautulli
tautulli: 2.2.0 -> 2.2.1
2020-04-10 16:33:31 -05:00
Marco Orovecchia 2467e22bdf pythonPackages.HAP-python: init at 2.7.0 2020-04-10 13:03:28 -07:00
Marco Orovecchia 6e72b95a93 pythonPackages.aioharmony: init at 0.2.1 2020-04-10 12:17:42 -07:00
Rouven Czerwinski ce4b26a8fe xorg.xorgserver: 1.20.7 -> 1.20.8
https://lists.x.org/archives/xorg-announce/2020-March/003041.html

This release contains a fix for XWayland which removes a buffer swap
race between XWayland and the compositor. This resulted in flickering in
previous versions.
2020-04-10 20:07:11 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Benjamin Hipple 7e7502448f
Merge pull request #84905 from endocrimes/plex-2645
plex: 1.19.1.2630-72c16a276 -> 1.19.1.2645-ccb6eb67e
2020-04-10 12:08:11 -04:00
Danielle Lancashire c284b7b39e
plex: 1.19.1.2630-72c16a276 -> 1.19.1.2645-ccb6eb67e 2020-04-10 14:53:16 +02:00
Jörg Thalheim a11e417754
Merge pull request #84724 from Mic92/home-assistant
home-assistant: 0.107.7 -> 0.108.2
2020-04-10 13:50:40 +01:00
Jörg Thalheim 02becde898
home-assistant: 0.107.7 -> 0.108.2 2020-04-10 11:17:57 +01:00
Jan Tojnar 1ab03c3a76
Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
Marco Orovecchia 6fcf77e87a pythonPackages.pynanoleaf: init at 0.0.5 2020-04-10 01:06:23 -07:00
Jonathan Ringer 664d1b2440 esphome: remove version pinning 2020-04-09 12:51:34 -07:00
R. RyanTM 64bf916b4a mediawiki: 1.34.0 -> 1.34.1 2020-04-09 10:17:28 -07:00
Ryan Mulligan fb689fc5f2
Merge pull request #84677 from r-ryantm/auto-update/VictoriaMetrics
victoriametrics: 1.33.1 -> 1.34.5
2020-04-09 06:28:24 -07:00
Aaron Andersen 19ac4ae59a
Merge pull request #84699 from nyanloutre/nginx-sso_0_24_1
nginx-sso: 0.24.0 -> 0.24.1
2020-04-09 07:55:37 -04:00
Peter Hoeg a2669234d6
Merge pull request #84664 from r-ryantm/auto-update/wordpress
wordpress: 5.3.2 -> 5.4
2020-04-09 09:58:11 +08:00
Maximilian Bosch ab6c9545f7
Merge pull request #84616 from r-ryantm/auto-update/rspamd
rspamd: 2.4 -> 2.5
2020-04-08 22:32:37 +02:00
Pascal Bach d9b010cdbb plex: 1.18.9.2578 -> 1.19.1.2630 2020-04-08 21:26:14 +02:00