Doro Rose
ac7c745539
dovecot: fix build on aarch64-darwin
2023-11-29 00:34:32 +01:00
Mario Rodas
693668dbb0
Merge pull request #270147 from anthonyroussel/zhf-fix/sonic-server
...
sonic-server: fix build with clang 16
2023-11-27 20:02:05 -05:00
Mario Rodas
b4d76b8db7
Merge pull request #270032 from marsam/update-groonga
...
groonga: 12.0.7 -> 13.0.9
2023-11-27 19:55:12 -05:00
Martin Weinelt
c76b72caa4
Merge pull request #270456 from mweinelt/hass-cleanup
...
home-assistant: some clean up
2023-11-28 00:31:52 +01:00
Pol Dellaiera
643a5947d6
Merge pull request #266676 from r-ryantm/auto-update/uftp
...
uftp: 5.0.1 -> 5.0.2
2023-11-27 21:16:22 +01:00
Pol Dellaiera
15e5fe2858
Merge pull request #266801 from r-ryantm/auto-update/sftpgo
...
sftpgo: 2.5.4 -> 2.5.5
2023-11-27 21:15:58 +01:00
Pol Dellaiera
3cf01398c7
Merge pull request #267013 from r-ryantm/auto-update/questdb
...
questdb: 7.3.3 -> 7.3.4
2023-11-27 21:14:38 +01:00
Pol Dellaiera
67cca1b24d
Merge pull request #269561 from r-ryantm/auto-update/navidrome
...
navidrome: 0.50.0 -> 0.50.1
2023-11-27 21:01:17 +01:00
Pol Dellaiera
704d55616d
Merge pull request #268185 from r-ryantm/auto-update/bind
...
bind: 9.18.19 -> 9.18.20
2023-11-27 20:53:44 +01:00
Pol Dellaiera
f154ed52d1
Merge pull request #259536 from r-ryantm/auto-update/icingaweb2-thirdparty
...
icingaweb2-thirdparty: 0.11.0 -> 0.12.0
2023-11-27 20:47:02 +01:00
Martin Weinelt
c150877925
home-assistant: prune test configuration
...
The qwikswitch dependency is not required anymore for this test.
Also prune some tests, that are not failing any more.
2023-11-27 19:08:54 +01:00
Martin Weinelt
742ea5dcc8
home-assistant: propagate pyotp and pyqrcode
...
These dependencies are not documented, but rather installed at runtime
as needed.
Propagate them to fix the OTP use case, where QR Codes need to be
generated, to e.g. scan them to your phone.
2023-11-27 19:07:15 +01:00
Martin Weinelt
cbbbee5ce3
home-assistant: migrate to pythonRelaxDepsHook
...
Mutating the resulting wheel, which has a more stable format, is the
better solution, than the homegrown sed expression we used up until now.
2023-11-27 19:05:49 +01:00
Yureka
4fc20754d8
fastnetmon-advanced: 2.0.353 -> 2.0.356 ( #268122 )
2023-11-27 16:57:00 +01:00
Peder Bergebakken Sundt
1ded005f95
Merge pull request #269453 from ShamrockLee/use-warn-if
...
treewide: use lib.warnIf instead of improvised alternatives
2023-11-27 16:22:22 +01:00
Anthony Roussel
98245cb2f1
sonic-server: fix build with clang 16
...
https://github.com/valeriansaliou/sonic/pull/316
2023-11-27 15:33:22 +01:00
Silvan Mosberger
538faba59d
Merge pull request #270233 from mfrischknecht/fix-kapacitor-build
...
kapacitor: fix build of embedded `libflux` dependency with current rust
2023-11-27 14:14:12 +01:00
Robert Hensing
169abfc188
Merge pull request #270366 from h7x4/treewide-add-main-program-3
...
treewide: add mainProgram
2023-11-27 13:57:56 +01:00
Mario Rodas
09986a4946
Merge pull request #270132 from r-ryantm/auto-update/postgresql12JitPackages.pgrouting
...
postgresql12JitPackages.pgrouting: 3.5.1 -> 3.6.0
2023-11-27 06:33:56 -05:00
Fabian Affolter
a99834d670
Merge pull request #270208 from r-ryantm/auto-update/checkSSLCert
...
checkSSLCert: 2.76.0 -> 2.77.0
2023-11-27 11:48:15 +01:00
Peder Bergebakken Sundt
8aad600dc2
Merge pull request #269643 from Myaats/samba-tool
...
samba: fix samba-tool
2023-11-27 10:52:01 +01:00
h7x4
41974d5ed9
treewide: add mainProgram
2023-11-27 02:17:53 +01:00
Silvan Mosberger
63b5de1e53
kapacitor: fix aarch64-darwin build
2023-11-27 00:37:24 +01:00
markuskowa
43418a924d
Merge pull request #269455 from markuskowa/fix-kamailio
...
kamailio: 5.7.2 -> 5.7.3, refactor expression
2023-11-26 22:49:59 +01:00
Mario Rodas
804e88afee
Merge pull request #270017 from r-ryantm/auto-update/metabase
...
metabase: 0.47.6 -> 0.47.8
2023-11-26 16:25:48 -05:00
Manuel Frischknecht
8e6e709ca1
kapacitor: fix build of embedded libflux
dependency with current rust
...
The embedded `libflux` dependency of `kapacitor` fails to build with
more current rust tooling due to an unneeded `.clone()` call that
is promoted into an error message by a strict linting build config.
This introduces a patch that removes the offending method call.
The issue is already resolved upstream, but even the current `kapacitor`
version still depends on this specific version of `libflux` [1], and the
respective git commit contains a lot of other (automated) changes [2],
so cherry-picking the patch via a GitHub URL seems even more brittle.
[1]: https://github.com/influxdata/kapacitor/blob/v1.7.1/go.mod#L26
[2]: e7f7023848 (diff-96572e971d9e19b54290a434debbf7db054b21c9ce19035159542756ffb8ab87)
2023-11-26 19:56:30 +01:00
Robert Scott
5689f242a1
Merge pull request #269766 from gaykitty/stargazer-update
...
stargazer: 1.0.5 -> 1.1.0
2023-11-26 18:09:28 +00:00
R. Ryantm
d2779b1194
checkSSLCert: 2.76.0 -> 2.77.0
2023-11-26 17:47:36 +00:00
gaykitty
fe5f6ab623
stargazer: Add nixosTests.stargazer to passthru.tests
2023-11-26 11:02:02 -05:00
Nick Cao
4ee16f88bd
Merge pull request #270082 from rembo10/headphones-update
...
headphones: 0.6.0 -> 0.6.1
2023-11-26 10:40:46 -05:00
Jörg Thalheim
a57efa182f
snappymail: 2.29.2 -> 2.29.4
...
Diff: https://github.com/the-djmaze/snappymail/compare/None...v2.29.4
Changelog: https://github.com/the-djmaze/snappymail/blob/v2.29.4/CHANGELOG.md
2023-11-26 16:33:30 +02:00
Pierre Bourdon
9c9eee2f11
Merge pull request #269999 from Stunkymonkey/outline-migrate-prefetch-yarn-deps
...
outline: migrate to prefetch-yarn-deps
2023-11-26 14:39:44 +01:00
Mario Rodas
bf92006f47
postgresqlPackages.pgrouting: fix build darwin
2023-11-26 12:38:00 +00:00
R. Ryantm
f3530d0ddb
postgresql12JitPackages.pgrouting: 3.5.1 -> 3.6.0
2023-11-26 12:37:31 +00:00
Markus Kowalewski
3b8d3c6c61
kamailio: add TLS support
2023-11-26 13:35:47 +01:00
Markus Kowalewski
231b889d79
kamailio: make "modules" customiziable by overrideAttrs
2023-11-26 13:35:04 +01:00
Markus Kowalewski
9f3a21f0e9
kamailio: make "modules" customiziable by overrideAttrs
2023-11-26 13:26:43 +01:00
R. Ryantm
173b74db07
jellyfin: 10.8.11 -> 10.8.12
2023-11-26 11:40:07 +01:00
rembo10
5bc67e1032
headphones: 0.6.0 -> 0.6.1
2023-11-26 14:49:24 +05:30
Mario Rodas
abbe047fb8
Merge pull request #269998 from marsam/update-plpgsql_check
...
postgresql16Packages.plpgsql_check: 2.6.1 -> 2.6.2
2023-11-26 00:37:23 -05:00
Mario Rodas
1744e3fa01
Merge pull request #266675 from anthonyroussel/sonic-server-nixos
...
nixos/sonic-server: init
2023-11-25 23:45:16 -05:00
R. Ryantm
cfb2135929
metabase: 0.47.6 -> 0.47.8
2023-11-26 00:13:32 +00:00
Robert Scott
d3d8dc7d0f
Merge pull request #269433 from anthonyroussel/updates/photofield
...
photofield: 0.11.0 -> 0.13.0
2023-11-26 00:04:46 +00:00
Felix Buehler
bb67e66f53
outline: migrate to prefetch-yarn-deps
2023-11-25 23:10:45 +01:00
Lassulus
b821ac8070
Merge pull request #267278 from Stunkymonkey/nixos-packages-docu-fix
...
nixos/nextcloud: fix docu of packages
2023-11-25 18:48:28 +01:00
Anthony Roussel
7e9c976322
photofield: add meta.mainProgram
2023-11-25 18:22:40 +01:00
Anthony Roussel
469d56aedd
photofield: add passthru.tests.version
2023-11-25 18:22:40 +01:00
Anthony Roussel
f8adf710cb
photofield: 0.11.0 -> 0.13.0
...
https://github.com/SmilyOrg/photofield/compare/v0.11.0...v0.13.0
2023-11-25 18:22:37 +01:00
Nick Cao
8e48a57b5b
Merge pull request #269865 from Stunkymonkey/grafana-agent-migrate-prefetch-yarn-deps
...
grafana-agent: migrate to prefetch-yarn-deps
2023-11-25 09:33:04 -05:00
Nick Cao
bc640594e2
Merge pull request #269873 from Stunkymonkey/gotify-server-migrate-prefetch-yarn-deps
...
gotify-server: migrate to prefetch-yarn-deps
2023-11-25 09:30:27 -05:00