From edfe11b5354c8021658ff359fcee27b6e11d851d Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Mon, 12 Jul 2021 23:12:19 +0200 Subject: [PATCH] nextcloud19: make it clear that it's EOL I actually wanted to remove it before 21.05, but unfortunately I forgot about this. This is a less drastic way of getting rid of v19 in contrast to the actual breaking change in master[1]. [1] b922990a8eb4dbee8f9e7428572d2230a86c2a55 --- pkgs/servers/nextcloud/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/nextcloud/default.nix b/pkgs/servers/nextcloud/default.nix index a08b2bd4dd5..e1288502b72 100644 --- a/pkgs/servers/nextcloud/default.nix +++ b/pkgs/servers/nextcloud/default.nix @@ -45,12 +45,12 @@ in { [1] https://docs.nextcloud.com/server/18/admin_manual/release_schedule.html ''; - # FIXME(@Ma27) remove on 21.05 nextcloud19 = generic { version = "19.0.6"; sha256 = "sha256-pqqIayE0OyTailtd2zeYi+G1APjv/YHqyO8jCpq7KJg="; extraVulnerabilities = [ "Nextcloud 19 is still supported, but CVE-2020-8259 & CVE-2020-8152 are unfixed! Please note that both CVEs only affect the file encryption module which is turned off by default. Alternatively, `pkgs.nextcloud20` can be used." + "Nextcloud 19 is EOL!" ]; };