Skip to content

Commit

Permalink
package/libvpx: bump version to 1.13.1
Browse files Browse the repository at this point in the history
Removed patch which was backported from upstream and is now included
in this release.

Signed-off-by: Bernd Kuhls <[email protected]>
[Peter: drop CVE ignore for patch]
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
bkuhls authored and jacmet committed Oct 4, 2023
1 parent 5d2f400 commit 07a03a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
38 changes: 0 additions & 38 deletions package/libvpx/0002-VP8-disallow-thread-count-changes.patch

This file was deleted.

2 changes: 1 addition & 1 deletion package/libvpx/libvpx.hash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Locally computed:
sha256 cb2a393c9c1fae7aba76b950bb0ad393ba105409fe1a147ccd61b0aaa1501066 libvpx-1.13.0.tar.gz
sha256 00dae80465567272abd077f59355f95ac91d7809a2d3006f9ace2637dd429d14 libvpx-1.13.1.tar.gz
sha256 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615 LICENSE
sha256 cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c PATENTS
5 changes: 1 addition & 4 deletions package/libvpx/libvpx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@
#
################################################################################

LIBVPX_VERSION = 1.13.0
LIBVPX_VERSION = 1.13.1
LIBVPX_SITE = $(call github,webmproject,libvpx,v$(LIBVPX_VERSION))
LIBVPX_LICENSE = BSD-3-Clause
LIBVPX_LICENSE_FILES = LICENSE PATENTS
LIBVPX_CPE_ID_VENDOR = webmproject
LIBVPX_INSTALL_STAGING = YES

# 0002-VP8-disallow-thread-count-changes.patch
LIBVPX_IGNORE_CVES += CVE-2023-5217

# ld is being used with cc options. therefore, pretend ld is cc.
LIBVPX_CONF_ENV = \
LD="$(TARGET_CC)" \
Expand Down

0 comments on commit 07a03a8

Please sign in to comment.