From owner-svn-ports-all@FreeBSD.ORG Thu Oct 3 22:38:58 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 12979F67; Thu, 3 Oct 2013 22:38:58 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA3C42451; Thu, 3 Oct 2013 22:38:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r93McvaM074886; Thu, 3 Oct 2013 22:38:57 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r93Mcv2W074878; Thu, 3 Oct 2013 22:38:57 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201310032238.r93Mcv2W074878@svn.freebsd.org> From: Bryan Drewery Date: Thu, 3 Oct 2013 22:38:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329246 - head/security/openssh-portable 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.14 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: Thu, 03 Oct 2013 22:38:58 -0000 Author: bdrewery Date: Thu Oct 3 22:38:57 2013 New Revision: 329246 URL: http://svnweb.freebsd.org/changeset/ports/329246 Log: - 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 Modified: head/security/openssh-portable/Makefile head/security/openssh-portable/distinfo Modified: head/security/openssh-portable/Makefile ============================================================================== --- head/security/openssh-portable/Makefile Thu Oct 3 22:35:12 2013 (r329245) +++ head/security/openssh-portable/Makefile Thu Oct 3 22:38:57 2013 (r329246) @@ -3,7 +3,7 @@ PORTNAME= openssh DISTVERSION= 6.2p2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_OPENBSD} @@ -134,7 +134,7 @@ CONFIGURE_LIBS+= -lgssapi_krb5 # Adapated from 5.7 patch at http://www.sxw.org.uk/computing/patches/ . if ${PORT_OPTIONS:MKERB_GSSAPI} -PATCHFILES+= openssh-6.2p2-gsskex-all-20110125.patch.gz +PATCHFILES+= openssh-6.2p2-gsskex-all-20110125-2.patch.gz PATCH_DIST_STRIP= . endif . if ${OPENSSLBASE} == "/usr" Modified: head/security/openssh-portable/distinfo ============================================================================== --- head/security/openssh-portable/distinfo Thu Oct 3 22:35:12 2013 (r329245) +++ head/security/openssh-portable/distinfo Thu Oct 3 22:38:57 2013 (r329246) @@ -6,8 +6,8 @@ SHA256 (openssh-6.2p1-CTR-threaded-v14.d SIZE (openssh-6.2p1-CTR-threaded-v14.diff.gz) = 4908 SHA256 (openssh-6.2p1+x509-7.4.1.diff.gz) = cdfa0ac38184062de7e0af36eeda7713095fbcffffb598d785047f6f47e48eae SIZE (openssh-6.2p1+x509-7.4.1.diff.gz) = 215496 -SHA256 (openssh-6.2p2-gsskex-all-20110125.patch.gz) = 1c54be66bfedb90b4909f0dda11dde09b10db6dca5a1c565c4c3efaed2036b2d -SIZE (openssh-6.2p2-gsskex-all-20110125.patch.gz) = 24309 +SHA256 (openssh-6.2p2-gsskex-all-20110125-2.patch.gz) = 597634f1a9e624b928f0ae647ec2ffba641f94a3ecad1161bce8fb2512c476b8 +SIZE (openssh-6.2p2-gsskex-all-20110125-2.patch.gz) = 24205 SHA256 (openssh-lpk-6.2p1.patch.gz) = 96c7a5435f3fd7d83875ee06c4a3c83ee6172c7d9de31b9ffdeb18118f285a24 SIZE (openssh-lpk-6.2p1.patch.gz) = 17881 SHA256 (openssh-sctp-2163.patch.gz) = 86ac3a59119c9c26193334d8ba7c3be9f143209080e4f8a2a00577c24c0c9e03