all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/1] Update libreoffice to address CVE-2015-5214.
@ 2015-11-24  6:03 Leo Famulari
  2015-11-24  6:03 ` [PATCH 1/1] gnu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214] Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2015-11-24  6:03 UTC (permalink / raw
  To: guix-devel

This patch updates libreoffice to 5.0.3.2. This fixes the
vulnerabilities described in CVE-2015-5214.

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5214

Leo Famulari (1):
  gnu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214].

 gnu/packages/libreoffice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.6.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] gnu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214].
  2015-11-24  6:03 [PATCH 0/1] Update libreoffice to address CVE-2015-5214 Leo Famulari
@ 2015-11-24  6:03 ` Leo Famulari
  2015-11-25  3:01   ` Mark H Weaver
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2015-11-24  6:03 UTC (permalink / raw
  To: guix-devel

* gnu/packages/libreoffice.scm (libreoffice): Update to 5.0.3.2
---
 gnu/packages/libreoffice.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index da7e275..7496a6c 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -676,7 +676,7 @@ and to return information on pronunciations, meanings and synonyms.")
 (define-public libreoffice
   (package
     (name "libreoffice")
-    (version "5.0.0.2")
+    (version "5.0.3.2")
     (source
      (origin
       (method url-fetch)
@@ -685,7 +685,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
-               "0mzvxc4i5999xzmhgwrfvpvyx5772jylx5mary86drrld8klq7py"))))
+               "1gflcsnw7bx02jbb2x5darf56x0qgia03ylaycadk68ikibckybp"))))
     (build-system gnu-build-system)
     (native-inputs
      `(;; autoreconf is run by the LibreOffice build system, since after
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] gnu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214].
  2015-11-24  6:03 ` [PATCH 1/1] gnu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214] Leo Famulari
@ 2015-11-25  3:01   ` Mark H Weaver
  0 siblings, 0 replies; 3+ messages in thread
From: Mark H Weaver @ 2015-11-25  3:01 UTC (permalink / raw
  To: Leo Famulari; +Cc: guix-devel

Leo Famulari <leo@famulari.name> writes:
> * gnu/packages/libreoffice.scm (libreoffice): Update to 5.0.3.2

Pushed, thanks!

     Mark

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-25  3:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-24  6:03 [PATCH 0/1] Update libreoffice to address CVE-2015-5214 Leo Famulari
2015-11-24  6:03 ` [PATCH 1/1] gnu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214] Leo Famulari
2015-11-25  3:01   ` Mark H Weaver

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.