pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/synergy Update to synergy-1.8.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6170ea32f1a9
branches:  trunk
changeset: 356088:6170ea32f1a9
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Dec 18 21:12:13 2016 +0000

description:
Update to synergy-1.8.6

Bug #5592 - Some keys don't work for macOS Sierra clients
Bug #5186 - Cursor stuck on client when using multi-DPI server
Bug #5722 - Malformed serial key in registry will crash GUI on startup
Bug #5752 - Tab order is incorrect on Settings dialog
Enhancement #5699 - Unified installers on macOS
Feature #4836 - macOS Sierra build
Bug #5680 - Server crashes when disconnecting SSL clients
Bug #5626 - Build fails using Xcode 8 and macOS SDK 10.12
Feature #5657 - Trial version support
Feature #5707 - User upgrade statistics

diffstat:

 net/synergy/Makefile                                      |   4 +-
 net/synergy/distinfo                                      |  12 +++----
 net/synergy/patches/patch-src_lib_ipc_CIpcClientProxy.cpp |  23 ---------------
 net/synergy/patches/patch-src_lib_ipc_CIpcServerProxy.cpp |  23 ---------------
 4 files changed, 7 insertions(+), 55 deletions(-)

diffs (86 lines):

diff -r 6c7361247888 -r 6170ea32f1a9 net/synergy/Makefile
--- a/net/synergy/Makefile      Sun Dec 18 21:02:48 2016 +0000
+++ b/net/synergy/Makefile      Sun Dec 18 21:12:13 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2016/10/28 21:31:30 tnn Exp $
+# $NetBSD: Makefile,v 1.38 2016/12/18 21:12:13 tnn Exp $
 
-DISTNAME=              synergy-1.8.4
+DISTNAME=              synergy-1.8.6
 CATEGORIES=            net x11
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=symless/}
 GITHUB_TAG=            v${PKGVERSION_NOREV}-stable
diff -r 6c7361247888 -r 6170ea32f1a9 net/synergy/distinfo
--- a/net/synergy/distinfo      Sun Dec 18 21:02:48 2016 +0000
+++ b/net/synergy/distinfo      Sun Dec 18 21:12:13 2016 +0000
@@ -1,11 +1,9 @@
-$NetBSD: distinfo,v 1.23 2016/10/28 21:31:30 tnn Exp $
+$NetBSD: distinfo,v 1.24 2016/12/18 21:12:13 tnn Exp $
 
-SHA1 (synergy-1.8.4.tar.gz) = 830ad95c6e09e22d806c06465eca543b97fd7da3
-RMD160 (synergy-1.8.4.tar.gz) = 3d10719b1459b185b7494c71f1a43c26cd81877b
-SHA512 (synergy-1.8.4.tar.gz) = 7d01138a0481662c5d78bec0a6cacadeb5927a9ea283adb6a63d9c7ab0d97a39484b5ede5f70fe4fbc7a5a296caa581e81cddeddb82687c379686f469ab3b584
-Size (synergy-1.8.4.tar.gz) = 13457383 bytes
-SHA1 (patch-src_lib_ipc_CIpcClientProxy.cpp) = 0779513d0653354c775a7f04417ae214f06795da
-SHA1 (patch-src_lib_ipc_CIpcServerProxy.cpp) = 8b486ad626a9bef7d74602035f3df73c3a91e0dd
+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 (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
diff -r 6c7361247888 -r 6170ea32f1a9 net/synergy/patches/patch-src_lib_ipc_CIpcClientProxy.cpp
--- a/net/synergy/patches/patch-src_lib_ipc_CIpcClientProxy.cpp Sun Dec 18 21:02:48 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-src_lib_ipc_CIpcClientProxy.cpp,v 1.2 2015/02/03 18:49:34 tnn Exp $
-
-g++ on sparc64 complains: ISO C++ says that these are ambiguous:
-synergy/ProtocolUtil.h:82:16: note: candidate 1: static void ProtocolUtil::writef(void*, const char*, va_list)
-  static void   writef(void*, const char* fmt, va_list);
-                ^
-synergy/ProtocolUtil.h:53:16: note: candidate 2: static void ProtocolUtil::writef(synergy::IStream*, const char*, ...)
-  static void   writef(synergy::IStream*,
-                ^
-synergy/ProtocolUtil.h:82:16: error: 'static void ProtocolUtil::writef(void*, const char*, va_list)' is private
-  static void   writef(void*, const char* fmt, va_list);
-                ^
---- src/lib/ipc/IpcClientProxy.cpp.orig        2014-12-02 15:03:19.000000000 +0000
-+++ src/lib/ipc/IpcClientProxy.cpp
-@@ -147,7 +147,7 @@ IpcClientProxy::send(const IpcMessage& m
-       case kIpcLogLine: {
-               const IpcLogLineMessage& llm = static_cast<const IpcLogLineMessage&>(message);
-               String logLine = llm.logLine();
--              ProtocolUtil::writef(&m_stream, kIpcMsgLogLine, &logLine);
-+              ProtocolUtil::writef(&m_stream, kIpcMsgLogLine, "%s", &logLine);
-               break;
-       }
-                       
diff -r 6c7361247888 -r 6170ea32f1a9 net/synergy/patches/patch-src_lib_ipc_CIpcServerProxy.cpp
--- a/net/synergy/patches/patch-src_lib_ipc_CIpcServerProxy.cpp Sun Dec 18 21:02:48 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-src_lib_ipc_CIpcServerProxy.cpp,v 1.2 2015/02/03 18:49:34 tnn Exp $
-
-g++ on sparc64 complains: ISO C++ says that these are ambiguous:
-synergy/ProtocolUtil.h:82:16: note: candidate 1: static void ProtocolUtil::writef(void*, const char*, va_list)
-  static void   writef(void*, const char* fmt, va_list);
-                ^
-synergy/ProtocolUtil.h:53:16: note: candidate 2: static void ProtocolUtil::writef(synergy::IStream*, const char*, ...)
-  static void   writef(synergy::IStream*,
-                ^
-synergy/ProtocolUtil.h:82:16: error: 'static void ProtocolUtil::writef(void*, const char*, va_list)' is private
-  static void   writef(void*, const char* fmt, va_list);
-
---- src/lib/ipc/IpcServerProxy.cpp.orig        2014-12-02 15:03:19.000000000 +0000
-+++ src/lib/ipc/IpcServerProxy.cpp
-@@ -95,7 +95,7 @@ IpcServerProxy::send(const IpcMessage& m
-       case kIpcCommand: {
-               const IpcCommandMessage& cm = static_cast<const IpcCommandMessage&>(message);
-               String command = cm.command();
--              ProtocolUtil::writef(&m_stream, kIpcMsgCommand, &command);
-+              ProtocolUtil::writef(&m_stream, kIpcMsgCommand, "%s", &command);
-               break;
-       }
- 



Home | Main Index | Thread Index | Old Index