Unverified Commit 2f12730e authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

electron_29-bin: mark as insecure because it's EOL,...

electron_29-bin: mark as insecure because it's EOL, electron-source.electron_29: remove as it's EOL (#335850)
parents 730ba31f fd911150
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -102,14 +102,12 @@ let
    "flac"
    "libjpeg"
    "libpng"
  ] ++ lib.optionals (!chromiumVersionAtLeast "124") [
    # Use the vendored libwebp for M124+ until we figure out how to solve:
    # Running phase: configurePhase
    # ERROR Unresolved dependencies.
    # //third_party/libavif:libavif_enc(//build/toolchain/linux/unbundle:default)
    #   needs //third_party/libwebp:libwebp_sharpyuv(//build/toolchain/linux/unbundle:default)
    "libwebp"
  ] ++ [
    # "libwebp"
    "libxslt"
    # "opus"
  ];
+2 −1
Original line number Diff line number Diff line
@@ -42,7 +42,8 @@ let
      ++ optionals (versionAtLeast version "11.0.0") [ "aarch64-darwin" ]
      ++ optionals (versionOlder version "19.0.0") [ "i686-linux" ];
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    knownVulnerabilities = optional (versionOlder version "29.0.0") "Electron version ${version} is EOL";
    # https://www.electronjs.org/docs/latest/tutorial/electron-timelines
    knownVulnerabilities = optional (versionOlder version "30.0.0") "Electron version ${version} is EOL";
  };

  fetcher = vers: tag: hash: fetchurl {
+0 −905

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -17407,7 +17407,7 @@ with pkgs;
  electron_24 = electron_24-bin;
  electron_27 = electron_27-bin;
  electron_28 = electron_28-bin;
  electron_29 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_29 then electron-source.electron_29 else electron_29-bin;
  electron_29 = electron_29-bin;
  electron_30 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_30 then electron-source.electron_30 else electron_30-bin;
  electron_31 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_31 then electron-source.electron_31 else electron_31-bin;
  electron = electron_31;