Commit graph

9967 commits

Author SHA1 Message Date
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
Milan 3847ec0e35
nginxMainline: 1.17.8 -> 1.17.9 (#84743) 2020-04-08 21:19:35 +02:00
Samuel Leathers 72cb7f81fd
Merge pull request #81442 from manveru/bundler-2.1.4
bundler: 1.17.3 -> 2.1.4
2020-04-08 12:44:54 -04:00
Jörg Thalheim b955b22b22
Merge pull request #84639 from jonringer/memcached-add-tests
memcached: add nixos tests to passthru
2020-04-08 17:15:16 +01:00
Elis Hirwing 258980146c
Merge pull request #84721 from talyz/php-dont-inherit-dev
php.buildEnv: Don't inherit dev from the original php
2020-04-08 16:38:33 +02:00
talyz 472d5c187b
php.buildEnv: Don't inherit dev from the original php
mkDerivation uses the dev output in buildInputs if it exits, hence the
php-with-extensions package was never built or put into the path of
packages dependent on it during build. With this fix, the php packages
built with buildEnv or withExtensions don't have any dev outputs;
packages which need the dev output can refer to the phpXXbase packages
instead.
2020-04-08 15:13:07 +02:00
Kevin Cox e3efdbf3f8
Merge pull request #84706 from nyanloutre/jellyfin_10_5_3
jellyfin: 10.5.2 -> 10.5.3
2020-04-08 08:58:38 -04:00
nyanloutre 66c05279c3
jellyfin: 10.5.2 -> 10.5.3 2020-04-08 11:51:02 +02:00
nyanloutre 0e087981ec
nginx-sso: 0.24.0 -> 0.24.1 2020-04-08 10:59:01 +02:00
lewo 24201a5148
Merge pull request #84388 from danielfullmer/searx-0.16.0
searx: 0.15.0 -> 0.16.0
2020-04-08 09:33:23 +02:00
R. RyanTM bc26f7d6e6 victoriametrics: 1.33.1 -> 1.34.5 2020-04-07 23:20:48 +00:00
R. RyanTM 1e7135120d wordpress: 5.3.2 -> 5.4 2020-04-07 20:45:50 +00:00
R. RyanTM 78f97a997a tautulli: 2.2.0 -> 2.2.1 2020-04-07 18:30:23 +00:00
R. RyanTM f34ccf118c munin: 2.0.51 -> 2.0.59 2020-04-07 10:56:53 -07:00
R. RyanTM c5c3fc974c memcached: 1.6.2 -> 1.6.3 2020-04-07 10:53:55 -07:00
Jonathan Ringer efc01e881d
memcached: add nixos tests to passthru 2020-04-07 10:53:16 -07:00
R. RyanTM f9423c1431 rspamd: 2.4 -> 2.5 2020-04-07 15:38:55 +00:00
Oleksii Filonenko 7a4fc7c2c7 meilisearch: init at 0.9.0 2020-04-07 18:08:54 +03:00
Maximilian Bosch e2b327cd4e
prometheus-wireguard-exporter: 3.2.4 -> 3.3.0
https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.3.0
2020-04-07 13:20:04 +02:00
Greg Price 7547cf9dfc treewide: Fix up stripDebugList attrs to be lists.
The documentation says this should be a list, and it already is in
about half the expressions that set it.

The difference doesn't matter at present, because these values are all
space-free literals.  But it will in a future with __structuredAttrs .

(The similar attr stripAllList has no users in the nixpkgs tree, so
there's nothing to do to fix any of those up.)
2020-04-06 21:26:52 -07:00
Maximilian Bosch 32e7c0f16f
Merge pull request #84439 from JJJollyjim/loki-1.4
grafana-loki: 1.3.0 -> 1.4.0
2020-04-06 23:16:24 +02:00
Matthew Bauer 24f8bad37c libXres: enable cross-compilation
- adds utilmacros
- set null malloc flag
2020-04-06 16:36:27 -04:00
Matthew Bauer 777a2b4c56 xorg.libXScrnSaver: add utilmacros and malloc 0 2020-04-06 16:36:21 -04:00
Jon bf237d22a7
Merge pull request #83987 from r-ryantm/auto-update/matterbridge
matterbridge: 1.16.5 -> 1.17.1
2020-04-06 12:39:07 -07:00
R. RyanTM ab7e9d73ff jackett: 0.13.467 -> 0.14.365 2020-04-06 12:38:22 -07:00
Michael Fellinger f92600b406
update versions in Gemfile.lock 2020-04-06 15:02:13 +02:00
Marek Mahut d1dcebe629
Merge pull request #83999 from aanderse/zabbix
zabbix: 4.0.18 -> 4.0.19, 4.4.6 -> 4.4.7
2020-04-06 12:33:44 +02:00
Marek Mahut 452cf513b9
Merge pull request #84432 from r-ryantm/auto-update/metabase
metabase: 0.34.3 -> 0.35.1
2020-04-06 12:33:30 +02:00
Frederik Rietdijk 2420184727 Merge staging into staging-next 2020-04-06 08:54:28 +02:00
Jamie McClymont e6c14aef79 grafana-loki: 1.3.0 -> 1.4.0 2020-04-06 18:38:56 +12:00
R. RyanTM b0470d7907 metabase: 0.34.3 -> 0.35.1 2020-04-06 05:58:58 +00:00
Niklas Hambüchen ce5ddc23c0
Merge pull request #84402 from numkem/consul_1.7.2
consul: 1.6.2 -> 1.7.2
2020-04-06 03:53:50 +02:00
Mario Rodas 357a5c6472
Merge pull request #84344 from r-ryantm/auto-update/dictd
dict: 1.12.1 -> 1.13.0
2020-04-05 20:13:49 -05:00
Sebastien Bariteau 3a67ff5e6b consul: 1.6.2 -> 1.7.2 2020-04-05 17:58:57 -04:00
Daniel Fullmer 7db64c4352 searx: 0.15.0 -> 0.16.0 2020-04-05 15:59:25 -04:00
Elis Hirwing 3b6539896b
Merge pull request #83896 from etu/slim-down-default-php-v3
PHP: Make the default package more sane [v3]
2020-04-05 20:00:03 +02:00
Maximilian Bosch ca0cb2c43f
mautrix-whatsapp: 2020-03-26 -> 2020-04-02 2020-04-05 17:46:12 +02:00
R. RyanTM 002b16d965 dict: 1.12.1 -> 1.13.0 2020-04-05 12:14:16 +00:00
Frederik Rietdijk ce2321f938 Merge staging-next into staging 2020-04-05 08:34:03 +02:00
Frederik Rietdijk 866c5aa090 Merge master into staging-next 2020-04-05 08:33:39 +02:00
Aaron Andersen d757d810d0
Merge pull request #84045 from r-ryantm/auto-update/apache-httpd
apacheHttpd: 2.4.41 -> 2.4.43
2020-04-04 19:22:17 -04:00
Maximilian Bosch 1c54edcf8d
mautrix-telegram: 0.7.1 -> 0.7.2
https://github.com/tulir/mautrix-telegram/releases/tag/v0.7.2
2020-04-04 22:35:42 +02:00
Maximilian Bosch 1d7a795fcd
grocy: 2.6.1 -> 2.6.2
https://github.com/grocy/grocy/releases/tag/v2.6.2
2020-04-03 21:57:30 +02:00
Frederik Rietdijk 92124ed660 Merge master into staging-next 2020-04-03 21:54:40 +02:00
Mario Rodas dd65638d45
Merge pull request #84169 from filalex77/caddy2-2.0.0-rc.1
caddy2: 2.0.0-beta10 -> 2.0.0-rc.1
2020-04-03 09:12:14 -05:00
msm 5160beb886
ursadb: init at v1.2.0 2020-04-03 11:29:05 +02:00
Elis Hirwing a5f77d6ea2
php-unit: Drop the declaration of the php-unit attributes since they aren't used 2020-04-03 10:11:11 +02:00
Elis Hirwing be7bf5a18d
php-embed: Drop the declaration of the php-embed attributes 2020-04-03 10:11:07 +02:00
Oleksii Filonenko 41bcc6ff99 caddy2: 2.0.0-beta10 -> 2.0.0-rc.1 2020-04-03 10:43:25 +03:00
Mario Rodas 7ae098e1dd
Merge pull request #83978 from r-ryantm/auto-update/imgproxy
imgproxy: 2.8.1 -> 2.11.0
2020-04-02 18:13:19 -05:00
Silvan Mosberger c06bcddaad
Merge pull request #83258 from mmilata/sympa-6.2.54
nixos/sympa: fix outgoing emails, update package version
2020-04-03 00:24:57 +02:00
Florian Klink 44c20fb83e
Merge pull request #84087 from Izorkin/mariadb-tokudb
mariadb: update build configuration.
2020-04-02 23:44:03 +02:00
Robin Gloster fa0bd3f902
Merge pull request #84121 from Frostman/grafana-6.7.2
grafana: 6.7.1 -> 6.7.2
2020-04-02 20:05:45 +00:00
Léo Gaspard 947d81c8e6
Merge pull request #84118 from Ma27/bump-matrix-synapse
matrix-synapse: 1.12.0 -> 1.12.1
2020-04-02 21:13:04 +02:00
Robin Gloster 5081a68a3a
Merge pull request #84112 from elseym/plex
plex: 1.18.9.2571 -> 1.18.9.2578
2020-04-02 16:39:18 +00:00
Sergey Lukjanov 396392ca24 grafana: 6.7.1 -> 6.7.2 2020-04-02 09:15:37 -07:00
R. RyanTM 8bdd561ccc dolt: 0.15.0 -> 0.15.2 2020-04-02 16:13:21 +00:00
Maximilian Bosch 83c59cb9b6
matrix-synapse: 1.12.0 -> 1.12.1
https://github.com/matrix-org/synapse/releases/tag/v1.12.1
2020-04-02 17:49:25 +02:00
Izorkin 5abc729dd6 mariadb: fix deps build 2020-04-02 18:05:07 +03:00
Izorkin 24357432cd mariadb: add zstd compression 2020-04-02 18:05:06 +03:00
Izorkin eafdfc8f51 mariadb: add option to build server without rocksdb storage 2020-04-02 18:05:06 +03:00
Izorkin 0296e678cf mariadb: add option to build server without tokudb storage 2020-04-02 18:05:04 +03:00
elseym df55c2ef5f
plex: 1.18.9.2571 -> 1.18.9.2578 2020-04-02 16:31:49 +02:00
Aaron Andersen f71c9e8fe3
Merge pull request #83760 from Kiwi/matomo-3.13.4
matomo: 3.13.3 -> 3.13.4
2020-04-02 07:24:16 -04:00
Jörg Thalheim 3a4f0fa4ec
home-assistant: add mic92 as maintainer 2020-04-02 09:50:12 +01:00
Jörg Thalheim cd3d229eba
Merge pull request #83583 from colemickens/nixpkgs-ha-pkgs-alarmdecoder
pythonPackages.alarmdecoder: init at v1.13.9
2020-04-02 09:47:54 +01:00
Mario Rodas 820cc39ad4
Merge pull request #83371 from Frostman/prom-2.17.0
prometheus: 2.16.0 -> 2.17.1
2020-04-01 22:15:38 -05:00
R. RyanTM 52fd099b53 sickgear: 0.21.17 -> 0.21.22 2020-04-01 16:47:06 -07:00
R. RyanTM f26b2afb93 apacheHttpd: 2.4.41 -> 2.4.43 2020-04-01 22:33:24 +00:00
adisbladis 99b1188ee1
Merge pull request #83990 from r-ryantm/auto-update/minio
minio: 2020-03-06T22-23-56Z -> 2020-03-25T07-03-04Z
2020-04-01 20:02:42 +02:00
Daiderd Jordan c77af3740b
Merge pull request #83873 from bachp/plex-1.18.9.2571
plex: 1.18.8.2527 -> 1.18.9.2571
2020-04-01 19:31:31 +02:00
Sergey Lukjanov f5f98920f7 prometheus: 2.16.0 -> 2.17.1 2020-04-01 10:28:56 -07:00
Aaron Andersen 1c35aac9c7 zabbix: 4.4.6 -> 4.4.7 2020-04-01 12:14:13 -04:00
Aaron Andersen 25e2908e73 zabbix: 4.0.18 -> 4.0.19 2020-04-01 12:12:40 -04:00
R. RyanTM d6b23cb118 minio: 2020-03-06T22-23-56Z -> 2020-03-25T07-03-04Z 2020-04-01 15:13:11 +00:00
R. RyanTM aaa2d67e4c matterbridge: 1.16.5 -> 1.17.1 2020-04-01 14:52:11 +00:00
Mario Rodas 3f85d8c912
Merge pull request #83860 from filalex77/sozu-0.11.46
sozu: init at 0.11.46
2020-04-01 08:22:28 -05:00
R. RyanTM 11caa9bff0 imgproxy: 2.8.1 -> 2.11.0 2020-04-01 13:11:26 +00:00
R. RyanTM 8866b7d72f coredns: 1.6.7 -> 1.6.9 2020-04-01 10:17:44 +00:00
Elis Hirwing 1983417a2f
unit: Make unit use phpbase packages 2020-03-31 22:06:56 +02:00
Jan Tojnar dbb4a47de0
Merge branch 'staging-next' into staging 2020-03-31 21:33:00 +02:00
Jan Tojnar 3e0f4e202f
Merge branch 'master' into staging-next 2020-03-31 21:32:15 +02:00
Timo Kaufmann 3aa6dcf21e
Merge pull request #83826 from mmilata/prosody-0.11.5
prosody: 0.11.3 -> 0.11.5
2020-03-31 14:24:30 +00:00
Pascal Bach f9703bde36 plex: 1.18.8.2527 -> 1.18.9.2571 2020-03-31 14:45:40 +02:00
Pascal Bach 05cc2b1f51 unifiStable: 5.12.35 -> 5.12.66 2020-03-31 14:44:11 +02:00
Jörg Thalheim 5371ea9702
Merge pull request #83582 from colemickens/nixpkgs-ha-pkgs-roku
pythonPackages.roku: init at v4.1
2020-03-31 11:46:04 +01:00
Oleksii Filonenko 40d5a07ebe sozu: init at 0.11.46 2020-03-31 11:48:10 +03:00
Cole Mickens 1e9982c52f home-assistant: regenerate component-packages.nix (alarmdecoder) 2020-03-31 07:46:48 +00:00
Orivej Desh d5f9b0199d qpaeq: add AudioVideo category
Audio without AudioVideo is deprecated.
2020-03-31 04:10:58 +00:00
Martin Milata ce2a2afac7 prosody: 0.11.3 -> 0.11.5
- https://prosody.im/doc/release/0.11.4
- https://prosody.im/doc/release/0.11.5
2020-03-31 04:27:23 +02:00
Maximilian Bosch fc451835f6
Merge pull request #83714 from tokudan/nextcloud-1803
nextcloud: 18.0.2 -> 18.0.3
2020-03-31 01:47:59 +02:00
Orivej Desh ee5f8636fe qpaeq: fix build with desktop file validation after #75729
Audio;Mixer; puts it near KMix which has Categories=Qt;KDE;AudioVideo;Audio;Mixer;
2020-03-30 23:24:18 +00:00
Cole Mickens 9a9f28bc09 home-assistant: regenerate component-packages.nix (roku) 2020-03-30 22:12:07 +00:00
Frederik Rietdijk 46ec52f329 buildPython*: use pname 2020-03-30 17:07:41 +02:00
adisbladis e41f3d9ef3
pulseaudio: Enable bluetooth support by default
It only increases the closure size by 0.5M and users who do not set
the NixOS option `hardware.pulseaudio.package = pkgs.pulseaudioFull;`
will be stumped by their bluetooth audio not working.
2020-03-30 14:36:06 +01:00
Michele Guerini Rocco d82ed8bfd7
Merge pull request #83750 from r-ryantm/auto-update/mpd
mpd: 0.21.20 -> 0.21.21
2020-03-30 12:25:17 +02:00
Robert Djubek 761b391b4a
matomo: 3.13.3 -> 3.13.4
Updated both matomo and matomo-beta to the latest version
2020-03-30 07:58:55 +00:00
R. RyanTM 099b56b239 mpd: 0.21.20 -> 0.21.21 2020-03-30 05:19:13 +00:00
Izorkin ef2eeb4d8f ejabberd: 20.01 -> 20.03 2020-03-30 07:42:26 +03:00
Mario Rodas d79bc3ccec
Merge pull request #83707 from r-ryantm/auto-update/groonga
groonga: 9.1.2 -> 10.0.0
2020-03-29 19:07:24 -05:00
Daniel Frank 2496942c7a
nextcloud: 18.0.2 -> 18.0.3 2020-03-29 23:54:53 +02:00
R. RyanTM 2d6afe6ba5 groonga: 9.1.2 -> 10.0.0 2020-03-29 19:59:16 +00:00
Jan Tojnar 22ada10aed
Merge pull request #82509 from Izorkin/samba4
samba: build with profiling enabled
2020-03-29 18:30:41 +02:00
Jörg Thalheim 10059e4b71
Merge remote-tracking branch 'upstream/master' into HEAD 2020-03-29 14:08:10 +01:00
Aaron Andersen 470d3c8bde
Merge pull request #83398 from r-ryantm/auto-update/solr
solr: 8.4.1 -> 8.5.0
2020-03-28 19:26:36 -04:00
Frederik Rietdijk a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
Izorkin 4b2da39fff samba: add option enableProfiling 2020-03-28 19:16:05 +03:00
Izorkin 911179ef65 samba: add option enableKerberos 2020-03-28 19:16:05 +03:00
Izorkin 4a01c9433b samba: add needed packages 2020-03-28 19:16:03 +03:00
Izorkin 0c43bd4ef8 samba: remove unused packages 2020-03-28 18:56:34 +03:00
Izorkin e1b3a529e1 samba: fix deps 2020-03-28 18:56:34 +03:00
Izorkin a41d96f45f samba: cleanup build configuration 2020-03-28 18:56:34 +03:00
Robin Gloster c273c38bad
Merge pull request #82499 from helsinki-systems/upd/atlassian-confluence
atlassian-confluence: 7.2.1 -> 7.3.4
2020-03-28 09:29:03 +00:00
vasy 758f81df44
atlassian-jira: 8.7.1 -> 8.8.0 (#83218)
fix not starting service when jdk is jdk11
2020-03-28 09:25:13 +00:00
Cole Mickens d0fabe4e42 home-assistant: regenerate component-packages.nix (bravia-tv) 2020-03-28 08:09:40 +00:00
Jörg Thalheim 774ddebd87
Merge pull request #83472 from Mic92/propragate-darwin-go
Propragate darwin go
2020-03-28 06:57:59 +00:00
Jörg Thalheim dc0d45999a
Merge pull request #82866 from Mic92/home-assistant
home-assistant: 0.106.6 -> 0.107.7
2020-03-28 06:51:58 +00:00
Cole Mickens 9cc44b7e33
home-assistant: 0.107.0 -> 0.107.7 2020-03-28 04:39:34 +00:00
Minijackson 3cff761a35 jellyfin: 10.5.0 -> 10.5.2 2020-03-27 20:43:30 -07:00
Mario Rodas dccfefe372
Merge pull request #83463 from r-ryantm/auto-update/keycloak
keycloak: 9.0.0 -> 9.0.2
2020-03-27 22:15:16 -05:00
Jörg Thalheim af2e41c4dd
home-assistant: 0.106.6 -> 0.107.0 2020-03-28 02:29:59 +00:00
Jörg Thalheim f146d5fdbe
home-assistant-frontend: 20200220.5 -> 20200318.0 2020-03-28 02:29:58 +00:00
aszlig e1d63ada02
nginx: Fix ETag patch to ignore realpath(3) error
While our ETag patch works pretty fine if it comes to serving data off
store paths, it unfortunately broke something that might be a bit more
common, namely when using regexes to extract path components of
location directives for example.

Recently, @devhell has reported a bug with a nginx location directive
like this:

  location ~^/\~([a-z0-9_]+)(/.*)?$" {
    alias /home/$1/public_html$2;
  }

While this might look harmless at first glance, it does however cause
issues with our ETag patch. The alias directive gets broken up by nginx
like this:

  *2 http script copy: "/home/"
  *2 http script capture: "foo"
  *2 http script copy: "/public_html/"
  *2 http script capture: "bar.txt"

In our patch however, we use realpath(3) to get the canonicalised path
from ngx_http_core_loc_conf_s.root, which returns the *configured* value
from the root or alias directive. So in the example above, realpath(3)
boils down to the following syscalls:

  lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
  lstat("/home/$1", 0x7ffd08da6f60) = -1 ENOENT (No such file or directory)

During my review[1] of the initial patch, I didn't actually notice that
what we're doing here is returning NGX_ERROR if the realpath(3) call
fails, which in turn causes an HTTP 500 error.

Since our patch actually made the canonicalisation (and thus additional
syscalls) necessary, we really shouldn't introduce an additional error
so let's - at least for now - silently skip return value if realpath(3)
has failed.

However since we're using the unaltered root from the config we have
another issue, consider this root:

  /nix/store/...-abcde/$1

Calling realpath(3) on this path will fail (except if there's a file
called "$1" of course), so even this fix is not enough because it
results in the ETag not being set to the store path hash.

While this is very ugly and we should fix this very soon, it's not as
serious as getting HTTP 500 errors for serving static files.

I added a small NixOS VM test, which uses the example above as a
regression test.

It seems that my memory is failing these days, since apparently I *knew*
about this issue since digging for existing issues in nixpkgs, I found
this similar pull request which I even reviewed:

https://github.com/NixOS/nixpkgs/pull/66532

However, since the comments weren't addressed and the author hasn't
responded to the pull request, I decided to keep this very commit and do
a follow-up pull request.

[1]: https://github.com/NixOS/nixpkgs/pull/48337

Signed-off-by: aszlig <aszlig@nix.build>
Reported-by: @devhell
Acked-by: @7c6f434c
Acked-by: @yorickvP
Merges: https://github.com/NixOS/nixpkgs/pull/80671
Fixes: https://github.com/NixOS/nixpkgs/pull/66532
2020-03-28 02:57:21 +01:00
Michael Weiss 0950324466 scons: Add passthru.py2 for backward compatibility
Not all packages build with Python 3, see #75877. The goal is to get rid
of Python 2 but this approach ensures a smoother transition.
2020-03-27 10:49:52 -07:00
Mario Rodas 1cfd2436e0
Merge pull request #83439 from r-ryantm/auto-update/clickhouse
clickhouse: 19.17.8.54 -> 19.17.9.60
2020-03-27 07:18:00 -05:00
Mario Rodas 8a774b7d56
keycloak: add platforms to meta 2020-03-27 04:20:00 -05:00