diff mbox series

[bug#72835,qt-team,26/38] gnu: libvpx: Update to 1.14.1.

Message ID 0170eeb6c2b1ea6c62f1ac3e8516828c16d43ce6.1724775512.git.zhengjunjie@iscas.ac.cn
State New
Headers show
Series update qt6 to 6.7.2 | expand

Commit Message

Z572 Aug. 27, 2024, 4:25 p.m. UTC
* gnu/packages/video.scm (libvpx): Update to 1.14.1.
[replacement]: Ungrafts.
(libvpx/fixed): Remove it.

Change-Id: I123caed254e8046751f104cd3a82e4db904de787
---
 gnu/packages/video.scm | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 7d22d2f8f7..50cfe9f81a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -67,7 +67,7 @@ 
 ;;; Copyright © 2023 Dominik Delgado Steuter <dds@disroot.org>
 ;;; Copyright © 2023 Saku Laesvuori <saku@laesvuori.fi>
 ;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
-;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -2907,8 +2907,7 @@  (define-public mpv-mpris
 (define-public libvpx
   (package
     (name "libvpx")
-    (version "1.12.0")
-    (replacement libvpx/fixed)
+    (version "1.14.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2917,7 +2916,7 @@  (define-public libvpx
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1x12f2bd4jqd532rnixmwvcx8d29yxiacpcxqqh86qczc49la8gm"))
+                "0r6qvc84mflpy1zxz7p8aj7i552cwx957l50akvajxmzij1kpy1x"))
               (patches (search-patches "libvpx-CVE-2016-2818.patch"))))
     (build-system gnu-build-system)
     (arguments
@@ -2947,16 +2946,6 @@  (define-public libvpx
     (license license:bsd-3)
     (home-page "https://www.webmproject.org/")))
 
-(define libvpx/fixed
-  (package
-    (inherit libvpx)
-    (source
-     (origin
-       (inherit (package-source libvpx))
-       (patches (search-patches "libvpx-CVE-2016-2818.patch"
-                                "libvpx-CVE-2023-5217.patch"
-                                "libvpx-CVE-2023-44488.patch"))))))
-
 (define-public orfondl
   (package
     (name "orfondl")