1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/screen: security upgrade to 5.0.1

tarball unavailable from usual location, switch to git tag snapshot for now
This commit is contained in:
Celeste 2025-05-14 03:51:30 +00:00
parent 0b9b2ac8fb
commit 5830e55e01

View file

@ -2,7 +2,8 @@
# Maintainer: Celeste <cielesti@protonmail.com>
maintainer="Celeste <cielesti@protonmail.com>"
pkgname=screen
pkgver=5.0.0
pkgver=5.0.1
_pkgver="v.$pkgver-ad9db35"
pkgrel=0
pkgdesc="Window manager that multiplexes a physical terminal"
url="https://www.gnu.org/software/screen/"
@ -16,10 +17,18 @@ makedepends="
ncurses-dev
"
subpackages="$pkgname-doc"
source="https://ftp.gnu.org/gnu/screen/screen-$pkgver.tar.gz"
#source="https://ftp.gnu.org/gnu/screen/screen-$pkgver.tar.gz"
source="screen-$_pkgver.tar.gz::https://git.savannah.gnu.org/gitweb/?p=screen.git;a=snapshot;h=v.$pkgver;sf=tgz"
builddir="$srcdir/$pkgname-$_pkgver/src"
options="!check" # No test suite.
# secfixes:
# 5.0.1-r0:
# - CVE-2025-46805
# - CVE-2025-46804
# - CVE-2025-46803
# - CVE-2025-46802
# - CVE-2025-23395
# 4.9.0-r3:
# - CVE-2023-24626
# 4.8.0-r4:
@ -59,5 +68,5 @@ package() {
}
sha512sums="
18a163313025c58950ec65fa83037ba1df0fa8e2346925593217fb0a6596f2f51914a4f0aec7f0e1c280d3d3ef964e7a886521f41f4b96f4ff08935be7f62117 screen-5.0.0.tar.gz
1e11374c74c9b4acb49e51baf9af6a151bda333f57392918ebd2167274454eb80b8ac8a17f6aa38d921f7f6d919e4b43f10a35da652a4a36b374ce8b97b8610a screen-v.5.0.1-ad9db35.tar.gz
"