guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ffmpeg: Update to 6.1.1 (fixes CVE-2023-4734


From: guix-commits
Subject: branch master updated: gnu: ffmpeg: Update to 6.1.1 (fixes CVE-2023-47342, CVE-2023-47344).
Date: Fri, 05 Jan 2024 15:27:44 -0500

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 67c9cdfdce gnu: ffmpeg: Update to 6.1.1 (fixes CVE-2023-47342, 
CVE-2023-47344).
67c9cdfdce is described below

commit 67c9cdfdce6b33bf0f3f90ad1f8db82086c8142a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 5 14:36:51 2024 -0500

    gnu: ffmpeg: Update to 6.1.1 (fixes CVE-2023-47342, CVE-2023-47344).
    
    * gnu/packages/video.scm (ffmpeg): Update to 6.1.1.
    Fixes CVE-2023-47342 and CVE-2023-47344 (see:
    https://ffmpeg.org/security.html)
    
    Change-Id: I5196a62fc56341809ed597389b431dae32bd50da
---
 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 6da4897a57..e70aa5352e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1657,14 +1657,14 @@ operate properly.")
 (define-public ffmpeg
   (package
     (name "ffmpeg")
-    (version "6.0")
+    (version "6.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ffmpeg.org/releases/ffmpeg-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "10kh2f4y4isfqj4xpcqqnzk611jh89ywcjyjnq9c2jcv5p18ggjp"))))
+                "0s7r2qv8gh2a3w568n9xxgcz0q8j5ww1jdsci1hm9f4l1yqg9146"))))
     (outputs '("out" "debug"))
     (build-system gnu-build-system)
     (inputs



reply via email to

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