[PATCH] gnu: libvpx: Update to 1.15.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andreas Enge
  • Ashish SHUKLA
Owner
unassigned
Submitted by
Ashish SHUKLA
Severity
normal

Debbugs page

A
A
Ashish SHUKLA wrote on 10 Apr 22:40 -0700
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
899ee4ab9d63e2532389f511e4ab37bae31c6069.1744350030.git.ashish.is@lostca.se
* gnu/packages/video.scm (libvpx): Update to 1.15.1.

Change-Id: I6d953b5ab53fd75b8da638d07f2e2e1417df6a47
---
gnu/packages/video.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9f18f4dcc2..2067884472 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -70,6 +70,7 @@
;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2024 aurtzy <aurtzy@gmail.com>
+;;; Copyright © 2025 Ashish SHUKLA <ashish.is@lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2958,7 +2959,7 @@ (define-public mpv-mpris
(define-public libvpx
(package
(name "libvpx")
- (version "1.15.0")
+ (version "1.15.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2967,7 +2968,7 @@ (define-public libvpx
(file-name (git-file-name name version))
(sha256
(base32
- "1q2scpfiifhpilw6qqpqihk98plj57gwh0vyiqwsv991i7b322bv"))
+ "0ydnih7zqgc3vn1ng0i13k90n2xpbvkrwiavkpn8zgg5rs1whwcs"))
(patches (search-patches "libvpx-CVE-2016-2818.patch"))))
(build-system gnu-build-system)
(arguments

base-commit: f7c41ab31f5023023385500f6eb9083d23dd1ccb
--
2.49.0
A
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 77720@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 77720
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch