Commit Graph

33221 Commits

Author SHA1 Message Date
Thomas Gerbet
1a370e6bb7
Merge pull request #289406 from stuebinm/mattermost-update-esr
mattermost: 8.1.7 → 8.1.10
2024-02-17 12:19:37 +01:00
Yt
3fd4919a41
Merge pull request #289493 from r-ryantm/auto-update/surrealdb
surrealdb: 1.1.1 -> 1.2.1
2024-02-17 11:18:42 +00:00
Blake Smith
3d78cda04a gotosocial: 0.13.2 -> 0.13.3
Fixes security issues: https://gts.superseriousbusiness.org/@gotosocial/statuses/01HPPFP5RF22STPTAGECQC884H
2024-02-17 21:01:12 +11:00
R. Ryantm
e48de956e4 surrealdb: 1.1.1 -> 1.2.1 2024-02-17 08:37:30 +00:00
Fabián Heredia Montiel
6c2492ff8e
Merge pull request #289405 from trofi/samba-fix-i686
pkgsi686Linux.samba: don't configure `waf` in parallel on 32-bit systems
2024-02-16 22:19:20 -06:00
Ryan Lahfa
560dcb4198
Merge pull request #289392 from pbsds/bump-pixelfed-1708120807
pixelfed: 0.11.11 -> 0.11.12
2024-02-17 04:14:09 +01:00
Martin Weinelt
68c19e3f11
Merge pull request #289376 from NixOS/home-assistant
home-assistant: 2024.2.1 -> 2024.2.2
2024-02-17 04:01:52 +01:00
Nick Cao
ae85ef3f16
Merge pull request #289403 from r-ryantm/auto-update/dovecot_fts_xapian
dovecot_fts_xapian: 1.6.1 -> 1.6.2
2024-02-16 21:52:00 -05:00
Martin Weinelt
533f649316
python311Packages.homeassistant-stubs: 2024.2.1 -> 2024.2.2
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.2.2
2024-02-17 03:15:44 +01:00
stuebinm
7423f3c416 mattermost: 8.1.7 → 8.1.10
These are security releases, release notes can be found here:
https://docs.mattermost.com/deploy/legacy-self-hosted-changelog.html#release-v8-1-extended-support-release

Note on the use of `overrideModAttrs`: this is required because mattermost
8.1.10's go-modules derivation fails to build without first running `go mod tidy`.
However, running `go mod tidy` requires network access and will thus fail in
the module derivation itself, so we cannot just use a normal preBuild hook.
2024-02-17 01:11:41 +01:00
Sergei Trofimovich
9e38b7b0fb pkgsi686Linux.samba: don't configure waf in parallel on 32-bit systems
Without the change `waf configure` hung on `i686Linux.samba` on systems
with large amount of host CPUs (for me it's 16).

This happens because one of the worker processes gets `-ENOMEM` and does
not recover from it:

    2084476 mmap2(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = -1 ENOMEM (Cannot allocate memory)
    2084476 munmap(0xf2b5c000, 16384)       = 0
    2084476 rt_sigprocmask(SIG_BLOCK, ~[RT_1], NULL, 8) = 0
    2084476 madvise(0x1ff000, 8372224, MADV_DONTNEED) = 0
    2084476 exit(0)                         = ?
    2084476 +++ exited with 0 +++

THe change extends 32-bit arm workaround to limit to one thread to all
32-bit systems.
2024-02-16 23:14:39 +00:00
R. Ryantm
d9bff0d082 dovecot_fts_xapian: 1.6.1 -> 1.6.2 2024-02-16 23:03:03 +00:00
Peder Bergebakken Sundt
f7312b7cf4 pixelfed: 0.11.11 -> 0.11.12 2024-02-16 23:00:37 +01:00
Martin Weinelt
bdeeb71e86
home-assistant: 2024.2.1 -> 2024.2.2
https://github.com/home-assistant/core/releases/tag/2024.2.2
2024-02-16 21:45:57 +01:00
BruNeu
ce5796460d
stalwart-mail: 0.5.3 -> 0.6.0 2024-02-16 20:12:34 +01:00
Nick Cao
bead291961
Merge pull request #289269 from r-ryantm/auto-update/rqlite
rqlite: 8.20.0 -> 8.20.1
2024-02-16 10:14:37 -05:00
Martin Weinelt
934f5c3524
Merge pull request #289233 from fabaff/appdaemon-bump
appdaemon: migrate to pythonRelaxDepsHook
2024-02-16 14:00:50 +01:00
Pol Dellaiera
87cb7a4314
Merge pull request #289228 from mfrw/mfrw/tailscale-1.60.0
tailscale: 1.58.2 -> 1.60.0
2024-02-16 13:45:22 +01:00
R. Ryantm
e36423c2cd rqlite: 8.20.0 -> 8.20.1 2024-02-16 12:31:43 +00:00
Kerstin
13fcc9bd39
Merge pull request #289258 from leona-ya/mastodon-4.2.7
mastodon: 4.2.6 -> 4.2.7
2024-02-16 13:06:04 +01:00
Leona Maroni
61acce0cb5
mastodon: 4.2.6 -> 4.2.7
https://github.com/mastodon/mastodon/releases/tag/v4.2.7
2024-02-16 12:54:26 +01:00
Pascal Bach
b99d37cfe5
Merge pull request #288067 from r-ryantm/auto-update/minio
minio: 2024-02-04T22-36-13Z -> 2024-02-14T21-36-02Z
2024-02-16 10:02:39 +01:00
Fabian Affolter
06ed0ca39b appdaemon: migrate to pythonRelaxDepsHook 2024-02-16 09:22:06 +01:00
Muhammad Falak R Wani
0adbce5f2a tailscale: 1.58.2 -> 1.60.0
Diff: https://github.com/tailscale/tailscale/compare/v1.58.2...v1.60.0
Changelog: https://github.com/tailscale/tailscale/releases/tag/v1.60.0
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-02-16 13:14:01 +05:30
Michele Guerini Rocco
dec0214fb8
Merge pull request #288827 from helsinki-systems/upd/pdns5
pdns-recursor: 4.9.3 -> 5.0.2
2024-02-16 08:27:59 +01:00
Yt
109b720c2c
Merge pull request #289133 from matejc/feat/update-lemmy
lemmy-server/ui: 0.18.5 -> 0.19.3
2024-02-16 01:18:58 +00:00
Pol Dellaiera
65d3a219ab
Merge pull request #289027 from Izorkin/update-angie
angie: 1.4.0 -> 1.4.1
2024-02-15 22:12:24 +01:00
Matej Cotman
13fae6142c
lemmy-server/ui: 0.18.5 -> 0.19.3 2024-02-15 22:27:32 +02:00
Maximilian Bosch
54d0c2b12a
Merge pull request #288755 from r-ryantm/auto-update/grafana
grafana: 10.3.1 -> 10.3.3
2024-02-15 20:48:30 +01:00
Nick Cao
110b0eb2e5
Merge pull request #288179 from NickCao/foundationdb-msgpack
foundationdb: use msgpack-cxx instead of msgpack
2024-02-15 12:57:56 -05:00
Bernardo Meurer
4714eaa14b
Merge pull request #289026 from r-ryantm/auto-update/klipper
klipper: unstable-2024-01-06 -> unstable-2024-02-13
2024-02-15 12:32:54 -05:00
Nikolay Korotkiy
8e299f950a
Merge pull request #288594 from sikmir/flashmq
flashmq: 1.8.4 → 1.9.1
2024-02-15 19:32:32 +04:00
Nick Cao
74cee3ebc1
Merge pull request #288383 from NickCao/mtail
mtail: 3.0.0-rc53 -> 3.0.0-rc54
2024-02-15 10:23:24 -05:00
ajs124
3a6b98d580
Merge pull request #288837 from Izorkin/update-nginx
nginxMainline: 1.25.3 -> 1.25.4
2024-02-15 15:59:18 +01:00
R. Ryantm
e3fcf863a0 tile38: 1.32.1 -> 1.32.2 2024-02-15 14:07:49 +00:00
Izorkin
0cb6bde0d5
angie-console-light: 1.1.1 -> 1.2.1 2024-02-15 15:31:20 +03:00
Izorkin
4715c04069
angie: 1.4.0 -> 1.4.1 2024-02-15 15:28:48 +03:00
R. Ryantm
4fbb7ddc79 klipper: unstable-2024-01-06 -> unstable-2024-02-13 2024-02-15 12:21:07 +00:00
R. Ryantm
e39eed240b bloat: unstable-2023-12-28 -> unstable-2024-02-12 2024-02-15 09:41:43 +00:00
ajs124
bba3bb3237 pdns-recursor: 4.9.3 -> 5.0.2
https://doc.powerdns.com/recursor/changelog/5.0.html#change-5.0.2
2024-02-15 10:39:00 +01:00
Weijia Wang
ab7fa5612d
Merge pull request #288678 from LeSuisse/dolibarr-18.0.5
dolibarr: 18.0.4 -> 18.0.5
2024-02-15 08:37:33 +01:00
R. Ryantm
99137a4da1 minio: 2024-02-04T22-36-13Z -> 2024-02-14T21-36-02Z 2024-02-15 04:24:37 +00:00
Mario Rodas
cba62066e3
Merge pull request #288846 from marsam/update-timescaledb
postgresqlPackages.timescaledb: 2.14.0 -> 2.14.1
2024-02-14 20:03:12 -05:00
Thomas Gerbet
f9d389e193
Merge pull request #288792 from helsinki-systems/upd/pdns
pdns-recursor: 4.9.2 -> 4.9.3
2024-02-14 23:02:17 +01:00
Yt
b9b2eb52d6
Merge pull request #288831 from r-ryantm/auto-update/meilisearch
meilisearch: 1.6.1 -> 1.6.2
2024-02-14 21:46:37 +00:00
Pol Dellaiera
f7b91d9207
Merge pull request #288337 from Janik-Haag/alicelg
birdwatcher: 2.2.4 -> 2.2.5 and alice-lg: 6.0.0 -> 6.1.0
2024-02-14 22:35:29 +01:00
Izorkin
b4c120b65f
nginxMainline: 1.25.3 -> 1.25.4 2024-02-14 21:02:38 +03:00
R. Ryantm
16cd4f0b38 meilisearch: 1.6.1 -> 1.6.2 2024-02-14 17:32:17 +00:00
Adam C. Stephens
c1216a44db
Merge pull request #288701 from adamcstephens/envoy/1.27.3
envoy: 1.27.2 -> 1.27.3
2024-02-14 12:04:08 -05:00
Vladimir Pouzanov
fca54ccbf5 mastodon: 4.2.5 -> 4.2.6 2024-02-14 15:28:19 +00:00