Update to screen 3.9.10 with vendor fix for the alleged security hole.

This commit is contained in:
Kris Kennaway 2001-09-05 05:47:49 +00:00
parent 46d0d77fc2
commit 637f9a051d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47443
6 changed files with 4 additions and 32 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= screen
PORTVERSION= 3.9.9
PORTREVISION= 1
PORTVERSION= 3.9.10
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU}

View file

@ -1 +1 @@
MD5 (screen-3.9.9.tar.gz) = 9a8b1d6c7438c64b884c4f7d7662afdc
MD5 (screen-3.9.10.tar.gz) = bbe271715d1dee038b3cd72d6d2f05fb

View file

@ -1,13 +0,0 @@
--- screen.c.orig Fri May 25 16:40:10 2001
+++ screen.c Mon Sep 3 15:48:24 2001
@@ -1061,6 +1061,10 @@
Attacher();
/* NOTREACHED */
}
+#ifdef MULTIUSER
+ if (multiattach)
+ Panic(0, "Can't create sessions of other users.");
+#endif
debug("screen -r: backend not responding -- still crying\n");
}
else if (dflag && !mflag)

View file

@ -6,8 +6,7 @@
#
PORTNAME= screen
PORTVERSION= 3.9.9
PORTREVISION= 1
PORTVERSION= 3.9.10
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU}

View file

@ -1 +1 @@
MD5 (screen-3.9.9.tar.gz) = 9a8b1d6c7438c64b884c4f7d7662afdc
MD5 (screen-3.9.10.tar.gz) = bbe271715d1dee038b3cd72d6d2f05fb

View file

@ -1,13 +0,0 @@
--- screen.c.orig Fri May 25 16:40:10 2001
+++ screen.c Mon Sep 3 15:48:24 2001
@@ -1061,6 +1061,10 @@
Attacher();
/* NOTREACHED */
}
+#ifdef MULTIUSER
+ if (multiattach)
+ Panic(0, "Can't create sessions of other users.");
+#endif
debug("screen -r: backend not responding -- still crying\n");
}
else if (dflag && !mflag)