guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libreoffice: Update to 5.0.5.2 [fixes CVE-2016-{0794, 0795}]


From: Leo Famulari
Subject: 01/01: gnu: libreoffice: Update to 5.0.5.2 [fixes CVE-2016-{0794, 0795}].
Date: Tue, 08 Mar 2016 03:55:48 +0000

lfam pushed a commit to branch master
in repository guix.

commit 165e0382b3a3372ef0e7dc8d4cfbd42bc6e4deb0
Author: Leo Famulari <address@hidden>
Date:   Mon Mar 7 15:03:46 2016 -0500

    gnu: libreoffice: Update to 5.0.5.2 [fixes CVE-2016-{0794, 0795}].
    
    * gnu/packages/libreoffice.scm (libreoffice): Update to 5.0.5.2.
---
 gnu/packages/libreoffice.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index a82cde7..dac58b9 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -681,7 +681,7 @@ and to return information on pronunciations, meanings and 
synonyms.")
 (define-public libreoffice
   (package
     (name "libreoffice")
-    (version "5.0.3.2")
+    (version "5.0.5.2")
     (source
      (origin
       (method url-fetch)
@@ -690,7 +690,7 @@ and to return information on pronunciations, meanings and 
synonyms.")
           "http://download.documentfoundation.org/libreoffice/src/";
           (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
       (sha256 (base32
-               "1gflcsnw7bx02jbb2x5darf56x0qgia03ylaycadk68ikibckybp"))))
+               "120vcxpxzs0za76fyfry281ysv6d1ianb37d1yq8py8chkdjkrqy"))))
     (build-system gnu-build-system)
     (native-inputs
      `(;; autoreconf is run by the LibreOffice build system, since after



reply via email to

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