1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

tomcat7: 7.0.81 -> 7.0.82 (fixes CVE-2017-12617)

For details see [1].

[1] http://tomcat.apache.org/security-7.html#Fixed_in_Apache_Tomcat_7.0.82
This commit is contained in:
Andreas Rammhold 2018-01-08 18:04:45 +01:00 committed by Robin Gloster
parent d065224202
commit 3498654f27

View file

@ -32,8 +32,8 @@ let
in {
tomcat7 = common {
versionMajor = "7";
versionMinor = "0.81";
sha256 = "0mcr3caizqk6qrc0j9p91apdsg65ksawg0l6xpqk1fq6071nd5rq";
versionMinor = "0.82";
sha256 = "0vb7c5i50ral4rr39ss95k7cxnzd7fs21zd7f97d1f3qslzwl69g";
};
tomcat8 = common {