summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/screen-hurd-path-max.patch
AgeCommit message (Collapse)Author
2025-05-15gnu: screen: Update to 5.0.1 [security fixes].Efraim Flashner
Fixes CVE-2025-23395, CVE-2025-{46802,46803,46804,46805}. * gnu/packages/screen.scm (screen): Update to 5.0.1. [source]: Download using git-fetch. Add a snippet. [native-inputs]: Replace autoconf with autoconf-2.71. [arguments]: Add a phase to change into the source directory. * gnu/packages/patches/screen-hurd-path-max.patch: Adjust for building from git. Change-Id: Ie6eceac0f14b5b94c47aee01d770f7e42a71416e
2024-09-04gnu: screen: Update to 5.0.0Andy Tai
* gnu/packages/patches/screen-hurd-path-max.patch: Update for screen 5.0.0. * gnu/packages/screen.scm (screen): Update to 5.0.0. [arguments]<#:configure-flags: Add "-D_GNU_SOURCE=1" to CFLAGS. [inputs]: Add linux-pam. Change-Id: Iebc5eff0128ff7f4d27a22cca1bd4a025aca3244 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-26gnu: screen: Build fix for the Hurd.Jan Nieuwenhuizen
* gnu/packages/patches/screen-hurd-path-max.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/screen.scm (screen): Use it.