From 66a81c62b92aa3373e54dc3b68238b43561f244f Mon Sep 17 00:00:00 2001 From: Lars Thegler Date: Fri, 23 Jan 2009 16:21:16 +0000 Subject: 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) --- devel/p4d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/p4d/Makefile') diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile index d21d643a2704..9c9103f17b24 100644 --- a/devel/p4d/Makefile +++ b/devel/p4d/Makefile @@ -7,7 +7,7 @@ PORTNAME= perforce PORTVERSION= 08.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ \ -- cgit v1.2.3