guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: libass: Update to 0.15.0. [fixes CVE-2020-26682]


From: guix-commits
Subject: 01/03: gnu: libass: Update to 0.15.0. [fixes CVE-2020-26682]
Date: Thu, 26 Nov 2020 17:28:57 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9e586b162792bcf92e7a3584eb797a56827d4d36
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Nov 26 21:12:22 2020 +0100

    gnu: libass: Update to 0.15.0. [fixes CVE-2020-26682]
    
    * gnu/packages/video.scm (libass): Update to 0.15.0.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f1b724e..ebb9678 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1191,7 +1191,7 @@ designed to encode video or images into an H.265 / HEVC 
encoded bitstream.")
 (define-public libass
   (package
     (name "libass")
-    (version "0.14.0")
+    (version "0.15.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1199,7 +1199,7 @@ designed to encode video or images into an H.265 / HEVC 
encoded bitstream.")
                     version "/libass-" version ".tar.xz"))
               (sha256
                (base32
-                "18iqznl4mabhj9ywfsz4kwvbsplcv1jjxq50nxssvbj8my1267w8"))))
+                "0cz8v6kh3f2j5rdjrra2z0h715fa16vjm7kambvqx9hak86262cz"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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