mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 02:10:27 +08:00
tomcat11: 11.0.8 -> 11.0.9
Fixes CVE-2025-52520 and CVE-2025-53506.
https://tomcat.apache.org/security-11.html#Fixed_in_Apache_Tomcat_11.0.9
(cherry picked from commit 82aed1e3a4)
This commit is contained in:
committed by
Anthony Roussel
parent
42896c57ba
commit
1643b83a99
@@ -70,7 +70,7 @@ in
|
||||
};
|
||||
|
||||
tomcat11 = common {
|
||||
version = "11.0.8";
|
||||
hash = "sha256-BGT3ORiCetG5hdhwpehW1ldfEJ0MrWEKSho9sPqadXI=";
|
||||
version = "11.0.9";
|
||||
hash = "sha256-YsVio60p26PqBPWK4x6/yGXPISAzUWP88PwD1CbtOoc=";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user