Commit Graph

1097 Commits

Author SHA1 Message Date
Weijia Wang
84c6233abd
Merge pull request #232384 from wegank/wordpress-update-script
wordpress: fix generate.sh
2023-05-17 18:46:30 +03:00
Weijia Wang
3a0ab52313 wordpress: fix generate.sh 2023-05-17 17:15:12 +03:00
Weijia Wang
e5fc07cb22
Merge pull request #232381 from f2k1de/wordpress-6.2.1
wordpress6_2: 6.2 -> 6.2.1
2023-05-17 12:37:49 +03:00
Isa
112849bd19 wordpress6_2: 6.2 -> 6.2.1 2023-05-17 10:34:38 +02:00
Jonas Heinrich
f1ed357208 wordpressPackages.plugins.login-lockdown: init at 2.06, wordpressPackages: update 2023-05-16 12:15:50 +02:00
Kerstin
872987d040
beam/mixRelease: default stripDebug to false due frequent runtime errors (#232107)
This flag appears to cause issues in 3 out 4 users of mixRelease in
Nixpkgs, plus Mobilizon, which isn't merged yet. It might be safer to
set it to fals for now, as the runtime error messages produced by it are
quite cryptic.
2023-05-16 10:50:34 +02:00
Moritz 'e1mo' Fromm
4341067c94
dokuwiki: 2023-04-04 -> 2023-04-04a
Hotfix for a discovered vulnerability (deemed as high[^1])
in the RSS parser allowing cross-site scripting via injected,
arbitrary, JavaScript.

Changes: https://github.com/dokuwiki/dokuwiki/compare/release-2023-04-04...release-2023-04-04a

[^1]: https://huntr.dev/bounties/c6119106-1a5c-464c-94dd-ee7c5d0bece0/
2023-05-16 08:40:59 +02:00
Jörg Thalheim
fc8c839fe8
Merge pull request #231841 from Ma27/wikijs-node18
wiki-js: use nodejs18
2023-05-14 16:22:56 +01:00
Ryan Lahfa
8ef486b60e
Merge pull request #207194 from RaitoBezarius/pixelfed-module
pixelfed: init at 0.11.5, module, tests
2023-05-14 17:09:19 +02:00
Kirill Radzikhovskyy
a14e2b4b16 plausible: unbreak with latest nodejs 2023-05-14 09:05:21 -04:00
Maximilian Bosch
577ffe768c
wiki-js: use nodejs18
Part of #229910.

Unfortunately this is a little hacky because upstream doesn't intend to
support it for 2.5, but only for 3.0 which isn't out yet, however nodejs-16
will get out of maintenance during the support-span of NixOS 23.05[1].

The only breaking change is that `extract-files` uses a deprecated way
of exposing modules, I went through the list of other breaking
changes in v17 and v18[2][3] and couldn't spot any usage of removed
features, also local testing didn't reveal further issues.

Unfortunately fixing that breakage turned out to be non-trivial.
Currently, `extract-files@9.0.0` is used with the problematic portions
in its `package.json`, however it's only a transitive dependency of
`@graphql-tools/url-loader` & `apollo-upload-client`. Unfortunately, the
versions of that in use require v9 and don't work with a newer version of
`extract-files` with the problem fixed[4]. Also, upgrading the
dependencies in question is not a feasible option because `graphql-tools`
was split up into multiple smaller packages in v8 and also some of the
APIs in use in `wiki.js` were dropped there[5], so this would also be
very time-consuming and non-trivial to fix.

Since this was the only issue, I decided to go down the hacky route and
patch the problem in `package.json` of `extract-files` manually during
our `patchPhase`.

[1] https://github.com/requarks/wiki/discussions/6388
[2] https://nodejs.org/en/blog/release/v17.0.0
[3] https://nodejs.org/en/blog/release/v18.0.0
[4] Upon local testing, this broke with the following error:

        Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './public/extractFiles' is not defined by "exports" in /wiki/node_modules/extract-files/package.json
[5] For instance `SchemaDirectiveVisitor` in
  `server/graph/directives/auth`.
2023-05-14 14:25:33 +02:00
Martin Weinelt
1d7b09e984
Merge pull request #231093 from iblech/patch-whitebophir-node20
whitebophir: upgrade from nodejs_16 to nodejs_20
2023-05-12 19:07:12 +02:00
Martin Weinelt
474db646de
Merge pull request #231102 from iblech/patch-ethercalc-nodejs20
ethercalc: upgrade from nodejs_14 to nodejs_20
2023-05-12 19:06:47 +02:00
ppom
018192cda2 slskd: init at 0.17.5 2023-05-12 10:14:48 +02:00
Ingo Blechschmidt
f1b487c9ba ethercalc: upgrade from nodejs_14 to nodejs_20 2023-05-10 17:59:39 +02:00
Ingo Blechschmidt
4e4a631041 whitebophir: upgrade from nodejs_16 to nodejs_20 2023-05-10 16:46:37 +02:00
asonix
cb2941db79 pict-rs: 0.3.0-alpha.37 -> 0.3.3 2023-05-09 15:24:54 -04:00
happysalada
164edb8468 plausible: mark broken following node-16 deprecation 2023-05-08 17:45:55 -04:00
R. Ryantm
2692d3f41d nifi: 1.20.0 -> 1.21.0 2023-05-07 15:20:36 +00:00
Gabriel Fontes
16b3b0c53b nixos/tests/kavita: init 2023-05-06 13:57:53 -03:00
Gabriel Fontes
76de0ec750 kavita: init at 0.7.1.4 2023-05-06 13:57:53 -03:00
Weijia Wang
fd3298bac4 wordpress: update languages and plugins 2023-05-03 17:40:18 +03:00
Weijia Wang
5d1f6e2d83
Merge pull request #229654 from onny/wordpress62
wordpress: 6.1.1 -> 6.2; wordpress6_2: init
2023-05-03 16:34:59 +03:00
Jonas Heinrich
103268d3d3
Merge pull request #225141 from dasj19/wordpress-ro
wordpress: added ro_RO language + updated plugins,themes and languages
2023-05-03 14:01:47 +02:00
Jonas Heinrich
9679582652 wordpress: 6.1.1 -> 6.2; wordpress6_2: init 2023-05-03 13:56:50 +02:00
Kira Bruneau
e12199b8a0 dart-sass-embedded: build from source 2023-04-29 12:16:23 -04:00
Minijackson
0c97d307e6 netbox: 3.4.10 -> 3.5.0 2023-04-29 12:39:32 +02:00
Minijackson
aa4d05bdc2 netbox: 3.4.9 -> 3.4.10 2023-04-29 12:39:32 +02:00
Minijackson
f71efbb6e6 netbox: 3.4.7 -> 3.4.9 2023-04-29 12:39:32 +02:00
IndeedNotJames
06fa6807d2
discourseAllPlugins: update all 2023-04-28 12:14:58 +02:00
IndeedNotJames
f88be46556
discourse: 3.1.0.beta2 -> 3.1.0.beta4
https://meta.discourse.org/t/3-1-0-beta4-new-notifications-menu-chat-and-sidebar-improvements-security-fixes-and-more/262044
https://meta.discourse.org/t/3-1-0-beta3-search-optimizations-resizable-chat-drawer-new-api-scopes-and-more/258274
diff: https://github.com/discourse/discourse/compare/v3.1.0.beta2..v3.1.0.beta4
2023-04-28 12:14:58 +02:00
Yaya
5effdaaa40
nixos/tests/snipe-it: init (#180772) 2023-04-26 17:46:15 +02:00
Weijia Wang
fdb0d6d50c
Merge pull request #227363 from r-ryantm/auto-update/shaarli
shaarli: 0.12.1 -> 0.12.2
2023-04-25 23:59:00 +03:00
Jonas Heinrich
e7e169ca03
Merge pull request #225883 from e1mo/dokuwiki-2023-04-04
dokuwiki: 2022-07-31a -> 2023-04-04
2023-04-25 14:02:59 +02:00
Sandro Jäckel
aad577bd30 nodejs*: normalise names to better fit other packages
Versioned package attributes are usually named like $pname_$version
eg: nodejs-14_x -> nodejs_14
2023-04-25 11:28:17 +02:00
Nick Cao
ca50dac040
Merge pull request #226233 from erdnaxe/galene-update7
galene: 0.6.1 -> 0.7.0
2023-04-24 10:21:46 +08:00
Raito Bezarius
f341151cfa nixos/tests/pixelfed: init test 2023-04-21 17:39:24 +02:00
R. Ryantm
b7a60b612f shaarli: 0.12.1 -> 0.12.2 2023-04-20 23:28:38 +00:00
Yaya
d07b21106c snipe-it: 6.0.14 -> 6.1.0
https://github.com/snipe/snipe-it/releases/tag/v6.1.0
2023-04-18 23:15:45 +00:00
Edgar B
d713631265 monica: init at 4.0.0 2023-04-16 11:24:00 +02:00
Moritz 'e1mo' Fromm
8c2f6a1d9e
dokuwiki: 2022-07-31a -> 2023-04-04
See changelog at
<https://www.dokuwiki.org/changes#release_2023-04-04_jack_jackrum> for
list of (significant) changes.
2023-04-15 10:41:32 +02:00
Alexandre Iooss
4be94ba44b galene: 0.6.1 -> 0.7.0 2023-04-15 08:35:56 +02:00
Alexandre Iooss
bd80d99a61 galene: add erdnaxe as maintainer 2023-04-15 08:35:42 +02:00
Sandro
59695dcb9e
Merge pull request #225925 from SuperSandro2000/healthchecks
healthchecks: 2.6.1 -> 2.8.1
2023-04-13 10:45:54 +02:00
Sandro Jäckel
cbe3dd7394
healthchecks: 2.6.1 -> 2.8.1
Diff: https://github.com/healthchecks/healthchecks/compare/refs/tags/v2.6.1...v2.8.1
2023-04-12 19:57:38 +02:00
Kirill Radzikhovskyy
d7ad5580d7 plausible: older npm fixup, darwin build, strip causes cachex to fail 2023-04-10 20:26:25 +10:00
Daniel Șerbănescu
e77295ab8a wordpress: added ro_RO language + updated plugins,themes and languages 2023-04-07 12:30:42 +02:00
Martin Weinelt
da7761caca
Merge pull request #224629 from mweinelt/mediawiki-1.39.3
mediawiki: 1.39.2 -> 1.39.3
2023-04-05 22:10:27 +02:00
Martin Weinelt
47428f1a16
mediawiki: Expose test variants individually
This fixes `nix-build -A mediawiki.tests`, which does not seem to
recurse into nested attribute sets, but instead returns.
2023-04-04 12:38:31 +02:00
Martin Weinelt
04e8e10104
mediawiki: 1.39.2 -> 1.39.3
https://lists.wikimedia.org/hyperkitty/list/mediawiki-announce@lists.wikimedia.org/message/6UQBHI5FWLATD7QO7DI4YS54U7XSSLAN/

Fixes: CVE-2020-36649, CVE-2023-29141
2023-04-04 12:33:56 +02:00