diff --git a/_service b/_service index 4e17cad..ca75b4a 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ https://github.com/webmproject/libvpx.git git - 1.8.1 - v1.8.1 + 1.8.2 + v1.8.2 diff --git a/libvpx-1.8.1.obscpio b/libvpx-1.8.1.obscpio deleted file mode 100644 index 8b8c960..0000000 --- a/libvpx-1.8.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:177d5d74158bd809212622dd87e1d6367efaca959c851da4bda34b27b60525d0 -size 18498573 diff --git a/libvpx-1.8.2.obscpio b/libvpx-1.8.2.obscpio new file mode 100644 index 0000000..7ee7448 --- /dev/null +++ b/libvpx-1.8.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c2217a6a7ba49e36b5a97ff622b905c278311d5f19042c2f894c33c63841d4 +size 22732301 diff --git a/libvpx.changes b/libvpx.changes index 35af82b..503bff2 100644 --- a/libvpx.changes +++ b/libvpx.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Jan 10 10:35:38 UTC 2020 - Adrian Schröter + +- Update to version 1.8.2: + Fixes: + - CVE-2019-2126 bsc#1160611: double free in ParseContentEncodingEntry() + - CVE-2019-9325 bsc#1160612: out-of-bounds read + - CVE-2019-9232 bsc#1160613: Fix OOB memory access on fuzzed data + - CVE-2019-9433 bsc#1160614: use-after-free in vp8_deblock() + - CVE-2019-9371 bsc#1160615: resource exhaustion after memory leak + + official changelog: + * This release collects incremental improvements to many aspects of the library. + * Upgrading: + ARCH_* defines have been removed in favor of VPX_ARCH_*. + ------------------------------------------------------------------- Thu Jul 18 22:00:25 UTC 2019 - Bjørn Lie diff --git a/libvpx.obsinfo b/libvpx.obsinfo index 4fd4749..6ac4ff4 100644 --- a/libvpx.obsinfo +++ b/libvpx.obsinfo @@ -1,5 +1,5 @@ name: libvpx -version: 1.8.1 -mtime: 1563227733 -commit: 8ae686757b708cd8df1d10c71586aff5355cfe1e +version: 1.8.2 +mtime: 1575932960 +commit: 7ec7a33a081aeeb53fed1a8d87e4cbd189152527 diff --git a/libvpx.spec b/libvpx.spec index f2927b7..5de75dd 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -1,7 +1,7 @@ # # spec file for package libvpx # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %define sover 6 Name: libvpx -Version: 1.8.1 +Version: 1.8.2 Release: 0 Summary: VP8/VP9 codec library License: BSD-3-Clause AND GPL-2.0-or-later Group: Productivity/Multimedia/Other -Url: http://www.webmproject.org/ +URL: http://www.webmproject.org/ Source0: libvpx-%{version}.tar.xz Source1000: baselibs.conf Patch1: libvpx-define-config_pic.patch