From owner-svn-ports-head@FreeBSD.ORG Thu Aug 9 19:47:20 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42964106566B; Thu, 9 Aug 2012 19:47:20 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2DDAF8FC08; Thu, 9 Aug 2012 19:47:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q79JlKZ0046079; Thu, 9 Aug 2012 19:47:20 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q79JlJaa046077; Thu, 9 Aug 2012 19:47:19 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201208091947.q79JlJaa046077@svn.freebsd.org> From: Cy Schubert Date: Thu, 9 Aug 2012 19:47:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302355 - head/security/sudosh3 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2012 19:47:20 -0000 Author: cy Date: Thu Aug 9 19:47:19 2012 New Revision: 302355 URL: http://svn.freebsd.org/changeset/ports/302355 Log: Secunia Advisory SA38292, ISS X-Force sudosh-replay-bo (55903), replay() function buffer overflow. Security: Secunia Advisory SA38292, ISS X-Force sudosh-replay-bo (55903) Modified: head/security/sudosh3/Makefile Modified: head/security/sudosh3/Makefile ============================================================================== --- head/security/sudosh3/Makefile Thu Aug 9 19:38:52 2012 (r302354) +++ head/security/sudosh3/Makefile Thu Aug 9 19:47:19 2012 (r302355) @@ -15,6 +15,8 @@ MAINTAINER= cy@FreeBSD.org COMMENT= Third version of the sudo shell CONFLICTS= sudosh-* +FORBIDDEN= Secunia Advisory SA38292, ISS X-Force sudosh-replay-bo (55903), replay() function buffer overflow. + RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo GNU_CONFIGURE= yes