summaryrefslogtreecommitdiff
path: root/sysutils/screen/files/patch-osdef.h.in
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-03-17 10:54:50 -0700
committerCy Schubert <cy@FreeBSD.org>2022-03-17 16:44:10 -0700
commit9bdc788616889d0a2b3f9c8b8996610cdfe82be7 (patch)
treeaf3bd8afeca7a61f2d03a81f5f1baa1f5aa9019f /sysutils/screen/files/patch-osdef.h.in
parentwww/gitea: Update to 1.16.4 (diff)
sysutils/screen: Update to 4.9.0
Update screen to 4.9.0. From the release announcement: New in this release: * Hardstatus option for used encoding (escape string '%e') * 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) For full list of changes see https://git.savannah.gnu.org/cgit/screen.git/log/?h=v.4.9.0 Note that CVE-2021-26937 was fixed in the FreeBSD port in 2021.
Diffstat (limited to 'sysutils/screen/files/patch-osdef.h.in')
-rw-r--r--sysutils/screen/files/patch-osdef.h.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/screen/files/patch-osdef.h.in b/sysutils/screen/files/patch-osdef.h.in
deleted file mode 100644
index 72435743c0eb..000000000000
--- a/sysutils/screen/files/patch-osdef.h.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- osdef.h.in.orig Sat Apr 28 22:26:43 2001
-+++ osdef.h.in Tue Apr 9 10:24:18 2002
-@@ -111,7 +111,7 @@
- extern int setpgid __P((int, int));
- extern int tcsetpgrp __P((int, int));
- #endif
--extern int ioctl __P((int, int, char *));
-+extern int ioctl __P((int, unsigned long, ...));
-
- extern int kill __P((int, int));
-