gnu: java-tomcat: Update to 8.5.28 [security fixes].

Fixes CVE-2018-1304.

* gnu/packages/web.scm (java-tomcat): Update to 8.5.28.
This commit is contained in:
Ricardo Wurmus 2018-02-23 18:30:37 +01:00
parent e982500fa6
commit f3ac068927
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5651,14 +5651,14 @@ (define-public python-py-ubjson
(define-public java-tomcat
(package
(name "java-tomcat")
(version "8.5.23")
(version "8.5.28")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/tomcat/tomcat-8/v"
version "/src/apache-tomcat-" version "-src.tar.gz"))
(sha256
(base32
"1m6b1dikib46kbgz9gf0p6svi00nsw62b9kgjzn6sda151skbbza"))))
"0q2bc3sajrmcx3z3vhhwp78y47ryc2ky8ssbdmfk24zvqdb76hvl"))))
(build-system ant-build-system)
(inputs
`(("java-eclipse-jdt-core" ,java-eclipse-jdt-core)))