Alexander Sieg
789c38f865
outline: add xanderio to maintainers
2023-05-23 12:03:39 +02:00
Alexander Sieg
5ade08168a
outline: add nixos test
2023-05-23 12:03:39 +02:00
Alexander Sieg
74bc42615c
outline: 0.68.1 -> 0.69.2
2023-05-23 10:44:02 +02:00
Jonas Heinrich
c92f2244d1
wordpress6_2: 6.2.1 -> 6.2.2
2023-05-22 09:18:50 +02:00
Daniel Nagy
456ca20781
searxng: unstable-2023-03-13 -> unstable-2023-05-19
...
Diff: 295c87a926..d867bf17e6
2023-05-21 14:50:15 +02:00
Nick Cao
55b93bace4
Merge pull request #233073 from r-ryantm/auto-update/slskd
...
slskd: 0.17.5 -> 0.17.8
2023-05-20 21:08:06 -06:00
R. Ryantm
dc07e260c9
slskd: 0.17.5 -> 0.17.8
2023-05-20 19:27:17 +00:00
Robert Scott
68dccd63d1
Merge pull request #232655 from LeSuisse/moodle-4.1.3
...
moodle: 4.1.2 -> 4.1.3
2023-05-20 19:21:22 +01:00
Thomas Gerbet
149fa3e66d
wordpress6_1: 6.1.1 -> 6.1.2
...
This upgrade appears to contain 3 security fixes.
https://wordpress.org/documentation/wordpress-version/version-6-1-2/
2023-05-20 14:16:56 +02:00
Jonas Heinrich
b2c35b8b0e
wordpressPackages.plugins: update, wPackages.plugins.wp-swiper: init at 1.0.32
2023-05-19 14:11:10 +02:00
Thomas Gerbet
1e39b542b9
moodle: 4.1.2 -> 4.1.3
...
Fixes CVE-2023-30943 and CVE-2023-30944.
https://moodledev.io/general/releases/4.1/4.1.3
2023-05-18 18:47:56 +02:00
Weijia Wang
092f89bc39
wordpress: update languages and plugins
2023-05-17 18:48:55 +03:00
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