guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit c647cf1d5ad45f6464bc79c9367e39bc8c7bb0ac
Author: Ludovic Courtès <l...@gnu.org>
AuthorDate: Wed Jun 11 15:56:47 2025 +0200

    gnu: libvpx: Ungraft.
    
    * gnu/packages/video.scm (libvpx)[replacement]: Remove.
    [source]: Add ‘libvpx-CVE-2025-5262.patch’.
    
    Change-Id: Ia7211e23586bb07f73f5e3b3d7a298cd6c893bf2
---
 gnu/packages/video.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f968621277..c593bf847d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2924,7 +2924,6 @@ To load this plugin, specify the following option when 
starting mpv:
   (package
     (name "libvpx")
     (version "1.15.0")
-    (replacement libvpx/fixed)
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2934,7 +2933,8 @@ To load this plugin, specify the following option when 
starting mpv:
               (sha256
                (base32
                 "1q2scpfiifhpilw6qqpqihk98plj57gwh0vyiqwsv991i7b322bv"))
-              (patches (search-patches "libvpx-CVE-2016-2818.patch"))))
+              (patches (search-patches "libvpx-CVE-2016-2818.patch"
+                                       "libvpx-CVE-2025-5262.patch"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--enable-shared"
@@ -2963,11 +2963,6 @@ To load this plugin, specify the following option when 
starting mpv:
     (license license:bsd-3)
     (home-page "https://www.webmproject.org/";)))
 
-(define-public libvpx/fixed
-  (hidden-package
-   (package-with-extra-patches libvpx
-                               (search-patches "libvpx-CVE-2025-5262.patch"))))
-
 (define-public orfondl
   (package
     (name "orfondl")

Reply via email to