Commit 22770923 authored by Ruud van Asseldonk's avatar Ruud van Asseldonk
Browse files

libressl_3_9: remove unsupported package

The current supported versions are 4.0 and 4.1. 3.9 is no longer
supported, and has not received the fix for CVE-2025-9230 that 4.0 and
4.1 did receive. I think it's better to remove it at this point.
parent a0b7ed29
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -118,20 +118,6 @@ let
    };
in
{
  libressl_3_9 = generic {
    version = "3.9.2";
    hash = "sha256-ewMdrGSlnrbuMwT3/7ddrTOrjJ0nnIR/ksifuEYGj5c=";

    patches = [
      # Fixes build on ppc64
      # https://github.com/libressl/portable/pull/1073
      (fetchpatch {
        url = "https://github.com/libressl/portable/commit/e6c7de3f03c51fbdcf5ad88bf12fe9e128521f0d.patch";
        hash = "sha256-LJy3fjbnc9h5DG3/+8bLECwJeBpPxy3hU8sPuhovmcw=";
      })
    ];
  };

  libressl_4_0 = generic {
    version = "4.0.1";
    hash = "sha256-IClLh3eMJidIk4Y5Q8hjWJebSZ03tJl31r+Gj3tZfL0=";
+0 −1
Original line number Diff line number Diff line
@@ -8489,7 +8489,6 @@ with pkgs;
  zunclient = with python313Packages; toPythonApplication python-zunclient;

  inherit (callPackages ../development/libraries/libressl { })
    libressl_3_9
    libressl_4_0
    libressl_4_1
    ;