From owner-svn-ports-all@freebsd.org Fri Mar 17 08:06:14 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0124D0F1BE; Fri, 17 Mar 2017 08:06:14 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFABA1099; Fri, 17 Mar 2017 08:06:14 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2H86DCe014567; Fri, 17 Mar 2017 08:06:13 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2H86DfB014566; Fri, 17 Mar 2017 08:06:13 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <201703170806.v2H86DfB014566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Fri, 17 Mar 2017 08:06:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436321 - head/security/putty/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2017 08:06:15 -0000 Author: mandree Date: Fri Mar 17 08:06:13 2017 New Revision: 436321 URL: https://svnweb.freebsd.org/changeset/ports/436321 Log: Add forgotten patch for Linux -> BSD portability. Submitted by: cy@ Reported by: cy@ MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D10023 Added: head/security/putty/files/patch-unix__uxpgnt.c (contents, props changed) Added: head/security/putty/files/patch-unix__uxpgnt.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/putty/files/patch-unix__uxpgnt.c Fri Mar 17 08:06:13 2017 (r436321) @@ -0,0 +1,11 @@ +--- uxpgnt.c.orig 2017-03-16 03:33:18.000000000 +0000 ++++ uxpgnt.c 2017-03-16 03:33:18.000000000 +0000 +@@ -270,7 +270,7 @@ + /* Get out of our previous process group, to avoid being + * blasted by passing signals. But keep our controlling tty, + * so we can keep checking to see if we still have one. */ +- setpgrp(); ++ setpgrp(0,0); + } else { + /* Do that, but also leave our entire session and detach from + * the controlling tty (if any). */