Commit Graph

9791 Commits

Author SHA1 Message Date
Vladimír Čunát
2147dd0648
knot-dns: 2.9.3 -> 2.9.4
https://gitlab.labs.nic.cz/knot/knot-dns/-/tags/v2.9.4
2020-05-05 09:20:32 +02:00
Aaron Andersen
3a421711f5
Merge pull request #86698 from aanderse/tomcat-native
tomcat-native: 1.2.23 -> 1.2.24
2020-05-04 22:53:45 -04:00
Oleksii Filonenko
ee76d62845 caddy2: 2.0.0-rc.3 -> 2.0.0 2020-05-04 17:13:56 +00:00
Franz Pletz
52b2fa943a
coturn: 4.5.1.1 -> 4.5.1.2 2020-05-04 15:02:38 +02:00
Minijackson
d59cc0f9cd jellyfin: 10.5.4 -> 10.5.5 2020-05-04 17:02:56 +05:30
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
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
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