Commit Graph

35744 Commits

Author SHA1 Message Date
Nick Cao
0e901894e8
Merge pull request #316246 from r-ryantm/auto-update/db-rest
db-rest: 6.0.4 -> 6.0.5
2024-06-01 09:47:53 -04:00
Nick Cao
2f803e20d3
Merge pull request #316259 from r-ryantm/auto-update/klipper
klipper: 0.12.0-unstable-2024-05-25 -> 0.12.0-unstable-2024-05-27
2024-06-01 09:46:26 -04:00
Sarah Brofeldt
419b44483f
Merge pull request #316180 from r-ryantm/auto-update/prometheus-redis-exporter
prometheus-redis-exporter: 1.59.0 -> 1.60.0
2024-06-01 10:32:32 +02:00
Ryan Lahfa
2181a4548d
Merge pull request #316104 from LeSuisse/nginx-1.26.1-1.27.0
nginxMainline: 1.25.4 -> 1.27.0, nginx: 1.26.0 -> 1.26.1
2024-06-01 01:04:51 +02:00
Nick Cao
20f25e5cda
Merge pull request #315780 from r-ryantm/auto-update/pdns
pdns: 4.9.0 -> 4.9.1
2024-05-31 18:46:40 -04:00
Martin Weinelt
c31d449150
Merge pull request #316101 from uvNikita/pymelcloud/2.5.9
home-assistant: pin pymelcloud at 2.5.9
2024-06-01 00:28:28 +02:00
R. Ryantm
5a2d2b804a klipper: 0.12.0-unstable-2024-05-25 -> 0.12.0-unstable-2024-05-27 2024-05-31 21:19:17 +00:00
R. Ryantm
f28c234b08 db-rest: 6.0.4 -> 6.0.5 2024-05-31 20:27:33 +00:00
Peder Bergebakken Sundt
6d16a8393e
Merge pull request #298107 from guiguid/patch-7
sqlpage : 0.15.1 -> 0.20.0
2024-05-31 21:20:16 +02:00
Nick Cao
daaf0812b8
Merge pull request #316067 from r-ryantm/auto-update/smtprelay
smtprelay: 1.11.0 -> 1.11.1
2024-05-31 14:56:01 -04:00
Martin Weinelt
7c79d41963
Merge pull request #315709 from mweinelt/evcc-0.126.5
evcc: 0.126.4 -> 0.126.5
2024-05-31 20:39:28 +02:00
R. Ryantm
310f905235 prometheus-redis-exporter: 1.59.0 -> 1.60.0 2024-05-31 15:08:03 +00:00
Luke Granger-Brown
7ec74c627b
Merge pull request #314921 from devusb/pomerium
pomerium: 0.25.2 -> 0.26.0
2024-05-31 13:25:30 +01:00
Thomas Gerbet
4e2290525d
Merge pull request #314618 from gaykitty/stargazer-1.2.1
stargazer: 1.1.0 -> 1.2.1
2024-05-31 12:57:03 +02:00
Vladimír Čunát
2dc0bf5786
Merge #315880: knot-resolver: 5.7.2 -> 5.7.3 2024-05-31 12:35:49 +02:00
Nikita Uvarov
37733ad1ba home-assistant: pin pymelcloud at 2.5.9 2024-05-31 12:12:13 +02:00
Thomas Gerbet
35c696f49f nginxMainline: 1.25.4 -> 1.27.0
Fixes CVE-2024-32760, CVE-2024-31079, CVE-2024-35200 and CVE-2024-34161.

Changes:
```

Changes with nginx 1.27.0                                        29 May 2024

    *) Security: when using HTTP/3, processing of a specially crafted QUIC
       session might cause a worker process crash, worker process memory
       disclosure on systems with MTU larger than 4096 bytes, or might have
       potential other impact (CVE-2024-32760, CVE-2024-31079,
       CVE-2024-35200, CVE-2024-34161).
       Thanks to Nils Bars of CISPA.

    *) Feature: variables support in the "proxy_limit_rate",
       "fastcgi_limit_rate", "scgi_limit_rate", and "uwsgi_limit_rate"
       directives.

    *) Bugfix: reduced memory consumption for long-lived requests if "gzip",
       "gunzip", "ssi", "sub_filter", or "grpc_pass" directives are used.

    *) Bugfix: nginx could not be built by gcc 14 if the --with-atomic
       option was used.
       Thanks to Edgar Bonet.

    *) Bugfixes in HTTP/3.

Changes with nginx 1.25.5                                        16 Apr 2024

    *) Feature: virtual servers in the stream module.

    *) Feature: the ngx_stream_pass_module.

    *) Feature: the "deferred", "accept_filter", and "setfib" parameters of
       the "listen" directive in the stream module.

    *) Feature: cache line size detection for some architectures.
       Thanks to Piotr Sikora.

    *) Feature: support for Homebrew on Apple Silicon.
       Thanks to Piotr Sikora.

    *) Bugfix: Windows cross-compilation bugfixes and improvements.
       Thanks to Piotr Sikora.

    *) Bugfix: unexpected connection closure while using 0-RTT in QUIC.
       Thanks to Vladimir Khomutov.
```
2024-05-31 11:32:40 +02:00
Thomas Gerbet
25e4a15f2a nginx: 1.26.0 -> 1.26.1
Fixes CVE-2024-32760, CVE-2024-31079, CVE-2024-35200 and CVE-2024-34161.
Note that the `nginxQuic` derivation rely on `nginxMainline`.

Changes:
```
Changes with nginx 1.26.1                                        29 May 2024

    *) Security: when using HTTP/3, processing of a specially crafted QUIC
       session might cause a worker process crash, worker process memory
       disclosure on systems with MTU larger than 4096 bytes, or might have
       potential other impact (CVE-2024-32760, CVE-2024-31079,
       CVE-2024-35200, CVE-2024-34161).
       Thanks to Nils Bars of CISPA.

    *) Bugfix: reduced memory consumption for long-lived requests if "gzip",
       "gunzip", "ssi", "sub_filter", or "grpc_pass" directives are used.

    *) Bugfix: nginx could not be built by gcc 14 if the --with-atomic
       option was used.
       Thanks to Edgar Bonet.

    *) Bugfix: in HTTP/3.

```
2024-05-31 11:30:28 +02:00
R. Ryantm
8bd0df64ad smtprelay: 1.11.0 -> 1.11.1 2024-05-31 03:33:52 +00:00
Franz Pletz
fe80f2bec1
Merge pull request #315805 from r-ryantm/auto-update/prometheus-nginx-exporter 2024-05-31 03:01:56 +02:00
Yt
c4919065b1
Merge pull request #315894 from r-ryantm/auto-update/redpanda-client
redpanda-client: 24.1.3 -> 24.1.4
2024-05-30 21:27:10 +00:00
Maximilian Bosch
ebe59307d4
Merge pull request #308840 from jpds/thanos-0.35.0
thanos: 0.34.1 → 0.35.1
2024-05-30 19:03:43 +00:00
Kerstin
5a8de699f2
Merge pull request #315915 from erictapen/mastodon
mastodon: 4.2.8 -> 4.2.9
2024-05-30 19:11:26 +02:00
Markus Kowalewski
6df7a63b34
Merge pull request #315194 from r-ryantm/auto-update/prometheus-sabnzbd-exporter
prometheus-sabnzbd-exporter: 0.1.70 -> 0.1.73
2024-05-30 15:49:40 +00:00
Markus Kowalewski
f0158f7e25
Merge pull request #315309 from r-ryantm/auto-update/roadrunner
roadrunner: 2024.1.1 -> 2024.1.2
2024-05-30 15:48:11 +00:00
lassulus
4b76732760
Merge pull request #315865 from Sigmanificient/remove-unused-fetch-star-pattern
treewide: remove unused fetch* (and other) arguments
2024-05-30 17:04:20 +02:00
Kerstin Humm
b5fe321055
mastodon: 4.2.8 -> 4.2.9 2024-05-30 16:48:47 +02:00
Kerstin Humm
c42df26a93
mastodon: remove outdated override for openssl 3 support 2024-05-30 16:34:04 +02:00
Nikolay Korotkiy
c095274ad8
Merge pull request #315848 from wegank/dict-darwin
dict: fix build on darwin
2024-05-30 17:27:50 +04:00
R. Ryantm
2ae85d37e2 redpanda-client: 24.1.3 -> 24.1.4 2024-05-30 13:23:29 +00:00
Vladimír Čunát
5024fba1b3
knot-resolver: 5.7.2 -> 5.7.3
https://gitlab.nic.cz/knot/knot-resolver/-/releases/v5.7.3
2024-05-30 14:38:15 +02:00
Sigmanificient
8b473d1a27 treewide: remove unused fetch* (and other) arguments 2024-05-30 13:36:48 +02:00
Martin Weinelt
f9b2873287
home-assistant-custom-lovelace-modules.mushroom: 3.5.4 -> 3.5.5
https://github.com/piitaya/lovelace-mushroom/releases/tag/v3.5.5
2024-05-30 13:09:25 +02:00
Weijia Wang
561bb69e32 dict: fix build on darwin 2024-05-30 11:43:16 +02:00
isabel
63aceac766 treewide: remove unused occurence of fetchFromGitHub argument 2024-05-30 05:56:07 +00:00
R. Ryantm
38d6ed1f2b prometheus-nginx-exporter: 1.1.0 -> 1.2.0 2024-05-30 05:45:31 +00:00
R. Ryantm
4dd185ece5 pdns: 4.9.0 -> 4.9.1 2024-05-30 03:34:30 +00:00
Martin Weinelt
f315095bd6
evcc: 0.126.4 -> 0.126.5
https://github.com/evcc-io/evcc/releases/tag/0.126.5
2024-05-29 21:45:30 +02:00
Martin Weinelt
1f1bda965c
Merge pull request #313829 from NixOS/evcc-0.126.4
evcc: 0.126.3 -> 0.126.4
2024-05-29 21:35:09 +02:00
Nick Cao
e6154cf402
Merge pull request #315524 from r-ryantm/auto-update/rqlite
rqlite: 8.24.7 -> 8.24.8
2024-05-29 11:54:07 -04:00
Nick Cao
7187b3ee8e
Merge pull request #315537 from r-ryantm/auto-update/rustdesk-server
rustdesk-server: 1.1.10-3 -> 1.1.11
2024-05-29 11:52:53 -04:00
Vika
bd887df3f2 sftpgo: mark as unfreeRedistributable
Resolves #315154.

New Web UI uses an unfree web theme, and as a result it...

> is allowed for use only within the SFTPGo product and therefore
> cannot be used in derivative works/products without an explicit
> grant from the SFTPGo Team (support@sftpgo.com).

This makes the entire package unfree, which the [SFTPGo license
compliance page][1] supports:

> If you modify SFTPGo's source code and are therefore creating a
> derivative work:
>
> 1. ...
> 2. ...
> 3. You cannot use the UI theme based on KeenThemes because it is
> based on a proprietary theme that we purchased and the WebAdmin and
> WebClient components created using this theme can only be used only
> within SFTPGo and not in derivative works. You must develop and
> maintain your own UI components or adapt the WebAdmin/WebClient
> included in SFTPGo up to version 2.5.6.

@JohnRTitor noted that building from source might not be derivative
work, therefore marking as `unfreeRedistributable`.

[1]: https://sftpgo.com/compliance.html

Co-authored-by: Masum Reza <masumrezarock100@gmail.com>
2024-05-29 17:08:03 +02:00
Nick Cao
cccf19a6c1
Merge pull request #315469 from Guanran928/matrix-synapse
matrix-synapse-unwrapped: 1.107.0 -> 1.108.0
2024-05-29 09:33:11 -04:00
Ivan Mincik
3852c7ab26
Merge pull request #315582 from rolfschr/geoserver-fix-update-script
geoserver: fix invocation of update script
2024-05-29 11:59:34 +00:00
Jonathan Davies
3216028519
thanos: 0.35.0 → 0.35.1 2024-05-29 12:01:31 +01:00
Rolf Schröder
404d7798af geoserver: fix invocation of update script 2024-05-29 11:56:19 +02:00
R. Ryantm
15dd55b6da rustdesk-server: 1.1.10-3 -> 1.1.11 2024-05-29 06:48:35 +00:00
R. Ryantm
7b69133e06 rqlite: 8.24.7 -> 8.24.8 2024-05-29 05:48:30 +00:00
R. Ryantm
6f9e47ca5e checkSSLCert: 2.81.0 -> 2.81.1 2024-05-29 00:35:10 +00:00
Guanran Wang
b2b2a2d085
matrix-synapse-unwrapped: 1.107.0 -> 1.108.0
Diff: https://github.com/element-hq/synapse/compare/v1.107.0...v1.108.0

Changelog: https://github.com/element-hq/synapse/releases/tag/v1.108.0
2024-05-29 07:56:23 +08:00