pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/screen4



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 12 15:47:35 UTC 2025

Modified Files:
        pkgsrc/misc/screen4: Makefile
Removed Files:
        pkgsrc/misc/screen4: MESSAGE

Log Message:
screen4: remove setuid bit because of security problems.

Remove MESSAGE while here.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/misc/screen4/MESSAGE
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/screen4/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/screen4/Makefile
diff -u pkgsrc/misc/screen4/Makefile:1.2 pkgsrc/misc/screen4/Makefile:1.3
--- pkgsrc/misc/screen4/Makefile:1.2    Mon Apr 21 20:57:58 2025
+++ pkgsrc/misc/screen4/Makefile        Mon May 12 15:47:35 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2025/04/21 20:57:58 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/05/12 15:47:35 wiz Exp $
 
 DISTNAME=      screen-4.9.1
+PKGREVISION=   1
 CATEGORIES=    misc shells
 MASTER_SITES=  ${MASTER_SITE_GNU:=screen/}
 
@@ -57,9 +58,11 @@ post-install: screen-terminfo
 
 INSTALLATION_DIRS+=    share/examples/screen
 
-.if ${UNPRIVILEGED:U:tl} != yes
-SPECIAL_PERMS+=                bin/${DISTNAME} ${SETUID_ROOT_PERMS}
-.endif
+# possible security problems
+# https://security.opensuse.org/2025/05/12/screen-security-issues.html
+#.if ${UNPRIVILEGED:U:tl} != yes
+#SPECIAL_PERMS+=               bin/${DISTNAME} ${SETUID_ROOT_PERMS}
+#.endif
 
 pre-configure:
        cd ${WRKSRC} && autoreconf -i



Home | Main Index | Thread Index | Old Index