FreeBSD Bugzilla – Attachment 232798 Details for
Bug 262903
sysutils/screen: Don't install SUID root by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Multuser screen patch
multiuser-screen.diff (text/plain), 1.57 KB, created by
Cy Schubert
on 2022-03-29 13:48:38 UTC
(
hide
)
Description:
Multuser screen patch
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2022-03-29 13:48:38 UTC
Size:
1.57 KB
patch
obsolete
>diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile >index 8929ce4e5ef7..664bc585e091 100644 >--- a/sysutils/screen/Makefile >+++ b/sysutils/screen/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= screen > PORTVERSION= 4.9.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= sysutils > MASTER_SITES= GNU \ > ftp://ftp.gnu.org/gnu/screen/ \ >@@ -18,7 +18,7 @@ COMMENT= Multi-screen window manager > > LICENSE= GPLv3 > >-OPTIONS_DEFINE= INFO NETHACK XTERM_256 SYSTEM_SCREENRC >+OPTIONS_DEFINE= INFO NETHACK XTERM_256 SYSTEM_SCREENRC MULTIUSER > OPTIONS_DEFAULT= INFO NETHACK XTERM_256 SOCKETS SYSTEM_SCREENRC \ > NCURSES_DEFAULT > OPTIONS_SINGLE= IPC NCURSES >@@ -29,6 +29,9 @@ XTERM_256_DESC= Enable support for 256 colour xterm > SOCKETS_DESC= Use new (4.2.1+) sockets for IPC (default) > NAMED_PIPES_DESC= Use legacy (4.0.3) named pipes for IPC (override) > SYSTEM_SCREENRC_DESC= Install system screenrc with helpful status line >+MULTIUSER_DESC= Install setuid-root screen to support multiuser >+MULTIUSER_PLIST_SUB= MULTIUSER_SCREEN="@(,,4755) " >+MULTUSER_PLIST_SUB_OFF= MULTIUSER_SCREEN="@(,,0755) " > NCURSES_DEFAULT_DESC= Depend on ncurses (ports if installed, otherwise base) > NCURSES_BASE_DESC= Depend on ncurses in base > NCURSES_PORT_DESC= Depend on devel/ncurses in ports >diff --git a/sysutils/screen/pkg-plist b/sysutils/screen/pkg-plist >index faddf89b1799..e1afe2d637e4 100644 >--- a/sysutils/screen/pkg-plist >+++ b/sysutils/screen/pkg-plist >@@ -1,5 +1,5 @@ > bin/screen >-bin/screen-4.9.0 >+%%MULTIUSER_SCREEN%%bin/screen-4.9.0 > man/man1/screen.1.gz > %%DATADIR%%/utf8encodings/01 > %%DATADIR%%/utf8encodings/02
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262903
:
232795
| 232798