guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libxml2: Upgrade to 2.9.4.


From: Ludovic Courtès
Subject: 01/01: gnu: libxml2: Upgrade to 2.9.4.
Date: Tue, 7 Jun 2016 10:02:13 +0000 (UTC)

civodul pushed a commit to branch core-updates
in repository guix.

commit 3c9e0ddc6f812006df237950bf00e872056b52e0
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jun 7 12:01:33 2016 +0200

    gnu: libxml2: Upgrade to 2.9.4.
    
    * gnu/packages/xml.scm (libxml2)[replacement]: Remove.
    [version, source]: Upgrade to 2.9.4.
    (libxml2/fixed): Remove.
---
 gnu/packages/xml.scm |   19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5b72c80..a860f98 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -66,15 +66,14 @@ things the parser might find in the XML document (like 
start tags).")
 (define-public libxml2
   (package
     (name "libxml2")
-    (version "2.9.3")
-    (replacement libxml2/fixed)                   ;multiple CVEs
+    (version "2.9.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "ftp://xmlsoft.org/libxml2/libxml2-";
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0bd17g6znn2r98gzpjppsqjg33iraky4px923j3k8kdl8qgy7sad"))))
+               "0g336cr0bw6dax1q48bblphmchgihx9p1pjmxdnrd6sh3qci3fgz"))))
     (build-system gnu-build-system)
     (home-page "http://www.xmlsoft.org/";)
     (synopsis "C parser for XML")
@@ -94,20 +93,6 @@ things the parser might find in the XML document (like start 
tags).")
 project (but it is usable outside of the Gnome platform).")
     (license license:x11)))
 
-(define libxml2/fixed
-  (package
-    (inherit libxml2)
-    (source
-     (let ((name "libxml2")
-           (version "2.9.4"))
-       (origin
-         (method url-fetch)
-         (uri (string-append "ftp://xmlsoft.org/libxml2/libxml2-";
-                             version ".tar.gz"))
-         (sha256
-          (base32
-           "0g336cr0bw6dax1q48bblphmchgihx9p1pjmxdnrd6sh3qci3fgz")))))))
-
 (define-public python-libxml2
   (package (inherit libxml2)
     (name "python-libxml2")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]