Izorkin
83c9b74834
nifi: init at 1.16.0
2022-04-10 20:41:59 +03:00
R. Ryantm
39050c8c66
wordpress: 5.9.2 -> 5.9.3
2022-04-10 05:11:17 +00:00
github-actions[bot]
f303d4de3b
Merge staging-next into staging
2022-04-09 12:02:07 +00:00
Maximilian Bosch
dfc0ddaa87
wiki-js: 2.5.276 -> 2.5.277
...
ChangeLog: https://github.com/requarks/wiki/releases/tag/v2.5.277
2022-04-08 18:44:16 +02:00
Maximilian Bosch
2e2aed7100
wiki-js: add update script
2022-04-08 18:44:02 +02:00
Martin Weinelt
bf1914e12a
Merge remote-tracking branch 'origin/staging-next' into staging
2022-04-05 04:05:02 +02:00
Lassulus
5bae60beee
Merge pull request #158000 from iblech/patch-whitebophir1.17.0
...
whitebophir: 1.16.0 -> 1.17.0
2022-04-04 17:07:50 +01:00
ajs124
9ae3813cda
Merge pull request #167147 from iblech/patch-ethercalc-node14
...
ethercalc: migrate from nodejs-12_x to nodejs-14_x
2022-04-04 17:51:30 +02:00
Ingo Blechschmidt
be8f812fca
ethercalc: migrate from nodejs-12_x to nodejs-14_x
2022-04-04 10:03:00 +02:00
Aaron Jheng
f0c470f5eb
oath-toolkit: Rename from oathToolkit to oath-toolkit
2022-04-04 01:11:06 +00:00
github-actions[bot]
ffa96ab0c0
Merge staging-next into staging
2022-04-02 18:01:37 +00:00
Alyssa Ross
8ba23e138d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/libraries/zlib/default.nix
pkgs/development/lua-modules/overrides.nix
2022-04-02 16:45:48 +00:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
...
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
Artturi
83063f39b2
Merge pull request #166780 from Artturin/removedeadddir
2022-04-01 11:10:12 +03:00
Artturin
34fd00a5b8
pkgs: remove dead dir
2022-04-01 10:33:51 +03:00
Martin Weinelt
1e2c1b8372
mediawiki: 1.37.1 -> 1.37.2
...
https://lists.wikimedia.org/hyperkitty/list/mediawiki-announce@lists.wikimedia.org/message/YJNXKPV5Z56NSUQ4G3SXPDUIZG5EQ7UR/
Fixes: CVE-2022-28202, CVE-2022-22801, CVE-2022-28203, CVE-2022-28204
2022-04-01 00:03:42 +02:00
github-actions[bot]
9aa014c46a
Merge staging-next into staging
2022-03-31 12:02:10 +00:00
Ember 'n0emis' Keske
313b1dc9d0
nixos/netbox: add nixos test
2022-03-30 22:24:34 +02:00
Ember 'n0emis' Keske
ce84aa3051
netbox: init at 3.1.10
2022-03-30 22:24:31 +02:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
...
At some point, I'd like to make another attempt at
71f1f4884b
("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d
. One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries. This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.
This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching. The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.
I started by making the following global replacements:
${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
${openssl.out}/lib -> ${lib.getLib openssl}/lib
Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.
Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.
Then I manually investigated and fixed the following packages:
- pycurl
- citrix-workspace
- ppp
- wraith
- unbound
- gambit
- acl2
I'm reasonably confindent in my fixes for all of them.
For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all. Removing it doesn't make a difference to the output size, the
file list, or the closure.
I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Ben Siraphob
ed863440b8
Merge pull request #163924 from OPNA2608/fix/autoPatchelfHook_isLinux
2022-03-26 16:01:56 -05:00
talyz
d46598d4f4
discourse-mail-receiver: Add update_mail_receiver to update.py
2022-03-25 12:06:14 +01:00
talyz
9b891e6f64
discourse.plugins: Update all plugins to their latest versions
2022-03-25 12:05:55 +01:00
talyz
04afc69a29
discourse: 2.9.0.beta1 -> 2.9.0.beta3
2022-03-25 12:05:48 +01:00
Doron Behar
4a02c56a7d
Merge pull request #164746 from ncfavier/makeWrapper-chdir
2022-03-24 13:51:27 +02:00
OPNA2608
d2f268745a
treewide: autoPatchelfHook only on Linux
2022-03-23 21:37:39 +01:00
Sandro
5b874cadbf
Merge pull request #163582 from Stunkymonkey/treewide-fetchFromGitHub-1
2022-03-22 07:27:54 +01:00
Naïm Favier
9160044f5f
treewide/makeWrapper: replace --run cd
with --chdir
...
Lay the groundwork for switching to binary wrappers by reducing uses
of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-19 09:46:31 +01:00
P. R. d. O
f7563d8295
wordpress: 5.9 -> 5.9.2
2022-03-18 19:14:29 -06:00
R. Ryantm
f054fb8e8b
moodle: 3.11.5 -> 3.11.6
2022-03-18 15:44:47 +00:00
Felix Buehler
2ef96d712b
morty: switch to fetchFromGitHub
2022-03-14 19:32:49 +01:00
Maximilian Bosch
024abf923b
wiki-js: 2.5.274 -> 2.5.276
...
ChangeLog:
* https://github.com/Requarks/wiki/releases/tag/v2.5.275
* https://github.com/Requarks/wiki/releases/tag/v2.5.276
2022-03-14 14:05:51 +01:00
R. Ryantm
af092267a8
jitsi-meet: 1.0.5818 -> 1.0.5913
2022-03-08 10:00:50 +00:00
Rémi NICOLE
17df62a937
shiori: fix NixOS test ( #161969 )
...
* nixos/tests/shiori: fix auth JSON
* shiori: link NixOS test in passthru.tests
2022-02-27 08:38:55 +02:00
Mario Rodas
88e67bc0c5
Merge pull request #161870 from r-ryantm/auto-update/shiori
...
shiori: 1.5.1 -> 1.5.2
2022-02-26 07:59:15 -05:00
Martin Weinelt
2d085ca93c
Merge pull request #160507 from mweinelt/wallabag
2022-02-25 23:43:39 +01:00
R. Ryantm
807e90c62a
shiori: 1.5.1 -> 1.5.2
2022-02-25 19:08:40 +00:00
Renaud
f1e10864a9
Merge pull request #159574 from r-ryantm/auto-update/moodle
...
moodle: 3.11.4 -> 3.11.5
2022-02-23 19:36:08 +01:00
R. Ryantm
da95597fe8
shiori: 1.5.0 -> 1.5.1
2022-02-20 02:29:40 +00:00
R. RyanTM
bec0ed753e
galene: 0.3.5 -> 0.4.4
...
(#150125 )
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-19 23:45:18 +01:00
Martin Weinelt
71a8819e3d
wallabag: 2.4.2 -> 2.4.3
...
https://github.com/wallabag/wallabag/releases/tag/2.4.3
2022-02-17 22:06:28 +01:00
Olivier Marty
7852ea1596
nixos/matomo: point path.geoip2 outside of the nix store.
...
path.geoip2 pointed to the nix store which is read-only. Matomo was
failing to download a geoip2 database. See #64759 .
2022-02-16 22:21:44 +03:00
Ryan Mulligan
bfc3722d55
Merge pull request #157646 from ryantm/dev/ryantm/discourse2.9
...
discourse: 2.8.0.beta11 -> 2.9.0.beta1
2022-02-14 12:42:42 -08:00
R. Ryantm
4c3ec64764
jitsi-meet: 1.0.5675 -> 1.0.5818
2022-02-12 22:20:20 -08:00
R. Ryantm
1b082a3f71
moodle: 3.11.4 -> 3.11.5
2022-02-12 15:34:13 +00:00
R. Ryantm
963cb6d9e5
rss-bridge: 2021-04-25 -> 2022-01-20
2022-02-06 17:02:50 -08:00
R. Ryantm
495b80ea2c
wordpress: 5.8.3 -> 5.9
2022-02-06 16:58:46 -08:00
Ingo Blechschmidt
edd46c8611
whitebophir: 1.16.0 -> 1.17.0
2022-02-03 16:30:03 +01:00
Maximilian Bosch
c66f3f6c51
Merge pull request #157375 from NixOS/bump-wiki-js
...
wiki-js: 2.5.272 -> 2.5.274
2022-01-30 11:59:42 +01:00
Maximilian Bosch
376934f4b7
plausible: 1.4.3 -> 1.4.4 ( #157335 )
...
ChangeLog: https://github.com/plausible/analytics/releases/tag/v1.4.4
2022-01-30 13:10:45 +09:00
Maximilian Bosch
9690362f62
wiki-js: 2.5.272 -> 2.5.274
...
ChangeLog: https://github.com/Requarks/wiki/releases/tag/2.5.274
2022-01-30 02:10:21 +01:00
Niklas Hambüchen
13f5c4c45b
Merge pull request #156731 from Ma27/bump-plausible
...
plausible: 1.4.0 -> 1.4.3
2022-01-29 22:32:15 +01:00
Ingo Blechschmidt
92eb5bc48e
ethercalc: init at latest master (b19627)
2022-01-29 20:56:06 +01:00
Ryan Mulligan
c0ddbde02f
discourse: 2.8.0.beta11 -> 2.9.0.beta1
2022-01-27 16:42:23 -08:00
Maximilian Bosch
d9ced149f8
Merge pull request #156316 from Ma27/bump-wiki-js
...
wiki-js: 2.5.268 -> 2.5.272
2022-01-26 00:17:42 +01:00
Maximilian Bosch
e211c94b94
plausible: 1.4.0 -> 1.4.3
...
ChangeLog: https://github.com/plausible/analytics/blob/v1.4.3/CHANGELOG.md#unreleased
Also makes the option `services.plausible.releaseCookiePath` mandatory[1]: since Elixir
1.13 the `RELEASE_COOKIE` env-var *must* be set, otherwise the startup
fails[2]. Since we drop `$out/releases/COOKIE` in the `fixupPhase` of
`mixRelease` and Elixir seems to always attempt to generate such a
file[3], I figured it's reasonable to just make it mandatory now.
Closes #155575
[1] https://nixos.org/manual/nixos/stable/options.html#opt-services.plausible.releaseCookiePath
[2] f24eb2c1ef
/
https://github.com/elixir-lang/elixir/issues/11114
[3] https://hexdocs.pm/mix/Mix.Tasks.Release.html , see `:cookie`
2022-01-25 17:19:49 +01:00
Ryan Mulligan
e57a85ecb4
Merge pull request #154951 from ryantm/discourse2.8.0.beta11
...
discourse: 2.8.0.beta10 -> 2.8.0.beta11
2022-01-25 07:35:33 -08:00
Patrick Hilhorst
4ed7bed68d
Merge branch 'master' into nixos-tests-missing
2022-01-24 12:05:30 +01:00
Guillaume Girol
64a18f1a8e
Merge pull request #152877 from cleeyv/jitsi-update
...
Update of all Jitsi Meet components
2022-01-23 20:44:55 +00:00
Fabian Möller
4329d79dba
nixos/tests: link tests to their packages
2022-01-23 21:08:10 +01:00
Janne Heß
812a445f22
Merge pull request #155827 from r-ryantm/auto-update/sope
...
sope: 5.4.0 -> 5.5.0
2022-01-23 16:24:32 +01:00
Maximilian Bosch
e5e0fc67ae
wiki-js: 2.5.268 -> 2.5.272
...
ChangeLog: https://github.com/Requarks/wiki/releases/tag/2.5.272
2022-01-23 14:14:38 +01:00
ajs124
0a1da6357c
sogo: 5.4.0 -> 5.5.0
2022-01-21 02:45:39 +01:00
Jonas Heinrich
80475b46f5
nixos/invoiceplane: init module and package at 1.5.11 ( #146909 )
2022-01-20 22:45:35 +09:00
Bill Ewanick
c875cdce3f
lemmy: 0.14.0 -> 0.15.1 ( #155236 )
2022-01-17 05:06:27 +09:00
Ingo Blechschmidt
f676d1192e
whitebophir: pin to nodejs-14_x to unbreak the build
2022-01-16 19:16:13 +01:00
Ryan Mulligan
3d2cb0d6a2
discourse: 2.8.0.beta10 -> 2.8.0.beta11
...
https://meta.discourse.org/t/2-8-0-beta11-user-will-not-be-mentioned-warning-updated-emoji-and-more/214752
Small fix to a patch but otherwise I just ran the update scripts.
2022-01-13 15:08:41 -08:00
Nikolay Amiantov
209bfb6ac6
baget: init at 0.4.0-preview2
2022-01-11 19:53:30 +03:00
Martin Weinelt
267d073ac0
wordpress: 5.8.2 -> 5.8.3
2022-01-07 21:00:43 +01:00
R. Ryantm
30ac4e6534
wiki-js: 2.5.260 -> 2.5.268
2021-12-31 22:17:19 +00:00
Bobby Rong
0d9c34ee3f
Merge pull request #152332 from ymarkus/bookstack
...
bookstack: 21.10.3 -> 21.12
2021-12-31 16:56:08 +08:00
Cleeyv
acc3a3c9e8
jitsi-meet: 1.0.5415 -> 1.0.5675
2021-12-30 12:44:42 -05:00
Yureka
ff202a635d
hedgedoc: fix build
2021-12-29 19:29:03 +01:00
Yureka
0fef05c2bf
Revert "hedgedoc: 1.9.0 -> 1.9.2"
...
This reverts commit f5c724877e
.
2021-12-29 19:29:03 +01:00
Ryan Mulligan
aefbed0502
Merge pull request #151650 from ryantm/discourse2.8.0beta10
...
discourse: 2.8.0.beta9 -> 2.8.0.beta10; update plugins
2021-12-27 14:00:41 -08:00
Yannick Markus
7ec5348c9c
bookstack: 21.10.3 -> 21.12
2021-12-27 12:19:47 +01:00
ajs124
89ab1a6425
Merge pull request #151754 from r-ryantm/auto-update/sope
...
sope: 5.3.0 -> 5.4.0
2021-12-26 15:00:21 +01:00
ajs124
cfcbe0d16d
sogo: 5.3.0 -> 5.4.0
2021-12-26 13:51:06 +01:00
talyz
ae77e2fb78
discourse: Forward the used system and pkgs attributes to the tests
...
The system attribute is otherwise deduced from the system the
evaluation runs on, which could be incorrect if using remote
builders.
2021-12-23 10:34:27 +01:00
talyz
1138af5637
discourse: Add aarch64-linux to the list of platforms to be removed
...
...in the update script and remove it from the Gemfile.lock. Having
it there causes a failure with the error message:
Could not find libv8-node-16.10.0.0-aarch64-linux in any of the
sources (Bundler::GemNotFound)
And since we're not using the prebuilt binary packages anyway, we
don't need it there in the first place.
2021-12-23 10:24:18 +01:00
Ryan Mulligan
50832be998
discourse: 2.8.0.beta9 -> 2.8.0.beta10; update plugins
2021-12-21 15:40:12 -08:00
Maximilian Bosch
84a4b653ce
Merge pull request #151331 from Ma27/bump-hedgedoc
...
hedgedoc: 1.9.0 -> 1.9.2
2021-12-21 01:35:53 +01:00
Maximilian Bosch
f5c724877e
hedgedoc: 1.9.0 -> 1.9.2
...
ChangeLogs:
* https://github.com/hedgedoc/hedgedoc/releases/tag/1.9.1
* https://github.com/hedgedoc/hedgedoc/releases/tag/1.9.2
2021-12-19 16:40:28 +01:00
Maximilian Bosch
8d3a362748
wiki-js: 2.5.219 -> 2.5.260
...
ChangeLogs:
* https://github.com/Requarks/wiki/releases/tag/2.5.254
* https://github.com/Requarks/wiki/releases/tag/2.5.255
* https://github.com/Requarks/wiki/releases/tag/2.5.260
Closes #150400
2021-12-19 16:01:53 +01:00
Ingo Blechschmidt
bfbaae5daf
whitebophir: 1.14.6 -> 1.16.0
2021-12-17 19:36:49 +01:00
Martin Weinelt
ce27c22824
mediawiki: 1.37.0 -> 1.37.1
2021-12-16 11:52:32 +01:00
Jonas Heinrich
cc8ab71ee9
nixos/dokuwiki: add passthru test
2021-12-13 17:26:36 +01:00
Kim Lindberger
9bf94de535
Merge pull request #147506 from talyz/discourse-2.8.0.beta8
...
discourse: 2.7.9 -> 2.8.0.beta9
2021-12-08 18:15:48 +01:00
ajs124
8f7d8afb82
sogo: enable multi-factor authentication
2021-12-06 23:19:07 +00:00
talyz
125bb7dac1
discourse: Don't patch the public path
...
Instead of patching the path to /public in Discourse's sources, make
the nginx configuration refer to the symlink in the discourse
package which points to the real path.
When there is a mismatch between the path nginx serves and the path
Discourse thinks it serves, we can run into issues like files not
being served - at least when sendfile requests from the ruby app are
processed by nginx. The issue I ran into most recently is that backup
downloads don't work.
Since Discourse refers to the public directory relative to the Rails
root in many places, it's much easier to just sync this path to the
nginx configuration than trying to patch all occurrences in the
sources. This should hopefully mean less potential for breakage in
future Discourse releases, too.
2021-12-06 14:21:39 +01:00
talyz
4fb343c87e
discourse: update.py: Improve version handling, use pinned plugins
...
Add a DiscourseVersion class which handles Discourse's version
numbering properly when sorting - beta versions are sorted lower than
their respective release versions. It can also return both its version
number and equivalent git tag, removing the need for `rev2version` and
manually adding `v` to the front.
Using DiscourseVersion instead of LooseVersion, we can list all
current version number tags from the `discourse` repo and sort them
correctly, giving us the latest one, regardless of type; i.e. we don't
have to filter for only release versions or beta versions anymore.
This also implements the plugin pinning algorithm laid out here:
https://meta.discourse.org/t/pinning-plugin-and-theme-versions-for-older-discourse-installs/156971
to make sure we don't upgrade plugins further than what's compatible
with our currently packaged Discourse version. While it likely won't
matter much most of the time if we continue packaging the beta
versions, it could be helpful if we decide to go back to packaging
release versions or if we run into issues with future upgrades. In
that case, the plugins could still be updated safely even though we're
not on the latest version of Discourse.
2021-12-02 11:55:07 +01:00
talyz
ab042d6452
discourse.plugins: Update all plugins to their latest versions
...
Also, add support for updating plugins which keep gem versions in
files at the root of the repo (discourse-prometheus) and replace the
`up-plugin.sh` script with a README file pointing to the plugin
packaging documentation.
2021-12-02 10:43:14 +01:00
talyz
e2415dbb8f
discourse: 2.7.9 -> 2.8.0.beta9
...
Update to the latest beta, since upstream advocates for it. See
https://github.com/NixOS/nixpkgs/issues/146308 for more info.
2021-12-02 10:31:00 +01:00
Martin Weinelt
25a9d1ba9e
mediawiki: drop redvers from maintainers
2021-11-29 02:06:43 +01:00
Martin Weinelt
a0e1114e17
mediawiki: 1.36.2 -> 1.37.0
2021-11-29 02:04:24 +01:00
Martin Weinelt
cd12d81d53
mediawiki: 1.36.1 -> 1.36.2
2021-11-29 02:03:59 +01:00
Bill Ewanick
7a4744b164
Update lemmy webapp ( #147204 )
...
* lemmy: change update script to be more idiomatic
Co-authored-by: Raphael Megzari <raphael@megzari.com>
* lemmy: 0.13.3 -> 0.14.0
Co-authored-by: Raphael Megzari <raphael@megzari.com>
Co-authored-by: Raphael Megzari <raphael@megzari.com>
2021-11-24 10:48:53 +09:00
Kim Lindberger
7dfea71857
Merge pull request #146325 from ryantm/dev/ryantm/discourse-update-py
...
discourse/update.py: fix for nix 2.4/2.5pre
2021-11-23 15:37:32 +01:00
ajs124
57b974d907
sogo: 5.2.0 -> 5.3.0
2021-11-18 23:10:09 +01:00
Ryan Mulligan
88120a1377
discourse/update.py: use nix-instantiate
...
The interface of `nix eval` is not stable across versions of nix that
are currently in the wild, so use the older nix-instantiate command
instead.
2021-11-16 15:59:32 -08:00
Martin Weinelt
37fa1e7c1d
treewide: pass and inherit writeShellScript in node2nix packages
2021-11-16 16:08:23 +01:00
Moritz Hedtke
dfc142b35b
wordpress: 5.8.1 -> 5.8.2
2021-11-13 20:42:33 +01:00
xaverdh
03a257e5a3
treewide: quote urls according to rfc 0045 ( #145260 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 11:37:56 +01:00
Finn Behrens
6db345c50e
moodle: 3.11.2 -> 3.11.4 ( #145172 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 01:22:12 +01:00
Maciej Krüger
951e9002ed
matomo: 4.4.1 -> 4.5.0
2021-11-09 15:14:36 +01:00
Maciej Krüger
69a54df996
matomo: add vendor/matomo/matomo-php-tracker/run_tests.sh to filesToFIx
...
also add log message about missing files
2021-11-09 15:14:35 +01:00
Maximilian Bosch
25e6a0ad62
Merge pull request #143345 from happysalada/update_plausible
...
plausible: 1.3.0 -> 1.4.0
2021-11-08 23:48:53 +01:00
happysalada
7857183c0b
plausible: update update.sh script
...
plausible: fix yarn.nix call
2021-11-06 09:21:23 -04:00
happysalada
3886aa3535
plausible: 1.3.0 -> 1.4.0
2021-11-06 09:11:31 -04:00
Sandro Jäckel
8547db919a
treewide: switch `builtins.fromJSON(builtins.readFile ./file.json)
` to lib.importJSON ./file.json
2021-11-03 14:43:52 +01:00
Yannick Markus
500754df86
bookstack: 21.08.3 -> 21.10.3
2021-11-02 10:16:28 +01:00
happysalada
8d8a17f889
lemmy: 0.12.2 -> 0.13.3
...
lemmy: update update.sh to include package.json
lemmy: use commited package.json
2021-11-01 10:42:30 +09:00
happysalada
f1d3cdcf58
lemmy: use pin.json to prepare for update script
...
lemmy: add initial update script
lemmy: remove use of upstream package.json
lemmy: add update script
lemmy: fixes
lemmy: use importJSON
lemmy: use correct import json ref
2021-11-01 10:42:30 +09:00
happysalada
9a3e6e2253
lemmy-ui: use fetchyarndeps
...
lemmy: remove yarn.nix
2021-11-01 10:42:30 +09:00
Robert Scott
5a314fb447
Merge pull request #137639 from ymarkus/bookstack
...
bookstack: 21.05.3 -> 21.08.3
2021-10-31 21:33:56 +00:00
Kim Lindberger
b4ef544bcd
Merge pull request #140904 from dpausp/discourse-new-plugins
...
Discourse: add plugins: assign, chat-integration, docs, prometheus, saved-searches
2021-10-31 12:55:26 +01:00
TredwellGit
44ffcb8362
discourse: 2.7.8 -> 2.7.9
...
https://nvd.nist.gov/vuln/detail/CVE-2021-41163
2021-10-28 01:56:09 +00:00
Ryan Burns
f67d4dd9c1
Merge pull request #142616 from r-burns/toplevel-system
...
treewide: remove toplevel `system` attr
2021-10-27 10:03:24 -07:00
Tobias Stenzel
34ba7d2fdc
discourse.plugins.discourse-voting: Init
2021-10-26 23:24:10 +02:00
Tobias Stenzel
3251a4a7d2
discourse.plugins.discourse-saved-searches: Init
2021-10-26 23:24:10 +02:00
Tobias Stenzel
7584343790
discourse.plugins.discourse-prometheus: Init
2021-10-26 23:24:10 +02:00
Tobias Stenzel
9ede32d45c
discourse.plugins.discourse-docs: Init
2021-10-26 23:24:09 +02:00
Tobias Stenzel
ecb1b736c7
discourse.plugins.discourse-chat-integration: Init
2021-10-26 23:24:09 +02:00
Tobias Stenzel
1ef543a549
discourse.plugins.discourse-assign: Init
2021-10-26 23:24:09 +02:00
Mrinal Purohit
e4fafc019a
cryptpad: 4.9.0 -> 4.11.0
2021-10-24 17:39:21 +05:30
talyz
1fb77e822b
discourse: Fix the public directory path reported by Discourse
...
Change the path to the public directory reported by Discourse
to its real path instead of the symlink in the store, since
the store path won't be matched by any nginx rules.
Fixes #142528 .
2021-10-22 23:38:53 +02:00
Ryan Burns
2bbc2eaed3
bookstack: remove toplevel system attr
2021-10-22 14:03:17 -07:00
Yureka
149fb9c529
hedgedoc: use fetchYarnDeps, add update script
2021-10-20 11:39:16 +02:00
Maciej Krüger
4da1ca8777
Merge pull request #139936 from mkg20001/disoid
2021-10-19 16:21:00 +02:00
R. RyanTM
3fe3c640e8
jitsi-meet: 1.0.5307 -> 1.0.5415
2021-10-16 10:36:28 -07:00
Bill Ewanick
cc3b147ed1
nixos/lemmy: init
...
Co-authored-by: Raphael Megzari <raphael@megzari.com>
2021-10-06 21:02:51 +09:00
Kim Lindberger
5a58649f4f
Merge pull request #140133 from talyz/discourse-notification-email
...
discourse: Make sure the notification email setting applies
2021-10-04 09:59:34 +02:00
happysalada
5e7aab5982
lemmy-ui: add static assets folder to out
2021-10-03 14:51:06 +09:00
talyz
917a0cfe47
discourse: Make sure the notification email setting applies
...
Discourse normally overrides the default notification email setting,
which makes the `notificationEmailAddress` setting ineffective. Add a
patch to remove this override.
Fixes #140114 .
2021-10-01 11:37:35 +02:00
happysalada
1320843aad
pict-rs: fixes
2021-09-30 21:32:25 +09:00
Maciej Krüger
de65b31b17
discourse.plugins.discourse-openid-connect: init at unstable
2021-09-29 18:10:36 +02:00
Maciej Krüger
463090378b
discourse: add up-plugin.sh
2021-09-29 18:08:49 +02:00
happysalada
84587ecefa
pict-rs: init at 0.3.0-alpha.37
2021-09-29 16:49:56 +09:00
Maximilian Bosch
0b90c450df
Merge pull request #139444 from Ma27/bump-wiki-js
...
wiki-js: 2.5.214 -> 2.5.219
2021-09-28 09:33:34 +02:00
Kim Lindberger
454f253acf
Merge pull request #139201 from talyz/discourse-2.7.8
...
discourse: 2.7.7 -> 2.7.8, update plugins
2021-09-27 15:33:48 +02:00
talyz
ed8c4e01d9
discourse: Enable jhead, which is no longer marked vulnerable
2021-09-27 09:58:45 +02:00
talyz
e4ed6b5929
discourse.plugins.discourse-yearly-review: Update
2021-09-27 09:58:39 +02:00
talyz
957eaf8237
discourse.plugins.discourse-spoiler-alert: Update
2021-09-27 09:58:34 +02:00
talyz
fd084acb95
discourse.plugins.discourse-solved: Update
2021-09-27 09:58:29 +02:00
talyz
b1aa7efd36
discourse.plugins.discourse-math: Update
2021-09-27 09:58:24 +02:00
talyz
97034cfa1c
discourse.plugins.discourse-github: Update
2021-09-27 09:58:18 +02:00
Leo Maroni
7b03c7ee60
vikunja-frontend: 0.18.0 -> 0.18.1
2021-09-27 08:27:36 +02:00
Leo Maroni
b24780c6b4
vikunja-api: 0.18.0 -> 1.18.1
2021-09-27 08:27:36 +02:00
Maximilian Bosch
aa4c5bb7cf
hedgedoc: fix build by re-running yarn2nix
...
Failing Hydra build: https://hydra.nixos.org/build/154209534
2021-09-26 21:05:28 +02:00
Maximilian Bosch
e12d71e71b
wiki-js: 2.5.214 -> 2.5.219
...
ChangeLog: https://github.com/Requarks/wiki/releases/tag/2.5.219
2021-09-25 15:52:08 +02:00
Kim Lindberger
0686c40309
Merge pull request #139180 from ryantm/dev/ryantm/discourse-tmp
...
discourse: enable restoring backups bigger than RAM
2021-09-24 14:31:46 +02:00
WilliButz
962b349555
Merge pull request #138468 from Ma27/bump-hedgedoc
...
hedgedoc: 1.8.2 -> 1.9.0, fixes CVE-2021-39175
2021-09-23 21:17:35 +02:00
Ryan Mulligan
f933c68374
discourse: enable restoring backups bigger than RAM
...
When restoring a backup, discourse decompresses the backup archive in
the /share/discourse/tmp dir. Before this change, it is linked to /run
which is typically backed by memory, so the backup will fail to
restore if you do not have enough memory on your system to contain the
backup. This has already happened to me on two small forums.
This moves tmp to the StateDirectory /var/lib/discourse/tmp which is
typically backed by disk.
2021-09-23 09:59:31 -07:00
talyz
d583001723
discourse.plugins.discourse-checklist: Update
2021-09-23 18:50:11 +02:00
talyz
1e62b64b90
discourse.plugins.discourse-canned-replies: Update
2021-09-23 18:49:48 +02:00
talyz
d62ea8705b
discourse.plugins.discourse-calendar: Update
2021-09-23 18:47:43 +02:00
talyz
73e8eb91c1
discourse: 2.7.7 -> 2.7.8
2021-09-23 18:46:23 +02:00
Robin Gloster
61b79f4514
Merge pull request #137700 from r-ryantm/auto-update/wordpress
...
wordpress: 5.8 -> 5.8.1
2021-09-22 09:40:53 +02:00
Maximilian Bosch
e187f77ceb
hedgedoc: fix eval with allowAliases = false
2021-09-19 00:23:28 +02:00
Maximilian Bosch
0a10c17c8d
hedgedoc: 1.8.2 -> 1.9.0, fixes CVE-2021-39175
...
ChangeLog: https://github.com/hedgedoc/hedgedoc/releases/tag/1.9.0
As documented in the Nix expression, I unfortunately had to patch
`yarn.lock` manually (the `yarn.nix` result isn't affected by this). By
adding a `git+https`-prefix to
`midi "https://github.com/paulrosen/MIDI.js.git#abcjs "` in the lock-file
I ensured that `yarn` actually uses the `MIDI.js` from the offline-cache
from `yarn2nix` rather than trying to download a tarball from GitHub.
Also, this release contains a fix for CVE-2021-39175 which doesn't seem
to be backported to 1.8. To quote NVD[1]:
> In versions prior to 1.9.0, an unauthenticated attacker can inject
> arbitrary JavaScript into the speaker-notes of the slide-mode feature
> by embedding an iframe hosting the malicious code into the slides or by
> embedding the HedgeDoc instance into another page.
Even though it "only" has a medium rating by NVD (6.1), this seems
rather problematic to me (also, GitHub rates this as "High"), so it's
actually a candidate for a backport.
[1] https://nvd.nist.gov/vuln/detail/CVE-2021-39175
2021-09-19 00:18:18 +02:00
Bill Ewanick
ad79645eff
lemmy-server: 0.11.3 -> 0.12.2
2021-09-16 10:26:10 -07:00
Bill Ewanick
62f24d0c57
lemmy-ui: init at 0.12.2
2021-09-16 10:26:10 -07:00
Bill Ewanick
00b7ced782
lemmy: move to server.nix
2021-09-16 10:26:10 -07:00
R. RyanTM
6a1014f1b4
wordpress: 5.8 -> 5.8.1
2021-09-13 23:00:48 +00:00
Yannick Markus
9185d6f6b1
bookstack: 21.05.3 -> 21.08.3
2021-09-13 13:18:26 +02:00
R. RyanTM
f7e646df7f
jitsi-meet: 1.0.5056 -> 1.0.5307
2021-09-12 19:54:14 +00:00
Sandro
b432b2f337
Merge pull request #137510 from Ma27/bump-wiki-js
...
wiki-js: 2.5.201 -> 2.5.214
2021-09-12 14:47:46 +02:00
Maximilian Bosch
75eaccdcbc
wiki-js: 2.5.201 -> 2.5.214
...
ChangeLog: https://github.com/Requarks/wiki/releases/tag/2.5.214
2021-09-12 11:52:17 +02:00
tshaynik
fcc29f9599
jitsi-meet: add passthru.updateScript
...
Pull version number from stable releases, to ensure
that the latest stable release is used.
2021-09-09 15:27:51 -04:00
Martin Weinelt
f81ea682cf
Merge pull request #136801 from em0lar/vikunja-0.18.0
2021-09-06 02:53:50 +02:00
Leo Maroni
732316e9c5
vikunja-api: 0.17.1 -> 0.18.0
2021-09-05 20:51:11 +02:00
Leo Maroni
e0fbad9a66
vikunja-frontend: 0.17.0 -> 0.18.0
2021-09-05 20:49:59 +02:00
happysalada
702d183421
lemmy: 0.11.2 -> 0.11.3
2021-09-04 07:50:53 +09:00
Robin Gloster
43cc2477ae
Merge pull request #134022 from r-ryantm/auto-update/wordpress
...
wordpress: 5.7.2 -> 5.8
2021-09-01 21:23:08 +02:00
davidak
bb01facb08
Merge pull request #134111 from sebbel/master
...
matomo: 4.3.1 -> 4.4.1
2021-08-26 04:24:01 +02:00
ajs124
5fdc39a49d
sogo: 5.1.1 -> 5.2.0
...
https://github.com/inverse-inc/sogo/releases/tag/SOGo-5.2.0
2021-08-19 18:23:39 +02:00
Kim Lindberger
14b0f20fa1
Merge pull request #132475 from ryantm/dev/ryantm/discourse-ldap-auth
...
discourseAllPlugins: init discourse-ldap-auth
2021-08-19 15:27:31 +02:00
Finn Behrens
c93e318747
moodle: update to 3.11.2
2021-08-18 19:12:43 +02:00
Ryan Mulligan
70d29c5cf4
discourseAllPlugins: init discourse-ldap-auth
2021-08-18 10:12:41 -07:00
talyz
12ff4b79e4
discourse: update.py: Remove native platforms in plugin lock files..
...
...and add ruby.
2021-08-17 18:21:27 +02:00
talyz
04e6b03fa9
discourse.mkDiscoursePlugin: Handle repos with gems
directories
...
Some plugin repos already have a `gems` directory. This lets the
packager choose whether it should be kept and the nix packaged ruby
gems should be copied into it or if it should be removed in favor of
our ruby gems.
2021-08-17 18:21:21 +02:00
talyz
f8096460bd
discourse.plugins: Make the updater able to package plugins
...
Let the update.py script handle the initial, repetitive task of
packaging new plugins. With this in place, the plugin only needs to be
added to the list in `update-plugins` and most of the work will be
done automatically when the script is run. Metadata still needs to be
filled in manually and some packages may of course require additional
work/patching.
2021-08-17 18:21:15 +02:00
talyz
4197b6dd14
discourse.plugins.discourse-github: Update
2021-08-17 18:21:10 +02:00
talyz
443b318ee9
discourse: Change the path to the auto generated plugin assets
...
Change the path to the auto generated plugin assets, which defaults to
the plugin's directory and isn't writable at the time of asset
generation.
2021-08-17 18:21:03 +02:00
talyz
6fd5a40cca
discourse.tests: Test the appropriate discourse package
...
Perform the tests on the package that the `tests` attribute is a child
of, i.e. if `discourseAllPlugins.tests` is built, the tests will run
with the `discourseAllPlugins` package, not the `discourse` package as
previously.
2021-08-17 18:20:55 +02:00
talyz
bb14315d51
discourse: Remove leftover link to unused plugins directory
2021-08-17 18:17:56 +02:00
talyz
6f26527358
discourse.plugins.discourse-data-explorer: Update
2021-08-17 18:17:50 +02:00
talyz
92b758266e
discourse.plugins.discourse-solved: Update
2021-08-17 18:17:45 +02:00
talyz
5d94e3bfc9
discourse.plugins.discourse-canned-replies: Update
2021-08-17 18:17:39 +02:00
talyz
d1a63bf19c
discourse.plugins.discourse-calendar: Update
2021-08-17 18:17:34 +02:00
talyz
c97ae4ad8e
discourse: 2.7.5 -> 2.7.7
2021-08-17 18:17:27 +02:00
sebbel
4d3399c8f4
matomo: add sebbel as maintainer
2021-08-16 18:29:43 +02:00
Robert Hensing
a201246bac
treewide: runCommandNoCC -> runCommand in generated code
...
This has been synonymous for ~5y.
Note that many of these runCommand bindings are unused, but that's
ok for generated code.
2021-08-15 17:36:41 +02:00
Robert Hensing
fbafeb7ad5
treewide: runCommandNoCC -> runCommand
...
This has been synonymous for ~5y.
2021-08-15 17:36:41 +02:00
sebbel
444e3030da
matomo, 4.3.1 -> 4.4.1
2021-08-15 08:31:58 +02:00
R. RyanTM
5564cb9c6b
wordpress: 5.7.2 -> 5.8
2021-08-14 14:11:53 +00:00
DavHau
411a5246c0
cryptpad: add meta longDescription and mainProgram
2021-08-12 01:00:23 +02:00
DavHau
827142a43c
cryptpad: add comment about EOL dependencies
2021-08-11 11:04:39 +09:00
DavHau
04412d1f51
cryptpad: reformat with nixpkgs-fmt
2021-08-11 11:04:39 +09:00
DavHau
df0f76b39f
cryptpad: add test for nixos module
2021-08-11 11:04:39 +09:00
DavHau
6e59bc7969
cryptpad: use nodejs12
2021-08-11 11:04:39 +09:00
DavHau
27c813679e
cryptpad: generate.sh: stop using outdated nixpkgs
2021-08-11 11:04:39 +09:00
DavHau
2220ca1e3c
cryptpad: 3.20.1 -> 4.9.0
2021-08-11 11:04:39 +09:00
Artturi
322739445d
Merge pull request #124045 from r-ryantm/auto-update/galene
...
galene: 0.3.4 -> 0.3.5
2021-08-08 02:53:50 +03:00
Artturi
a67cc6b063
Merge pull request #132665 from alyaeanyx/whitebophir
...
whitebophir: 1.9.1 -> 1.14.6
2021-08-07 04:42:24 +03:00
Ryan Mulligan
32e24e792c
discourse/update.py: add missing plugins
2021-08-05 13:25:38 -07:00
alyaeanyx
d52622de97
whitebophir: 1.9.1 -> 1.14.6
2021-08-04 16:15:52 +02:00
Ryan Mulligan
85d7eb75c9
discourseAllPlugins: init discourse-migratepassword
2021-08-02 15:21:53 -07:00
Ryan Mulligan
601db31c26
discourseAllPlugins: init discourse-data-explorer
2021-08-02 15:01:58 -07:00
Ryan Mulligan
eb02dc0c4a
discourseAllPlugins: init discourse-checklist
2021-08-02 14:54:52 -07:00
Ryan Mulligan
34b37ad59c
Merge pull request #131740 from ryantm/discourse-calendar
...
discourseAllPlugins: add discourse-calendar
2021-07-29 15:49:58 -07:00
Ryan Mulligan
858b0157e5
discourseAllPlugins: add discourse-calendar
2021-07-27 13:44:58 -07:00
Felix Buehler
a56d117bdb
servers: replace name with pname&version
2021-07-26 20:15:46 +02:00
Felix Buehler
4f62b05137
discourse.mkDiscoursePlugin: remove phases
2021-07-24 22:20:26 +02:00
Maximilian Bosch
65d60ae78b
Merge pull request #130062 from nh2/plausible-fix-shell-scripting-errors
...
nixos/plausible: Fix shell scripting errors, runtime fixes
2021-07-22 00:27:56 +02:00
Kim Lindberger
4dcf295417
Merge pull request #129464 from talyz/discourse-plugins
...
discourse: Updates and fixes
2021-07-15 14:50:28 +02:00
Niklas Hambüchen
6de23b983d
nixos/plausible: Fix nixpkgs-introduced ecto_sql incompatibility.
...
Fixes runtime error during `migrate.sh`:
** (UndefinedFunctionError) function ClickhouseEcto.lock_for_migrations/3 is undefined or private
The function `lock_for_migrations` indeed does not exist in the `ClickhouseEcto`
module packaged so far.
Reason:
So far we use the patch `ecto_sql-fix.patch` doing
- {:ecto_sql, "~> 3.0"},
+ {:ecto_sql, "~> 3.6"},
@scvalex found that the commit that makes the `plausible/clickhouse_ecto` fork
compatible with 3.6 is _newer_ than the commit pinned in the `.lock` file,
namely `1969f14ecef - Update for ecto 3.6.1`:
https://github.com/plausible/clickhouse_ecto/commit/1969f14ecef
That commit introduces the function that my error shows (`def lock_for_migrations`).
This means that the version that's in the lockfile (and pulled) was
incompatible with the version the nixpkgs patch forces.
This commit fixes it by patching the `.lock` file to have the version of
`plausible/clickhouse_ecto` that makes it compatible with `ecto_sql` 3.6.
2021-07-14 16:58:56 +00:00
talyz
60d78d7f1f
discourse: 2.7.4 -> 2.7.5
2021-07-14 13:18:23 +02:00
talyz
61f4429fbd
discourse: Use terser
when building assets
...
Discourse prefers to use `terser` when building js assets, see
https://github.com/discourse/discourse/pull/12656 . It still wants to
find `uglify-js` in order to not fall back to a ruby js compression
library, so let's keep it around for now. A fix for this has been
submitted upstream in
https://github.com/discourse/discourse/pull/13683 .
2021-07-14 13:18:17 +02:00
talyz
a2dbc3af1d
discourse: Remove architecture bound platforms from Gemfile.lock
...
Maybe bundix doesn't handle them properly? They cause runtime issues
and don't seem necessary when the binary gems are built from scratch
anyway.
2021-07-14 13:18:12 +02:00
talyz
3300282db3
discourse: Add update-plugins
action to update.py
2021-07-14 13:17:55 +02:00
talyz
d3bc5d5b7a
discourse.plugins: Update and add metadata
2021-07-14 13:17:49 +02:00
Sandro
e85e671dee
Merge pull request #130001 from ymarkus/bookstack
2021-07-14 03:26:34 +02:00
Yannick Markus
6ac9cb369d
bookstack: 21.05 -> 21.05.3
2021-07-12 09:50:31 +02:00
Raphael Megzari
84eb0781aa
lemmy: init 0.11.2 ( #129723 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-09 16:28:08 +02:00
Leo Maroni
6ed56b865f
nixos/vikunja: add nixos test
2021-07-08 22:17:57 +02:00
Leo Maroni
0bef1bb91f
vikunja-api: init at 0.17.1
...
vikunja-api: use mage in build (thanks to @jtojnar)
2021-07-08 22:17:57 +02:00
Leo Maroni
3338d28040
vikunja-frontend: init at 0.17.0
2021-07-08 22:17:57 +02:00
Robert Schütz
1ec5651913
treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil
2021-07-03 13:45:57 +02:00
Luke Granger-Brown
272773e1cb
Merge pull request #127931 from talyz/discourse-plugins
...
discourse: Fix plugin support
2021-06-30 23:03:57 +01:00
Maciej Krüger
5b2824b9e2
matomo: 4.2.1 -> 4.3.1
2021-06-27 23:12:09 -07:00
markuskowa
4457a52cab
Merge pull request #124910 from r-ryantm/auto-update/mediawiki
...
mediawiki: 1.35.2 -> 1.36.0
2021-06-25 13:22:34 +02:00
Markus Kowalewski
40c869a812
mediawiki: 1.36.0 -> 1.36.1
2021-06-25 12:48:39 +02:00
talyz
7671b90919
discourse: Add a proper plugin builder + a few initial packages
...
Some discourse plugins have Ruby dependencies and require a
specialized builder. This introduces a generic builder that can be
used whether the plugin has Ruby dependencies or not. It also adds a
set of pre-packaged plugins available through `discourse.plugins` and
provides an easy way to add more.
2021-06-24 20:54:14 +02:00
talyz
f0ae7fdf7e
discourse: Patch sources instead of using replace-literal
2021-06-24 19:38:25 +02:00
talyz
9af3672f4f
discourse: Fix plugin support
...
For plugins to work properly, their assets need to be precompiled
along with the rest of Discourse's assets. This means we need to build
new packages when the list of plugins change.
2021-06-24 19:38:19 +02:00
illustris
a415ec434f
jitsi-meet: stable/jitsi-meet_5390 -> stable/jitsi-meet_5963
2021-06-20 12:36:51 +02:00
rnhmjoj
2a90b3329b
searx: patch to fix a crash
...
If the `default_doi_resolver` and `use_default_settings` are used
together searx crashes.
2021-06-18 17:19:33 +02:00
talyz
f7fb0d20a6
discourse: 2.7.0 -> 2.7.4
2021-06-15 18:19:59 +02:00
Thomas Gerbet
f528b1e43e
sogo: 5.0.1 -> 5.1.1
...
Fixes CVE-2021-33054.
https://github.com/inverse-inc/sogo/blob/SOGo-5.1.1/CHANGELOG.md
2021-06-15 11:04:13 +02:00
Sandro
ff05fd9b1d
Merge pull request #125170 from ymarkus/bookstack
...
bookstack: 21.04.5 -> 21.05
2021-06-03 18:06:22 +02:00
Maximilian Bosch
c4afcbb77e
plausible: remove create extension patch
...
Turns out this isn't needed if the module correctly adds the `citext`
extension to the `plausible` database.
2021-06-02 19:21:31 +09:00
Maximilian Bosch
cc88797ce0
plausible: minor polishing
2021-06-02 19:21:31 +09:00
Maximilian Bosch
1ed65d4bf6
plausible: platforms.{linux -> unix}
...
Co-authored-by: Raphael Megzari <raphael@megzari.com>
2021-06-02 19:21:31 +09:00
Maximilian Bosch
f3d5618ae1
plausible: correctly run digest task
2021-06-02 19:21:31 +09:00
Maximilian Bosch
6bc72cdd4a
plausiblew: cleanup build & update script
2021-06-02 19:21:31 +09:00
Maximilian Bosch
02b15d0f5b
plausible: first review fix iteration
...
* Most significant is probably the patching necessary to run plausible
with postgres without superuser privilege. This change includes:
* updating ecto_sql to 3.6 where `CREATE DATABASE` is only executed if
it doesn't exist[1].
* patching a migration to only modify the `users.email` column (to use
`citext` rather than creating the extension. `plausible-postgres`
takes care of that).
* Correctly declare dependencies in systemd.
* A few minor fixes.
[1] 051baf669e
2021-06-02 19:21:31 +09:00
Maximilian Bosch
b06ea1146c
plausible: init at 1.3.0
2021-06-02 19:21:31 +09:00
Yannick Markus
c23e59dbc7
bookstack: 21.04.5 -> 21.05
2021-06-01 09:07:43 +02:00
R. RyanTM
b36019e968
mediawiki: 1.35.2 -> 1.36.0
2021-05-29 23:31:27 +00:00