head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.8 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.6 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.4 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.2 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.2.0.30 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.28 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.26 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.24 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.22 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.20 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.18 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.16 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.14 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.12 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.10 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.8 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.6 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.4 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.2 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.1.0.6 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.4 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.2 pkgsrc-2020Q4-base:1.1; locks; strict; comment @// @; 1.4 date 2025.05.09.22.18.38; author tnn; state Exp; branches; next 1.3; commitid oNGX779zkCfkyhUF; 1.3 date 2025.05.05.08.51.24; author tnn; state dead; branches; next 1.2; commitid TnNEqnt32yzocHTF; 1.2 date 2021.06.25.09.49.24; author tnn; state Exp; branches; next 1.1; commitid u0KZYkfbYqp8RuYC; 1.1 date 2020.10.22.13.47.34; author tnn; state Exp; branches; next ; commitid Ex0GrHOgI9hB5UsC; desc @@ 1.4 log @net/synergy: put back removed package until after next branch or so requested by abs@@ @ text @$NetBSD: patch-src_lib_server_Config.cpp,v 1.2 2021/06/25 09:49:24 tnn Exp $ Fix for some EOF problem. Not sure it's still required as the previous patch has been adapted to upstream changes. --- src/lib/server/Config.cpp.orig 2021-06-08 13:44:14.000000000 +0000 +++ src/lib/server/Config.cpp @@@@ -1974,7 +1974,7 @@@@ ConfigReadContext::getLineNumber() const bool ConfigReadContext::operator!() const { - return !m_stream; + return m_stream.bad(); } OptionValue @ 1.3 log @net/synergy: remove, succeeded by net/deskflow See here for details: https://github.com/deskflow/deskflow/wiki/Relationship-with-Synergy https://github.com/deskflow/deskflow/wiki/Project-Forks @ text @@ 1.2 log @synergy: update to 1.14.0.4 - bug fixes - build system fixes - code quality improvements @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @synergy: update to 1.12.0 Bug fixes: #6748 Copyright year in about dialog isn't updated #6730 Updating synergy looses settings #6734 Fixed naming of installers for linux and windows #6487 Mouse freezes or key repeats on Linux client #6663 Limit GUI log Window to prevent it using up too much RAM over time #6587 Auto config setting doesn't do anything #6620 Unit tests are no longer built #6670 Build computers failing with language file error #6661 Removed deprecated namespace in gtest/gmock by updating #6601 Update man page with missing crypto option #4036 Client cursor constrained to old resolution #6716 Denial of Service vulnerability on servers with 4GB of ram or less Enhancements: #6739 Add submodules cloning to cmake #6736 Command line option for custom TLS Certificate #6666 Add doxygen documentation output from pipelines #6715 Updated language file from Crowdin #6722 Allow servers to be announced by screen name instead of IP #6720 Add macqtdeploy to cmake #6725 Disable the building of tests with CMake option Features: #6538 System-wide config for all system users @ text @d1 1 a1 1 $NetBSD: patch-src_lib_server_CConfig.cpp,v 1.3 2015/02/03 18:49:34 tnn Exp $ d6 1 a6 1 --- src/lib/server/Config.cpp.orig 2014-12-02 15:03:19.000000000 +0000 d8 1 a8 1 @@@@ -1931,7 +1931,7 @@@@ ConfigReadContext::getLineNumber() const @