GNU bug report logs -
#77720
[PATCH] gnu: libvpx: Update to 1.15.1.
Previous Next
To reply to this bug, email your comments to 77720 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77720
; Package
guix-patches
.
(Fri, 11 Apr 2025 05:41:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ashish SHUKLA <ashish.is <at> lostca.se>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 11 Apr 2025 05:41:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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 <at> qq.com>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
;;; Copyright © 2024 aurtzy <aurtzy <at> gmail.com>
+;;; Copyright © 2025 Ashish SHUKLA <ashish.is <at> 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
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.