aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-12-08 12:43:48 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2021-12-08 12:43:48 +0100
commit8b6a0b3295d1cd852fed5d156abea41b22373c83 (patch)
treec85568dbd4c70c20342163240baf545123866663
parent0ff35e8148b9a226a6dd6771dc8b9c27c50453db (diff)
main/lz4: bump pkgrel for CVE-2021-3520 fix
-rw-r--r--main/lz4/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lz4/APKBUILD b/main/lz4/APKBUILD
index 526a34a96e5..e7a0edc282d 100644
--- a/main/lz4/APKBUILD
+++ b/main/lz4/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=lz4
pkgver=1.9.3
-pkgrel=0
+pkgrel=1
pkgdesc="LZ4 is lossless compression algorithm with fast decoder @ multiple GB/s per core."
url="https://github.com/lz4/lz4"
arch="all"
@@ -14,7 +14,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/lz4/lz4/archive/v$pkgver.tar
"
# secfixes:
-# 1.9.3-r0:
+# 1.9.3-r1:
# - CVE-2021-3520
# 1.9.2-r0:
# - CVE-2019-17543