mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
tomcat9: 9.0.68 -> 9.0.75
Fixes CVE-2022-45143 and CVE-2023-28708. https://tomcat.apache.org/tomcat-9.0-doc/changelog.html
This commit is contained in:
parent
f05de2e216
commit
0749e39f64
@ -32,8 +32,8 @@ let
|
|||||||
in {
|
in {
|
||||||
tomcat9 = common {
|
tomcat9 = common {
|
||||||
versionMajor = "9";
|
versionMajor = "9";
|
||||||
versionMinor = "0.68";
|
versionMinor = "0.75";
|
||||||
sha256 = "sha256-rxsv8zEIIbTel4CqIuncS5pellGwgHamKRa0KgzsOF0=";
|
sha256 = "sha256-VWfKg789z+ns1g3hDsCZFYQ+PsdqUEBeBHCihkGZelk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
tomcat10 = common {
|
tomcat10 = common {
|
||||||
|
Loading…
Reference in New Issue
Block a user