mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 10:22:54 +08:00
tomcat9: 9.0.106 -> 9.0.107
Fixes CVE-2025-52434, CVE-2025-52520 and CVE-2025-53506.
https://tomcat.apache.org/security-9.html#Fixed_in_Apache_Tomcat_9.0.107
(cherry picked from commit d1173a321f)
This commit is contained in:
committed by
Anthony Roussel
parent
adbe9c4d3e
commit
42896c57ba
@@ -60,8 +60,8 @@ let
|
||||
in
|
||||
{
|
||||
tomcat9 = common {
|
||||
version = "9.0.106";
|
||||
hash = "sha256-EBMxGWDLyIvm2H75RsaF4WBSoNnRp24109GsQZG44n0=";
|
||||
version = "9.0.107";
|
||||
hash = "sha256-08qgrQpltJMafTrsok5VQc90O6X6nlGr2ls6MdC0hX0=";
|
||||
};
|
||||
|
||||
tomcat10 = common {
|
||||
|
||||
Reference in New Issue
Block a user