guix-commits
[Top][All Lists]
Advanced

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

346/416: gnu: libexif: Update to 0.6.24. [fixes CVE-2020-0198, CVE-2020-


From: guix-commits
Subject: 346/416: gnu: libexif: Update to 0.6.24. [fixes CVE-2020-0198, CVE-2020-0452]
Date: Fri, 14 Apr 2023 15:26:23 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 4f260381def0bc08d930340034c472147d0ff55e
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Sun Apr 2 18:55:08 2023 +0100

    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>
---
 gnu/packages/photo.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 89a942b5c0..8ed5d9d827 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -207,7 +207,6 @@ cameras (CRW/CR2, NEF, RAF, DNG, and others).")
     ;; 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 @@ cameras (CRW/CR2, NEF, RAF, DNG, and others).")
                (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



reply via email to

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