diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2020-03-26 15:50:53 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-26 15:50:53 -0300 |
| commit | c2d60ef62cfddd817d86b9e1b831906157efd190 (patch) | |
| tree | e45bc5adbebb6d6cd700e5668d823360a669c8ea /main/libvpx | |
| parent | 3c40018d322a157099fe766a481a8e88f9bdce5e (diff) | |
| download | aports-c2d60ef62cfddd817d86b9e1b831906157efd190.tar.bz2 aports-c2d60ef62cfddd817d86b9e1b831906157efd190.tar.xz | |
main/libvpx: add missing secfixes info
Diffstat (limited to 'main/libvpx')
| -rw-r--r-- | main/libvpx/APKBUILD | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/main/libvpx/APKBUILD b/main/libvpx/APKBUILD index 0a5bf45083..4ab88b1ab1 100644 --- a/main/libvpx/APKBUILD +++ b/main/libvpx/APKBUILD @@ -12,6 +12,15 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/webmproject/libvpx/archive/v fix-arm-float-abi.patch " +# secfixes: +# 1.8.2-r0: +# - CVE-2020-0034 +# 1.8.1-r0: +# - CVE-2019-9371 +# - CVE-2019-9433 +# - CVE-2019-9325 +# - CVE-2019-9232 + build() { # build fix for arm export CROSS=" " |
