mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Update to screen 3.9.10 with vendor fix for the alleged security hole.
This commit is contained in:
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
|
@ -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}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (screen-3.9.9.tar.gz) = 9a8b1d6c7438c64b884c4f7d7662afdc
|
||||
MD5 (screen-3.9.10.tar.gz) = bbe271715d1dee038b3cd72d6d2f05fb
|
||||
|
|
|
@ -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)
|
|
@ -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}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (screen-3.9.9.tar.gz) = 9a8b1d6c7438c64b884c4f7d7662afdc
|
||||
MD5 (screen-3.9.10.tar.gz) = bbe271715d1dee038b3cd72d6d2f05fb
|
||||
|
|
|
@ -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)
|
Loading…
Add table
Reference in a new issue