nginxMainline: 1.27.3 -> 1.27.4

Due to https://www.openwall.com/lists/oss-security/2025/02/05/8.

Fix CVE-2025-23419.

Change-Id: Iaac69b5071f02f608cb895338f42f15f7ac25831
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius
2025-02-11 02:53:31 +01:00
committed by Franz Pletz
parent 1922442581
commit ce39f53682
+2 -2
View File
@@ -1,6 +1,6 @@
{ callPackage, ... }@args:
callPackage ./generic.nix args {
version = "1.27.3";
hash = "sha256-uiOpVo9EIDa2HNDim9ZqR7kGNO+pHgss8tcZBXqbeQM=";
version = "1.27.4";
hash = "sha256-KUgW+HmzAOYh+k7dU1PdHsALrbBWOZ7Osw3n22S3U7I=";
}