IABSD.fr/ports/misc/screen

Branch :


Log

Author Commit Date CI Message
e87e7671 2025-05-23 07:42:25 Remove USE_GROFF; these manuals have no significant problems with mandoc. Based on a diff from "an9wer". ok sthen@
45ed8008 2025-05-16 16:11:05 update to the third version of screen 5.0.1, which breaks the texinfo file again and re-removes WINESC_WIN_CARET parts
aebee5ea 2025-05-15 14:57:48 update screen to use rerolled tarball, which removes the .o files, fixes the texinfo file, and makes some other changes relating to WINESC_WIN_CARET
f61483d0 2025-05-15 13:08:02 update to screen-5.0.1 our package was not installing screen setuid root (unlike some other OS) so isn't particularly badly affected by the recently announced problems but updating seems sensible anyway from the upstream release notes: - CVE-2025-46805: do NOT send signals with root privileges - CVE-2025-46804: avoid file existence test information leaks - CVE-2025-46803: apply safe PTY default mode of 0620 - CVE-2025-46802: prevent temporary 0666 mode on PTYs in attacher - CVE-2025-23395: reintroduce lf_secreopen() for logfile - buffer overflow due bad strncpy() - uninitialized variables warnings - typos - combining char handling that could lead to a segfault some ports fiddling required to clean the extracted distfile because the upstream tarball includes configure-generated files and compiled objects.
b6c80a94 2024-11-14 22:08:46 Screen is now using C17, so we need to shift from base-gcc to ports-gcc on base-gcc arches. Fixes the build on sparc64
ef9938b3 2024-11-03 11:14:39 misc/screen: update to 5.0.0. ok sthen@
4deb9c2d 2023-09-27 09:52:09 MASTER_SITES -> SITES
cfe30c06 2023-08-25 17:41:06 update to screen-4.9.1, from Alex Naumov, i patched to fix the texinfo source file
c715eab9 2022-03-11 19:38:05 drop RCS Ids
9c6d916a 2022-02-05 11:57:36 update screen to 4.9.0, from Alexander Naumov (alexander_naumov at opensuse dot org) thanks! Changelog: Version 4.9.0 (30/01/2022): * Hardstatus option for used encoding (escape string '%e') * OpenBSD uses native openpty() from its util.h * Fixes: - fix combining char handling that could lead to a segfault - CVE-2021-26937: possible denial of service via a crafted UTF-8 character sequence (bug #60030) - make screen exit code be 0 when checking --help - session names limit is 80 symbols (bug #61534) - option -X ignores specified user in multiuser env (bug #37437) - a lot of reformations/fixes/cleanups (man page and source code)