svn commit: r303054 - head/shells/rssh

Eygene Ryabinkin rea at FreeBSD.org
Fri Aug 24 04:27:35 UTC 2012


Author: rea
Date: Fri Aug 24 04:27:34 2012
New Revision: 303054
URL: http://svn.freebsd.org/changeset/ports/303054

Log:
  shells/rssh: mark FORBIDDEN due to being vulnerable
  
  http://www.vuxml.org/freebsd/65b25acc-e63b-11e1-b81c-001b77d09812.html
  documents rather serious vulnerability that allows people to curcumvent
  protections put by rssh, thus making it a kind of non-usable tool.
  
  Security:	65b25acc-e63b-11e1-b81c-001b77d09812

Modified:
  head/shells/rssh/Makefile

Modified: head/shells/rssh/Makefile
==============================================================================
--- head/shells/rssh/Makefile	Fri Aug 24 03:51:30 2012	(r303053)
+++ head/shells/rssh/Makefile	Fri Aug 24 04:27:34 2012	(r303054)
@@ -13,6 +13,8 @@ MASTER_SITES=	SF
 MAINTAINER=	pav at FreeBSD.org
 COMMENT=	A Restricted Secure SHell only for sftp or/and scp
 
+FORBIDDEN=	http://www.vuxml.org/freebsd/65b25acc-e63b-11e1-b81c-001b77d09812.html (vulnerability)
+
 GNU_CONFIGURE=	yes
 
 MAN1=		rssh.1



More information about the svn-ports-head mailing list