Commit Graph

30940 Commits

Author SHA1 Message Date
github-actions[bot]
135430eb60
Merge master into staging-next 2023-10-31 00:02:27 +00:00
Lassulus
3a6f702fbd
Merge pull request #264066 from r-ryantm/auto-update/jitsi-meet 2023-10-30 22:35:02 +00:00
Maximilian Bosch
64319d8d40
Merge pull request #263979 from SuperSandro2000/nextcloud27
nextcloud26: 26.0.7 -> 26.0.8, nextcloud27: 27.1.2 -> 27.1.3
2023-10-30 23:06:09 +01:00
Thomas Gerbet
390a2965da mysql80: 8.0.34 -> 8.0.35
Fixes CVE-2023-22059, CVE-2023-22079, CVE-2023-22097, CVE-2023-22066, CVE-2023-22068, CVE-2023-22114, CVE-2023-22084, CVE-2023-22032, CVE-2023-22064, CVE-2023-22070, CVE-2023-22112, CVE-2023-22078 and CVE-2023-22092.

https://www.oracle.com/security-alerts/cpuoct2023.html#AppendixMSQL

Changes:
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-35.html
2023-10-30 22:10:38 +01:00
Thomas Gerbet
baae0f8e0f tailscale: 1.50.1 -> 1.52.0
https://github.com/tailscale/tailscale/releases/tag/v1.52.0
2023-10-30 21:41:00 +01:00
github-actions[bot]
931938d1df
Merge master into staging-next 2023-10-30 18:01:02 +00:00
K900
89a32d2867 tempo: 2.2.3 -> 2.3.0
Diff: https://github.com/grafana/tempo/compare/v2.2.3...v2.3.0
2023-10-30 20:29:12 +03:00
Jonathan Davies
753b33c620 prometheus-systemd-exporter: 0.5.0 → 0.6.0 2023-10-30 16:57:12 +00:00
Weijia Wang
70f835f9aa
Merge pull request #264372 from wegank/mastodon-rev
mastodon: fix rev
2023-10-30 17:49:55 +01:00
Weijia Wang
cfbc8b5d0a mastodon: fix rev 2023-10-30 15:56:15 +01:00
Maximilian Bosch
945cdad4ee
postgresql: remove pipelinedb extension
This one is apparently abandoned by upstream and only supported
postgresql_11 which is about to be dropped from nixpkgs.
2023-10-30 15:01:31 +01:00
Maximilian Bosch
6d82eb7753
postgresqlPackages: remove compat with postgresql_11 2023-10-30 14:26:44 +01:00
Bernardo Meurer
6cf8670e84
Merge pull request #264077 from r-ryantm/auto-update/klipper
klipper: unstable-2023-09-10 -> unstable-2023-10-21
2023-10-30 08:46:12 -04:00
Mario Rodas
ac505b4001
Merge pull request #264299 from marsam/update-mailpit
mailpit: 1.7.1 -> 1.9.9
2023-10-30 07:33:40 -05:00
Nick Cao
d21a933253
Merge pull request #263693 from r-ryantm/auto-update/dendrite
dendrite: 0.13.3 -> 0.13.4
2023-10-30 08:31:21 -04:00
github-actions[bot]
7f11b9b46b
Merge master into staging-next 2023-10-30 12:01:05 +00:00
Raito Bezarius
8272db154d isso: fix tests
Due to some dependency bump, isso ceased to build its tests for a deprecated API usage.
A PR has been sent upstream, see in the diff and it is applied via substitution here.
2023-10-30 12:31:08 +01:00
Maximilian Bosch
1220a4d4dd
postgresql_11: remove
As described in the release lifecycle docs from postgresql[1], v11 will
stop receiving fixes as of Nov 9 2023. This means it's EOL throughout
the entire lifetime of 23.11, so let's drop it now.

A lot of examples are also referencing postgresql_11. Where it's
sensible, use postgresql_15 as example now to avoid confusion.

This is also handy because the LLVM 16 fix for postgresql is not
available for postgresql 11 ;-)

[1] https://www.postgresql.org/support/versioning/
2023-10-30 10:41:16 +01:00
Alyssa Ross
423b31f1b2 pr-tracker: 1.2.0 -> 1.3.0 2023-10-30 08:13:13 +00:00
Alyssa Ross
ed449a1f05 pr-tracker: fetchurl -> fetchzip
The tarballs are dynamically generated by cgit, so we should use
fetchzip (which extracts the tarball) to ensure determinism.
2023-10-30 08:13:13 +00:00
Mario Rodas
8c23210236
Merge pull request #263126 from adamcstephens/calibreweb/bump
calibre-web: 0.6.20 -> 0.6.21
2023-10-30 01:18:35 -05:00
Vladimír Čunát
5c89ba8ab4
Merge branch 'master' into staging-next 2023-10-30 06:12:04 +01:00
Vladimír Čunát
ffd13c1ba3
Merge #264253: postgresql_jit: fix build
...into staging-next
2023-10-30 06:08:18 +01:00
a-kenji
def8bfe0c7 hebbot: set meta.mainProgram 2023-10-30 05:41:52 +01:00
Mario Rodas
1c247c31d4 mailpit: add meta.mainProgram 2023-10-30 04:20:00 +00:00
Mario Rodas
d761372b5c mailpit: 1.7.1 -> 1.9.9
Changelog: https://github.com/axllent/mailpit/releases/tag/v1.9.9
2023-10-30 04:20:00 +00:00
R. Ryantm
4d03298c6f dnsdist: 1.8.1 -> 1.8.2 2023-10-30 00:47:13 +00:00
Adam Stephens
f3fabe24f9
audiobookshelf: 2.4.4 -> 2.5.0 2023-10-29 19:47:31 -04:00
Maximilian Bosch
8fbd381b8a
postgresql_jit: fix build
Failing Hydra build: https://hydra.nixos.org/build/239477682/nixlog/1

This got fixed upstream already in the release branches, applying the
patches here solves the issue.

This skips v11 since there's no patch available and it will be dropped
soon anyways[1].

[1] #264250
2023-10-29 23:58:28 +01:00
Michele Guerini Rocco
800965ce8c
Merge pull request #245855 from rnhmjoj/pr-sslh
nixos/sslh: update and refactor for RFC42
2023-10-29 23:19:38 +01:00
R. Ryantm
f327c74c30 riemann: 0.3.8 -> 0.3.9 2023-10-29 18:23:40 +00:00
github-actions[bot]
64070c2fda
Merge master into staging-next 2023-10-29 18:01:23 +00:00
rnhmjoj
7ecac99da7
sslh: 1.22c -> 2.0.0 2023-10-29 18:13:37 +01:00
Maximilian Bosch
9f689d42a7
Merge pull request #263185 from Ma27/bump-grafana
grafana: 10.1.5 -> 10.2.0
2023-10-29 18:06:46 +01:00
Alexandru Scvortov
318af65e51 livebook: 0.11.1 -> 0.11.3 2023-10-29 13:52:12 +00:00
github-actions[bot]
571f1df5e4
Merge master into staging-next 2023-10-29 12:00:57 +00:00
rnhmjoj
edb4422d73
sslh: install sslh-select binary 2023-10-29 11:56:15 +01:00
Martin Weinelt
cb714c774e
evcc: 0.121.3 -> 0.121.5
https://github.com/evcc-io/evcc/releases/tag/0.121.4
https://github.com/evcc-io/evcc/releases/tag/0.121.5
2023-10-29 11:52:23 +01:00
Gaël Reyrol
a112662b80
sozu: 0.15.6 -> 0.15.13 2023-10-29 11:14:57 +01:00
Martin Weinelt
dd70207945
Merge pull request #264003 from mweinelt/evcc-0.121.4
evcc: 0.121.2 -> 0.121.3
2023-10-29 11:04:15 +01:00
Uri Baghin
48da240fc5
Merge pull request #262238 from avdv/bazel-6.4
bazel_6: 6.3.2 -> 6.4.0
2023-10-29 17:39:50 +08:00
Felix Bühler
a31e4b7aaa
Merge pull request #263755 from rhoriguchi/prowlarr
prowlarr: 1.8.6.3946 -> 1.9.4.4039
2023-10-29 09:59:49 +01:00
Claudio Bley
7fa6816c0c envoy: Update hash after bazel_6 upgrade 2023-10-29 08:30:50 +01:00
github-actions[bot]
3f274c7328
Merge master into staging-next 2023-10-29 06:01:18 +00:00
Mario Rodas
c83e5309f9
Merge pull request #264083 from r-ryantm/auto-update/komga
komga: 1.5.1 -> 1.6.4
2023-10-28 22:53:01 -05:00
R. Ryantm
e9d8296702 komga: 1.5.1 -> 1.6.4 2023-10-29 02:40:44 +00:00
Mario Rodas
9c6f21d0f0
Merge pull request #264061 from r-ryantm/auto-update/jackett
jackett: 0.21.993 -> 0.21.1096
2023-10-28 21:28:40 -05:00
R. Ryantm
3e0b166f50 klipper: unstable-2023-09-10 -> unstable-2023-10-21 2023-10-29 02:13:54 +00:00
R. Ryantm
78542d3491 jitsi-meet: 1.0.7322 -> 1.0.7531 2023-10-29 00:38:18 +00:00
R. Ryantm
289d2f9b75 jackett: 0.21.993 -> 0.21.1096 2023-10-29 00:11:03 +00:00
github-actions[bot]
954eb09381
Merge master into staging-next 2023-10-29 00:02:24 +00:00
Nick Cao
9bce54ec92
Merge pull request #262560 from NickCao/mautrix-googlechat
mautrix-googlechat: unstable-2023-07-16 -> 0.5.1
2023-10-28 16:33:20 -04:00
github-actions[bot]
52b6b90243
Merge master into staging-next 2023-10-28 18:00:57 +00:00
Martin Weinelt
126b50369e
evcc: 0.121.2 -> 0.121.3
https://github.com/evcc-io/evcc/releases/tag/0.121.3
2023-10-28 19:45:31 +02:00
R. Ryantm
88e296d3b4 mssql_jdbc: 12.4.1 -> 12.4.2 2023-10-28 16:02:33 +00:00
Martin Weinelt
e4f4ef7ce8
Merge pull request #263793 from fleaz/update_nginx-videothumb
nginxModules.videothumb-extractor: unstable -> 1.0.0 and switch to ffmpeg-headless
2023-10-28 17:46:01 +02:00
Martin Weinelt
7286245d4a
Merge pull request #263644 from fleaz/update_nginx-vod
nginxModules.vod: 1.31 -> 1.32 and patch MAX_CLIPS
2023-10-28 17:45:37 +02:00
Antoine Eiche
dc034b033f rspamd: 3.7.2 -> 3.7.3 2023-10-28 16:59:54 +02:00
Sandro Jäckel
91239bc459
nextcloud27Packages: regen 2023-10-28 16:47:52 +02:00
Sandro Jäckel
ecc02253d3
nextcloud26Packages: regen 2023-10-28 16:47:42 +02:00
Sandro Jäckel
8edd2e856c
nextcloud27: 27.1.2 -> 27.1.3 2023-10-28 16:47:29 +02:00
Sandro Jäckel
1fd87b651d
nextcloud26: 26.0.7 -> 26.0.8 2023-10-28 16:47:12 +02:00
lewo
449fcabe86
Merge pull request #263901 from r-ryantm/auto-update/rspamd
rspamd: 3.7.1 -> 3.7.2
2023-10-28 16:21:16 +02:00
Florian Klink
7eb7684374
Merge pull request #263823 from emilylange/grafana-agent
grafana-agent: 0.37.2 -> 0.37.3
2023-10-28 16:54:44 +03:00
Nick Cao
c416026a58
Merge pull request #263906 from r-ryantm/auto-update/wishlist
wishlist: 0.13.0 -> 0.14.0
2023-10-28 08:58:52 -04:00
Robert Scott
8beb9b5a60
Merge pull request #262736 from LeSuisse/jetty-12.0.2
jetty: 12.0.1 -> 12.0.2
2023-10-28 13:31:45 +01:00
R. Ryantm
94e7c46cab prometheus-postgres-exporter: 0.14.0 -> 0.15.0 2023-10-28 12:20:07 +00:00
github-actions[bot]
519b7ea0c3
Merge master into staging-next 2023-10-28 12:01:19 +00:00
Martin Weinelt
f177b76bfb
Merge pull request #263783 from mweinelt/operation-asynctest
Remove more asynctest references on Python 3.11
2023-10-28 13:39:20 +02:00
Felix Bühler
b48c676462
Merge pull request #263361 from Ma27/bump-grafana-image-renderer
grafana-image-renderer: 3.8.3 -> 3.8.4
2023-10-28 13:34:10 +02:00
Dmytro Kyrychuk
30a04f1349 fishnet: 2.5.1 -> 2.7.1 2023-10-28 11:19:16 +00:00
Pascal Bach
626152c072
Merge pull request #263698 from elohmeier/minio-copyrightyear
minio: set CopyrightYear for cli ui
2023-10-28 09:55:25 +02:00
R. Ryantm
de9fbfe21e wishlist: 0.13.0 -> 0.14.0 2023-10-28 07:19:48 +00:00
R. Ryantm
ff609ba73f rspamd: 3.7.1 -> 3.7.2 2023-10-28 06:47:53 +00:00
Vladimír Čunát
cb64b504a0
xorg.xf86videoati: drop overrides
I realized that after dropping all patches in b1e2a2c292
there's no need for this.
2023-10-28 08:21:23 +02:00
Vladimír Čunát
931c3e19ab
Merge #263725: xorg: luit, xf86-video-ati: update
...into staging-next
2023-10-28 08:13:33 +02:00
github-actions[bot]
81ed2302dc
Merge master into staging-next 2023-10-28 06:00:57 +00:00
Weijia Wang
de51886bfd
Merge pull request #262472 from r-ryantm/auto-update/ttyd
ttyd: 1.7.3 -> 1.7.4
2023-10-28 04:08:17 +02:00
Weijia Wang
204774cd08
Merge pull request #262111 from r-ryantm/auto-update/spicedb-zed
spicedb-zed: 0.14.0 -> 0.15.0
2023-10-28 03:51:06 +02:00
Weijia Wang
cdaf27e75c
Merge pull request #262099 from r-ryantm/auto-update/snappymail
snappymail: 2.28.4 -> 2.29.1
2023-10-28 03:49:32 +02:00
Weijia Wang
e17347a6a2
Merge pull request #261887 from r-ryantm/auto-update/rabbitmq-server
rabbitmq-server: 3.12.6 -> 3.12.7
2023-10-28 03:39:07 +02:00
Weijia Wang
2a652a355e
Merge pull request #261618 from r-ryantm/auto-update/memcached
memcached: 1.6.21 -> 1.6.22
2023-10-28 03:35:10 +02:00
Weijia Wang
6b11673a26
Merge pull request #261520 from r-ryantm/auto-update/readarr
readarr: 0.3.6.2232 -> 0.3.8.2267
2023-10-28 03:32:01 +02:00
Weijia Wang
494db3f867
Merge pull request #261485 from r-ryantm/auto-update/questdb
questdb: 7.3.2 -> 7.3.3
2023-10-28 03:29:59 +02:00
Weijia Wang
24400ebf9e
Merge pull request #261476 from r-ryantm/auto-update/qdrant
qdrant: 1.5.1 -> 1.6.1
2023-10-28 03:29:16 +02:00
Weijia Wang
94ded93c35
Merge pull request #261041 from r-ryantm/auto-update/janusgraph
janusgraph: 0.6.3 -> 0.6.4
2023-10-28 03:23:00 +02:00
Weijia Wang
2e4206dbaf
Merge pull request #260801 from r-ryantm/auto-update/prometheus-junos-czerwonk-exporter
prometheus-junos-czerwonk-exporter: 0.12.0 -> 0.12.2
2023-10-28 03:00:51 +02:00
Weijia Wang
76c1e03aee
Merge pull request #259623 from autophagy/confluent-maintainer
confluent-cli, confluent-platform: add maintainer autophagy
2023-10-28 02:45:58 +02:00
Weijia Wang
8f935ecc14
Merge pull request #260090 from r-ryantm/auto-update/confluent-platform
confluent-platform: 7.4.1 -> 7.5.0
2023-10-28 02:45:29 +02:00
Weijia Wang
a1205b9457
Merge pull request #263297 from wegank/pulseaudio-meson-flags
pulseaudio: refactor meson flags
2023-10-28 02:15:34 +02:00
github-actions[bot]
4791949f6a
Merge master into staging-next 2023-10-28 00:02:23 +00:00
Mario Rodas
0f81c0be5a
Merge pull request #263591 from anthonyroussel/updates/mysql-connector-jdbc
mysql_jdbc: 8.1.0 -> 8.2.0
2023-10-27 17:39:03 -05:00
Yureka
b3e7102e06
fastnetmon-advanced: 2.0.351 -> 2.0.352 (#263826)
Changelog: https://github.com/FastNetMon/fastnetmon-advanced-releases/releases/tag/v2.0.352
2023-10-27 22:32:38 +02:00
github-actions[bot]
4c838ddf14
Merge master into staging-next 2023-10-27 18:01:08 +00:00
Patryk Kwiatek
df922ca8e5
ferretdb: 1.12.1 -> 1.13.0 (#263779) 2023-10-27 19:53:34 +02:00
Peder Bergebakken Sundt
fb1c60b65a
Merge pull request #262224 from chayleaf/tsja
postgresqlPackages.tsja: init at 0.5.0
2023-10-27 19:53:14 +02:00
emilylange
b9474c24a4
grafana-agent: 0.37.2 -> 0.37.3
https://github.com/grafana/agent/releases/tag/v0.37.3
https://github.com/grafana/agent/blob/v0.37.3/CHANGELOG.md
diff: https://github.com/grafana/agent/compare/v0.37.2...v0.37.3
2023-10-27 19:33:06 +02:00
Nick Cao
2a1e43a8e8
Merge pull request #263638 from r-ryantm/auto-update/elasticmq-server-bin
elasticmq-server-bin: 1.4.4 -> 1.4.5
2023-10-27 12:54:11 -04:00
Maximilian Bosch
281b61397a
grafana-image-renderer: 3.8.3 -> 3.8.4
ChangeLog: https://github.com/grafana/grafana-image-renderer/releases/tag/v3.8.4
2023-10-27 17:33:41 +02:00
Janik
7d3397ef6a
Merge pull request #263443 from markuskowa/upd-osmo
osmo-bts: 1.7.0 -> 1.7.1
2023-10-27 16:13:28 +02:00
fleaz
55e29313dc
nginxModules: Switch from ffmpeg to ffmpeg-headless 2023-10-27 16:05:30 +02:00
fleaz
87338f90d4
nginxModules.video-thumbextractor: 92b8064 -> 1.0.0
Diff:
92b8064...e81f850
2023-10-27 16:05:29 +02:00
Martin Weinelt
8b0edc9c50
home-assistant: pin intellifire4py==2.2.2 2023-10-27 15:00:28 +02:00
github-actions[bot]
4a5044c558
Merge master into staging-next 2023-10-27 12:01:12 +00:00
Mario Rodas
57de8658af
Merge pull request #263708 from marsam/update-pg_cron
postgresqlPackages.pg_cron: 1.6.1 -> 1.6.2
2023-10-27 06:35:59 -05:00
Azat Bahawi
7607a22c75
Merge pull request #263665 from r-ryantm/auto-update/exportarr
exportarr: 1.5.5 -> 1.6.0
2023-10-27 14:03:10 +03:00
Ryan Horiguchi
aa646839e0 prowlarr: 1.8.6.3946 -> 1.9.4.4039 2023-10-27 11:25:05 +02:00
Vladimír Čunát
7654cf0911
Merge #263689: xorg-server: 21.1.8 -> 21.1.9 2023-10-27 09:51:20 +02:00
Siddhartha
b1e2a2c292 xf86-video-ati: unstable -> 22.0.0 2023-10-27 02:40:09 -04:00
Siddhartha
74b1625f42 luit: 20190106 -> 20230201 2023-10-27 02:40:09 -04:00
Siddhartha
7f6947092b xorg-server: 21.1.8 -> 21.1.9 2023-10-27 02:25:48 -04:00
Enno Richter
d51db98b2b minio: set CopyrightYear for cli ui 2023-10-27 06:23:41 +02:00
R. Ryantm
1252a65d4e dendrite: 0.13.3 -> 0.13.4 2023-10-27 03:36:37 +00:00
Ryan Horiguchi
243ffde867 tautulli: 2.13.1 -> 2.13.2 2023-10-27 02:20:32 +02:00
github-actions[bot]
f0ebfe8b52
Merge master into staging-next 2023-10-27 00:02:24 +00:00
Pol Dellaiera
aaccf42b1b
Merge pull request #261432 from yayayayaka/snipe-it-convert-to-buildComposerProject
snipe-it: convert to buildComposerProject
2023-10-27 01:36:34 +02:00
R. Ryantm
14e6e441ad exportarr: 1.5.5 -> 1.6.0 2023-10-26 22:43:24 +00:00
fleaz
f2efd2e9bc
nginxModules.vod: Patch MAX_CLIPS variable
The old limit was only 128 and this breaks some applications like e.g.
Frigate where playlists become bigger than that. According to upstream
you should just change the variable yourself if needed.

See this issue: https://github.com/kaltura/nginx-vod-module/issues/238
2023-10-26 23:21:32 +02:00
fleaz
30c49cdd91
nginxModules.vod: 1.31 -> 1.32
Changelog: https://github.com/kaltura/nginx-vod-module/compare/1.31...1.32
2023-10-26 23:20:08 +02:00
R. Ryantm
1cf612c75e elasticmq-server-bin: 1.4.4 -> 1.4.5 2023-10-26 19:16:51 +00:00
chayleaf
47646a34ba
postgresqlPackages.tsja: init at 0.5.0 2023-10-27 01:09:48 +07:00
github-actions[bot]
96132a216a
Merge master into staging-next 2023-10-26 18:01:02 +00:00
Yaya
d91c530a55
snipe-it: Convert to php.buildComposerPackage 2023-10-26 18:51:05 +02:00
Martin Weinelt
25b4440a28
Merge pull request #263602 from r-ryantm/auto-update/prometheus-bird-exporter
prometheus-bird-exporter: 1.4.2 -> 1.4.3
2023-10-26 18:44:57 +02:00
R. Ryantm
fc6a781a40 prometheus-bird-exporter: 1.4.2 -> 1.4.3 2023-10-26 14:27:24 +00:00
Peder Bergebakken Sundt
0de727d6a2
Merge pull request #262591 from devusb/sunshine-update
sunshine: 0.20.0 -> 0.21.0
2023-10-26 16:14:58 +02:00
Anthony Roussel
7e08fc9049
mysql_jdbc: add passthru.updateScript 2023-10-26 15:21:30 +02:00
Anthony Roussel
1a7b36dd1b
mysql_jdbc: fix meta.homepage, add meta.{changelog,sourceProvenance} 2023-10-26 15:21:15 +02:00
Anthony Roussel
42a2fc9129
mysql_jdbc: 8.1.0 -> 8.2.0
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-2-0.html
https://github.com/mysql/mysql-connector-j/compare/8.1.0...8.2.0
2023-10-26 15:21:11 +02:00
Nick Cao
24a001a17d
Merge pull request #263425 from alyssais/virtiofsd-debug
virtiofsd: enable debug info
2023-10-26 08:59:56 -04:00
github-actions[bot]
08be9a9577
Merge master into staging-next 2023-10-26 12:01:25 +00:00
Mario Rodas
63678e9f3d
Merge pull request #263491 from marsam/update-plpgsql_check
postgresqlPackages.plpgsql_check: 2.5.3 -> 2.5.4
2023-10-26 06:01:41 -05:00
Maximilian Bosch
e1c715fab6
Merge pull request #263305 from trofi/xwayland-update
xwayland: 23.2.1 -> 23.2.2
2023-10-26 12:55:46 +02:00
Mario Rodas
c1a759b8d0
Merge pull request #263534 from r-ryantm/auto-update/dolt
dolt: 1.18.1 -> 1.21.4
2023-10-26 05:42:00 -05:00
Mario Rodas
7b63302520
Merge pull request #263432 from pennae/syncstorage-updates
syncstorage-rs: 0.14.0 -> 0.14.1
2023-10-26 05:39:23 -05:00
Vladimír Čunát
4d86c20f10
Merge branch 'master' into staging-next
Fixes an issue blocking staging-next-small evaluation.
2023-10-26 11:41:00 +02:00
markuskowa
56ffb3d80f
Merge pull request #262965 from markuskowa/upd-openmpi
openmpi: 4.1.5 -> 4.1.6 and pmix: 3.2.4 -> 5.0.1
2023-10-26 11:24:37 +02:00
Vladimír Čunát
d811555465
Merge branch 'staging' into staging-next 2023-10-26 10:36:50 +02:00
R. Ryantm
6a60bf095c dolt: 1.18.1 -> 1.21.4 2023-10-26 08:34:19 +00:00
Mario Rodas
fb97aa67ab
Merge pull request #262882 from gaelreyrol/postgresql-packages-pg_uudiv7-init
postgresqlPackages.pg_uuidv7: init at 1.3.0
2023-10-25 20:56:56 -05:00
Mario Rodas
c495920ef1
Merge pull request #263208 from r-ryantm/auto-update/owntracks-recorder
owntracks-recorder: 0.9.3 -> 0.9.5
2023-10-25 19:17:32 -05:00
Mario Rodas
5ea6ec23eb
Merge pull request #263363 from r-ryantm/auto-update/matterircd
matterircd: 0.27.1 -> 0.28.0
2023-10-25 19:10:11 -05:00
markuskowa
566a1ef74b
Merge pull request #263353 from markuskowa/upd-nfs-ganesha
nfs-ganesha: 5.5.3 -> 5.6
2023-10-26 00:18:28 +02:00
Markus Kowalewski
ee4dc25003
osmo-bts: remove unused let .. in 2023-10-25 23:50:44 +02:00
Markus Kowalewski
e14fd944ee
osmo-bts: 1.7.0 -> 1.7.1 2023-10-25 23:10:06 +02:00
pennae
bc6de050b4 syncstorage-rs: remove unused openssl input
it was necessary in the past, but apparently no longer. must've been
removed in 0.14 and forgotten there.
2023-10-25 22:12:24 +02:00
Alyssa Ross
548e2dda8d
virtiofsd: enable debug info 2023-10-25 20:06:39 +00:00
Nikolay Korotkiy
4846c1afdf
Merge pull request #263386 from r-ryantm/auto-update/mbtileserver
mbtileserver: 0.9.0 -> 0.10.0
2023-10-25 23:37:06 +04:00
pennae
f9d24562e8 syncstorage-rs: 0.14.0 -> 0.14.1 2023-10-25 21:23:49 +02:00
Lassulus
546d7e84b9
Merge pull request #238891 from r-ryantm/auto-update/jibri 2023-10-25 20:21:04 +01:00