guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libpano13: Update to 2.9.20_rc3 [security fi


From: guix-commits
Subject: branch master updated: gnu: libpano13: Update to 2.9.20_rc3 [security fixes].
Date: Tue, 06 Apr 2021 06:30:17 -0400

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a7f1243  gnu: libpano13: Update to 2.9.20_rc3 [security fixes].
a7f1243 is described below

commit a7f12433248a6a2732b81c5302ee81dd37d5f33d
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Apr 6 12:27:36 2021 +0200

    gnu: libpano13: Update to 2.9.20_rc3 [security fixes].
    
    Fixes at least CVE-2021-20307.
    
    * gnu/packages/photo.scm (libpano13): Update to 2.9.20_rc3.
---
 gnu/packages/photo.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 5fd57af..c0c8632 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -355,15 +355,16 @@ and a wide variety of other metadata.")
 (define-public libpano13
   (package
     (name "libpano13")
-    (version "2.9.19")
+    (version "2.9.20_rc3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/panotools/libpano13/"
-                                  "libpano13-" version "/"
-                                  "libpano13-" version ".tar.gz"))
+                                  "libpano13-" (first
+                                                (string-split version #\_))
+                                  "/libpano13-" version ".tar.gz"))
               (sha256
                (base32
-                "1a4m3plmfcrrplqs9zfzhc5apibn10m5sajpizm1sd3q74w5fwq3"))))
+                "12cv4886l1czfjwy7k6ipgf3zjksgwhdjzr2s9fdg33vqcv2hlrv"))))
     (build-system cmake-build-system)
     (inputs
      `(("libjpeg" ,libjpeg-turbo)



reply via email to

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