libressl: switch to 3.1 branch

It is the latest now, let's default to it. 3.0 will still be supported
until October, when OpenBSD 6.6 turns one year old.

Also add reminder to use the latest version, as suggested by doronbehar.
This commit is contained in:
Ruud van Asseldonk 2020-05-19 21:48:38 +02:00
parent 79865f4d88
commit e0cc9f3236

View File

@ -14002,7 +14002,9 @@ in
libressl_3_0
libressl_3_1;
libressl = libressl_3_0;
# Please keep this pointed to the latest version. See also
# https://discourse.nixos.org/t/nixpkgs-policy-regarding-libraries-available-in-multiple-versions/7026/2
libressl = libressl_3_1;
boringssl = callPackage ../development/libraries/boringssl { };