mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-06 09:15:54 +02:00
gnu: java-xerces: Update to 2.12.2. [security fixes]
This fixes CVE-2022-23437. * gnu/packages/java.scm (java-xerces): Update to 2.12.2. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
2ad283aa03
commit
9b3f9090c8
@@ -12599,14 +12599,14 @@ classes prior to Java SE 8.")
|
||||
(define-public java-xerces
|
||||
(package
|
||||
(name "java-xerces")
|
||||
(version "2.12.1")
|
||||
(version "2.12.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://apache/xerces/j/source/"
|
||||
"Xerces-J-src." version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0494kq36gw3nah19ifb720vwxbpg4ww0k6m3zq6wyanw6a083p6s"))
|
||||
(base32 "1s2fnfx5flmhs3q30bxdsa6vs52m6vbnqd3m4cc5r4wfr3afplbd"))
|
||||
(patches (search-patches
|
||||
"java-xerces-xjavac_taskdef.patch"
|
||||
"java-xerces-build_dont_unzip.patch"
|
||||
|
||||
Reference in New Issue
Block a user