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
This commit is contained in:
Maximilian Bosch 2021-07-12 23:12:19 +02:00
parent 50fb3a1eeb
commit edfe11b535
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -45,12 +45,12 @@ in {
[1] https://docs.nextcloud.com/server/18/admin_manual/release_schedule.html [1] https://docs.nextcloud.com/server/18/admin_manual/release_schedule.html
''; '';
# FIXME(@Ma27) remove on 21.05
nextcloud19 = generic { nextcloud19 = generic {
version = "19.0.6"; version = "19.0.6";
sha256 = "sha256-pqqIayE0OyTailtd2zeYi+G1APjv/YHqyO8jCpq7KJg="; sha256 = "sha256-pqqIayE0OyTailtd2zeYi+G1APjv/YHqyO8jCpq7KJg=";
extraVulnerabilities = [ 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 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!"
]; ];
}; };