R. Ryantm
f76a8c3cfb
weaviate: 1.24.1 -> 1.24.4
2024-03-17 02:23:22 +00:00
Weijia Wang
33a412ea5d
Merge pull request #294606 from r-ryantm/auto-update/bililiverecorder
...
bililiverecorder: 2.10.1 -> 2.11.0
2024-03-17 01:25:40 +01:00
Weijia Wang
f60bb3f994
Merge pull request #294621 from r-ryantm/auto-update/mox
...
mox: 0.0.9 -> 0.0.10
2024-03-17 01:23:43 +01:00
Martin Weinelt
5a4c4d2c40
Merge pull request #295983 from NixOS/home-assistant
...
home-assistant: 2024.3.0 -> 2024.3.1
2024-03-17 01:06:24 +01:00
github-actions[bot]
2178d8d857
Merge master into staging-next
2024-03-17 00:02:17 +00:00
Ivan Trubach
abe0b0c7ff
pufferpanel: bump for go-swag update
...
The package fails to build with recent go-swag versions. We could have
used `go run github.com/swaggo/swag/cmd/swag`, but with the current Go
language framework in Nixpkgs this is really awkward since it’s hard to
infer proper GOOS/GOARCH/etc environment variables for the build
platform (and also reset environment variables intended for go build).
2024-03-17 02:28:47 +03:00
R. Ryantm
e57bc699d0
dolt: 1.35.3 -> 1.35.4
2024-03-16 22:35:49 +00:00
Robert Scott
41c8713b58
Merge pull request #296229 from NickCao/pdns
...
pdns: 4.8.4 -> 4.9.0
2024-03-16 20:05:10 +00:00
Nick Cao
0537bbd042
pdns: 4.8.4 -> 4.9.0
...
Changelog: https://doc.powerdns.com/authoritative/changelog/4.9.html#change-4.9.0
Upgrade Notes: https://doc.powerdns.com/authoritative/upgrading.html#to-4-9-0
2024-03-16 12:09:08 -07:00
Nick Cao
43c14122b3
Merge pull request #296319 from emilylange/laurel
...
laurel: 0.6.0 -> 0.6.1
2024-03-16 11:43:55 -07:00
K900
ad704ecadd
Merge pull request #222640 from r-ryantm/auto-update/sonarr
...
sonarr: 4.0.1.929 -> 4.0.2.1183
2024-03-16 21:13:17 +03:00
github-actions[bot]
60fbf92c10
Merge master into staging-next
2024-03-16 18:01:00 +00:00
Yt
cfabb44c02
Merge pull request #296432 from r-ryantm/auto-update/redpanda-client
...
redpanda-client: 23.3.7 -> 23.3.8
2024-03-16 17:26:21 +00:00
Maximilian Bosch
b08f1925bd
Merge pull request #292997 from Ma27/grafana-subpackages
...
grafana: 10.3.3 -> 10.4.0, explicitly declare subPackages, halve build time, reduce closure size by ~11.5%
2024-03-16 16:40:58 +00:00
Mario Rodas
f819b21e89
Merge pull request #295393 from r-ryantm/auto-update/minio
...
minio: 2024-03-07T00-43-48Z -> 2024-03-10T02-53-48Z
2024-03-16 10:02:00 -05:00
R. Ryantm
102f7b22eb
redpanda-client: 23.3.7 -> 23.3.8
2024-03-16 14:31:59 +00:00
R. Ryantm
f37b820e7f
mautrix-signal: 0.5.0 -> 0.5.1
2024-03-16 13:20:16 +00:00
R. Ryantm
7d8ce14443
mautrix-whatsapp: 0.10.5 -> 0.10.6
2024-03-16 13:18:53 +00:00
9R
2f14590233
home-assistant-custom-components.moonraker: init at v1.1.1 ( #296366 )
2024-03-16 13:37:58 +01:00
9R
cfa2922e6b
home-assistant0-custom-components.epex_spot: init at v2.3.5 ( #296362 )
2024-03-16 13:35:24 +01:00
Martin Weinelt
5203b55f59
Merge pull request #293121 from r-ryantm/auto-update/prometheus-smartctl-exporter
...
prometheus-smartctl-exporter: 0.11.0 -> 0.12.0
2024-03-16 13:19:25 +01:00
Wolfgang Walther
01444957ba
postgresql: explain use of fetchurl for alpine patches
2024-03-16 11:52:39 +01:00
R. Ryantm
122f35b019
plexRaw: 1.40.0.7998-c29d4c0c8 -> 1.40.1.8227-c0dd5a73e
2024-03-16 09:07:04 +00:00
emilylange
56be60c27b
laurel: 0.6.0 -> 0.6.1
...
https://github.com/threathunters-io/laurel/releases/tag/v0.6.1
diff: https://github.com/threathunters-io/laurel/compare/v0.6.0...v0.6.1
2024-03-16 03:28:30 +01:00
Wolfgang Walther
e6bfabf366
postgresql: rename enableSystemd to systemdSupport for consistency
...
We have gssSupport, jitSupport and pythonSupport - but enableSystemd?
Across nixpkgs there are currently three styles commonly used, about equally
often: withX, xSupport and enableX.
Let's at least use one consistent style in this package.
2024-03-15 21:11:10 +01:00
Wolfgang Walther
d7ae1c5143
postgresql: refactor to remove doInstallCheck = false
...
This is the default anyway.
2024-03-15 21:11:09 +01:00
Wolfgang Walther
4b6bce5c31
postgresql: refactor to remove "this" argument
...
This was proposed by abbradar in #150801 , but left out of the follow up PR
#221851 by Ma27 to reduce the size of the diff. Compared to the initial
proposal this includes the callPackage call in the recursion, which avoids
breaking the withJIT/withoutJIT helpers.
In terms of nixpkgs, this is a pure refactor, no derivations change. However,
this makes downstream expressions like the following possible:
(postgresql.override { jitSupport = true; }).pkgs.postgis
This would have not worked before without passing another "this" argument,
which is error prone as can be seen in this example:
https://github.com/PostgREST/postgrest/pull/3222/files
2024-03-15 21:11:09 +01:00
Wolfgang Walther
14b3ea2789
postgresql: refactor to pass jitSupport/llvm via scope instead of passthru
...
This makes it less error-prone to use the llvm package in extensions, because
it will always match the package used by the postgresql derivation itself.
Previously, you could've accidentally used llvm instead of postgresql.llvm
with a different result.
2024-03-15 21:11:09 +01:00
github-actions[bot]
00729a3d21
Merge master into staging-next
2024-03-15 18:01:19 +00:00
Wolfgang Walther
b301c01e31
postgresql: refactor to move musl patches into versioned .nix files
...
This makes it obvious that the required argument muslPatches must be passed when
creating a new version file.
Pure refactor, not changing any derivations.
2024-03-15 18:51:02 +01:00
Wolfgang Walther
82e6c4a609
postgresql: refactor to remove psqlSchema argument
...
The passthru attribute is still set, but automatically created from
the major version number. Fewer moving parts decrease the chance
for mistakes.
2024-03-15 18:51:02 +01:00
Wolfgang Walther
a92a323a1d
postgresql: refactor to remove passthru's readline attribute
...
This seems to have been introduced 20 years ago in 5863d4f
- but
seems to have been a copy&paste mistake from the beginning.
AFAICT, it's not used anywhere.
2024-03-15 18:51:02 +01:00
Wolfgang Walther
62635c9643
postgresql: refactor mkPackages in default.nix
...
Refactors some low hanging fruit in default.nix to make it easier to add new
versions later on.
Pure refactor, not changing any derivations.
This change makes it easier to add new versions in default.nix without messing
up - and also prevents us from adding version-specific arguments in default.nix
by accident in the future. Those should be put in the versioned .nix files
instead.
2024-03-15 18:51:02 +01:00
Wolfgang Walther
1d9f2bd726
postgresql: refactor to split up default.nix (2/2)
...
The recommended [1] structure for a package regarding versioning is to have each
version in a separate file. This commit just mechanically copies code around
without any changes.
Pure refactor, not changing any derivations.
[1]: pkgs/README.md
2024-03-15 18:51:02 +01:00
Wolfgang Walther
9af8c0a3b7
postgresql: refactor to split up default.nix (1/2)
...
This just renames default.nix to generic.nix, because the biggest chunk
of code should move that way in the next commit. This gives us a much
better diff for the next commit and makes rebasing **much** easier in
case of changes. This commit does not stand on its own and needs to go
in with the next commit (2/2).
2024-03-15 18:51:02 +01:00
Wolfgang Walther
4c8e7af941
postgresql: refactor to remove useless references to "self"
...
No need to reference self here, because llvmPackages / stdenv' are available
in that scope anyway. Pure refactor, derivations don't change.
2024-03-15 18:51:02 +01:00
Wolfgang Walther
719034f6f6
postgresql: refactor to move packages.nix to ext/default.nix (2/2)
...
This aligns more with the commonly used style in nixpkgs.
2024-03-15 18:51:01 +01:00
Wolfgang Walther
9ef7195e08
postgresql: refactor to move packages.nix to ext/default.nix (1/2)
...
This commit is split up into two commits to allow git to detect renames,
make rebasing easier and allow a working entry in .git-blame-ignore-revs.
To allow bisecting we allow evaluation on every commit by moving the extensions
into ext/ext/ first and back to ext/ with the next commit.
2024-03-15 18:50:20 +01:00
Wolfgang Walther
01463448be
postgresql: refactor to move locale-binary-path.patch into patches/
...
Seems to have been put in the wrong place.
2024-03-15 18:50:19 +01:00
Maximilian Bosch
bd55d69cc0
grafana: clean up
...
We're currently not executing any tests by specifying `subPackages`
explicitly. If we go back to doing that, this can be reverted, but for
now it's just dead code.
2024-03-15 17:42:51 +01:00
Maximilian Bosch
66dece7b0e
grafana: 10.3.4 -> 10.4.0
...
ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.4.0
2024-03-15 17:42:47 +01:00
Maximilian Bosch
1fab653a34
grafana: explicitly declare subPackages
...
The build itself is pretty quick now:
buildPhase completed in 2 minutes 46 seconds
in contrast to
buildPhase completed in 5 minutes 22 seconds
before on the same machine (Hetzner AX41 NVMe with
AMD Ryzen 5 3600 6-Core Processor and 64GiB RAM).
Downside of that is that no tests are now executed, but I'm inclined to
make that sacrifice for now. Especially considering that a fix for that
is on the horizon with #284568 .
2024-03-15 17:42:02 +01:00
Maximilian Bosch
fe36ef0d1e
Merge pull request #294020 from r-ryantm/auto-update/grafana
...
grafana: 10.3.3 -> 10.3.4, fix CVE-2024-1442
2024-03-15 16:41:36 +00:00
Yann Hamdaoui
63746cac08
cudaPackages: generalize and refactor setup hook
...
This PR refactor CUDA setup hooks, and in particular
autoAddOpenGLRunpath and autoAddCudaCompatRunpathHook, that were using a
lot of code in common (in fact, I introduced the latter by copy pasting
most of the bash script of the former). This is not satisfying for
maintenance, as a recent patch showed, because we need to duplicate
changes to both hooks.
This commit abstract the common part in a single shell script that
applies a generic patch action to every elf file in the output. For
autoAddOpenGLRunpath the action is just addOpenGLRunpath (now
addDriverRunpath), and is few line function for
autoAddCudaCompatRunpathHook.
Doing so, we also takes the occasion to use the newer addDriverRunpath
instead of the previous addOpenGLRunpath, and rename the CUDA hook to
reflect that as well.
Co-Authored-By: Connor Baker <connor.baker@tweag.io>
2024-03-15 15:54:21 +01:00
Mario Rodas
0c8ba6990c
Merge pull request #296150 from r-ryantm/auto-update/postgresqlJitPackages.plpgsql_check
...
postgresqlJitPackages.plpgsql_check: 2.7.3 -> 2.7.4
Closes https://github.com/NixOS/nixpkgs/pull/296149
Closes https://github.com/NixOS/nixpkgs/pull/296151
Closes https://github.com/NixOS/nixpkgs/pull/296153
Closes https://github.com/NixOS/nixpkgs/pull/296154
2024-03-15 09:29:09 -05:00
Bernardo Meurer
8444643453
Merge pull request #295971 from danielmain/master
2024-03-15 10:25:55 -04:00
Emily
20369b5329
Merge pull request #296045 from emilylange/grafana-agent
...
grafana-agent: 0.40.2 -> 0.40.3
2024-03-15 15:16:01 +01:00
9R
8cac26901a
home-assistant custom component omnik_inverter: init at v2.6.4 ( #296085 )
2024-03-15 15:01:40 +01:00
R. Ryantm
dddd27dc94
postgresqlJitPackages.plpgsql_check: 2.7.3 -> 2.7.4
2024-03-15 13:32:48 +00:00
github-actions[bot]
9da92f31f4
Merge master into staging-next
2024-03-15 12:01:07 +00:00
Jon Seager
e121b2285a
Merge pull request #295989 from r-ryantm/auto-update/pomerium
...
pomerium: 0.25.0 -> 0.25.1
2024-03-15 11:43:35 +00:00
Yt
431fd13c27
Merge pull request #296033 from r-ryantm/auto-update/pict-rs
...
pict-rs: 0.5.7 -> 0.5.9
2024-03-15 08:28:13 +00:00
Mario Rodas
ce26026241
Merge pull request #296002 from anthonyroussel/jetty-upgrade
...
jetty_12: 12.0.5 -> 12.0.7, jetty_11: 11.0.19 -> 11.0.20
2024-03-15 01:52:09 -05:00
github-actions[bot]
4aac48ff7f
Merge master into staging-next
2024-03-15 06:01:09 +00:00
emilylange
5c4bfdd5d8
grafana-agent: 0.40.2 -> 0.40.3
...
Beginning with 0.40.3, grafana-agent now requires at least go 1.22 to build.
https://github.com/grafana/agent/releases/tag/v0.40.3
https://github.com/grafana/agent/blob/v0.40.3/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.40.2...v0.40.3
2024-03-15 03:18:37 +01:00
Mario Rodas
e6aefe20a1
Merge pull request #292533 from flyingcircusio/init-postgresql-anonymizer
...
postgresqlPackages.anonymizer: init at 1.3.1; add me & osnyx to flyingcircus team
2024-03-14 20:53:36 -05:00
R. Ryantm
6d73040cb4
pict-rs: 0.5.7 -> 0.5.9
2024-03-15 00:56:22 +00:00
Mario Rodas
9e74ca5b99
Merge pull request #296001 from anthonyroussel/tomcat-upgrade
...
tomcat10: 10.1.18 -> 10.1.19, tomcat9: 9.0.85 -> 9.0.87
2024-03-14 19:41:56 -05:00
github-actions[bot]
2bffd64e73
Merge master into staging-next
2024-03-15 00:01:59 +00:00
Peder Bergebakken Sundt
5ed2a8b685
Merge pull request #295934 from pbsds/bump-polaris-1710429726
...
polaris: 0.14.1 -> 0.14.2
2024-03-15 00:49:32 +01:00
Anthony Roussel
1fea515dea
jetty_12: 12.0.5 -> 12.0.7
...
https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.7
2024-03-14 23:33:08 +01:00
Anthony Roussel
0fe8cdd552
jetty_11: 11.0.19 -> 11.0.20
...
https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.20
2024-03-14 23:32:47 +01:00
Anthony Roussel
3ffa0c967e
tomcat10: 10.1.18 -> 10.1.19
...
https://tomcat.apache.org/tomcat-10.1-doc/changelog.html#Tomcat_10.1.19_(schultz)
2024-03-14 23:30:43 +01:00
Anthony Roussel
d14e6accda
tomcat9: 9.0.85 -> 9.0.87
...
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.87_(remm)
2024-03-14 23:30:37 +01:00
R. Ryantm
8693a1f1b8
pomerium: 0.25.0 -> 0.25.1
2024-03-14 21:33:24 +00:00
Martin Weinelt
0b32d406e9
home-assistant: 2024.3.0 -> 2024.3.1
...
https://github.com/home-assistant/core/releases/tag/2024.3.1
2024-03-14 22:16:37 +01:00
Martin Weinelt
766e4042c3
home-assistant.intents: 2024.2.28 -> 2024.3.12
2024-03-14 22:16:37 +01:00
Yt
f4429fde23
Merge pull request #295919 from code-supply/openobserve-0-9-1
...
openobserve: 0.8.1 -> 0.9.1
2024-03-14 20:53:25 +00:00
Daniel Main
bd0a8e59e8
roon-server: 2.0-1272 -> 2.0-1382
2024-03-14 21:36:28 +01:00
Adam C. Stephens
ca67f3cfc0
Merge pull request #294824 from sinavir/update_kanidm
...
kanidm: 1.1.0-rc.16 backports
2024-03-14 14:35:26 -04:00
github-actions[bot]
c160165e60
Merge master into staging-next
2024-03-14 18:01:26 +00:00
Nick Cao
3b1c249fce
Merge pull request #295841 from r-ryantm/auto-update/prometheus-smokeping-prober
...
prometheus-smokeping-prober: 0.7.2 -> 0.7.3
2024-03-14 12:57:55 -04:00
Nick Cao
d51e86d76d
Merge pull request #295811 from MikaelFangel/update-changedetech-io
...
changedetection-io: 0.45.14 -> 0.45.16
2024-03-14 12:49:35 -04:00
Peder Bergebakken Sundt
491e60c69e
polaris: 0.14.1 -> 0.14.2
...
Also devendors the Cargo.lock
2024-03-14 17:43:29 +01:00
Nick Cao
729a0c6a17
Merge pull request #295749 from r-ryantm/auto-update/sslh
...
sslh: 2.0.1 -> 2.1.0
2024-03-14 12:25:20 -04:00
Nick Cao
7fd5bf6e68
Merge pull request #295756 from r-ryantm/auto-update/lighttpd
...
lighttpd: 1.4.74 -> 1.4.75
2024-03-14 12:21:46 -04:00
R. Ryantm
ef1d55bb79
evcc: 0.124.9 -> 0.124.10
2024-03-14 15:41:57 +00:00
R. Ryantm
d5346f1f1f
rqlite: 8.22.1 -> 8.23.0
2024-03-14 15:22:12 +00:00
sinavir
5b882503cf
kanidm: 1.1.0-rc.16 backports
2024-03-14 15:50:07 +01:00
github-actions[bot]
87a5d42cfa
Merge master into staging-next
2024-03-14 12:01:18 +00:00
Andrew Bruce
f1219eb40f
openobserve: 0.8.1 -> 0.9.1
2024-03-14 10:57:46 +00:00
Pol Dellaiera
5d2184dfef
Merge pull request #295786 from r-ryantm/auto-update/tailscale
...
tailscale: 1.60.1 -> 1.62.0
2024-03-14 11:52:28 +01:00
Leona Maroni
7b97c01386
Merge pull request #295838 from xanderio/outline-0.75.2
...
outline: 0.75.0 -> 0.75.2
2024-03-14 11:36:38 +01:00
R. Ryantm
fdf475c585
prometheus-smokeping-prober: 0.7.2 -> 0.7.3
2024-03-14 09:41:54 +00:00
Alexander Bantyev
55235c8501
Merge pull request #295597 from r-ryantm/auto-update/gnss-share
...
gnss-share: 0.7.2 -> 0.8.0
2024-03-14 13:30:36 +04:00
Maximilian Bosch
b4f8ebd295
postgresqlPackages.anonymizer: update description
...
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2024-03-14 09:50:46 +01:00
Mikael Fangel
187a57316d
changedetection-io: 0.45.14 -> 0.45.16
2024-03-14 08:26:34 +01:00
github-actions[bot]
c866a07331
Merge master into staging-next
2024-03-14 06:01:12 +00:00
Mario Rodas
d22c776b64
Merge pull request #295644 from r-ryantm/auto-update/pocketbase
...
pocketbase: 0.22.3 -> 0.22.4
2024-03-13 22:19:05 -05:00
R. Ryantm
9afa636102
tailscale: 1.60.1 -> 1.62.0
2024-03-14 02:06:29 +00:00
Mario Rodas
4a52f6b2c4
Merge pull request #295528 from r-ryantm/auto-update/dolt
...
dolt: 1.35.1 -> 1.35.3
2024-03-13 20:55:12 -05:00
R. Ryantm
b773fafa8b
neo4j: 5.17.0 -> 5.18.0
2024-03-14 01:46:55 +00:00
R. Ryantm
caeb43e0a8
lighttpd: 1.4.74 -> 1.4.75
2024-03-14 01:09:00 +00:00
R. Ryantm
104723860c
sslh: 2.0.1 -> 2.1.0
2024-03-14 00:48:17 +00:00
Alexander Sieg
12b51fe617
outline: 0.75.0 -> 0.75.2
2024-03-13 21:13:32 +01:00
github-actions[bot]
f4c4bfc9fc
Merge master into staging-next
2024-03-13 18:00:53 +00:00
R. Ryantm
3ce595f42f
pocketbase: 0.22.3 -> 0.22.4
2024-03-13 16:30:13 +00:00
Maximilian Bosch
0cdaede144
pg-dump-anon: init at 1.3.1
...
This is a Go program inside the sources of `postgresql_anonymizer` that
allows to perform database dumps, but with anonymized data. I figured
that it's a little awkward to have a client program to be part of the
extension package.
So I decided to create a second package called `pg-dump-anon`. Since
it's one repository, both share `version` & `src`.
Also extended the VM test to make sure we're getting properly anonymized
data when dumping with `pg_dump_anon`.
2024-03-13 16:15:54 +01:00
ajs124
4e93c48f36
Merge pull request #295404 from rnhmjoj/pr-pdns
...
pdns-recursor: 5.0.2 -> 5.0.3
2024-03-13 14:44:39 +01:00
Isabelle
948054ae91
mongodb-6_0: add patch to fix broken build ( #293556 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-03-13 14:20:58 +01:00
R. Ryantm
f7f94c7748
gnss-share: 0.7.2 -> 0.8.0
2024-03-13 12:19:39 +00:00
github-actions[bot]
cecf050e96
Merge master into staging-next
2024-03-13 12:01:25 +00:00
Pol Dellaiera
6710011819
Merge pull request #295199 from blakesmith/gotosocial_14_2
...
gotosocial 0.14.1 -> 0.14.2
2024-03-13 08:53:37 +01:00
R. Ryantm
96c6d758d2
dolt: 1.35.1 -> 1.35.3
2024-03-13 07:15:39 +00:00
annalee
68befa13bb
Merge remote-tracking branch 'upstream/master' into staging-next
2024-03-13 06:02:24 +00:00
Blake Smith
d19db11340
gotosocial 0.14.1 -> 0.14.2
2024-03-12 21:11:56 -05:00
R. Ryantm
6232015d7a
nats-server: 2.10.11 -> 2.10.12
2024-03-13 01:18:00 +00:00
annalee
8e038835fe
Merge remote-tracking branch 'upstream/master' into staging-next
2024-03-13 00:38:07 +00:00
Martin Weinelt
20eae76661
Merge pull request #294305 from NixOS/python-updates
...
[python-updates] 2024/03/07 - major updates
2024-03-13 00:13:18 +01:00
Sergei Trofimovich
b7310fdc9b
ttyd.tests: fix eval
...
Without the change `ttyd.tests` eval fails as:
$ nix build --no-link -f. ttyd.tests
error: undefined variable 'nixosTests'
at /home/slyfox/dev/git/nixpkgs-master/pkgs/servers/ttyd/default.nix:24:14:
23| passthru.tests = {
24| inherit (nixosTests) ttyd;
| ^
2024-03-12 22:54:43 +00:00
Pol Dellaiera
56989a6ee5
Merge pull request #295297 from r-ryantm/auto-update/galene
...
galene: 0.8 -> 0.8.1
2024-03-12 21:58:10 +01:00
Pol Dellaiera
39f1727e9f
Merge pull request #295300 from r-ryantm/auto-update/komga
...
komga: 1.10.3 -> 1.10.4
2024-03-12 21:57:40 +01:00
Fabián Heredia Montiel
d5fe7897b4
Merge pull request #294457 from wolfgangwalther/postgresql-ext
...
postgresqlPackages: fixing multiple build failures
2024-03-12 14:55:49 -06:00
Pol Dellaiera
e4204850e6
Merge pull request #295339 from r-ryantm/auto-update/redpanda-client
...
redpanda-client: 23.3.6 -> 23.3.7
2024-03-12 21:54:37 +01:00
rnhmjoj
09030d1d33
pdns-recursor: 5.0.2 -> 5.0.3
2024-03-12 20:48:01 +01:00
Nick Cao
70ab90fc1b
Merge pull request #295379 from r-ryantm/auto-update/dovecot_fts_xapian
...
dovecot_fts_xapian: 1.7.6 -> 1.7.8
2024-03-12 15:17:06 -04:00
R. Ryantm
beef521209
minio: 2024-03-07T00-43-48Z -> 2024-03-10T02-53-48Z
2024-03-12 18:22:55 +00:00
Nick Cao
254e3464ad
Merge pull request #294829 from NickCao/bird
...
bird: 2.14 -> 2.15
2024-03-12 14:03:10 -04:00
github-actions[bot]
6b78f024b2
Merge staging-next into staging
2024-03-12 18:01:46 +00:00
R. Ryantm
752c313110
dovecot_fts_xapian: 1.7.6 -> 1.7.8
2024-03-12 17:44:03 +00:00
Martin Weinelt
514ad0279b
home-assistant: add dependency pins
2024-03-12 18:25:17 +01:00
Martin Weinelt
6151db5288
radicale: suppress pytest8 deprecation warnings
2024-03-12 18:25:13 +01:00
Martin Weinelt
d2e41f147f
matrix-synapse: pin netaddr at 1.0.0
...
Netaddr 1.1.0 changes the behavior for partial address expansion, making
two tests fail:
- test_get_user_by_req_appservice_valid_token_bad_ip
- test_get_user_by_req_appservice_valid_token_good_ip
2024-03-12 18:25:12 +01:00
R. Ryantm
52ba41b89e
redpanda-client: 23.3.6 -> 23.3.7
2024-03-12 14:53:08 +00:00
Nikolay Korotkiy
04e1a2d69c
Merge pull request #295097 from sikmir/t-rex
...
t-rex: 0.14.3 → 0.15.0-alpha3
2024-03-12 18:48:16 +04:00
R. Ryantm
ebf0f7597f
komga: 1.10.3 -> 1.10.4
2024-03-12 12:32:53 +00:00
R. Ryantm
67d928d207
galene: 0.8 -> 0.8.1
2024-03-12 12:19:46 +00:00
github-actions[bot]
1cef2a1be7
Merge staging-next into staging
2024-03-12 12:01:40 +00:00
R. Ryantm
c43e140163
readarr: 0.3.19.2437 -> 0.3.20.2452
2024-03-12 10:24:55 +00:00
Pol Dellaiera
19beafae2d
Merge pull request #295214 from r-ryantm/auto-update/honk
...
honk: 1.2.3 -> 1.3.1
2024-03-12 08:16:36 +01:00
Mario Rodas
a55ee60608
Merge pull request #295082 from r-ryantm/auto-update/postgresqlJitPackages.lantern
...
postgresqlJitPackages.lantern: 0.2.0 -> 0.2.1
2024-03-12 01:46:00 -05:00
Vladimír Čunát
43a630fcb1
Merge #292260 : libpsl: split outputs
...
...into staging
2024-03-12 07:39:02 +01:00
github-actions[bot]
0917422ffe
Merge staging-next into staging
2024-03-12 06:01:24 +00:00
R. Ryantm
9a9a755243
telegraf: 1.29.5 -> 1.30.0
2024-03-12 15:40:05 +10:00
R. Ryantm
df7849aeb5
honk: 1.2.3 -> 1.3.1
2024-03-12 03:32:07 +00:00
Peder Bergebakken Sundt
ac2afcdfff
Merge pull request #293938 from devusb/sunshine
...
sunshine: 0.21.0 -> 0.22.0
2024-03-12 01:49:48 +01:00
github-actions[bot]
fd6d62aa3d
Merge staging-next into staging
2024-03-12 00:02:37 +00:00
Morgan Helton
de74b3be3e
sunshine: 0.21.0 -> 0.22.0
2024-03-11 18:27:31 -05:00
Thomas Gerbet
37fe5f6f77
Merge pull request #294821 from risicle/ris-frr-CVE-2024-27913
...
frr: add patch for CVE-2024-27913
2024-03-11 23:58:29 +01:00
Robert Scott
9d59b64009
frr: add patch for CVE-2024-27913
2024-03-11 22:39:32 +00:00
Nikolay Korotkiy
439271b6ea
t-rex: migrate to by-name
2024-03-12 00:10:19 +04:00
Nikolay Korotkiy
21a16622ee
t-rex: 0.14.3 → 0.15.0-alpha3
2024-03-12 00:10:13 +04:00
Jon Seager
8ab31764fc
homepage-dashboard: remove trailing period from meta.description
2024-03-11 20:30:39 +01:00
Jon Seager
bb27f930c8
homepage-dashboard: add changelog to meta
2024-03-11 20:30:39 +01:00
Jon Seager
62fddf40a9
homepage-dashboard: 0.8.8 -> 0.8.9
...
https://github.com/gethomepage/homepage/releases/tag/v0.8.9
Remove patch which is now included upstream.
2024-03-11 20:30:39 +01:00
Jon Seager
c58f136b53
homepage-dashboard: enable nix-update-script
2024-03-11 20:30:39 +01:00
R. Ryantm
e3acd5fbcf
postgresqlJitPackages.lantern: 0.2.0 -> 0.2.1
2024-03-11 18:11:45 +00:00
github-actions[bot]
06e5eb63d3
Merge staging-next into staging
2024-03-11 18:01:53 +00:00
Yaya
c1fd254beb
snipe-it: Move to pkgs/by-name/
2024-03-11 18:16:36 +01:00
Yaya
eb12b77ff0
snipe-it: 6.2.2 -> 6.3.1
...
https://github.com/snipe/snipe-it/releases/tag/v6.3.0
https://github.com/snipe/snipe-it/releases/tag/v6.3.1
2024-03-11 18:16:36 +01:00