@@ -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")