diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-02 21:48:25 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-02 21:48:25 +0100 |
commit | cb5d63604e002ca84b52ce66ac91fbae21306dca (patch) | |
tree | a93efd28fa0880c1e97194e19d81b5b95ab5808b /main | |
parent | b071dfeb0a9cc8ce432cb1970b5e4249922b6229 (diff) | |
download | aports-cb5d63604e002ca84b52ce66ac91fbae21306dca.tar.gz aports-cb5d63604e002ca84b52ce66ac91fbae21306dca.tar.bz2 aports-cb5d63604e002ca84b52ce66ac91fbae21306dca.tar.xz |
main/libarchive: CVE-2021-36976 is unfixed
After more research it turns out that there still are no fix for this.
ref https://github.com/libarchive/libarchive/issues/1554
Diffstat (limited to 'main')
-rw-r--r-- | main/libarchive/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/libarchive/APKBUILD b/main/libarchive/APKBUILD index c8a1e6aaee..88a813794c 100644 --- a/main/libarchive/APKBUILD +++ b/main/libarchive/APKBUILD @@ -13,8 +13,6 @@ subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-tools" source="https://libarchive.org/downloads/libarchive-$pkgver.tar.xz" # secfixes: -# 3.5.2-r0: -# - CVE-2021-36976 # 3.4.2-r0: # - CVE-2020-19221 # - CVE-2020-9308 |