pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/synergy
Module Name: pkgsrc
Committed By: tnn
Date: Fri Oct 28 21:31:30 UTC 2016
Modified Files:
pkgsrc/net/synergy: Makefile distinfo
Log Message:
synergy-1.8.4 (2016-10-11)
Bug #4041 UHD/4K DPI scaling broken on Windows servers
Bug #4420 When XRandR adds a screen, it is inaccessible
Bug #5603 Activation notification depends on existence of /etc/os-release
Bug #5624 Update notification sometimes requests a downgrade
Bug #5329 Current date is shown for build date in the about dialog
Bug #5640 Synergy branding is inconsistent across platforms
Enhancement #5617 Remove redundant plugin infrastructure
Enhancement #5627 Move SSL certificate generation to main window
Enhancement #5628 Move SSL implementation into core binary
Enhancement #5629 Move activation from wizard into new dialog window
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/synergy/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/synergy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/synergy/Makefile
diff -u pkgsrc/net/synergy/Makefile:1.36 pkgsrc/net/synergy/Makefile:1.37
--- pkgsrc/net/synergy/Makefile:1.36 Fri Oct 7 18:26:08 2016
+++ pkgsrc/net/synergy/Makefile Fri Oct 28 21:31:30 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2016/10/07 18:26:08 adam Exp $
+# $NetBSD: Makefile,v 1.37 2016/10/28 21:31:30 tnn Exp $
-DISTNAME= synergy-1.8.3
-PKGREVISION= 1
+DISTNAME= synergy-1.8.4
CATEGORIES= net x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=symless/}
GITHUB_TAG= v${PKGVERSION_NOREV}-stable
@@ -57,9 +56,11 @@ do-install:
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CXX+= -std=c++11 -Wno-switch -Wno-unused \
- -Wno-deprecated-register -Wno-tautological-compare
+ -Wno-deprecated-register -Wno-tautological-compare \
+ -Wno-logical-op-parentheses
CWRAPPERS_APPEND.cxx+= -std=c++11 -Wno-switch -Wno-unused \
- -Wno-deprecated-register -Wno-tautological-compare
+ -Wno-deprecated-register -Wno-tautological-compare \
+ -Wno-logical-op-parentheses
.endif
.include "../../mk/endian.mk"
@@ -74,6 +75,7 @@ CFLAGS+= -DUSYNERGY_LITTLE_ENDIAN
BUILDLINK_TRANSFORM+= rm:-ldl
.endif
+.include "../../security/openssl/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.if !exists(/System/Library/Frameworks/Carbon.framework)
.include "../../x11/libXext/buildlink3.mk"
Index: pkgsrc/net/synergy/distinfo
diff -u pkgsrc/net/synergy/distinfo:1.22 pkgsrc/net/synergy/distinfo:1.23
--- pkgsrc/net/synergy/distinfo:1.22 Tue Sep 27 13:21:30 2016
+++ pkgsrc/net/synergy/distinfo Fri Oct 28 21:31:30 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.22 2016/09/27 13:21:30 tnn Exp $
+$NetBSD: distinfo,v 1.23 2016/10/28 21:31:30 tnn Exp $
-SHA1 (synergy-1.8.3.tar.gz) = d6ea0f22e9427e6d798e0f6cf7e83e19ede66763
-RMD160 (synergy-1.8.3.tar.gz) = 536156bf75801900c0eee39590bd66035e4efa50
-SHA512 (synergy-1.8.3.tar.gz) = a5e51e68a16b4e84d916aa54f03925c9db0df70b80c586d020c599f9685d820f097dd6519e07ad31704e769dd9072eb79f0f95465a12890a8caca44d0fac0688
-Size (synergy-1.8.3.tar.gz) = 13509408 bytes
+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 (patch-src_lib_server_CConfig.cpp) = 94c5e9a57f9880ab8fcb75320bd2dbb306540966
Home |
Main Index |
Thread Index |
Old Index