mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: libexif: Update to 0.6.24. [fixes CVE-2020-0198, CVE-2020-0452]
* gnu/packages/photo.scm (libexif): Update to 0.6.24. [source]: Switch to git checkout. [native-inputs]: Add autoconf, automake, gettext-minimal and libtool. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
c23d10751c
commit
4f260381de
1 changed files with 1 additions and 3 deletions
|
@ -207,7 +207,6 @@ (define-public libraw
|
|||
;; both two licensing modes for your changes/additions."
|
||||
(license (list license:lgpl2.1 license:cddl1.0))))
|
||||
|
||||
|
||||
(define-public libexif
|
||||
(package
|
||||
(name "libexif")
|
||||
|
@ -222,8 +221,7 @@ (define-public libexif
|
|||
(base32
|
||||
"0zi5vvb0khlzc6xyfayk6mjx5lgkrj8r7s8lfv4j7wkcgndjga0j"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list autoconf automake gettext-minimal libtool))
|
||||
(native-inputs (list autoconf automake gettext-minimal libtool))
|
||||
(home-page "https://libexif.github.io/")
|
||||
(synopsis "Read and manipulate EXIF data in digital photographs")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue