1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00
Commit graph

24327 commits

Author SHA1 Message Date
Sergei Trofimovich f7644ca8c1
Merge pull request #207232 from Izorkin/update-postfix
postfix: build with pcre2
2023-01-08 11:02:21 +00:00
s1341 0874afef46 keycloak: add scim-keycloak-user-storage-spi plugin 2023-01-08 10:51:51 +02:00
github-actions[bot] 4bf238a8fb
Merge master into staging-next 2023-01-08 00:02:31 +00:00
Fabian Affolter cbde1fec46
Merge pull request #209533 from r-ryantm/auto-update/gobgpd
gobgpd: 3.9.0 -> 3.10.0
2023-01-08 00:22:05 +01:00
Fabian Affolter 41b5350a1e
Merge pull request #209490 from r-ryantm/auto-update/sftpgo
sftpgo: 2.4.0 -> 2.4.2
2023-01-08 00:20:16 +01:00
Fabian Affolter d709fd7e4e
sftpgo: add changelog to meta 2023-01-07 23:21:39 +01:00
Fabian Affolter 389fce69cb
gobgpd: update rev 2023-01-07 23:07:32 +01:00
Andrew Dunham 5ff79caff9 mastodon: pass dependencies as environment variables
This makes it much easier to override components of the Mastodon
derivation to e.g. use a fork. With this change, one can use something
like the following to install a fork (with the appropriate files):

    let
      src = callPackage ./source.nix { };
    in
      (mastodon.override {
        pname = "hometown";
        version = import ./version.nix;
        srcOverride = src;
        dependenciesDir = ./.;
      }).overrideAttrs (oldAttrs: rec {
        yarnOfflineCache = fetchYarnDeps {
          yarnLock = "${src}/yarn.lock";
          sha256 = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
        };
        mastodonModules = oldAttrs.mastodonModules.overrideAttrs (oldModuleAttrs: {
          inherit yarnOfflineCache;
        });
      });

A spiritual successor to f949de4fbb
2023-01-07 16:18:47 -05:00
Sandro 532ad194aa
Merge pull request #206653 from andersk/openafs 2023-01-07 20:48:11 +01:00
R. Ryantm 013b1f79bf gobgpd: 3.9.0 -> 3.10.0 2023-01-07 18:34:56 +00:00
github-actions[bot] 3b3114f45d
Merge master into staging-next 2023-01-07 18:01:08 +00:00
R. Ryantm 8f8d93f753 sftpgo: 2.4.0 -> 2.4.2 2023-01-07 14:14:07 +00:00
Thiago Kenji Okada e0487171e3 sconsPackages.scons_3_1_2: default to python3 2023-01-07 13:15:11 +00:00
Thiago Kenji Okada c2fdf2d137
Merge pull request #209191 from wegank/mongodb-more-drops
mongodb-4_0: drop
2023-01-07 13:04:34 +00:00
Robert Scott b41cf963a8 gotify-server: 2.1.4 -> 2.2.2 2023-01-07 13:02:16 +00:00
Eric Wolf 56f3cb523e timescaledb: 2.9.0 -> 2.9.1 2023-01-07 09:00:40 +01:00
github-actions[bot] 0789ea69b1
Merge master into staging-next 2023-01-07 00:02:25 +00:00
Moritz 'e1mo' Fromm ee41b6b457
dokuwiki: Combine mechanism for plugins and templates
Copy templates and plugins into Dokuwiki instead of linking to address
template compatibility. As noted by @sinavir[^1], (some) templates would
fail due to relative PHP imports.

[^1]: https://github.com/NixOS/nixpkgs/pull/208299#issuecomment-1370413116
2023-01-06 23:52:49 +01:00
Thomas Gerbet c629cd779a
Merge pull request #208517 from r-ryantm/auto-update/mediawiki
mediawiki: 1.38.4 -> 1.39.1
2023-01-06 22:50:45 +01:00
R. Ryantm 2061080769 radarr: 4.2.4.6635 -> 4.3.2.6857 2023-01-06 19:47:51 +01:00
Martin Weinelt 5b308cd1df Merge remote-tracking branch 'origin/master' into staging-next 2023-01-06 19:10:05 +01:00
ajs124 e63fa6e21e bind: enable parallel building
because non-parallel is slow
2023-01-06 16:06:43 +01:00
Martin Weinelt f5b80e7ebd Merge remote-tracking branch 'origin/master' into staging-next 2023-01-06 15:16:53 +01:00
Martin Weinelt 156d07c86d
home-assistant: 2023.1.0 -> 2023.1.1
https://github.com/home-assistant/core/releases/tag/2023.1.1
2023-01-06 14:34:36 +01:00
Martin Weinelt 9cafc3a1f3
zigbee2mqtt: 1.29.0 -> 1.29.1
https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.29.1
2023-01-06 14:27:27 +01:00
Martin Weinelt 5f902ae769
Merge pull request #208621 from mweinelt/zigbee2mqtt-1.29.0 2023-01-06 14:21:19 +01:00
github-actions[bot] 60c812cecd
Merge master into staging-next 2023-01-06 12:01:11 +00:00
MayNiklas 3f4bbaee84 nginxModules.geoip2: 3.3 -> 3.4 2023-01-06 11:11:30 +01:00
github-actions[bot] ea5e5050f1
Merge master into staging-next 2023-01-06 06:01:11 +00:00
Martin Weinelt 3432af9db8
Merge pull request #209095 from fabaff/aiopurpleair 2023-01-06 01:54:56 +01:00
github-actions[bot] e3480cf1cc
Merge master into staging-next 2023-01-06 00:02:28 +00:00
Jonas Heinrich 767237db12
Merge pull request #209178 from onny/hkdev-maintenance-mode
wordpressPackages.plugins.hkdev-maintenance-mode: init at 2.2.6
2023-01-05 23:22:26 +01:00
Weijia Wang 7afa7286f7 mongodb-4_0: drop 2023-01-05 21:21:33 +01:00
Fabian Affolter 426f025e78 home-assistant: update component-packages 2023-01-05 20:50:23 +01:00
Fabian Affolter c497bf62f2
Merge pull request #208927 from felschr/etebase-server-0.11
etebase-server: 0.10.0 -> 0.11.0
2023-01-05 20:41:46 +01:00
Vladimír Čunát c21cf32722
Merge branch 'master' into staging-next 2023-01-05 20:21:03 +01:00
Bernardo Meurer 6f74a1bd59
roon-server: 2.0-1169 -> 2.0-1182 2023-01-05 14:22:10 -03:00
Martin Weinelt afd962b51c Merge remote-tracking branch 'origin/master' into staging-next 2023-01-05 17:16:26 +01:00
Martin Weinelt 482a59bb06
Merge pull request #208232 from NixOS/python-updates 2023-01-05 17:03:21 +01:00
Nikolay Korotkiy 2cb93a88b2
Merge pull request #209151 from 06kellyjac/tailscale
tailscale: 1.34.1 -> 1.34.2
2023-01-05 19:52:30 +04:00
Jonas Heinrich c45d4f78bc wordpressPackages.plugins.hkdev-maintenance-mode: init at 2.2.6 2023-01-05 16:06:44 +01:00
Martin Weinelt 5a0ee9d54d home-assistant: pin pymodbus at 2.5.3 2023-01-05 13:20:51 +01:00
Martin Weinelt f7d835e5e9 home-assistant: relax ciso8601, overrride astral 2023-01-05 13:20:46 +01:00
Martin Weinelt c2b75a520a
Merge pull request #209096 from NixOS/home-assistant 2023-01-05 13:12:09 +01:00
06kellyjac 3234c2031e tailscale: 1.34.1 -> 1.34.2
Diff: https://github.com/tailscale/tailscale/compare/v1.34.1...v1.34.2
2023-01-05 12:01:17 +00:00
github-actions[bot] 0c8280b1c4
Merge staging-next into staging 2023-01-05 06:01:39 +00:00
Aneesh Agrawal 1e94e9146f radicale: Drop self (aneeshusa) from maintainership
I have switched to using etebase/etesync.
2023-01-05 00:14:38 -05:00
Martin Weinelt eab16a7080 home-assistant: 2022.12.9 -> 2023.1.0
https://www.home-assistant.io/blog/2023/01/04/release-20231/
2023-01-05 03:12:02 +01:00
figsoda 479053aa0b
Merge pull request #209015 from jojosch/libreddit-update
libreddit: 0.25.1 -> 0.27.0
2023-01-04 20:49:18 -05:00
figsoda 71d8cfd91d
Merge pull request #209061 from 0x4A6F/master-routinator
routinator: 0.12.0 -> 0.12.1
2023-01-04 20:41:18 -05:00
Martin Weinelt 4920c82507 home-assistant: relax ciso8601, overrride astral 2023-01-05 02:39:48 +01:00
github-actions[bot] 0c98bf3e85
Merge staging-next into staging 2023-01-05 00:02:56 +00:00
Martin Weinelt 981963240a
Merge pull request #208840 from mweinelt/home-assistant 2023-01-04 22:00:42 +01:00
Bjørn Forsman e320029847 apcupsd: add nixosTests.apcupsd to passthru.tests 2023-01-04 21:45:58 +01:00
github-actions[bot] 789ae2c93d
Merge staging-next into staging 2023-01-04 18:01:36 +00:00
0x4A6F 986a0c57bf
routinator: 0.12.0 -> 0.12.1 2023-01-04 17:00:01 +01:00
Kevin Cox 4cf5be4ba9
Merge pull request #202953 from arcnmx/mautrix-googlechat-init
mautrix-googlechat: init at 0.4.0
2023-01-04 10:53:16 -05:00
Jonas Heinrich ba50db790f
Merge pull request #209025 from urandom2/wordpress
wordpress6_1: init at 6.1.1
2023-01-04 16:05:40 +01:00
Artturi 5ce27e15ea
Merge pull request #208900 from Artturin/xorgwrapWithXFileSearchPathHook 2023-01-04 16:52:48 +02:00
piegames aa8ead30fd
Merge pull request #175495 from amjoseph-nixpkgs/pr/sourceProvenance/correct-meta-typecheck
check-meta.nix: make non-source consistent with documentation
2023-01-04 15:31:51 +01:00
github-actions[bot] 627bec113e
Merge staging-next into staging 2023-01-04 12:01:54 +00:00
Pierre Bourdon 6dc0f05196
Merge pull request #206390 from cpcloud/bump-clickhouse
clickhouse: 22.8.5.29 -> 22.8.11.15
2023-01-04 12:45:29 +01:00
Colin Arnott f9d1f80045
wordpress6_1: init at 6.1.1
release-22.11 currently tracks 6.0 for pkgs.wordpress. This means there
is no way to opt in to the newer version. Similiar to nextcloud and go,
we have broken out a new derivation to opt in. It is a nop for unstable,
and only useful when backported.

Updates #208529
2023-01-04 11:20:25 +00:00
Johannes Schleifenbaum 04b8fc7088
libreddit: 0.25.1 -> 0.27.0 2023-01-04 11:23:10 +01:00
Jonas Heinrich b8e56ca31d
Merge pull request #208529 from onny/wordpress-update2
wordpress: 6.0.3 -> 6.1.1
2023-01-04 11:22:48 +01:00
Jonas Heinrich 876a6f4c94
Merge pull request #209002 from urandom2/civicrm
wordpressPackages.plugins.civicrm: init at 5.56.0
2023-01-04 11:06:43 +01:00
Jonas Heinrich a6c2d7b804
Merge pull request #208992 from urandom2/wpforms-lite
wordpressPackages.plugins.wpforms-lite: init at 1.7.8
2023-01-04 10:51:08 +01:00
Fabian Affolter 81af5f82eb
etebase-server: add changelog to meta 2023-01-04 10:41:25 +01:00
Colin Arnott b2266ed09b
wordpressPackages.plugins.civicrm: init at 5.56.0
There are a number of third party wordpress components that cannot be
trivially fetched via wp4nix. As such, we have broken out a file that
contains these derivations and merges them back into wordpressPackages.
2023-01-04 09:28:35 +00:00
Colin Arnott 81ba6e9905
wordpressPackages.plugins.wp-statistics: 13.2.10 -> 13.2.11 2023-01-04 09:04:17 +00:00
Colin Arnott cd5a85fbe8
wordpressPackages.plugins.mailpoet: 4.3.0 -> 4.3.1 2023-01-04 09:04:07 +00:00
Colin Arnott 9e8e0ef31a
wordpressPackages.plugins.wpforms-lite: init at 1.7.8 2023-01-04 09:00:02 +00:00
github-actions[bot] e859576396
Merge staging-next into staging 2023-01-04 00:03:20 +00:00
Sandro b8e88394eb
Merge pull request #208648 from r-ryantm/auto-update/bazarr 2023-01-04 00:51:48 +01:00
Sandro 956805b667
Merge pull request #208463 from r-ryantm/auto-update/gonic 2023-01-04 00:51:36 +01:00
Weijia Wang 5f40e9e178
samba: add darwin support (#207465) 2023-01-03 23:16:35 +01:00
Jonas Heinrich 733713c15c
Merge pull request #208530 from onny/wordpressPackages-update
wordpressPackages: update
2023-01-03 22:34:59 +01:00
Felix Schröter 960db9bafc
etebase-server: 0.10.0 -> 0.11.0 2023-01-03 21:27:08 +01:00
github-actions[bot] e076f677a1
Merge staging-next into staging 2023-01-03 18:01:45 +00:00
Artturin c42e7b71d2 xorg.xf86videor128: 6.11.0 -> 6.12.1
includes a cross fix

- 6.12.0: https://lists.x.org/archives/xorg-announce/2018-July/002909.html
- 6.12.1: https://lists.x.org/archives/xorg-announce/2022-December/003275.html
2023-01-03 20:00:12 +02:00
Artturin e349e79866 xorg.xf86videomga: 2.0.0 -> 2.0.1
includes a cross fix

https://lists.x.org/archives/xorg-announce/2022-July/003184.html
2023-01-03 19:54:16 +02:00
Sergei Trofimovich 050a94b3df xorg.xauth: 1.1.0 -> 1.1.2
Changes:
- 1.1.1: https://lists.x.org/archives/xorg-announce/2021-November/003118.html
- 1.1.2: https://lists.x.org/archives/xorg-announce/2022-April/003158.html
2023-01-03 19:35:28 +02:00
Artturin 68ed486d30 xorg: remove unnecessary overrides 2023-01-03 19:31:00 +02:00
Artturin 659574008e xorg.{libFS,libWindowsWM}: fix cross 2023-01-03 19:14:17 +02:00
Artturin 277a523dda xorg: add wrapWithXFileSearchPathHook
supersedes PR 70239

Description from that PR

Make xorg apps look as intended. Most notable change: xmag color picker is usable now.

Before this commit, only two apps had properly configured resource paths: bitmap and xcalc. This commit automates and generalizes it to the rest of xorg.* apps.

xorg.bitmap: bin/bitmap-color is no longer installed. If you would like bitmap to be viewable in color, please refer to man 1 bitmap, selection COLORS. The described method is also applied to some other affected apps.
2023-01-03 18:51:48 +02:00
Mario Rodas ee44c0e028
Merge pull request #206711 from ivan/pgroonga-2.4.2
postgresqlPackages.pgroonga: 2.4.0 -> 2.4.2
2023-01-03 09:22:10 -05:00
Mario Rodas 6688fdf6a4
Merge pull request #206710 from ivan/pg_ivm-1.4
postgresqlPackages.pg_ivm: 1.3 -> 1.4
2023-01-03 09:21:55 -05:00
Mario Rodas 61218848be
Merge pull request #206792 from r-ryantm/auto-update/plpgsql_check
postgresql11Packages.plpgsql_check: 2.2.4 -> 2.2.5
2023-01-03 09:19:59 -05:00
Mario Rodas 9b00cee440
Merge pull request #208003 from r-ryantm/auto-update/pgrouting
postgresql11Packages.pgrouting: 3.3.2 -> 3.4.2
2023-01-03 07:31:19 -05:00
github-actions[bot] e2839320bb
Merge staging-next into staging 2023-01-03 12:01:44 +00:00
R. Ryantm 20fceb750c vmagent: 1.85.0 -> 1.85.3 2023-01-03 14:19:10 +08:00
Mario Rodas c1c7ae2d6c postgresqlPackages.plpgsql_check: 2.2.5 -> 2.2.6 2023-01-03 04:20:00 +00:00
Martin Weinelt b43cb178aa
home-assistant: 2022.12.8 -> 2022.12.9
https://github.com/home-assistant/core/releases/tag/2022.12.9
2023-01-03 04:47:50 +01:00
github-actions[bot] 03e830eb69
Merge staging-next into staging 2023-01-03 00:02:53 +00:00
Sandro b9866fc0cf
Merge pull request #208609 from LeSuisse/redis-7.0.7 2023-01-03 00:29:33 +01:00
Martin Weinelt c42947660e
Merge pull request #208811 from fabaff/pykaleidescape 2023-01-02 23:07:20 +01:00
Fabian Affolter 70aa373a5d home-assistant: update component-packages 2023-01-02 22:40:07 +01:00
Justinas Stankevicius 9b8bcfcf15 teleport: 10.3.1 -> 11.1.4 2023-01-02 22:48:00 +02:00
Artturi 9f5839a6ea
Merge pull request #208616 from LeSuisse/pgbouncer-1.18.0 2023-01-02 21:01:51 +02:00
Martin Weinelt 0bf714e78e
Merge pull request #208786 from fabaff/kiwiki-client
python310Packages.kiwiki-client: init at 0.1.2
2023-01-02 19:02:51 +01:00
github-actions[bot] d8b859a780
Merge staging-next into staging 2023-01-02 18:01:43 +00:00
Fabian Affolter 778f278579 home-assistant: update component-packages 2023-01-02 18:47:25 +01:00
Thomas Gerbet b84a4ccb9f redis: 7.0.5 -> 7.0.7
https://github.com/redis/redis/releases/tag/7.0.6
https://github.com/redis/redis/releases/tag/7.0.7

Patch to fix CVE-2022-3647 can be dropped as it now available in the
released versions.
2023-01-02 18:33:34 +01:00
Anderson Torres 037d4463a0
Merge pull request #208230 from candyc1oud/tidb
tidb: init at 6.5.0
2023-01-02 13:44:15 -03:00
R. Ryantm d7637635d9 inspircd, inspircdMinimal: 3.14.0 -> 3.15.0
Adds new regex_pcre2 module, enabled by default.

https://docs.inspircd.org/3/change-log/#inspircd-3150

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2023-01-02 17:32:38 +01:00
Robert Scott 84b847da62
Merge pull request #203815 from LeSuisse/redis-status-check-phase
pkgsStatic.redis: make checkPhase pass
2023-01-02 16:08:14 +00:00
R. Ryantm 13f2d0a2b8 pocketbase: 0.10.1 -> 0.10.4 2023-01-02 23:57:13 +08:00
R. Ryantm 501848c755 unit: 1.28.0 -> 1.29.0 2023-01-02 23:30:18 +08:00
Bobby Rong f2d5887f09
Merge pull request #207334 from rhoriguchi/tautulli
tautulli: 2.10.5 -> 2.11.1
2023-01-02 23:10:06 +08:00
R. Ryantm 9abaddb148 dcnnt: 0.7.1 -> 0.9.0 2023-01-02 21:51:18 +08:00
R. Ryantm d3346ad543 bookstack: 22.11 -> 22.11.1 2023-01-02 21:38:12 +08:00
R. Ryantm 187fa34027 pgpool: 4.3.3 -> 4.4.1 2023-01-02 21:15:38 +08:00
Candy Cloud 93aa5b07fc tidb: init at 6.5.0 2023-01-02 12:40:27 +00:00
R. Ryantm 409c646eeb jetty: 11.0.12 -> 11.0.13 2023-01-02 20:05:06 +08:00
github-actions[bot] 051d49badb
Merge staging-next into staging 2023-01-02 06:02:21 +00:00
Adam Joseph 30bf7264ed fix packages with broken meta attributes 2023-01-01 18:48:04 -08:00
Jan Tojnar 5810109b42 Merge branch 'staging-next' into staging
- readline6 attribute removed from all-packages.nix in d879125d61
- readline attribute was bumped to readline82 in 50adabdd60
2023-01-02 03:04:32 +01:00
Martin Weinelt 3f5dc2ce41
Merge pull request #208661 from rhoriguchi/prowlarr 2023-01-02 01:24:28 +01:00
Thomas Gerbet 7eead9776d
Merge pull request #208185 from numinit/mattermost-7.5.2
mattermost: 7.5.1 -> 7.5.2
2023-01-01 23:30:14 +01:00
Sergei Trofimovich 592d3c7b16
Merge pull request #208024 from trofi/xhost-update
xorg:xhost: 1.0.8 -> 1.0.9
2023-01-01 20:49:06 +00:00
Ryan Horiguchi ede86a554a
prowlarr: 1.0.0.2171 -> 1.0.1.2210 2023-01-01 20:12:00 +01:00
R. Ryantm df3234fbae bazarr: 1.1.3 -> 1.1.4 2023-01-01 16:52:05 +00:00
Franz Pletz 511f9544cc
Merge pull request #208511 from e1mo/fix-prometheus-xmpp-alerts-regression 2023-01-01 16:25:50 +01:00
figsoda 3485460c0e
Merge pull request #206203 from holymonson/dufs
dufs: skip checkPhase on darwin
2023-01-01 10:05:46 -05:00
Naïm Favier 161f6dbf59
Merge pull request #204840 from ncfavier/check-meta-deep 2023-01-01 14:30:12 +01:00
Naïm Favier 8796411139
Merge pull request #208176 from ncfavier/markdown-no-trailing 2023-01-01 14:15:05 +01:00
Naïm Favier 4df10debe7
lib/customisation.overrideDerivation: propagate evaluation condition
The new derivation should evaluate only if the old derivation does.

Sadly this means that the old derivation cannot depend on the new one
any more, which was used by xorgserver on Darwin. But this is not a
problem as `overrideAttrs` can (and should) usually be used instead.

This change allowed catching an invalid `meta.platforms` in the linux_rpi
kernels, which use `overrideDerivation`.
2023-01-01 14:10:42 +01:00
Martin Weinelt 33fd8fb8f3
zigbee2mqtt: 1.28.4 -> 1.29.0
https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.29.0
2023-01-01 14:09:36 +01:00
Thomas Gerbet e56a1f2f92 pgbouncer: 1.17.0 -> 1.18.0
https://www.pgbouncer.org/changelog.html#pgbouncer-118x
2023-01-01 13:42:46 +01:00
Jörg Thalheim 84b6c24b9b
Merge pull request #208570 from r-ryantm/auto-update/snappymail
snappymail: 2.24.1 -> 2.24.3
2023-01-01 09:02:53 +00:00
R. Ryantm 2724b570b3 metabase: 0.44.5 -> 0.45.1 2023-01-01 10:34:54 +08:00
R. Ryantm 9713f75ffa snappymail: 2.24.1 -> 2.24.3 2023-01-01 01:29:58 +00:00
Sandro 407160f700
Merge pull request #207382 from wegank/mongodb 2022-12-31 23:07:42 +01:00
Ryan Lahfa 06542b21a0
Merge pull request #205636 from LoveIsGrief/webhook-module
nixos/webhook: add support for a webhook service option
2022-12-31 22:31:38 +01:00
Jonas Heinrich 34a58710d9 wordpressPackages: update 2022-12-31 19:04:36 +01:00
Jonas Heinrich fe98aa7530 wordpress: 6.0.3 -> 6.1.1 2022-12-31 18:51:33 +01:00
Nikolay Korotkiy 8a1c058e42
Merge pull request #208516 from r-ryantm/auto-update/geoserver
geoserver: 2.21.2 -> 2.22.0
2022-12-31 20:15:24 +04:00
R. Ryantm 366c8f4526 mediawiki: 1.38.4 -> 1.39.1 2022-12-31 16:06:51 +00:00
R. Ryantm 5cd8497253 geoserver: 2.21.2 -> 2.22.0 2022-12-31 15:34:29 +00:00
Moritz 'e1mo' Fromm e85943f32e
prometheus-xmpp-alerts: Fix broken binary
The binary was broken after the update to 0.5.6 (#205559) due to a
regression in upstream (the module name was changed but not updated in
the appropriate entrypoint). A patch is applied until fixed in upstream.
A very simple test should detect future regressions like this and prevent
breaking the package and associated module.
2022-12-31 16:11:11 +01:00
R. Ryantm 16cec1f5c7 rmfakecloud: 0.0.11 -> 0.0.12 2022-12-31 13:32:51 +00:00
Nikolay Korotkiy 68dfc37fa9
Merge pull request #208464 from r-ryantm/auto-update/tile38
tile38: 1.30.1 -> 1.30.2
2022-12-31 12:56:05 +04:00
R. Ryantm 2decd4ef94 tile38: 1.30.1 -> 1.30.2 2022-12-31 07:54:54 +00:00
R. Ryantm ad7c61b383 gonic: 0.15.1 -> 0.15.2 2022-12-31 07:51:05 +00:00
R. Ryantm ac825c5763 prometheus-nut-exporter: 2.5.0 -> 2.5.1 2022-12-31 10:16:57 +08:00
Morgan Jones 27e22f6340 mattermost: 7.5.1 -> 7.5.2 2022-12-30 11:43:23 -08:00
Fabian Affolter 9a56a9a8a1
Merge pull request #208307 from r-ryantm/auto-update/nats-server
nats-server: 2.9.9 -> 2.9.10
2022-12-30 10:50:55 +01:00
Weijia Wang 90af686ddb xorgcffiles: add aarch64-darwin support 2022-12-30 06:40:45 +01:00
R. Ryantm f84308fd33 nats-server: 2.9.9 -> 2.9.10 2022-12-30 02:29:00 +00:00
Colin Arnott dd9fa84766
allmark: fix homepage
The website listed on github.com currently returns a 401, so probably
best to just use the repo as the landing page.
2022-12-30 00:01:00 +00:00
Robert Hensing 2ba0c1ba67
Merge pull request #208263 from r-ryantm/auto-update/cassandra_3_0
cassandra_3_0: 3.0.26 -> 3.0.28
2022-12-29 23:07:33 +01:00
Maximilian Bosch 891ed931cb
Merge pull request #207283 from mweinelt/synapse-pyicu
matrix-synapse: Use improved user search
2022-12-29 21:42:13 +01:00
R. Ryantm 526db10b59 cassandra_3_0: 3.0.26 -> 3.0.28 2022-12-29 18:34:01 +00:00
ajs124 0d60f6630f
Merge pull request #207554 from r-ryantm/auto-update/proxysql
proxysql: 2.4.4 -> 2.4.5
2022-12-29 18:23:06 +01:00
Izorkin f3e20dbfb0
nginxModules.brotli: unstable-2020-04-23 -> unstable-2022-04-29 2022-12-29 18:14:29 +03:00
Naïm Favier 22ea90a4d8
.editorconfig: apply trailing whitespace removal
editorconfig-checker -disable-indent-size **/*.md
2022-12-29 01:40:50 +01:00
Lucas Franceschino e8e932bc80
nixos/webhook: init 2022-12-29 01:24:46 +01:00
github-actions[bot] 351a07ba79
Merge staging-next into staging 2022-12-29 00:03:11 +00:00
Martin Weinelt 1bb598fb45
Merge pull request #207813 from r-ryantm/auto-update/prowlarr 2022-12-29 00:24:26 +01:00
R. Ryantm db612e882d ergochat: 2.10.0 -> 2.11.0 2022-12-28 22:12:11 +00:00
github-actions[bot] aaaeebad7a
Merge staging-next into staging 2022-12-28 18:01:50 +00:00
Jonas Heinrich 2b6a58a6a5
Merge pull request #208014 from LeSuisse/trafficserver-9.1.4
trafficserver: 9.1.3 -> 9.1.4
2022-12-28 18:53:43 +01:00
Martin Weinelt bbbb7a79cd
python3Packges.pyicu: rename from PyICU 2022-12-28 18:09:57 +01:00
Martin Weinelt 78555d7540
matrix-synapse: Use improved user search
by propagating pyicu, bindings to libicu, that help to deal with
international display names.
2022-12-28 18:09:49 +01:00
R. Ryantm 72ea3c7f44 wiki-js: 2.5.294 -> 2.5.295 2022-12-28 13:26:19 +00:00
Martin Weinelt 9de9273f33
baserow: Use antlr4_9 in antlr4-python3-runtime
and use buildPythonApplication for the package.
2022-12-28 12:20:56 +01:00
Sergei Trofimovich 092d57c076 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
    pkgs/development/tools/language-servers/ansible-language-server/default.nix
2022-12-28 09:35:37 +00:00
Sergei Trofimovich 518bede442 xorg:xhost: 1.0.8 -> 1.0.9
Adds IPv6 support into command line.

Changes: https://www.spinics.net/lists/xorg/msg60787.html
2022-12-27 21:17:22 +00:00
Sandro 6c0b60981c
Merge pull request #202978 from urandom2/linx-server
Fixes https://github.com/NixOS/nixpkgs/issues/188667
2022-12-27 21:23:33 +01:00
Thomas Gerbet ede90bb8e1 trafficserver: 9.1.3 -> 9.1.4
Fixes CVE-2022-32749 and CVE-2022-40743.

https://raw.githubusercontent.com/apache/trafficserver/9.1.x/CHANGELOG-9.1.4
2022-12-27 21:15:43 +01:00
K900 e59753591b
Merge pull request #192285 from illdefined/akkoma
akkoma: init at 3.5.0
2022-12-27 22:30:10 +03:00
R. Ryantm 644c9c2f08 postgresql11Packages.pgrouting: 3.3.2 -> 3.4.2 2022-12-27 19:13:19 +00:00
Pavol Rusnak bc60f09f79
qdrant: unbreak on x86_64-darwin 2022-12-27 19:24:41 +01:00
Stephane Schitter cb752b3fd6 roundcubePlugins.carddav: 4.4.4 -> 4.4.6
https://github.com/mstilkerich/rcmcarddav/releases/tag/v4.4.6
2022-12-27 18:40:33 +01:00
Artturi 52bf0b7dc0
Merge pull request #207443 from Artturin/gnustepmultiple 2022-12-27 16:02:43 +02:00
Mikael Voss a6f1bae946
nixos/tests/akkoma: init
This test is based in part on nixos/tests/pleroma.
2022-12-27 14:37:01 +01:00
Mikael Voss faa2d4fd40
akkoma-emoji/blobs_gg: init at unstable-2019-17-24 2022-12-27 14:15:24 +01:00
Mikael Voss 628b61f33f
akkoma-frontends/admin-fe: init at unstable-2022-09-10 2022-12-27 14:15:24 +01:00
Mikael Voss 6658dfbefb
akkoma-frontends/pleroma-fe: init at unstable-2022-12-10 2022-12-27 14:15:23 +01:00
Mikael Voss faae415dcd
akkoma: init at 3.5.0 2022-12-27 14:15:23 +01:00
markuskowa 41c2f4c023
Merge pull request #207176 from astro/virtiofsd
virtiofsd: 1.4.0 -> 1.5.0
2022-12-27 13:24:18 +01:00
Jörg Thalheim 142249e918
Merge pull request #207912 from r-ryantm/auto-update/snappymail
snappymail: 2.23.0 -> 2.24.1
2022-12-27 10:36:40 +00:00
Colin Arnott 28354ec5d1
allmark: init at 0.10.0
We are using buildGoPackage, because upstream is not a module: see
andreaskoch/allmark#36.

Fixes #206256
2022-12-27 09:40:43 +00:00
Weijia Wang 06ce75d724 mongodb-3_4, mongodb-3_6: drop 2022-12-27 09:45:53 +01:00
Franz Pletz b4eb020143
Merge pull request #207260 from LeSuisse/dovecot-2.3.20 2022-12-27 08:31:54 +01:00
Sandro Jäckel be34feecc4
uptime-kuma: 1.18.5 -> 1.19.2 2022-12-27 06:13:22 +01:00
R. Ryantm e9b3984fb8 snappymail: 2.23.0 -> 2.24.1 2022-12-27 03:44:03 +00:00
Kevin Cox 3bb251faaa
Merge pull request #207884 from urandom2/olaris-server
olaris-server: 0.4.0 -> unstable-2022-06-11
2022-12-26 19:56:18 -05:00
Ryan Horiguchi cf48fd5248
tautulli: remove maintainer csingley 2022-12-27 01:40:06 +01:00
figsoda c78ad3c4fa
Merge pull request #207744 from figsoda/nix-update-script
treewide: remove attrPath from nix-update-script calls
2022-12-26 19:00:46 -05:00
Colin Arnott 4d496b29af
olaris-server: 0.4.0 -> unstable-2022-06-11
As called out in the linked issue below, olaris-server has a runtime
dependency on ffmpeg. Unfortunately, 0.4.0 requires a custom fork of
ffmpeg. While we could fetch the upstream compiled artefact or build it
ourselves, the former was unpalatable and the latter prohibitively
difficult. As such, we have bumped to the, yet to be released, tip of
the default branch, which has merged support for upstream ffmpeg.

Fixes #207877
2022-12-26 23:32:13 +00:00
Anders Kaseorg c361b8af77 openafs: 1.8.8.1 → 1.8.9
This is needed for new Linux kernel support.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-12-26 13:22:35 -08:00
Sandro bafe0854c5
Merge pull request #207819 from autrimpo/gonic-0.15.1 2022-12-26 22:17:00 +01:00
R. Ryantm 0c3a12c435 prometheus-nut-exporter: 2.4.2 -> 2.5.0 2022-12-26 20:36:07 +01:00
figsoda a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
R. Ryantm 955da5b711 ferretdb: 0.7.0 -> 0.7.1 2022-12-26 22:48:11 +08:00
R. Ryantm 555ba58408 samba: 4.17.3 -> 4.17.4 2022-12-26 12:58:20 +01:00
Michal Koutenský 995446431e gonic: 0.15.0 -> 0.15.1 2022-12-26 10:37:12 +01:00
Fabian Affolter f59059e2cd
Merge pull request #207803 from r-ryantm/auto-update/prometheus-alertmanager
prometheus-alertmanager: 0.24.0 -> 0.25.0
2022-12-26 10:13:57 +01:00
Fabian Affolter dab0251470
prometheus-alertmanager: add changelog to meta 2022-12-26 09:31:15 +01:00
R. Ryantm 0a4fa3fdc3 prowlarr: 0.4.10.2111 -> 1.0.0.2171 2022-12-26 07:40:54 +00:00
R. Ryantm 881d6b709a prometheus-alertmanager: 0.24.0 -> 0.25.0 2022-12-26 05:52:24 +00:00
R. Ryantm 0a2b4687ef etcd_3_4: 3.4.22 -> 3.4.23 2022-12-26 09:53:00 +10:00
Artturin d78711a3e1 gnustep.base: use multiple outputs and support multiple outputs in hook
had to move the installFlagsArray in preInstallPhases so that ${!outputX} work because they're set by the multiple-output hook

unar before:
closure size 1.4G

unar after:
closure size 138.9M
2022-12-25 21:10:43 +02:00
Sandro 83d9cef104
Merge pull request #206814 from SuperSandro2000/nginxModules 2022-12-25 20:08:14 +01:00
Sandro 58abb21bbe
nginxModules.lua: replace all occurences
Co-authored-by: Naïm Favier <n@monade.li>
2022-12-25 20:08:01 +01:00
github-actions[bot] 583c7499e5
Merge staging-next into staging 2022-12-25 18:01:38 +00:00
Dmitry Ivankov 9a82a9b524 bazel: 5.2.0 -> 5.3.2
https://blog.bazel.build/2022/08/23/bazel-5.3.html

to supersede https://github.com/NixOS/nixpkgs/pull/187943

re-reverts https://github.com/NixOS/nixpkgs/pull/199458 with more hash updates
2022-12-25 16:47:03 +01:00
Doron Behar 709bb58df8
Merge pull request #207614 from r-ryantm/auto-update/rtsp-simple-server
rtsp-simple-server: 0.20.3 -> 0.21.0
2022-12-25 17:07:25 +02:00
Thiago Kenji Okada 188392e7e2
Merge pull request #207464 from thiagokokada/apache-modules-py3
mod_python: 3.5.0 -> unstable-2022-10-18, mod_wsgi2: remove, mod_wsgi: refactor derivation
2022-12-25 14:08:27 +00:00
Andrew Childs 4ec86b13c9
pleroma: 2.4.4 -> 2.5.0 (#207521) 2022-12-25 13:38:55 +01:00
github-actions[bot] b48679133a
Merge staging-next into staging 2022-12-25 12:01:40 +00:00
R. Ryantm c4d3b3a8da bind: 9.18.8 -> 9.18.9 2022-12-25 12:10:01 +01:00
github-actions[bot] f4cc8cf027
Merge staging-next into staging 2022-12-25 06:01:57 +00:00
Jan Tojnar 72c37eddec Merge branch 'staging-next' into staging 2022-12-25 01:30:47 +01:00
Madoura 29e09b1d0c
hydron: 3.3.5 -> 3.3.6
This is the final update, hydron is now archived.
2022-12-24 17:29:28 -06:00
Jonas Heinrich dc44ef88e8
Merge pull request #207456 from dit7ya/tarantool
tarantool: init at 2.10.4
2022-12-24 23:45:50 +01:00
R. Ryantm 3020a39462 rtsp-simple-server: 0.20.3 -> 0.21.0 2022-12-24 20:15:00 +00:00
Luke Granger-Brown 319368a8c6
Merge pull request #207578 from r-ryantm/auto-update/oven-media-engine
oven-media-engine: 0.14.17 -> 0.14.18
2022-12-24 16:13:47 +00:00
R. Ryantm 95cfb3ad36 oven-media-engine: 0.14.17 -> 0.14.18 2022-12-24 15:07:03 +00:00
Sergei Trofimovich ab63194421
Merge pull request #207032 from Emantor/bump/xwayland
xwayland: 22.1.6 -> 22.1.7
2022-12-24 14:36:20 +00:00
Martin Weinelt 24d2eef2ac
Merge pull request #207525 from JamieMagee/btsmarthub_devicelist 2022-12-24 13:36:05 +01:00
R. Ryantm 76b44d81b2 proxysql: 2.4.4 -> 2.4.5 2022-12-24 12:16:13 +00:00
Thiago Kenji Okada b8230ffa2e mod_wsgi3: refactor derivation 2022-12-24 11:09:19 +00:00
Pascal Bach 8351f271f8
Merge pull request #199529 from r-ryantm/auto-update/minio
minio: 2022-10-24T18-35-07Z -> 2022-12-12T19-27-27Z
2022-12-24 11:29:59 +01:00
Jamie Magee 0619c5f5ab home-assistant: update component-packages 2022-12-23 23:05:22 -08:00
Sandro 899c3c586c
Merge pull request #197499 from kfiz/Update-mongoDB-v6-darwin 2022-12-24 02:25:35 +01:00
Sandro 862555907e
Merge pull request #201715 from shadaj/update-openvscode-server 2022-12-24 01:07:47 +01:00
Sandro 6d4f55b968
Merge pull request #207184 from devusb/sunshine 2022-12-24 01:06:55 +01:00
Thiago Kenji Okada 48ba7f97df mod_python: 3.5.0 -> unstable-2022-10-18 2022-12-23 22:28:11 +00:00
Mostly Void f19aa25d50
tarantool: init at 2.10.4 2022-12-24 00:55:43 +05:30
Ryan Horiguchi 0adbfe5376
tautulli: 2.10.5 -> 2.11.1 2022-12-23 19:41:23 +01:00
Izorkin 1915c85b9e
peertube: 4.3.1 -> 5.0.0 2022-12-23 20:46:54 +03:00
Jörg Thalheim 4fc372eaee grafana-agent: 0.29.0 -> 0.30.1
Diff: https://github.com/grafana/agent/compare/v0.29.0...v0.30.1
2022-12-23 17:18:12 +01:00
Francesco Gazzetta ffe34c9aaf
Merge pull request #207425 from r-ryantm/auto-update/bloat
bloat: unstable-2022-10-25 -> unstable-2022-12-17
2022-12-23 15:16:40 +00:00
R. Ryantm e9ce1062d1 bloat: unstable-2022-10-25 -> unstable-2022-12-17 2022-12-23 14:54:19 +00:00
Kristoffer Dalby 571780384a
headscale: Update to 0.17.1, conform module to RFC0042
This commit upgrades headscale to the newest version, 0.17.0 and updates
the module with the current breaking config changes.

In addition, the module is rewritten to conform with RFC0042 to try to
prevent some drift between the module and the upstream.

A new maintainer, Misterio77, is added as maintainer.

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
Co-authored-by: Gabriel Fontes <hi@m7.rs>
Co-authored-by: Geoffrey Huntley <ghuntley@ghuntley.com>
2022-12-23 15:47:53 +01:00
Pascal Bach 8127165209
minio: add legacy fs version 2022-10-24T18-35-07Z (#206376)
* minio: add legacy fs version 2022-10-24T18-35-07Z

This allows users to migrate their data to versions that already removed
support for the legacy fs backend.

* Update nixos/doc/manual/release-notes/rl-2305.section.md

Co-authored-by: Florian Klink <flokli@flokli.de>
2022-12-23 13:26:37 +01:00
Christoph Hrdinka bf9dff8540
Merge pull request #207303 from r-ryantm/auto-update/nsd
nsd: 4.6.0 -> 4.6.1
2022-12-23 10:30:52 +01:00
Ryan Lahfa 0ed43cb857
Merge pull request #201789 from RaitoBezarius/nginx-with-slice
nginx: expose ngx_http_slice_module through "withSlice"
2022-12-23 00:47:30 +01:00
Morgan Helton ece23c36df sunshine: 0.15.0 -> 0.16.0 2022-12-22 16:04:44 -06:00
Pascal Bach 9f240006eb
Merge pull request #207198 from r-ryantm/auto-update/onlyoffice-documentserver
onlyoffice-documentserver: 7.2.1 -> 7.2.2
2022-12-22 22:20:38 +01:00
Pascal Bach b54f2bf20a
Merge pull request #207297 from r-ryantm/auto-update/ser2net
ser2net: 4.3.8 -> 4.3.11
2022-12-22 21:59:47 +01:00
R. Ryantm 29dca8fdbe nsd: 4.6.0 -> 4.6.1 2022-12-22 18:03:16 +00:00
R. Ryantm 869aae9925 ser2net: 4.3.8 -> 4.3.11 2022-12-22 17:24:07 +00:00
Nikolay Korotkiy 2379de680d
Merge pull request #207210 from r-ryantm/auto-update/tile38
tile38: 1.30.0 -> 1.30.1
2022-12-22 20:17:02 +04:00
ajs124 08c652a55f
Merge pull request #207243 from Izorkin/update-mariadb-galera
mariadb-galera: 26.4.12 -> 26.4.13
2022-12-22 16:53:01 +01:00
Maximilian Bosch 0856352f1f
Merge pull request #207044 from sumnerevans/matrix-synapse-1.74
matrix-synapse: 1.73.0 -> 1.74.0
2022-12-22 16:13:26 +01:00
Thomas Gerbet 10089b769e dovecot_pigeonhole: 0.5.19 -> 0.5.20
https://raw.githubusercontent.com/dovecot/pigeonhole/0.5.20/NEWS
2022-12-22 15:51:30 +01:00
Thomas Gerbet 82373dfc74 dovecot: 2.3.19.1 -> 2.3.20
https://github.com/dovecot/core/blob/2.3.20/NEWS
2022-12-22 15:17:58 +01:00