guix-commits
[Top][All Lists]
Advanced

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

04/14: gnu: libarchive: Update to 3.3.2.


From: Efraim Flashner
Subject: 04/14: gnu: libarchive: Update to 3.3.2.
Date: Sun, 1 Oct 2017 16:13:16 -0400 (EDT)

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

commit 7095760cb2f91896f6a776ac37561007bd5016bf
Author: Efraim Flashner <address@hidden>
Date:   Sun Oct 1 21:29:26 2017 +0300

    gnu: libarchive: Update to 3.3.2.
    
    * gnu/packages/backup.scm (libarchive): Update to 3.3.2.
    [replacement]: Remove field.
    (libarchive-3.3.2): Remove variable.
---
 gnu/packages/backup.scm | 20 +++-----------------
 1 file changed, 3 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 006d00e..6393c64 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -184,16 +184,16 @@ backups (called chunks) to allow easy burning to CD/DVD.")
 (define-public libarchive
   (package
     (name "libarchive")
-    (replacement libarchive-3.3.2)
-    (version "3.3.1")
+    (version "3.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "http://libarchive.org/downloads/libarchive-";
                            version ".tar.gz"))
+       (patches (search-patches "libarchive-CVE-2017-14166.patch"))
        (sha256
         (base32
-         "1rr40hxlm9vy5z2zb5w7pyfkgd1a4s061qapm83s19accb8mpji9"))))
+         "1km0mzfl6in7l5vz9kl09a88ajx562rw93ng9h2jqavrailvsbgd"))))
     (build-system gnu-build-system)
     ;; TODO: Add -L/path/to/nettle in libarchive.pc.
     (inputs
@@ -240,20 +240,6 @@ archive.  In particular, note that there is currently no 
built-in support for
 random access nor for in-place modification.")
     (license license:bsd-2)))
 
-(define libarchive-3.3.2
-  (package
-    (inherit libarchive)
-    (version "3.3.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "http://libarchive.org/downloads/libarchive-";
-                           version ".tar.gz"))
-       (patches (search-patches "libarchive-CVE-2017-14166.patch"))
-       (sha256
-        (base32
-         "1km0mzfl6in7l5vz9kl09a88ajx562rw93ng9h2jqavrailvsbgd"))))))
-
 (define-public rdup
   (package
     (name "rdup")



reply via email to

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