libressl_2_8: remove, not maintained anymore

Stable LibreSSL releases are supported one year after their OpenBSD release.
OpenBSD 6.4 with this branch was released on 2018-10-18.
This commit is contained in:
Ruud van Asseldonk 2019-10-23 21:32:40 +02:00
parent 57c82237de
commit 671a1182e3
2 changed files with 0 additions and 6 deletions

View File

@ -64,11 +64,6 @@ let
in {
libressl_2_8 = generic {
version = "2.8.3";
sha256 = "0xw4z4z6m7lyf1r4m2w2w1k7as791c04ygnfk4d7d0ki0h9hnr4v";
};
libressl_2_9 = generic {
version = "2.9.2";
sha256 = "1m6mz515dcbrbnyz8hrpdfjzdmj1c15vbgnqxdxb89g3z9kq3iy4";

View File

@ -13099,7 +13099,6 @@ in
openvdb = callPackage ../development/libraries/openvdb {};
inherit (callPackages ../development/libraries/libressl { })
libressl_2_8
libressl_2_9
libressl_3_0;