From 8b6a0b3295d1cd852fed5d156abea41b22373c83 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 8 Dec 2021 12:43:48 +0100 Subject: main/lz4: bump pkgrel for CVE-2021-3520 fix --- main/lz4/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/lz4/APKBUILD b/main/lz4/APKBUILD index 526a34a96e..e7a0edc282 100644 --- a/main/lz4/APKBUILD +++ b/main/lz4/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall 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 -- cgit v1.2.3