Commit graph

29074 commits

Author SHA1 Message Date
Vladimír Čunát c86e0ee17d
Merge #248496: staging-next 2023-08-11 2023-08-20 23:44:35 +02:00
ajs124 bceafd3a3a
Merge pull request #249953 from helsinki-systems/upd/proxysql
proxysql: 2.5.4 -> 2.5.5
2023-08-20 23:43:24 +02:00
Theodore Ni dab839357e
Merge branch 'master' into staging-next
Had to merge https://github.com/NixOS/nixpkgs/pull/245957 and
https://github.com/NixOS/nixpkgs/pull/247245.
2023-08-20 12:01:22 -07:00
linsui a7c6b07478 dig: add IDN support 2023-08-20 22:56:34 +08:00
Emily 1a97f1f94f
Merge pull request #249997 from emilylange/grafana-agent
grafana-agent: 0.35.3 -> 0.35.4
2023-08-20 16:38:22 +02:00
github-actions[bot] 57d8f92a86
Merge master into staging-next 2023-08-20 12:01:23 +00:00
Maximilian Bosch c7589fc67c
nextcloud*Packages: update 2023-08-20 13:41:51 +02:00
Maximilian Bosch c317dcec0d
nextcloud*Packages: expose proper license information
This change makes sure that each Nextcloud plugin installed provides a
`meta` section with proper license information.

Unfortunately, the metadata from the appstore is useless for this
purpose since it doesn't differentiate between e.g. AGPL 3.x and AGPL
3.x or any later version. In fact, this isn't consistent between their
software, e.g. `bookmarks` has `agpl3Plus` according to the files'
headers[1] whereas `twofactor_nextcloud_notification` is AGPL 3 only[2].

I don't think there's any trivial and reasonable way to retrieve this
information programatically, so I decided to change the format of
`nextcloud-apps.json`[3] to also contain the license in the form of the
license attribute we have in `lib/licenses.nix`, i.e. GNU AGPL 3 or
later is `agpl3Plus`.

I retrieved the information using the following approach:

* go to the source code of $app at the revision we currently have
  packaged
* check for a license identifier (does it specify the license only or
  the license "or any later version")?
  * first in `src/main.js` because most apps from Nextcloud itself used
    actual spdx identifiers in the frontend's source-code.
  * then in `lib/AppInfo/Application.php` which each Nextcloud app has.

License changes should be updated accordingly when updating the apps. As
with any other package in nixpkgs as well, this currently needs to be
done manually (or as part of the review process)[4].

Also, I decided to change the `name` of the `applyPatches` derivation
from `source-patched` to `nextcloud-app-${appName}-${appVersion}`. When
deploying a lot of apps (and probably displaying the diff using
`nix store diff-closures` on deploy), the current output isn't very
helpful. This is purely optional because I didn't want to break the
interface of `fetchNextcloudApp` again.

[1] https://github.com/nextcloud/bookmarks/blob/v13.1.0/lib/AppInfo/Application.php#L6
[2] https://github.com/nextcloud/twofactor_nextcloud_notification/blob/v3.7.0/lib/AppInfo/Application.php
[3] This isn't really well-defined since it's preprocessed with `jq(1)`
    before passing the apps to nc4nix.
[4] Though notable license changes (e.g. agpl -> gpl) would also pop up
    in the diff of <nextcloudversion>.json, so this is pretty easy to
    catch.
2023-08-20 13:39:44 +02:00
Matthias Beyer 6d5d215a6e
Merge pull request #250320 from dit7ya/sqlpage
sqlpage: init at 0.9.5
2023-08-20 12:36:18 +02:00
Raito Bezarius c74490e000
nextcloud*Packages: add description, homepage, licenses from JSON
This ensures this data is replicated in the meta attribute.
2023-08-20 11:49:15 +02:00
Mostly Void 7f5b5911bd
sqlpage: init at 0.9.5 2023-08-20 12:34:24 +03:00
Matthias Beyer 426ffa05b8
Merge pull request #250214 from wlcx/gotosocial-update
gotosocial: 0.10.0->0.11.0
2023-08-20 10:05:52 +02:00
github-actions[bot] f6a4c6f912
Merge master into staging-next 2023-08-20 00:02:29 +00:00
Pol Dellaiera 67e7dea5e1
Merge pull request #248693 from r-ryantm/auto-update/coredns
coredns: 1.10.1 -> 1.11.0
2023-08-20 00:39:02 +02:00
Franz Pletz 835975d37c
Merge pull request #249536 from Izorkin/update-nginx
nginxMainline: 1.25.1 -> 1.25.2
2023-08-20 00:38:59 +02:00
github-actions[bot] b34f222b02
Merge master into staging-next 2023-08-19 18:00:51 +00:00
Sam Willcocks 72b3452d94 gotosocial: 0.10.0 -> 0.11.0 2023-08-19 18:50:40 +02:00
Robert Scott 31d5265afe
Merge pull request #250135 from trofi/bind-update
bind: 9.18.17 -> 9.18.18
2023-08-19 16:20:52 +01:00
github-actions[bot] d3b2560b73
Merge master into staging-next 2023-08-19 12:01:03 +00:00
Pol Dellaiera b8d1cd6e50
Merge pull request #250132 from NixOS/honk-bump
honk: 0.9.91 -> 1.0.0
2023-08-19 13:57:18 +02:00
Franz Pletz 4fe4a74fe5
Merge pull request #246713 from n0emis/grocy-4.0.0
grocy: 3.3.0 -> 4.0.0
2023-08-19 13:41:22 +02:00
Ember Keske 66ee520289 grocy: replace @ma27 with @n0emis as maintainer 2023-08-19 13:02:04 +02:00
Pol Dellaiera 51653037ae
honk: update formatting 2023-08-19 12:37:00 +02:00
Pol Dellaiera 7e0f47ff11
honk: fix filename in postPatch 2023-08-19 12:37:00 +02:00
Pol Dellaiera 57486d0e5e
honk: add meta.changelog attribute 2023-08-19 12:37:00 +02:00
Pol Dellaiera 41b5ccc774
honk: add meta.mainProgram attribute 2023-08-19 12:37:00 +02:00
Pol Dellaiera a98ed1813a
honk: 0.9.91 -> 1.0.0 2023-08-19 12:37:00 +02:00
Thomas Gerbet 4c31c1aa2e
Merge pull request #250042 from risicle/ris-dolibarr-16.0.5
dolibarr: 16.0.4 -> 16.0.5
2023-08-19 11:21:44 +02:00
Sergei Trofimovich d932fc0163 bind: 9.18.17 -> 9.18.18
While at it added trivial updater.

Changes: https://bind9.readthedocs.io/en/v9.18.18/notes.html#notes-for-bind-9-18-18
2023-08-19 09:11:35 +01:00
Nick Cao 5d7d88fcc8
Merge pull request #250104 from r-ryantm/auto-update/prometheus-bind-exporter
prometheus-bind-exporter: 0.6.1 -> 0.7.0
2023-08-19 15:31:14 +08:00
Mario Rodas f7f5506f82
Merge pull request #249757 from 1000101/tsdb
postgresqlPackages.timescaledb: 2.11.1 -> 2.11.2
2023-08-19 01:09:29 -05:00
github-actions[bot] 1e271fd42a
Merge master into staging-next 2023-08-19 06:01:05 +00:00
R. Ryantm ff078d1f58 prometheus-bind-exporter: 0.6.1 -> 0.7.0 2023-08-19 05:13:50 +00:00
Nick Cao e441f0b760
Merge pull request #250067 from figsoda/sws
static-web-server: 2.20.2 -> 2.21.0
2023-08-19 10:02:03 +08:00
Nick Cao 3a8e9c71c3
Merge pull request #250050 from r-ryantm/auto-update/prometheus-zfs-exporter
prometheus-zfs-exporter: 2.2.8 -> 2.3.1
2023-08-19 09:27:57 +08:00
Uri Baghin 9eb0911040
Merge pull request #249613 from jacobfoard/bazel_6-6.3.2
bazel_6: 6.2.0 -> 6.3.2
2023-08-19 11:26:07 +10:00
figsoda 1954c1d0ff static-web-server: 2.20.2 -> 2.21.0
Diff: https://github.com/static-web-server/static-web-server/compare/v2.20.2...v2.21.0

Changelog: https://github.com/static-web-server/static-web-server/blob/v2.21.0/CHANGELOG.md
2023-08-18 20:32:32 -04:00
github-actions[bot] 4a9909e0db
Merge master into staging-next 2023-08-19 00:01:42 +00:00
R. Ryantm 5ca0b68afd prometheus-zfs-exporter: 2.2.8 -> 2.3.1 2023-08-18 22:44:34 +00:00
Robert Scott 5f01945f7c dolibarr: 16.0.4 -> 16.0.5 2023-08-18 22:55:05 +01:00
Martin Weinelt cee2cf0c42
home-assistant: 2023.8.2 -> 2023.8.3
https://github.com/home-assistant/core/releases/tag/2023.8.3
2023-08-18 21:53:17 +02:00
Emily d3fc723c04
Merge pull request #249994 from emilylange/caddy
caddy: 2.7.3 -> 2.7.4
2023-08-18 20:53:31 +02:00
Sean D Gillespie acc01be813 postgresql: fix musl patches 2023-08-18 13:16:14 -05:00
ppom e728d92e8a slskd: 0.17.8 → 0.18.1 2023-08-18 19:39:47 +02:00
emilylange 5c1bd056ba
grafana-agent: 0.35.3 -> 0.35.4
https://github.com/grafana/agent/releases/tag/v0.35.4
diff: https://github.com/grafana/agent/compare/v0.35.3...v0.35.4
2023-08-18 19:22:53 +02:00
emilylange bccff6f3ef
caddy: 2.7.3 -> 2.7.4
https://github.com/caddyserver/caddy/releases/tag/v2.7.4
diff: https://github.com/caddyserver/caddy/compare/v2.7.3...v2.7.4
2023-08-18 18:29:34 +02:00
Jacob Foard 2d9342b9be
fixup bazel_6 buildBazelPackage references 2023-08-18 11:07:52 -04:00
ajs124 8950d0190f proxysql: 2.5.4 -> 2.5.5
https://github.com/sysown/proxysql/releases/tag/v2.5.5
2023-08-18 14:40:08 +02:00
github-actions[bot] d87ab3bf05
Merge master into staging-next 2023-08-18 12:01:03 +00:00
Bernardo Meurer efbc68646d
Merge pull request #249890 from r-ryantm/auto-update/klipper 2023-08-18 06:51:53 -04:00
R. Ryantm 7cf81fcadd klipper: unstable-2023-08-01 -> unstable-2023-08-15 2023-08-18 07:17:11 +00:00
github-actions[bot] 03146a5454
Merge master into staging-next 2023-08-18 06:01:01 +00:00
K900 c7f34cdde5
Merge pull request #249514 from K900/xwayland-23.2
xwayland: 23.1.2 -> 23.2.0
2023-08-18 08:45:20 +03:00
Nick Cao d5b594bd2a
Merge pull request #249696 from chvp/upd/mautrix-whatsapp
mautrix-whatsapp: 0.9.0 -> 0.10.0
2023-08-18 08:43:11 +08:00
github-actions[bot] f1d7a13229
Merge master into staging-next 2023-08-18 00:01:46 +00:00
figsoda 6a47a2a939
Merge pull request #249217 from figsoda/dufs 2023-08-17 16:57:30 -04:00
github-actions[bot] fbb4f932ee
Merge master into staging-next 2023-08-17 18:01:06 +00:00
Alyssa Ross 9d441104d3 public-inbox: fix tests
Doesn't backport easily.  It looks like it's only the test that's
broken, and we can re-enable it in the next release.

Fixes: f41621432f ("perl: 5.36.0 -> 5.38.0")
Fixes: https://github.com/NixOS/nixpkgs/issues/248738
2023-08-17 16:32:51 +00:00
1000101 109f094127 postgresqlPackages.timescaledb: 2.11.1 -> 2.11.2 2023-08-17 17:24:06 +02:00
github-actions[bot] 3b76a64c44
Merge master into staging-next 2023-08-17 12:01:23 +00:00
Yuchen Guo 959d8a84bf fix version
Signed-off-by: Yuchen Guo <yguo@posteo.net>
2023-08-17 11:15:59 +00:00
Yuchen Guo 08ab4629b1 leafnode: 20121101 -> 20140727; leafnode1: init at 1.12
Signed-off-by: Yuchen Guo <yguo@posteo.net>
2023-08-17 11:15:59 +00:00
Charlotte Van Petegem c7b994dd5f
mautrix-whatsapp: 0.9.0 -> 0.10.0
https://github.com/mautrix/whatsapp/releases/tag/v0.10.0
2023-08-17 09:35:01 +02:00
github-actions[bot] 2e936d668c
Merge master into staging-next 2023-08-17 06:00:58 +00:00
Nick Cao 35ee923465
Merge pull request #249546 from r-ryantm/auto-update/komga
komga: 1.3.0 -> 1.3.1
2023-08-17 08:25:54 +08:00
github-actions[bot] 43454c8a64
Merge master into staging-next 2023-08-17 00:01:52 +00:00
Fabian Affolter 695882636d
Merge pull request #249503 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.70.0 -> 2.72.0
2023-08-16 21:37:08 +02:00
github-actions[bot] 583df4e091
Merge master into staging-next 2023-08-16 18:01:01 +00:00
Maximilian Bosch 575338ab87 dmarc-metrics-exporter: 0.9.1 -> 0.9.4
ChangeLog:
* https://github.com/jgosmann/dmarc-metrics-exporter/releases/tag/v0.9.2
* https://github.com/jgosmann/dmarc-metrics-exporter/releases/tag/v0.9.3
* https://github.com/jgosmann/dmarc-metrics-exporter/releases/tag/v0.9.4
2023-08-16 09:46:27 -07:00
Pol Dellaiera c7f0d4e4e9
Merge pull request #249469 from r-ryantm/auto-update/matterircd
matterircd: 0.27.0 -> 0.27.1
2023-08-16 17:08:36 +02:00
Martin Weinelt e57875a2c4
Merge pull request #248409 from CobaltCause/conduit-0.6.0
matrix-conduit: 0.5.0 -> 0.6.0
2023-08-16 16:30:08 +02:00
R. Ryantm 228a8d907a komga: 1.3.0 -> 1.3.1 2023-08-16 14:05:13 +00:00
Nick Cao 2dadab4889
Merge pull request #249211 from oddlama/feat-influxdb-provision
nixos/influxdb2: automatic initial setup and nixos tests
2023-08-16 21:29:16 +08:00
Izorkin f4e49466ef
nginxMainline: 1.25.1 -> 1.25.2 2023-08-16 16:09:52 +03:00
oddlama b4d718f14a
nixos/influxdb2: add initial setup automation and nixos tests 2023-08-16 14:31:49 +02:00
github-actions[bot] d99b92b3f7
Merge master into staging-next 2023-08-16 12:01:02 +00:00
Robert Schütz 31c3909ef9 matrix-alertmanager: 0.5.0 -> 0.7.2
Diff: https://github.com/jaywink/matrix-alertmanager/compare/v0.5.0...v0.7.2

Changelog: https://github.com/jaywink/matrix-alertmanager/blob/v0.7.2/CHANGELOG.md
2023-08-16 13:17:23 +02:00
Robert Schütz 6e63767f99 matrix-alertmanager: use buildNpmPackage 2023-08-16 13:17:23 +02:00
K900 a1cf878699 xwayland: 23.1.2 -> 23.2.0 2023-08-16 13:51:59 +03:00
R. Ryantm 24b67ba580 checkSSLCert: 2.70.0 -> 2.72.0 2023-08-16 09:58:14 +00:00
WilliButz feddd1dcef
Merge pull request #249391 from mayflower/bump-atlassian-confluence
atlassian-confluence: 7.19.5 -> 7.19.12
2023-08-16 11:38:53 +02:00
WilliButz da5c3bde30
Merge pull request #248405 from fpletz/pkgs/mediamtx-1.0.0
mediamtx: 0.23.8 -> 1.0.0, refactor module, add test
2023-08-16 11:30:18 +02:00
Pol Dellaiera 15200d6689
Merge pull request #227144 from shyim/add-roadrunner
roadrunner: init at 2023.2.2
2023-08-16 11:12:20 +02:00
Soner Sayakci 2375c0f072
roadrunner: init at 2023.2.2 2023-08-16 09:46:45 +02:00
github-actions[bot] a5a93e1107
Merge master into staging-next 2023-08-16 06:01:05 +00:00
R. Ryantm e29ff9b91c matterircd: 0.27.0 -> 0.27.1 2023-08-16 05:48:31 +00:00
Robert Schütz ecaef165e1
Merge pull request #247620 from dotlambda/t-rex-broken
t-rex: mark broken
2023-08-16 04:06:02 +00:00
happysalada ebc8dfbb9d chatgpt-retrieval-plugin: mark broken 2023-08-16 09:45:05 +08:00
github-actions[bot] bc80066085
Merge master into staging-next 2023-08-16 00:01:57 +00:00
Nick Cao ca8bcad53c
Merge pull request #248685 from sikmir/agate
agate: 3.3.0 → 3.3.1
2023-08-15 17:55:05 -06:00
Maximilian Bosch 4b2e3bd079
atlassian-confluence: 7.19.5 -> 7.19.12
Upgrade to the latest patchlevel of the 7.19 LTS release. Most notably
it contains fixes for the following security bulletins from Atlassian:

* https://confluence.atlassian.com/security/security-bulletin-august-15-2023-1276870882.html
  (upgrade of bundled Apache Tomcat to fix CVE-2023-24998).

* https://confluence.atlassian.com/security/security-bulletin-july-18-2023-1251417643.html
  (fixes CVE-2023-22508, an RCE in Confluence >=6.1 <8.2)

Additionally, each release contains several additional bugfixes and
security fixes:

* https://confluence.atlassian.com/doc/issues-resolved-in-7-19-12-1272383421.html
* https://confluence.atlassian.com/doc/issues-resolved-in-7-19-11-1255451908.html
* https://confluence.atlassian.com/doc/issues-resolved-in-7-19-10-1252328199.html
* https://confluence.atlassian.com/doc/issues-resolved-in-7-19-9-1236440851.html
  (also fixes CVE-2023-22504 which allows users with read-only access to
  a page to upload attachments)
* https://confluence.atlassian.com/doc/issues-resolved-in-7-19-8-1229036579.html
* https://confluence.atlassian.com/doc/issues-resolved-in-7-19-7-1224638578.html
  (also fixes CVE-2023-22503 an information disclosure of label &
  attachment names)
* https://confluence.atlassian.com/doc/issues-resolved-in-7-19-6-1207191110.html
2023-08-15 23:06:55 +02:00
Maximilian Bosch a2b5bc0785
Merge pull request #249341 from sumnerevans/synapse-1.90
matrix-synapse: 1.89.0 -> 1.90.0
2023-08-15 22:52:07 +02:00
Maximilian Bosch de37780ee1
Merge pull request #249123 from Ma27/bump-nextcloud
nextcloud: 27.0.1 -> 27.0.2, 26.0.4 -> 26.0.5, 25.0.9 -> 25.0.10; update apps
2023-08-15 22:36:27 +02:00
Nikolay Korotkiy d7fa28d711
agate: 3.3.0 → 3.3.1 2023-08-15 23:43:24 +04:00
Jan Tojnar 86f6b16d28 Merge branch 'master' into staging-next
Conflicts:
- pkgs/servers/mail/mailman/python.nix (relevant to mailman-web)
  between f8a17e4200 and 84f6a6755a
2023-08-15 21:39:20 +02:00
Pol Dellaiera 8e9cf11742
Merge pull request #249257 from r-ryantm/auto-update/opensearch
opensearch: 2.8.0 -> 2.9.0
2023-08-15 19:53:12 +02:00
R. Ryantm 58ff0b6d8c victoriametrics: 1.92.1 -> 1.93.0 2023-08-15 17:24:40 +00:00
Pol Dellaiera a66786ecba
opensearch: minor cleanup and reformat 2023-08-15 19:10:20 +02:00
Pol Dellaiera f059023563
opensearch: use finalAttrs pattern 2023-08-15 19:08:03 +02:00
Greizgh bcfab5f12d
seafile-server: 9.0.6 -> 9.0.10 2023-08-15 16:52:39 +02:00
Maximilian Bosch 609397e683
Merge pull request #249308 from r-ryantm/auto-update/prometheus-smartctl-exporter
prometheus-smartctl-exporter: 0.9.1 -> 0.10.0
2023-08-15 16:27:32 +02:00
Sumner Evans dd3e1cc80e
matrix-synapse: 1.89.0 -> 1.90.0
https://github.com/matrix-org/synapse/releases/tag/v1.90.0
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2023-08-15 08:20:45 -06:00
Silvan Mosberger be9b7ddbdc
Merge pull request #246447 from 999eagle/update/invidious
invidious: unstable-2023-06-06 -> unstable-2023-08-07
2023-08-15 14:05:19 +02:00
Maximilian Bosch de3ac24e90
Merge pull request #248713 from mayflower/mailman-updates
mailmanPackages: update
2023-08-15 13:46:51 +02:00
Maximilian Bosch b53421761a
Merge pull request #249133 from Ma27/bump-redis-exporter
prometheus-redis-exporter: 1.51.0 -> 1.52.0
2023-08-15 12:40:57 +02:00
Maximilian Bosch f8a17e4200
mailman/python: remove obsolete almebic override, add explanation why this empty overlay should be kept 2023-08-15 12:36:23 +02:00
R. Ryantm b11a36879f prometheus-smartctl-exporter: 0.9.1 -> 0.10.0 2023-08-15 09:50:35 +00:00
Franz Pletz 4f391fd152
Merge pull request #249263 from NickCao/rspamd
rspamd: add patch fixing memory leak
2023-08-15 11:24:56 +02:00
Jonas Heinrich 67bcf01c47
Merge pull request #249127 from Ma27/bump-wikijs
wiki-js: 2.5.299 -> 2.5.300
2023-08-15 09:52:40 +02:00
Mario Rodas e302957053
Merge pull request #249264 from r-ryantm/auto-update/postgresql11JitPackages.plr
postgresql11JitPackages.plr: 8.4.5 -> 8.4.6
2023-08-15 02:10:45 -05:00
github-actions[bot] df770ba961
Merge master into staging-next 2023-08-15 06:01:24 +00:00
R. Ryantm 624607b3a5 postgresql11JitPackages.plr: 8.4.5 -> 8.4.6 2023-08-15 05:08:12 +00:00
Nick Cao ea87ec9bed
rspamd: add patch fixing memory leak 2023-08-15 13:07:42 +08:00
R. Ryantm fac26076f8 opensearch: 2.8.0 -> 2.9.0 2023-08-15 04:17:40 +00:00
Nick Cao 1a1374a63b
Merge pull request #249134 from Ma27/bump-postgres-exporter
prometheus-postgres-exporter: 0.13.1 -> 0.13.2
2023-08-14 18:42:29 -06:00
github-actions[bot] 039c7dfa75
Merge master into staging-next 2023-08-15 00:01:55 +00:00
figsoda dd2ba7159e dufs: 0.34.2 -> 0.35.0
Diff: https://github.com/sigoden/dufs/compare/v0.34.2...v0.35.0

Changelog: https://github.com/sigoden/dufs/blob/v0.35.0/CHANGELOG.md
2023-08-14 19:50:51 -04:00
Maximilian Bosch 519c64b1be
nextcloudPackages*: pin maps to stable 1.1.0
No idea what this gibberish disguised as tag is, but nc4nix doesn't seem
to cope well with it. For now, let's pin `maps` to the stable 1.1 release (as
it's the case for nextcloud27 already) since 1.1 is supported for all of
v25 to v27[1], so this seems reasonable to do.

[1] https://github.com/nextcloud/maps/blob/v1.1.0/appinfo/info.xml#L36
2023-08-14 23:43:20 +02:00
github-actions[bot] 674c2b1920
Merge master into staging-next 2023-08-14 18:01:03 +00:00
arcnmx f53d2faa86 tailscale: meta.mainProgram
See #246386
2023-08-14 10:52:53 -07:00
Maximilian Bosch a471325eaf
Merge pull request #221318 from mweinelt/synapse-extras
nixos/matrix-synapse: Allow passing extras, discover extras from config
2023-08-14 18:43:05 +02:00
Maximilian Bosch 0e5416a459
prometheus-postgres-exporter: 0.13.1 -> 0.13.2
ChangeLog: https://github.com/prometheus-community/postgres_exporter/releases/tag/v0.13.2
2023-08-14 16:12:31 +02:00
Maximilian Bosch c6edc47816
prometheus-redis-exporter: 1.51.0 -> 1.52.0
ChangeLog: https://github.com/oliver006/redis_exporter/releases/tag/v1.52.0
2023-08-14 16:11:53 +02:00
Maximilian Bosch 986c328056
nextcloud26: 26.0.4 -> 26.0.5
ChangeLog: https://nextcloud.com/changelog/#26-0-4
2023-08-14 15:57:10 +02:00
Maximilian Bosch 4fba496c6a
nextcloud25: 25.0.9 -> 25.0.10
ChangeLog: https://nextcloud.com/changelog/#25-0-10
2023-08-14 15:56:36 +02:00
Maximilian Bosch 6f0c6c95e9
wiki-js: 2.5.299 -> 2.5.300
ChangeLog: https://github.com/requarks/wiki/releases/tag/v2.5.300

Apparently they actually fixed their Node 18+ support, so we can drop
the patchery 🎉
2023-08-14 15:37:27 +02:00
Maximilian Bosch ff8121a615
nextcloudPackages*: update 2023-08-14 15:30:59 +02:00
Maximilian Bosch 7900a6ac9d
nextcloud: 27.0.1 -> 27.0.2
ChangeLog: https://nextcloud.com/changelog/#27-0-2
2023-08-14 15:30:09 +02:00
github-actions[bot] af70853335
Merge master into staging-next 2023-08-14 12:01:04 +00:00
figsoda 37458514ef icebreaker: init at unstable-2023-08-13
https://github.com/jonhoo/icebreaker
2023-08-14 11:11:57 +00:00
github-actions[bot] b782e1dc08
Merge master into staging-next 2023-08-14 06:00:58 +00:00
Austin Seipp a262231cca postgresqlPackages.pg_net: init at 0.7.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-08-13 20:27:43 -05:00
github-actions[bot] 12e030d6da
Merge master into staging-next 2023-08-13 18:00:59 +00:00
Weijia Wang 45a0fa3ee2
Merge pull request #248903 from oddlama/fix-influxdb-cli-main-program
influxdb2-cli: specify meta.mainProgram to allow nix run
2023-08-13 17:09:05 +02:00
Robert Scott 79b7e94d82
Merge pull request #248702 from LeSuisse/nifi-1.23.0
nifi: 1.22.0 -> 1.23.0
2023-08-13 15:58:00 +01:00
Weijia Wang ffac0c52e5
Merge pull request #247745 from 5aaee9/master
moonraker: unstable-2022-11-18 -> unstable-2023-08-03
2023-08-13 16:14:35 +02:00
Weijia Wang e3dd0a62b5
Merge pull request #248775 from r-ryantm/auto-update/consul
consul: 1.16.0 -> 1.16.1
2023-08-13 14:58:20 +02:00
Weijia Wang 5a30a22e55
Merge pull request #248789 from r-ryantm/auto-update/jackett
jackett: 0.21.584 -> 0.21.635
2023-08-13 14:57:28 +02:00
github-actions[bot] 0ee8715a0d
Merge master into staging-next 2023-08-13 12:00:52 +00:00
Thomas Gerbet b1f7d88470 nifi: 1.22.0 -> 1.23.0
Fixes CVE-2023-36542, see https://nifi.apache.org/security.html#CVE-2023-36542

Release notes:
https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.23.0
2023-08-13 13:49:59 +02:00
oddlama c3519508e0
influxdb2-cli: specify meta.mainProgram to allow nix run 2023-08-13 13:38:10 +02:00
Adam Stephens d8b50ae319
sabnbzd: 3.7.2 -> 4.0.3 (#248411)
* sabctools: init at 7.0.2

* sabnbzd: 3.7.2 -> 4.0.3
2023-08-13 13:21:29 +02:00
Thomas Gerbet 30b7fce013
Merge pull request #248715 from emilylange/loki
grafana-loki,promtail: 2.8.3 -> 2.8.4
2023-08-13 10:46:01 +02:00
R. Ryantm 750fc50bfd meilisearch: 1.2.0 -> 1.3.1 2023-08-13 16:42:28 +08:00
github-actions[bot] f5eb026a2a
Merge master into staging-next 2023-08-13 06:00:52 +00:00
Nick Cao d2f6d3bf57
Merge pull request #247889 from BeneSim/photoprism-230615-90a18f6e7-230719-73fa7bbe8
photoprism: 230615-90a18f6e7 -> 230719-73fa7bbe8
2023-08-12 23:52:24 -06:00
Nick Cao e243e6a377
Merge pull request #247783 from f2k1de/mongodb-5.0.19
mongodb-5_0: 5.0.18 -> 5.0.19
2023-08-12 23:48:25 -06:00
Nick Cao 4a55465928
Merge pull request #247784 from f2k1de/mongodb-6.0.8
mongodb-6_0: 6.0.7 -> 6.0.8
2023-08-12 23:48:18 -06:00
github-actions[bot] 050adb6d52
Merge master into staging-next 2023-08-13 00:02:15 +00:00
R. Ryantm e1466f164a jackett: 0.21.584 -> 0.21.635 2023-08-12 21:57:00 +00:00