Paul Meyer
2c7cfbb88c
zincsearch: unpin Go version, mark broken
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-10-01 10:35:59 +02:00
Paul Meyer
13aafe03ff
sensu-go: bump Go version to 1.22
...
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-09-29 15:08:05 +02:00
Thomas Gerbet
68324b7d54
zoneminder: 1.36.33 -> 1.36.34
...
Fixes CVE-2024-43360, CVE-2023-41884, CVE-2024-43359 and CVE-2024-43358.
Changes:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.34
2024-09-25 22:58:27 +02:00
Franz Pletz
f6e93ec992
postgresqlPackages: some cleanup ( #343309 )
2024-09-25 17:29:40 +02:00
Fabián Heredia Montiel
6a52e8ec7f
tailscale: 1.74.0 -> 1.74.1 ( #342881 )
2024-09-25 09:14:07 -06:00
Sandro
1644b9f438
photoprism: correct heif-convert binary name ( #344347 )
2024-09-25 14:25:34 +02:00
6543
593f744926
softether: format and move to new pkgs/by-name structure
2024-09-25 11:15:22 +02:00
Edward Tjörnhammar
e357fe9260
mlmmj: 1.3.0 -> 1.4.7
2024-09-25 07:53:51 +00:00
Ivan Petkov
8ec03065a9
photoprism: correct heif-convert binary name
...
libheif does not provide a utility named `heif-convert`, but it does
provide `heif-dec`, which is what the upstream version of photoprism
also defaults to if PHOTOPRISM_HEIFCONVERT_BIN is not defined.
2024-09-24 21:27:00 -07:00
OTABI Tomoya
84bd184f81
imgproxy: 3.25.0 -> 3.26.0 ( #342359 )
2024-09-25 12:28:16 +09:00
Philip Taron
75f804420d
treewide: use finalAttrs.finalPackage in testers.testVersion ( #342431 )
2024-09-24 15:56:53 -07:00
Nick Cao
490d9aab87
rqlite: 8.30.0 -> 8.30.3 ( #342968 )
2024-09-24 18:33:27 -04:00
Peder Bergebakken Sundt
85c14074e0
photoprism: use finalAttrs.finalPackage
2024-09-24 23:28:56 +02:00
Artturin
63fa53d97c
treewide: reformat files which need reformatting after
...
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Martin Weinelt
a684a1d764
knot-dns: add support for dnstap ( #344150 )
2024-09-24 16:50:00 +02:00
Martin Weinelt
b02a84ef82
home-assistant: 2024.9.2 -> 2024.9.3 ( #344176 )
2024-09-24 14:59:27 +02:00
Martin Weinelt
3db77abec1
traefik: 3.1.2 -> 3.1.4 ( #344149 )
2024-09-24 13:58:53 +02:00
kirillrdy
d52c8e7ca0
bazarr: Add missing dependency for PostgreSQL DB ( #340369 )
2024-09-24 21:24:41 +10:00
Martin Weinelt
94721c1f73
python312Packages.homeassistant-stubs: 2024.9.2 -> 2024.9.3
...
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.9.3
2024-09-24 12:59:01 +02:00
Yt
2232cae406
postgresqlPackages.pgvecto-rs: 0.2.1 -> 0.3.0 ( #321617 )
2024-09-24 05:56:28 -04:00
Martin Weinelt
564fa97ede
home-assistant: 2024.9.2 -> 2024.9.3
...
https://github.com/home-assistant/core/releases/tag/2024.9.3
2024-09-24 11:55:36 +02:00
Sefa Eyeoglu
78dc108938
traefik: 3.1.2 -> 3.1.4
...
This fixes CVE-2024-45410[0] (GHSA-62c8-mh53-4cqv[1]).
[0]: https://nvd.nist.gov/vuln/detail/CVE-2024-45410
[1]: https://github.com/traefik/traefik/security/advisories/GHSA-62c8-mh53-4cqv
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-24 09:34:18 +02:00
Vladimír Čunát
54cf5519c8
knot-dns: add support for dnstap
...
This grows the whole closure minimally (0.3 MiB by du),
and it can be useful in some deployments.
2024-09-24 09:32:37 +02:00
Wolfgang Walther
fa8a147338
postgresqlPackages: remove unused derivation arguments
...
Those had been replaced by the following a while ago:
buildInputs = postgresql.buildInputs
2024-09-23 20:05:37 +02:00
Wolfgang Walther
f27f203f5a
postgresqlPackages: use makeFlags USE_PGXS=1 consistently
2024-09-23 20:05:36 +02:00
Simon Hauser
32cc042368
mariadb: 10.5.26, 10.6.19, 10.11.9, 11.4.3 ( #334878 )
...
* mariadb: 10.5.26, 10.6.19, 10.11.9, 11.4.3
* nixos/tests/automysqlbackup: nixfmt
* nixos/automysqlbackup: fix tests
* nixos/tests/mariadb-galera: nixfmt
* nixos/tests/mariadb-galera: fix test failing with new default IPv6 configuration
2024-09-23 20:00:19 +02:00
R. RyanTM
0cbe501a06
grafana-loki: 3.1.1 -> 3.2.0 ( #343173 )
...
https://github.com/grafana/loki/releases/tag/v3.2.0
2024-09-23 15:36:34 +02:00
R. Ryantm
0fb7a292e3
minio: 2024-09-09T16-59-28Z -> 2024-09-13T20-26-02Z
2024-09-23 14:24:34 +02:00
Pol Dellaiera
4209b6157a
kavita: 0.8.2 -> 0.8.3.2 ( #343656 )
2024-09-22 22:34:14 +02:00
Maximilian Bosch
c976169e5c
Merge: wiki-js: 2.5.303 -> 2.5.304, fix CVE-2024-45298 ( #343480 )
2024-09-22 18:06:55 +02:00
Maximilian Bosch
d77ffb1e58
Merge: matrix-synapse-unwrapped: 1.114.0 -> 1.115.0 ( #343385 )
2024-09-22 17:02:43 +02:00
Aleksana
5db23b91c4
spicedb-zed: 0.21.1 -> 0.21.2 ( #343103 )
2024-09-22 19:11:27 +08:00
Yongun Seong
1e857243b8
kavita: 0.8.2 -> 0.8.3.2
2024-09-22 15:50:26 +09:00
R. Ryantm
9357f4f237
plexRaw: 1.40.5.8921-836b34c27 -> 1.41.0.8992-8463ad060
2024-09-21 18:51:44 +02:00
Martin Weinelt
5bf8dd6f23
home-assistant-custom-components.xiaomi_gateway3: 4.0.5 -> 4.0.6 ( #339765 )
2024-09-21 14:50:18 +02:00
Maximilian Bosch
149ed25fc2
wiki-js: 2.5.303 -> 2.5.304, fix CVE-2024-45298
...
ChangeLog: https://github.com/requarks/wiki/releases/tag/v2.5.304
2024-09-21 13:28:45 +02:00
Maximilian Bosch
789562caae
Merge: nixos/tests: add postgresql wal2json test ( #315095 )
2024-09-21 13:27:22 +02:00
Yt
7b7edf67ed
redpanda-client: 24.2.4 -> 24.2.5 ( #343412 )
2024-09-21 07:12:36 -04:00
Maximilian Bosch
91c85a1aa9
nextcloud*: only test corresponding version ( #342896 )
2024-09-21 12:18:47 +02:00
Maximilian Bosch
2795949808
Merge: postgresql_jit.pkgs.postgis: fix build on darwin ( #342369 )
2024-09-21 11:53:12 +02:00
Ivan Mincik
6ea0c7e924
postgresqlPackages.postgis: 3.4.2 -> 3.4.3 ( #343371 )
2024-09-21 06:54:30 +00:00
Leona Maroni
2643f688f7
keycloak: 25.0.5 -> 25.0.6 ( #343113 )
2024-09-21 08:02:11 +02:00
R. Ryantm
e34095c332
redpanda-client: 24.2.4 -> 24.2.5
2024-09-21 02:54:21 +00:00
Martin Weinelt
c8117821c1
home-assistant-custom-components.solax_modbus: init at 2024.09.4 ( #343293 )
2024-09-21 02:20:10 +02:00
Martin Weinelt
8d761e6326
matrix-synapse-unwrapped: 1.114.0 -> 1.115.0
...
https://github.com/element-hq/synapse/releases/tag/v1.115.0
2024-09-21 01:59:21 +02:00
Nick Cao
085afb06ee
komga: 1.12.1 -> 1.13.0 ( #343150 )
2024-09-20 18:25:54 -04:00
Nick Cao
2bb8979d59
buildkite-agent-metrics: 5.9.8 -> 5.9.9 ( #343114 )
2024-09-20 18:25:14 -04:00
Augustin Trancart
dc750b8237
postgresqlPackages.postgis: 3.4.2 -> 3.4.3
2024-09-20 23:58:45 +02:00
Wolfgang Walther
486633e3f4
postgresqlPackages.system_stats: 3.0 -> 3.2
2024-09-20 19:08:36 +02:00