From owner-cvs-all@FreeBSD.ORG Wed Jul 25 01:25:03 2007 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 DB72B16A418; Wed, 25 Jul 2007 01:25:03 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D2BB213C458; Wed, 25 Jul 2007 01:25:03 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l6P1P3AC029222; Wed, 25 Jul 2007 01:25:03 GMT (envelope-from kevlo@repoman.freebsd.org) Received: (from kevlo@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l6P1P3Ws029221; Wed, 25 Jul 2007 01:25:03 GMT (envelope-from kevlo) Message-Id: <200707250125.l6P1P3Ws029221@repoman.freebsd.org> From: Kevin Lo Date: Wed, 25 Jul 2007 01:25:03 +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/sysutils/synergy Makefile ports/sysutils/synergy/files patch-lib__server__CClientProxy1_0.cpp patch-lib__server__CServer.cpp X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2007 01:25:04 -0000 kevlo 2007-07-25 01:25:03 UTC FreeBSD ports repository Modified files: sysutils/synergy Makefile Added files: sysutils/synergy/files patch-lib__server__CClientProxy1_0.cpp patch-lib__server__CServer.cpp Log: Fix a bug when a Windows XP client sends an invalid mouse position to the server at initial connect. PR: ports/114869 Submitted by: ehaupt Revision Changes Path 1.14 +1 -1 ports/sysutils/synergy/Makefile 1.1 +28 -0 ports/sysutils/synergy/files/patch-lib__server__CClientProxy1_0.cpp (new) 1.1 +30 -0 ports/sysutils/synergy/files/patch-lib__server__CServer.cpp (new)