mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-15 03:40:22 +00:00
yeswiki: 4.4.2 -> 4.6.7
https://redirect.github.com/YesWiki/yeswiki/releases/tag/v4.6.7 Addresses #529816, #552190 and #560162. Assisted-by: pi coding agent / Mika (OpenAI gpt-5.6-sol)
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
|
||||
- `moon` has been updated to `2.x` and needs manual migration. See the [migration guide](https://moonrepo.dev/docs/migrate/2.0) for instructions.
|
||||
|
||||
- `yeswiki` has been updated from 4.4.2 to 4.6.7 and now requires PHP 8.3 or newer.
|
||||
The release also removes legacy JSONP endpoints and changes several security-sensitive operations from GET to POST with CSRF tokens.
|
||||
Review the upstream [4.6.7 release notes](https://github.com/YesWiki/yeswiki/releases/tag/v4.6.7) before upgrading custom themes or integrations.
|
||||
|
||||
- `perlPackages.NetOAuth` has been updated from 0.28 to 0.33.
|
||||
Callers that verify messages must now set `allowed_signature_methods` per message or configure `@Net::OAuth::ALLOWED_SIGNATURE_METHODS`; `verify` otherwise throws an exception.
|
||||
See the [upstream changelog](https://metacpan.org/dist/Net-OAuth/changes) for details.
|
||||
|
||||
@@ -4,15 +4,16 @@
|
||||
unzip,
|
||||
}:
|
||||
let
|
||||
version = "4.4.2";
|
||||
version = "4.6.7";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
pname = "yeswiki";
|
||||
inherit version;
|
||||
|
||||
# The release archive contains the bundled PHP and JavaScript dependencies.
|
||||
src = fetchurl {
|
||||
url = "https://repository.yeswiki.net/doryphore/yeswiki-doryphore-${version}.zip";
|
||||
hash = "sha256-TNiVBragEnLkMTu/Op6sCFsk9wWXUQ2GUPqmWgPV/vk=";
|
||||
url = "https://github.com/YesWiki/yeswiki/releases/download/v${version}/yeswiki-v${version}.zip";
|
||||
hash = "sha256-QgF08amdCh4q3E3/wat4e/KhIWMtBTkFJzT3p5m61FU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user