Skip to content
Snippets Groups Projects
Commit 4f06b05d authored by J0WI's avatar J0WI Committed by Ariadne Conill
Browse files

main/gzip: security upgrade to 1.12

parent 08ee9bf8
2 merge requests!33638wee3.15,!32934[3.15] main/gzip: security upgrade to 1.12
Pipeline #117676 passed
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gzip
pkgver=1.11
pkgver=1.12
pkgrel=0
pkgdesc="Popular data compression program"
subpackages="$pkgname-doc"
......@@ -9,7 +9,11 @@ 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"
source="https://ftp.gnu.org/gnu/gzip/gzip-$pkgver.tar.xz"
# secfixes:
# 1.12-r0:
# - CVE-2022-1271
build() {
# avoid text relocation
......@@ -43,5 +47,5 @@ package() {
}
sha512sums="
73ab4912a17b7f04eac310f6eafe0ffd696bebebf7e2be5b85828a899e46f630d8a7837d32db9d3b7e3de6b4c06a0c73c5aa85d8591fd41c68fc3a79b56ec655 gzip-1.11.tar.gz
116326fe991828227de150336a0c016f4fe932dfbb728a16b4a84965256d9929574a4f5cfaf3cf6bb4154972ef0d110f26ab472c93e62ec9a5fd7a5d65abea24 gzip-1.12.tar.xz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment