Commit Graph

58 Commits

Author SHA1 Message Date
R. Ryantm
3bfbb2fe07 moodle: 5.1.1 -> 5.1.3 2026-02-14 16:24:31 +00:00
Jason Odoom
aadf7384c4 moodle: 5.0.4 -> 5.1.1 2026-01-26 23:30:31 -05:00
Thomas Gerbet
a02d96192e moodle: 5.0.2 -> 5.0.4
Fixes:
* CVE-2025-62395
* CVE-2025-62396
* CVE-2025-62397
* CVE-2025-62398
* CVE-2025-62399
* CVE-2025-62400
* CVE-2025-62401
* CVE-2025-62393
* CVE-2025-54869
* CVE-2025-62394
* CVE-2025-67847
* CVE-2025-67848
* CVE-2025-67849
* CVE-2025-67850
* CVE-2025-67851
* CVE-2025-67852
* CVE-2025-67853
* CVE-2025-67854
* CVE-2025-67855
* CVE-2025-67856
* CVE-2025-67857

Changes:
https://moodledev.io/general/releases/5.0/5.0.3
https://moodledev.io/general/releases/5.0/5.0.4
2025-12-26 09:16:19 +01:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Sarah Clark
0f383821c5 remove freezeboy as maintainer from individual packages 2025-11-08 12:56:31 -08:00
R. Ryantm
45d6f4fe11 moodle: 5.0.1 -> 5.0.2 2025-08-09 12:41:46 +00:00
R. Ryantm
ab8e8d550d moodle: 5.0 -> 5.0.1 2025-06-09 12:34:20 +00:00
R. Ryantm
8bb8f15234 moodle: 4.5.3 -> 5.0 2025-04-14 13:50:55 +00:00
Silvan Mosberger
374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
R. Ryantm
607362857f moodle: 4.5.2 -> 4.5.3 2025-03-18 01:14:52 +00:00
R. Ryantm
ee92bcfed7 moodle: 4.5.1 -> 4.5.2 2025-02-10 12:47:21 +00:00
R. Ryantm
7602b34143 moodle: 4.4.5 -> 4.5.1 2025-01-06 06:15:23 +00:00
Arne Keller
140bce0f47 nixos/moodle: add missing plugin types (#248696) 2024-12-21 16:44:18 +01:00
Thomas Gerbet
2ffd9decdd moodle: 4.4.4 -> 4.4.5
Undisclosed security fixes are mentioned in the release notes.

Changes:
https://moodledev.io/general/releases/4.4/4.4.5
2024-12-11 08:12:59 +01:00
Leona Maroni
79eac16fda moodle: 4.4.3 -> 4.4.4 (#360394) 2024-12-10 20:56:22 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Thomas Gerbet
2ecf39cb20 moodle: 4.4.3 -> 4.4.4
Fixes CVE-2024-48901, CVE-2024-48900, CVE-2024-48899, CVE-2024-48898, CVE-2024-48897, CVE-2024-48896.

Release notes:
https://moodledev.io/general/releases/4.4/4.4.4
2024-11-30 13:20:51 +01:00
Finn Behrens
c4f70c3c27 moodle: 4.4.1 -> 4.4.3 2024-09-02 20:04:33 +02:00
R. Ryantm
3e5f08c914 moodle: 4.4 -> 4.4.1 2024-06-09 06:39:10 +00:00
R. Ryantm
713961e52c moodle: 4.3.3 -> 4.4 2024-04-29 10:00:49 +00:00
R. Ryantm
0d1e594cac moodle: 4.3.2 -> 4.3.3 2024-02-11 05:10:18 +00:00
R. Ryantm
d5c7ee02c2 moodle: 4.3.1 -> 4.3.2 2023-12-28 10:43:31 +00:00
R. Ryantm
27bbec3c0c moodle: 4.3 -> 4.3.1 2023-12-10 07:59:20 +00:00
R. RyanTM
6b51d202ea moodle: 4.1.4 -> 4.3 (#260399) 2023-10-22 12:45:17 +02:00
Nuno Alves
036752a6dc moodle: add missing plugin types 2023-09-02 22:21:25 +01:00
Thomas Gerbet
fdb8abb3cd moodle: 4.1.3 -> 4.1.4
Fixes CVE-2023-35131, CVE-2023-35132 and CVE-2023-35133.

Changelog:
https://moodledev.io/general/releases/4.1/4.1.4
2023-07-08 09:40:39 +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
R. Ryantm
95381a8ab5 moodle: 4.1.1 -> 4.1.2 2023-03-25 14:47:25 +00:00
R. Ryantm
29585f1ea0 moodle: 4.0.5 -> 4.1.1 2023-01-20 05:33:22 +00:00
Martin Weinelt
03694db503 moodle: reference nixos test in passthru.tests 2022-11-27 02:24:40 +01:00
Thomas Gerbet
ee382fe49f moodle: 4.0.4 -> 4.0.5
Fixes CVE-2022-45149, CVE-2022-45150 and CVE-2022-45151.

https://moodledev.io/general/releases/4.0/4.0.5
2022-11-26 18:14:02 +01:00
Finn Behrens
b1a1cb51ea moodle: 4.0.2 -> 4.0.4 2022-09-14 18:13:51 +02:00
Finn Behrens
bc8f00427a moodle: 3.11.6 -> 4.0.2 2022-09-02 18:03:27 +00:00
R. Ryantm
f054fb8e8b moodle: 3.11.5 -> 3.11.6 2022-03-18 15:44:47 +00:00
R. Ryantm
1b082a3f71 moodle: 3.11.4 -> 3.11.5 2022-02-12 15:34:13 +00: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
Finn Behrens
c93e318747 moodle: update to 3.11.2 2021-08-18 19:12:43 +02:00
Finn Behrens
1085be2233 moodle: 3.10.2 -> 3.11 (#123877) 2021-05-21 13:13:09 +02:00
github-actions[bot]
c2eb9a753a Merge master into staging-next 2021-03-12 12:25:52 +00:00
R. RyanTM
1103fc788a moodle: 3.10.1 -> 3.10.2 2021-03-12 03:27:47 +00:00
Ben Siraphob
127733211e treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
R. RyanTM
d3665032ca moodle: 3.10 -> 3.10.1 2021-01-20 06:55:18 +00:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
freezeboy
f3ba4b1bcd moodle: 3.9.2 -> 3.10.0 2020-11-09 16:33:15 +01:00
freezeboy
acfc94405d moodle: change maintainer 2020-09-26 08:52:11 +02:00
freezeboy
53c4c7ab3a moodle: 3.9.1 -> 3.9.2 2020-09-25 21:38:21 +02:00
sohalt
aac4810374 moodle: fix typo 2020-07-19 18:38:54 +02:00
Finn Behrens
832d2289c3 moodle: update to 3.9.1
use phpEnv to provide xmlrpc
2020-07-16 23:48:08 +02:00
Finn Behrens
7561a3dc4a nixos/moodle: add plugins 2020-07-16 23:48:02 +02:00
freezeboy
5f9de36ed7 moodle: 3.9.0 -> 3.9.1 2020-07-14 14:17:10 +02:00