Commit 760f0009 authored by Robert Scott's avatar Robert Scott
Browse files

libressl_3_5: remove

parent 8f4308a4
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -107,20 +107,6 @@ in {
    ];
  };

  libressl_3_5 = generic {
    version = "3.5.4";
    hash = "sha256-A3naE0Si9xrUpOO+MO+dgu7N3Of43CrmZjGh3+FDQ6w=";

    patches = [
      # Fix endianness detection on aarch64-darwin, issue #181187
      (fetchpatch {
        name = "fix-endian-header-detection.patch";
        url = "https://patch-diff.githubusercontent.com/raw/libressl-portable/portable/pull/771.patch";
        sha256 = "sha256-in5U6+sl0HB9qMAtUL6Py4X2rlv0HsqRMIQhhM1oThE=";
      })
    ];
  };

  libressl_3_6 = generic {
    version = "3.6.2";
    hash = "sha256-S+gP/wc3Rs9QtKjlur4nlayumMaxMqngJRm0Rd+/0DM=";
+1 −0
Original line number Diff line number Diff line
@@ -866,6 +866,7 @@ mapAliases ({
  librdf = lrdf; # Added 2020-03-22
  librecad2 = throw "'librecad2' has been renamed to/replaced by 'librecad'"; # Converted to throw 2022-02-22
  libressl_3_2 = throw "'libressl_3_2' has reached end-of-life "; # Added 2022-03-19
  libressl_3_5 = throw "'libressl_3_5' has reached end-of-life "; # Added 2023-05-07
  librevisa = throw "librevisa has been removed because its website and source have disappeared upstream"; # Added 2022-09-23
  librsync_0_9 = throw "librsync_0_9 has been removed"; # Added 2021-07-24
  librtlsdr = rtl-sdr; # Added 2023-02-18
+0 −2
Original line number Diff line number Diff line
@@ -23156,7 +23156,6 @@ with pkgs;
  inherit (callPackages ../development/libraries/libressl { })
    libressl_3_4
    libressl_3_5
    libressl_3_6;
  libressl = libressl_3_6;
@@ -39594,7 +39593,6 @@ with pkgs;
  wasm-pack = callPackage ../development/tools/wasm-pack {
    inherit (darwin.apple_sdk.frameworks) Security;
    libressl = libressl_3_5;
  };
  wasynth = callPackage ../development/tools/wasynth { };