sharlatan pushed a commit to branch master
in repository guix.

commit 9b3f9090c81cdf9345583855002bf757d874bfe2
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 8 08:32:13 2024 +0200

    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 <[email protected]>
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index b43b57754b..fec741f5f2 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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"

Reply via email to