aboutsummaryrefslogtreecommitdiffstats
path: root/main/gzip/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/gzip/APKBUILD')
-rw-r--r--main/gzip/APKBUILD15
1 files changed, 11 insertions, 4 deletions
diff --git a/main/gzip/APKBUILD b/main/gzip/APKBUILD
index bdb30df8d5f..25480f72140 100644
--- a/main/gzip/APKBUILD
+++ b/main/gzip/APKBUILD
@@ -1,15 +1,20 @@
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gzip
-pkgver=1.10
-pkgrel=1
+pkgver=1.13
+pkgrel=0
pkgdesc="Popular data compression program"
subpackages="$pkgname-doc"
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
@@ -42,4 +47,6 @@ package() {
ln -sf /bin/gunzip "$pkgdir"/usr/bin/uncompress
}
-sha512sums="7939043e74554ced0c1c05d354ab4eb36cd6dce89ad79d02ccdc5ed6b7ee390759689b2d47c07227b9b44a62851afe7c76c4cae9f92527d999f3f1b4df1cccff gzip-1.10.tar.gz"
+sha512sums="
+e3d4d4aa4b2e53fdad980620307257c91dfbbc40bcec9baa8d4e85e8327f55e2ece552c9baf209df7b66a07103ab92d4954ac53c86c57fbde5e1dd461143f94c gzip-1.13.tar.xz
+"