freebsd-ports/security/openssh-portable
Bryan Drewery 88a7df5687 - Fix KERB_GSSAPI incorrectly using a predictable cache file.
This was due to a mistake in r319062 when porting the patch from 5.8 to 6.2

  There is no active upstream for this patch. For reference here are the
  changes made in the patch:

  --- -	2013-10-03 11:07:21.262913573 -0500
  +++ /tmp/zdiff.XXXXXXXXXX.STScEeSI	2013-10-03 11:07:21.000000000 -0500
  @@ -183,7 +183,7 @@
	  if (ret < 0 || (size_t)ret >= sizeof(ccname))
		  return ENOMEM;

  -+#ifdef USE_CCAPI
  ++#ifndef USE_CCAPI
	  old_umask = umask(0177);
	  tmpfd = mkstemp(ccname + strlen("FILE:"));
	  oerrno = errno;

PR:		ports/180419
Reported by:	Garrett Wollman <wollman@khavrinen.csail.mit.edu>
2013-10-03 22:38:57 +00:00
..
files Cleanup patch-readconf.c to only have 1 diff 2013-10-03 13:31:42 +00:00
distinfo - Fix KERB_GSSAPI incorrectly using a predictable cache file. 2013-10-03 22:38:57 +00:00
Makefile - Fix KERB_GSSAPI incorrectly using a predictable cache file. 2013-10-03 22:38:57 +00:00
pkg-descr - Remove compatibiliy for FreeBSD <4.x 2013-04-17 00:35:31 +00:00
pkg-message
pkg-plist Convert to stagedir 2013-09-29 14:51:29 +00:00