Commit b91d9a2f authored by Thomas Gerbet's avatar Thomas Gerbet
Browse files

jetty: 11.0.15 -> 11.0.16

Includes fixes for CVE-2023-40167, CVE-2023-36479, CVE-2023-41900 and GHSA-58qw-p7qm-5rvh.

Changelog:
https://github.com/eclipse/jetty.project/releases/tag/jetty-11.0.16
parent 1ff350f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,10 +2,10 @@

stdenv.mkDerivation rec {
  pname = "jetty";
  version = "11.0.15";
  version = "11.0.16";
  src = fetchurl {
    url = "mirror://maven/org/eclipse/jetty/jetty-home/${version}/jetty-home-${version}.tar.gz";
    sha256 = "sha256-bDg3CYPAGryqRv/gcPdeZKucXx6YTkkNd0Cu1+zIjto=";
    hash = "sha256-iL1s4o/1Hds0N/fzXgwOMriPtZNG7ei2t4frF1ImW+E=";
  };

  dontBuild = true;