openresty: 1.27.1.2 -> 1.31.1.1

https://openresty.org/en/changelog-1031001.html (1.31.x)
https://openresty.org/en/changelog-1029002.html (1.29.x)

Fixes:
CVE-2026-1642
CVE-2026-9256
CVE-2026-27651
CVE-2026-27654
CVE-2026-27784
CVE-2026-28753
CVE-2026-28755
CVE-2026-32647
CVE-2026-40460
CVE-2026-40701
CVE-2026-42934
CVE-2026-42945
CVE-2026-42946
This commit is contained in:
Martin Weinelt 2026-06-28 02:51:13 +02:00
commit e9f2aca3d1
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -16,12 +16,12 @@
callPackage ../nginx/generic.nix args rec {
pname = "openresty";
version = "1.27.1.2";
version = "1.31.1.1";
nginxVersion = lib.concatStringsSep "." (lib.init (lib.splitString "." version));
src = fetchurl {
url = "https://openresty.org/download/openresty-${version}.tar.gz";
hash = "sha256-dPB29+NksqmabF+btTHCdhDHiYWr6Va0QrGSoilfdUg=";
hash = "sha256-ZbeLqt0/CYQFXeib8T9KGTLlv+nDGTIDehNOorGgzkI=";
};
# generic.nix applies fixPatch on top of every patch defined there.