Commit Graph

28487 Commits

Author SHA1 Message Date
Maximilian Bosch
4f8b33b1a8
Merge pull request #246553 from gp2112/pkgs/matrix-synapse
matrix-synapse: 1.88.0 -> 1.89.0
2023-08-01 18:40:19 +02:00
Дамјан Георгиевски
fdd97a4738
matrix-appservice-irc: add package.json to package
- seems that package.json is still required in the package root, so add it
- also add `strictDeps = true` to mkDerivation (this removed bash as a
  direct dependency)
2023-08-01 13:57:10 +02:00
Guilherme Ramos Costa Paixao
25c6bcafd0
matrix-synapse: 1.88.0 -> 1.89.0 2023-08-01 08:46:46 -03:00
Pol Dellaiera
77829e4496
uwsgi: use finalAttrs pattern 2023-08-01 10:42:05 +02:00
Дамјан Георгиевски
80b45192a4
uwsgi: 2.0.21 -> 2.0.22
https://uwsgi-docs.readthedocs.io/en/latest/Changelog-2.0.22.html

* plugins/php: Fix PHP 8.2 compilation
* plugins/rack: fix compilation with Ruby 3.1, this breaks compilation for Ruby < 2.x
2023-08-01 10:41:41 +02:00
Nick Cao
7f01cb4028
Merge pull request #246483 from aaronjheng/prometheus-sachet
prometheus-sachet: 0.3.1 -> 0.3.2
2023-07-31 23:55:16 -06:00
Peder Bergebakken Sundt
97588fcdb2 polaris: 0.13.5 -> 0.14.0
I also swapped the updateScript, as the old one didn't touch the cargo hash.
2023-08-01 13:07:34 +08:00
Aaron Jheng
6fce47d4d1
prometheus-sachet: 0.3.1 -> 0.3.2 2023-08-01 03:36:21 +00:00
Nick Cao
9ace303f35
Merge pull request #246463 from r-ryantm/auto-update/bazarr
bazarr: 1.2.3 -> 1.2.4
2023-07-31 19:38:23 -06:00
Nick Cao
0e274c1275
Merge pull request #246323 from chvp/upd/matrix-appservice-slack
matrix-appservice-slack: 2.1.1 -> 2.1.2
2023-07-31 19:16:33 -06:00
Nick Cao
d3279edc64
Merge pull request #246326 from chvp/upd/matrix-hookshot
matrix-hookshot: 4.4.0 -> 4.4.1
2023-07-31 19:15:59 -06:00
R. Ryantm
f6ac56ebed bazarr: 1.2.3 -> 1.2.4 2023-08-01 00:32:06 +00:00
Weijia Wang
5988b8b107
Merge pull request #246393 from wegank/maven-default-input
buildMavenPackage: refactor
2023-07-31 22:26:51 +02:00
Weijia Wang
e658ffa994 treewide: cleanup maven packages 2023-07-31 21:13:09 +02:00
Robert Schütz
bfab60e8c2
Merge pull request #245953 from dotlambda/karma-buildNpmPackage
karma: use buildNpmPackage, 0.114 -> 0.115
2023-07-31 11:33:08 -07:00
Robert Scott
d3724dfbec
Merge pull request #243473 from LeSuisse/389-2.4.2
_389-ds-base: 2.4.1 -> 2.4.2
2023-07-31 19:23:23 +01:00
Weijia Wang
9b933e2c42
Merge pull request #246310 from NickCao/keycloak-metric
keycloak.plugins.keycloak-metrics-spi: build from source
2023-07-31 19:49:30 +02:00
Yureka
021692865a
matrix-synapse.plugins.matrix-synapse-s3-storage-provider: init at 1.2.1 (#229192) 2023-07-31 19:16:07 +02:00
Robert Schütz
e75a8ae648 karma: 0.114 -> 0.115
Diff: https://github.com/prymitive/karma/compare/v0.114...v0.115

Changelog: https://github.com/prymitive/karma/blob/v0.115/CHANGELOG.md
2023-07-31 08:41:05 -07:00
Robert Schütz
b0e1416a6b karma: use buildNpmPackage 2023-07-31 08:40:59 -07:00
Pol Dellaiera
9520bdd088
code-server: 4.15.0 -> 4.16.0 2023-07-31 16:38:55 +02:00
Kerstin
70bd808e81
mastodon: 4.1.5 -> 4.1.6 (#246348) 2023-07-31 15:58:39 +02:00
Pol Dellaiera
d9d6418a20
Merge pull request #246154 from r-ryantm/auto-update/proxysql
proxysql: 2.5.3 -> 2.5.4
2023-07-31 15:44:01 +02:00
Pol Dellaiera
403f35e92f
proxysql: use finalAttrs pattern 2023-07-31 13:53:55 +02:00
Martin Weinelt
0d117d7ad5
Merge pull request #246188 from gdamjan/bump-matrix-appservice-irc-2
matrix-appservice-irc: 0.38.0 -> 1.0.1
2023-07-31 13:38:09 +02:00
Weijia Wang
a4c462eb14
Merge pull request #246299 from s1341/bump_scim_keycloak_user_storage_api_plugin
keycloak-scim-user-storage-api: 20230412 -> 20230710
2023-07-31 11:48:03 +02:00
Charlotte Van Petegem
bcb347160c
matrix-hookshot: 4.4.0 -> 4.4.1
https://github.com/matrix-org/matrix-hookshot/releases/tag/4.4.1
2023-07-31 11:46:40 +02:00
Charlotte Van Petegem
237fb14832
matrix-appservice-slack: 2.1.1 -> 2.1.2
https://github.com/matrix-org/matrix-appservice-slack/releases/tag/2.1.2
2023-07-31 11:41:32 +02:00
Дамјан Георгиевски
69bc2ad72f matrix-appservice-irc: 0.38.0 -> 1.0.1
https://github.com/matrix-org/matrix-appservice-irc/releases/tag/1.0.0

* This release drops support for Node 16. The minimum required version is now 18+.
* Moved from NPM to Yarn

https://github.com/matrix-org/matrix-appservice-irc/releases/tag/1.0.1

* Fixes for GHSA-vc7j-h8xg-fv5x.
* Fixes for GHSA-3pmj-jqqp-2mj3.
* Fixes for GHSA-c7hh-3v6c-fj4q
* Update matrix-appservice-bridge to 9.0.1

while there was an effort to make this package with `mkYarnPackage`, in the end it
was suggested to just use `stdenv.mkDerivation` instead

nixos/matrix-appservice-irc:
* fix path to config.schema.yml directory stucture of the package changed
* use remarshal instead of python and pyyaml
  to convert the config schema from yaml to json
2023-07-31 11:19:42 +02:00
Pol Dellaiera
e0b9e3eb29
Merge pull request #246144 from r-ryantm/auto-update/spicedb-zed
spicedb-zed: 0.10.2 -> 0.12.1
2023-07-31 10:27:38 +02:00
s1341
ad796a732d keycloak-scim-user-storage-api: 20230412 -> 20230710 2023-07-31 10:25:19 +02:00
Pol Dellaiera
5b9fe5918d
Merge pull request #246130 from r-ryantm/auto-update/weaviate
weaviate: 1.19.8 -> 1.20.3
2023-07-31 10:13:05 +02:00
Nick Cao
012ff4f8b0
keycloak.plugins.keycloak-metrics-spi: build from source 2023-07-31 14:35:45 +08:00
Jennifer Graul
b7b9f11c89 irrd: init at 4.3.0.post1
Co-authored-by: Yureka <yuka@yuka.dev>
2023-07-31 03:29:44 +02:00
Sandro
3ba3da4824
hedgedoc: 1.9.8 -> 1.9.9 (#246259)
https://hedgedoc.org/releases/1.9.9/
https://github.com/hedgedoc/hedgedoc/security/advisories/GHSA-7494-7hcf-vxpg

Fixes: CVE-2023-38487
2023-07-31 02:26:27 +02:00
Sumner Evans
e21f35958c
heisenbridge: 1.14.3 -> 1.14.4 (#246249)
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-07-31 00:36:46 +02:00
Pol Dellaiera
095cfea66a
Merge pull request #243867 from wlcx/owncast-update
owncast: 0.0.13 -> 0.1.1
2023-07-30 23:33:08 +02:00
Sam Willcocks
413d0afd09 wncast: 0.0.13 -> 0.1.1 2023-07-30 21:36:30 +01:00
R. Ryantm
2ca7b3a4aa dolt: 1.8.2 -> 1.8.4 2023-07-30 19:25:38 +00:00
Emily
3acb5c4264
Merge pull request #243489 from jvanbruegge/audiobookshelf-sqlite
audiobookshelf: 2.2.23 -> 2.3.3
2023-07-30 14:29:02 +02:00
R. Ryantm
3adecdfcbc proxysql: 2.5.3 -> 2.5.4 2023-07-30 06:53:30 +00:00
R. Ryantm
1109e5f000 spicedb-zed: 0.10.2 -> 0.12.1 2023-07-30 06:06:06 +00:00
R. Ryantm
734527c6b3 weaviate: 1.19.8 -> 1.20.3 2023-07-30 02:24:39 +00:00
Nick Cao
a8806a8a5b
cadvisor: 0.46.0 -> unstable-2023-07-28
Diff: https://github.com/google/cadvisor/compare/v0.46.0...fdd3d9182bea6f7f11e4f934631c4abef3aa0584
2023-07-30 09:22:07 +08:00
Luke Granger-Brown
3731abdb8b
Merge pull request #246068 from LeSuisse/envoy-1.26.3
envoy: 1.26.1 -> 1.26.3
2023-07-29 23:31:11 +01:00
Janik
ba84a14c68
Merge pull request #245557 from JulienMalka/ferretdb-bump 2023-07-30 00:03:28 +02:00
Pol Dellaiera
73f4e9202c
Merge pull request #246080 from r-ryantm/auto-update/pocketbase
pocketbase: 0.16.8 -> 0.16.10
2023-07-29 22:43:17 +02:00
Thomas Gerbet
60d546a96d envoy: 1.26.1 -> 1.26.3
Fixes CVE-2023-35945.

Changelog:
https://github.com/envoyproxy/envoy/releases/tag/v1.26.3
https://github.com/envoyproxy/envoy/releases/tag/v1.26.2
2023-07-29 22:12:03 +02:00
Robert Scott
85367e5f5c
Merge pull request #244505 from Myaats/samba
samba: 4.17.7 -> 4.18.5
2023-07-29 19:46:09 +01:00
Ryan Lahfa
899b60de3f
Merge pull request #245893 from h7x4/move-nginx-status-page-declaration 2023-07-29 20:22:58 +02:00