Received: by mail.netbsd.org (Postfix, from userid 605) id 489FB84D93; Fri, 28 Jul 2017 07:46:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D10E884D91 for ; Fri, 28 Jul 2017 07:46:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xHM5fHM8-zIu for ; Fri, 28 Jul 2017 07:46:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5B19F84D67 for ; Fri, 28 Jul 2017 07:46:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5635FFACD; Fri, 28 Jul 2017 07:46:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1501228005276440" MIME-Version: 1.0 Date: Fri, 28 Jul 2017 07:46:45 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/net/synergy To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20170728074645.5635FFACD@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1501228005276440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Fri Jul 28 07:46:45 UTC 2017 Modified Files: pkgsrc/net/synergy: Makefile distinfo Log Message: update to synergy-1.8.8 Bug #5196 - Some keys on Korean and Japanese keyboards have the same keycode Bug #5578 - Pressing Hangul key results in alt+'a' Bug #5785 - Can't switch screens when cursor is in a corner Bug #3197 - Linux: switchDoubleTap option is not working Bug #4477 - Linux: Mouse buttons higher than id 10 result in crash Bug #5832 - Linux: Screen size misdetected on multi-monitor display Enhancement #4504 - Improved Korean language description Enhancement #5525 - Added support for precise screen positioning in config file To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/synergy/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/synergy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1501228005276440 Content-Disposition: inline Content-Length: 1912 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/synergy/Makefile diff -u pkgsrc/net/synergy/Makefile:1.42 pkgsrc/net/synergy/Makefile:1.43 --- pkgsrc/net/synergy/Makefile:1.42 Wed May 3 08:38:44 2017 +++ pkgsrc/net/synergy/Makefile Fri Jul 28 07:46:45 2017 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2017/05/03 08:38:44 jperkin Exp $ +# $NetBSD: Makefile,v 1.43 2017/07/28 07:46:45 tnn Exp $ -DISTNAME= synergy-1.8.6 -PKGREVISION= 2 +DISTNAME= synergy-1.8.8 CATEGORIES= net x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=symless/} GITHUB_TAG= v${PKGVERSION_NOREV}-stable Index: pkgsrc/net/synergy/distinfo diff -u pkgsrc/net/synergy/distinfo:1.24 pkgsrc/net/synergy/distinfo:1.25 --- pkgsrc/net/synergy/distinfo:1.24 Sun Dec 18 21:12:13 2016 +++ pkgsrc/net/synergy/distinfo Fri Jul 28 07:46:45 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.24 2016/12/18 21:12:13 tnn Exp $ +$NetBSD: distinfo,v 1.25 2017/07/28 07:46:45 tnn Exp $ -SHA1 (synergy-1.8.6.tar.gz) = a07bf95d0c3bf8a2be4044a7557fb13792ff1867 -RMD160 (synergy-1.8.6.tar.gz) = 86f975671a2261c5a2b507191de565ba6acc721c -SHA512 (synergy-1.8.6.tar.gz) = e0816c280c77d4a865f4b7d4a9081963032a156bfb6da51e6b67a6fc41f8f18b097d3fc7c96218db268c36d0148021f9ddba95fe56daff8bfc54219dbdfe14a5 -Size (synergy-1.8.6.tar.gz) = 13497043 bytes +SHA1 (synergy-1.8.8.tar.gz) = 6e01c68e5f20382ec9e77c25cfdf1525bdd513bb +RMD160 (synergy-1.8.8.tar.gz) = 92d0c32ab8075169994f15d4db550ef916e9d7f8 +SHA512 (synergy-1.8.8.tar.gz) = b4909930af7da10d877297e674df4c042ec54333eed585334da4a8c834c0ca3ad7c93fd2436c7d8d2f0e9e039d7bd385bb9e8a8c706750cbab3c3664a9b16bc6 +Size (synergy-1.8.8.tar.gz) = 13498599 bytes SHA1 (patch-src_lib_server_CConfig.cpp) = 94c5e9a57f9880ab8fcb75320bd2dbb306540966 SHA1 (patch-tools_gmock-1.6.0_configure) = 3a10f06cba4f0af02e0175bf007d1937e3b5a25e SHA1 (patch-tools_gmock-1.6.0_include_gmock_internal_gmock-port.h) = 7e3b8ac2209e895f8949f35ef710300b727384ce --_----------=_1501228005276440--