gnu: libreoffice: Update to 5.1.4.2 [fixes CVE-2016-4324].

* gnu/packages/libreoffice.scm (libreoffice): Update to 5.1.4.2.
[native-inputs]: Switch python to python-wrapper.
[arguments]: Add '--without-doxygen' and '--disable-gtk3'.
This commit is contained in:
Efraim Flashner 2016-06-30 21:19:15 +03:00
parent 2638ec61e0
commit 5bf834225a
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -709,7 +709,7 @@ (define xmlsec-src-libreoffice
(define-public libreoffice (define-public libreoffice
(package (package
(name "libreoffice") (name "libreoffice")
(version "5.0.5.2") (version "5.1.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -718,7 +718,7 @@ (define-public libreoffice
"http://download.documentfoundation.org/libreoffice/src/" "http://download.documentfoundation.org/libreoffice/src/"
(version-prefix version 3) "/libreoffice-" version ".tar.xz")) (version-prefix version 3) "/libreoffice-" version ".tar.xz"))
(sha256 (base32 (sha256 (base32
"120vcxpxzs0za76fyfry281ysv6d1ianb37d1yq8py8chkdjkrqy")))) "11c30y9gvsy5h3nh9pnciq57gi99plrmr6qp8hhdk2l5xmwlmrfa"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(;; autoreconf is run by the LibreOffice build system, since after `(;; autoreconf is run by the LibreOffice build system, since after
@ -730,7 +730,7 @@ (define-public libreoffice
("cppunit" ,cppunit) ("cppunit" ,cppunit)
("flex" ,flex) ("flex" ,flex)
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("python" ,python) ("python" ,python-wrapper)
("which" ,which))) ("which" ,which)))
(inputs (inputs
`(("bluez" ,bluez) `(("bluez" ,bluez)
@ -851,6 +851,8 @@ (define-public libreoffice
"--disable-coinmp" "--disable-coinmp"
"--disable-firebird-sdbc" ; embedded firebird "--disable-firebird-sdbc" ; embedded firebird
"--disable-gltf" "--disable-gltf"
"--without-doxygen"
"--disable-gtk3"
"--disable-liblangtag"))) "--disable-liblangtag")))
(home-page "https://www.libreoffice.org/") (home-page "https://www.libreoffice.org/")
(synopsis "Office suite") (synopsis "Office suite")