svn commit: r436321 - head/security/putty/files

Matthias Andree mandree at FreeBSD.org
Fri Mar 17 08:06:15 UTC 2017


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). */


More information about the svn-ports-all mailing list