diff options
author | Leo <thinkabit.ukim@gmail.com> | 2021-02-18 11:25:57 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-02-18 14:32:53 +0000 |
commit | dbb04423fd0f51228ec52769b2dd8194e85bb684 (patch) | |
tree | 9073b35d22d6ac164d88b3d6ad718ae27ce6082e | |
parent | e4aaf25beb0d2b2009877b8cfcc5f2a386baf87b (diff) | |
download | aports-dbb04423fd0f51228ec52769b2dd8194e85bb684.tar.gz aports-dbb04423fd0f51228ec52769b2dd8194e85bb684.tar.bz2 aports-dbb04423fd0f51228ec52769b2dd8194e85bb684.tar.xz |
community/libebml: security upgrade to 1.4.2
fixes CVE-2021-3405
-rw-r--r-- | community/libebml/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/libebml/APKBUILD b/community/libebml/APKBUILD index 2d1139944c..a324084a7b 100644 --- a/community/libebml/APKBUILD +++ b/community/libebml/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Timo Teräs <timo.teras@iki.fi> # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=libebml -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=0 pkgdesc="C++ library to parse Extensible Binary Meta-Language files" url="https://www.matroska.org" @@ -13,6 +13,8 @@ subpackages="$pkgname-dev" source="http://dl.matroska.org/downloads/libebml/libebml-$pkgver.tar.xz" # secfixes: +# 1.4.2-r0: +# - CVE-2021-3405 # 1.3.6-r0: # - CVE-2019-13615 @@ -35,4 +37,4 @@ package() { make install DESTDIR="$pkgdir" } -sha512sums="ddde4975546ba4214cd22db37992c2b5130a731da1b34e171cca8d7f39d981b9643a193d06be1a1e156b316e51419d1eb4c1cfe40511a52b245152e69a507e4b libebml-1.4.1.tar.xz" +sha512sums="b9535b60ba2716053819d48e345f161ad797a74678fdf60797d652da9dfa7cab905669dac744f30a81083341462bac6f2a0e69fa7d80ee59cf7414bffbd667d5 libebml-1.4.2.tar.xz" |