mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
main/gzip: security upgrade to 1.12
This commit is contained in:
parent
2b2df0f040
commit
cb0b051acc
@ -1,7 +1,7 @@
|
||||
# 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
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user