GNU bug report logs -
#72835
[PATCH qt-team 00/38] update qt6 to 6.7.2
Previous Next
Full log
View this message in rfc822 format
* 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 --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 <at> disroot.org>
;;; Copyright © 2023 Saku Laesvuori <saku <at> laesvuori.fi>
;;; Copyright © 2023 Jaeme Sifat <jaeme <at> runbox.com>
-;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2023, 2024 Zheng Junjie <873216071 <at> qq.com>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> 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")
--
2.45.2
This bug report was last modified 234 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.