aboutsummaryrefslogtreecommitdiff
path: root/libs/libvpx
diff options
context:
space:
mode:
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>2023-10-07 00:00:07 -0300
committerRosen Penev <rosenp@gmail.com>2023-10-07 16:59:57 -0700
commit36566a99af9074334eee3293a6d5a0aa7f4e8246 (patch)
treec230c6ac44117d8c5b5018814673b9263dcd6238 /libs/libvpx
parente6e164996d6778a7c135461988171df486c506fe (diff)
libvpx: update to 1.13.1
v1.13.0 This release includes more Neon and AVX2 optimizations, adds a new codec control to set per frame QP, upgrades GoogleTest to v1.12.1, and includes numerous bug fixes. v1.13.1 This release contains two security related fixes. One each for VP8 and VP9. - https://crbug.com/1486441 (CVE-2023-5217) - Fix bug with smaller width bigger size (CVE-2023-44488) Fixes #22318 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Diffstat (limited to 'libs/libvpx')
-rw-r--r--libs/libvpx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libvpx/Makefile b/libs/libvpx/Makefile
index 830f2d7fa..5c5073ac6 100644
--- a/libs/libvpx/Makefile
+++ b/libs/libvpx/Makefile
@@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libvpx
-PKG_VERSION:=1.12.0
+PKG_VERSION:=1.13.1
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://chromium.googlesource.com/webm/libvpx
-PKG_MIRROR_HASH:=19d9bd55198f063875cc72bdfa5eb9fa7cc1ae8af33979f807d2c82b66349933
+PKG_MIRROR_HASH:=55d6880564e354b2d310047773ac211790421e0f3ea70a9280213f7e27fa5f3a
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca@gmail.com>