aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-19 13:02:19 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-19 13:02:19 -0300
commit3f1960d946b76a2b86fabf2427e4a078c11fde17 (patch)
tree90b92bd2f97d13e31ae5dc0e6b3aa84028777f03
parentb810fa4ee9d4bacadcaf1ccee7d6bf77558114b1 (diff)
downloadaports-3f1960d946b76a2b86fabf2427e4a078c11fde17.tar.bz2
aports-3f1960d946b76a2b86fabf2427e4a078c11fde17.tar.xz
main/lz4: fix secfixes
-rw-r--r--main/lz4/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/main/lz4/APKBUILD b/main/lz4/APKBUILD
index f5e9e8cfec..b3b89891c0 100644
--- a/main/lz4/APKBUILD
+++ b/main/lz4/APKBUILD
@@ -9,19 +9,17 @@ arch="all"
license="BSD-2-Clause GPL-2.0-only"
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"
+source="$pkgname-$pkgver.tar.gz::https://github.com/lz4/lz4/archive/v$pkgver.tar.gz"
-# secfixes
+# secfixes:
# 1.9.2-r0:
# - CVE-2019-17543
build() {
- cd "$builddir"
make PREFIX="/usr"
}
check() {
- cd "$builddir"
make check
}
@@ -33,7 +31,6 @@ tests() {
}
package() {
- cd "$builddir"
make PREFIX="/usr" DESTDIR="$pkgdir" install
}