Commit Graph

33300 Commits

Author SHA1 Message Date
github-actions[bot]
d076cde70c
Merge master into staging-next 2024-02-18 18:00:59 +00:00
R. Ryantm
36e3a65aff minio: 2024-02-14T21-36-02Z -> 2024-02-17T01-15-57Z 2024-02-18 10:22:51 +00:00
github-actions[bot]
2ad339408a
Merge staging-next into staging 2024-02-18 00:02:44 +00:00
Mario Rodas
7864b0b166
Merge pull request #289063 from r-ryantm/auto-update/pocketbase
pocketbase: 0.21.2 -> 0.21.3
2024-02-17 17:47:13 -05:00
Nikolay Korotkiy
6ccd20914b
Merge pull request #289553 from misuzu/gotosocial-tests
gotosocial: skip flaky test
2024-02-18 02:36:36 +04:00
Mario Rodas
87ae14ae72
Merge pull request #289596 from r-ryantm/auto-update/postgresql12JitPackages.pgroonga
postgresql12JitPackages.pgroonga: 3.1.6 -> 3.1.7
2024-02-17 15:51:36 -05:00
R. Ryantm
39b9512fec postgresql12JitPackages.pgroonga: 3.1.6 -> 3.1.7 2024-02-17 19:18:43 +00:00
github-actions[bot]
8bc9edd60d
Merge staging-next into staging 2024-02-17 18:01:24 +00:00
misuzu
88188439fb gotosocial: skip flaky test 2024-02-17 17:16:52 +02:00
Nick Cao
116a876918
Merge pull request #289441 from r-ryantm/auto-update/navidrome
navidrome: 0.51.0 -> 0.51.1
2024-02-17 09:53:24 -05:00
Yorick
14c0cf5f5b
Merge pull request #289201 from r-ryantm/auto-update/nats-server
nats-server: 2.10.10 -> 2.10.11
2024-02-17 15:41:58 +01:00
Robert Scott
619cb8eb53
Merge pull request #288662 from LeSuisse/bind-9.18.24
bind: 9.18.21 -> 9.18.24
2024-02-17 13:24:52 +00:00
github-actions[bot]
e662338182
Merge staging-next into staging 2024-02-17 12:01:31 +00:00
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
Vladimír Čunát
a3b112ab82
Merge #288075: xorg.*: update to latest version
...into staging
2024-02-17 10:52:58 +01:00
R. Ryantm
e48de956e4 surrealdb: 1.1.1 -> 1.2.1 2024-02-17 08:37:30 +00:00
github-actions[bot]
9b2d2d5403
Merge staging-next into staging 2024-02-17 06:01:44 +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
R. Ryantm
2f096643ee navidrome: 0.51.0 -> 0.51.1 2024-02-17 03:45:49 +00: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
github-actions[bot]
daaa4e1653
Merge staging-next into staging 2024-02-17 00:02:47 +00: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
github-actions[bot]
6d90f72388
Merge staging-next into staging 2024-02-16 18:01:48 +00: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
github-actions[bot]
2c4c233475
Merge staging-next into staging 2024-02-16 12:01:48 +00: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
github-actions[bot]
0de22f6645
Merge staging-next into staging 2024-02-16 06:01:33 +00:00
R. Ryantm
f74bb4c18c nats-server: 2.10.10 -> 2.10.11 2024-02-16 02:38:03 +00: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
github-actions[bot]
b84d283f08
Merge staging-next into staging 2024-02-16 00:02:45 +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