Commit Graph

9772 Commits

Author SHA1 Message Date
R. RyanTM
39b1bf1c9b traefik: 2.2.0 -> 2.2.1 2020-05-04 10:17:29 +00: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
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
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
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
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