mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 03:51:53 +02:00
Merge branch 'master' into core-updates
This commit is contained in:
@@ -391,6 +391,7 @@ extracting icontainer icon files.")
|
||||
(package
|
||||
(name "libtiff")
|
||||
(version "4.0.9")
|
||||
(replacement libtiff/fixed)
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
@@ -420,6 +421,17 @@ collection of tools for doing simple manipulations of TIFF images.")
|
||||
"See COPYRIGHT in the distribution."))
|
||||
(home-page "http://www.simplesystems.org/libtiff/")))
|
||||
|
||||
(define libtiff/fixed
|
||||
(package
|
||||
(inherit libtiff)
|
||||
(source
|
||||
(origin
|
||||
(inherit (package-source libtiff))
|
||||
(patches
|
||||
(append (origin-patches (package-source libtiff))
|
||||
(search-patches "libtiff-CVE-2017-9935.patch"
|
||||
"libtiff-CVE-2017-18013.patch")))))))
|
||||
|
||||
(define-public leptonica
|
||||
(package
|
||||
(name "leptonica")
|
||||
|
||||
Reference in New Issue
Block a user