pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/screen



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 12 15:46:06 UTC 2025

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

Log Message:
screen: remove setuid bit because of security problems

Remove MESSAGE while here.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r0 pkgsrc/misc/screen/MESSAGE
cvs rdiff -u -r1.127 -r1.128 pkgsrc/misc/screen/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/screen/Makefile
diff -u pkgsrc/misc/screen/Makefile:1.127 pkgsrc/misc/screen/Makefile:1.128
--- pkgsrc/misc/screen/Makefile:1.127   Mon Apr 21 20:57:58 2025
+++ pkgsrc/misc/screen/Makefile Mon May 12 15:46:06 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.127 2025/04/21 20:57:58 wiz Exp $
+# $NetBSD: Makefile,v 1.128 2025/05/12 15:46:06 wiz Exp $
 
 DISTNAME=      screen-5.0.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    misc shells
 MASTER_SITES=  ${MASTER_SITE_GNU:=screen/}
 
@@ -58,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
+# multiple 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