aboutsummaryrefslogtreecommitdiffstats
path: root/main/gzip/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/gzip/APKBUILD')
-rw-r--r--main/gzip/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/main/gzip/APKBUILD b/main/gzip/APKBUILD
index b6312293918..25480f72140 100644
--- a/main/gzip/APKBUILD
+++ b/main/gzip/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gzip
-pkgver=1.11
+pkgver=1.13
pkgrel=0
pkgdesc="Popular data compression program"
subpackages="$pkgname-doc"
@@ -9,7 +9,12 @@ url="https://www.gnu.org/software/gzip/"
arch="all"
license="GPL-3.0-or-later"
depends="less"
-source="https://ftp.gnu.org/gnu/gzip/gzip-$pkgver.tar.gz"
+checkdepends="diffutils grep perl"
+source="https://ftp.gnu.org/gnu/gzip/gzip-$pkgver.tar.xz"
+
+# secfixes:
+# 1.12-r0:
+# - CVE-2022-1271
build() {
# avoid text relocation
@@ -43,5 +48,5 @@ package() {
}
sha512sums="
-73ab4912a17b7f04eac310f6eafe0ffd696bebebf7e2be5b85828a899e46f630d8a7837d32db9d3b7e3de6b4c06a0c73c5aa85d8591fd41c68fc3a79b56ec655 gzip-1.11.tar.gz
+e3d4d4aa4b2e53fdad980620307257c91dfbbc40bcec9baa8d4e85e8327f55e2ece552c9baf209df7b66a07103ab92d4954ac53c86c57fbde5e1dd461143f94c gzip-1.13.tar.xz
"