diff options
| author | Bjørn Forsman <bjorn.forsman@gmail.com> | 2022-07-24 16:21:43 +0200 |
|---|---|---|
| committer | Bjørn Forsman <bjorn.forsman@gmail.com> | 2022-07-26 07:43:45 +0200 |
| commit | d3c953af9abee6110fcc71514f4ca2f44a9deb39 (patch) | |
| tree | 5bdcb57c0a74e0548102b0d6f56c71a463897ab3 | |
| parent | Merge pull request #182908 from NixOS/backport-182661-to-release-22.05 (diff) | |
| download | nixpkgs-d3c953af9abee6110fcc71514f4ca2f44a9deb39.tar.gz | |
lighttpd: 1.4.64 -> 1.4.65
And remove already merged patch.
Changelog: https://www.lighttpd.net/2022/6/7/1.4.65/
(cherry picked from commit d73a8cc6c46331dc0f0ae9b7f163fc42a0708a7e)
| -rw-r--r-- | pkgs/servers/http/lighttpd/default.nix | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgs/servers/http/lighttpd/default.nix b/pkgs/servers/http/lighttpd/default.nix index d0b11d9b7c16..42c04e694c66 100644 --- a/pkgs/servers/http/lighttpd/default.nix +++ b/pkgs/servers/http/lighttpd/default.nix @@ -14,21 +14,13 @@ stdenv.mkDerivation rec { pname = "lighttpd"; - version = "1.4.64"; + version = "1.4.65"; src = fetchurl { url = "https://download.lighttpd.net/lighttpd/releases-${lib.versions.majorMinor version}.x/${pname}-${version}.tar.xz"; - sha256 = "sha256-4Uidn6dJb78uBxwzi1k7IwDTjCPx5ZZ+UsnvSC4bDiY="; + sha256 = "sha256-vw+mimKfvEBAI6kSs3fnAEkzHWeXvLtLPo30w7QjKL4="; }; - patches = [ - (fetchpatch { - name = "macos-10.12-avoid-ccrandomgeneratebytes.patch"; - url = "https://redmine.lighttpd.net/projects/lighttpd/repository/14/revisions/6791f71b20a127b5b0091020dd065f4f9c7cafb6/diff?format=diff"; - sha256 = "1x5ybkvxwinl7s1nv3rrc57m4mj38q0gbyjp1ijr4w5lhabw4vzs"; - }) - ]; - postPatch = '' patchShebangs tests # Linux sandbox has an empty hostname and not /etc/hosts, which fails some tests |
