From owner-cvs-all@FreeBSD.ORG Fri Jan 23 16:21:17 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CD7D1065676; Fri, 23 Jan 2009 16:21:17 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EFA168FC08; Fri, 23 Jan 2009 16:21:16 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0NGLG02055118; Fri, 23 Jan 2009 16:21:16 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0NGLGBA055117; Fri, 23 Jan 2009 16:21:16 GMT (envelope-from lth) Message-Id: <200901231621.n0NGLGBA055117@repoman.freebsd.org> From: Lars Thegler Date: Fri, 23 Jan 2009 16:21:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/perforce Makefile distinfo.freebsd60x86 distinfo.freebsd60x86_64 distinfo.freebsd61sparc64 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2009 16:21:17 -0000 lth 2009-01-23 16:21:16 UTC FreeBSD ports repository Modified files: devel/perforce Makefile distinfo.freebsd60x86 distinfo.freebsd60x86_64 distinfo.freebsd61sparc64 Log: Bugs fixed (from release notes): #179182 ** 'p4 sync -p' via the proxy did not transfer files which were not in the proxy's cache. Fixed. (Bug #31775) #184476 ** Excessive wildcard use in client views could crash the ntx64/p4d server under circumstances that would be handled correctly by the ntx86/p4d server. It was discovered that the 64-bit version of the windows server requires more stack space to perform commands involving excessive wildcard usage in client mappings. This has been resolved so that the ntx6/p4d process behaves similarly to the ntx86/p4d. (Bug #31737) #181214 ** 'p4 fstat -F' with a filter that contains a not (^) crashes the Perforce server. This has been fixed. (Bug #31771) #183252 ** A failure to open a temporary file during submit of a compressed file could lead to a server crash. This problem could occur on a windows server only. Fixed. (Bug #31952) #168144 * Shell wildcard expansion on Windows can once again be disabled by double quoting arguments. (Bug #30753) Revision Changes Path 1.79 +1 -1 ports/devel/perforce/Makefile 1.6 +15 -15 ports/devel/perforce/distinfo.freebsd60x86 1.6 +15 -15 ports/devel/perforce/distinfo.freebsd60x86_64 1.10 +15 -15 ports/devel/perforce/distinfo.freebsd61sparc64