diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-30 11:52:35 -0300 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-10-30 20:04:42 +0100 |
commit | bc34c3873f09e223f0979be7a7ac50fa4ae685e5 (patch) | |
tree | 9841ec18bb6e74f3fa4483fbaa2b21e0f61864e2 /main/lz4 | |
parent | 8614ff404c7c1af3d0ba25ebaa22ba5b052a813a (diff) | |
download | aports-bc34c3873f09e223f0979be7a7ac50fa4ae685e5.tar.bz2 aports-bc34c3873f09e223f0979be7a7ac50fa4ae685e5.tar.xz |
main/lz4: add secfixes comment
ref #10919
Diffstat (limited to 'main/lz4')
-rw-r--r-- | main/lz4/APKBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/lz4/APKBUILD b/main/lz4/APKBUILD index e23a6ee09e..f5e9e8cfec 100644 --- a/main/lz4/APKBUILD +++ b/main/lz4/APKBUILD @@ -11,6 +11,10 @@ checkdepends="diffutils" subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-libs $pkgname-tests:tests" source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" +# secfixes +# 1.9.2-r0: +# - CVE-2019-17543 + build() { cd "$builddir" make PREFIX="/usr" |