me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/web.scm (java-tomcat): Update to 8.5.63.
master
Léo Le Bouter 2021-03-02 02:17:35 +01:00
parent d5ac66a2ee
commit 4bc9a1f4e3
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 2 additions and 2 deletions

View File

@ -6585,14 +6585,14 @@ encoder/decoder based on the draft-12 specification for UBJSON.")
(define-public java-tomcat
(package
(name "java-tomcat")
(version "8.5.53")
(version "8.5.63")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/tomcat/tomcat-8/v"
version "/src/apache-tomcat-" version "-src.tar.gz"))
(sha256
(base32
"15lwq3clf21hzk7mma70sffpxjqn8ww5mjq6zhmwcp4m17m22z26"))
"1wr6mpgbk2gs18vp8mdggiq6vifj68a875dd1fkdf7cs31q54rns"))
(modules '((guix build utils)))
;; Delete bundled jars.
(snippet