pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/deskflow
Module Name: pkgsrc
Committed By: abs
Date: Thu Aug 7 13:59:30 UTC 2025
Modified Files:
pkgsrc/net/deskflow: Makefile distinfo
pkgsrc/net/deskflow/patches: patch-src_lib_base_String.h
Log Message:
Updated net/deskflow to 1.23.0
What's Changed
- fix: ServerConfigDialog disabled spinboxes that should be enabled on open by @sithlord48 in #8644
- Cleanup Windows classes unused code and includes by @sithlord48 in #8639
- Feat: Define QT_NO_KEYWORDS, allowing us to use Qt in more places by @sithlord48 in #8638
- fix: Core not starting if gui started minimized by @sithlord48 in #8643
- Restart option by @sithlord48 in #8650
- Mac os make sure server save and config are the same height by @sithlord48 in #8655
- Messages improve by @sithlord48 in #8661
- chore: update readme logo to be theme aware by @sithlord48 in #8664
- ci: Qt updates by @sithlord48 in #8660
- chore: correct appstream license to gpl2.0 NOT gpl2.0+ by @sithlord48 in #8667
- ci: Fix windows random build failures by @sithlord48 in #8668
- feat: setup dev documents by @sithlord48 in #8663
- docs: Re-introduce chat links to grow community by @nbolton in #8669
- Remove anon namespace from Serverconfig::addtoFirstEmptyGrid by @sithlord48 in #8673
- feat: remove defunct --no-xinitThreads option by @sithlord48 in #8679
- chore use std::getenv Not c style getenv by @sithlord48 in #8678
- Rm more if def defines by @sithlord48 in #8684
- refactor: handle read and write on tcpsocket at the same time by @sithlord48 in #8675
- Begin to use std::mutex in place of ArchMutex by @sithlord48 in #8674
- chore: refresh metainfo.xml by @renner0e in #8689
- chore: add short options help and version in deskflow-gui by @sithlord48 in #8685
- feat: improve connections status bar info by @sithlord48 in #8690
- chore: Remove 1024 TLS key length option by @nbolton in #8671
- Minor smell cleanup by @sithlord48 in #8691
- use std::funciton for event queue by @sithlord48 in #8697
- fix: Error text is not shown for Qt CLI parser by @nbolton in #8692
- fix: typo in configuration.md by @StephenFluin in #8705
- Add Main Input-leap / Barrier Devs to our Important dev list by @sithlord48 in #8699
- refactor: Improve display of names on about screen with nbsp by @nbolton in #8702
- refactor: free SecureSocket cert after use by @sithlord48 in #8703
- Use more Unique pointers by @sithlord48 in #8704
- refactor: AboutDialog, Remove lambda for btnClose by @sithlord48 in #8706
- Sonar cleanup 3 by @sithlord48 in #8707
- Conform the remaining EI and Portal item to our code style by @sithlord48 in #8708
- More style items by @sithlord48 in #8710
- ci: ensure run tests fails if either tests outcome is not successful by @sithlord48 in #8712
- add protocol developer documentation by @laz-001 in #8666
- Remove DRAG_AND_DROP items missed by #8459 by @sithlord48 in #8716
- chore: simplify icon theme path fallback path by @sithlord48 in #8718
- Fix broken link to 'Protocol Reference' and duplicate sidenav entries for 'Contributing' by @laz-001 in #8720
- docs: fix missing refs warnings by @laz-001 in #8724
- Cleanup Doxygen warnings by @sithlord48 in #8726
- chore: fix typo in metainfo.xml by @AsciiWolf in #8734
- ci: Add Windows Arm builds by @sithlord48 in #8512
- More Sonar Cleanup (round 5) by @sithlord48 in #8732
- chore: fix W:useless-whatis-entry lintian warnings by @kenhys in #8728
- build: WixPackage, set a proper CPACK_WIX_ARCHITECTURE by @sithlord48 in #8740
- Sonar cleanup 6 by @sithlord48 in #8738
- fix: save geometry not frameGeometry on exit by @sithlord48 in #8743
- ci :remove EOL fedora 40 builds by @sithlord48 in #8745
- Sonar cleanup 7 by @sithlord48 in #8744
- InputCapture portal Improvements by @sithlord48 in #8749
- Windows Installer: Add Post install run option, cleanup background template by @sithlord48 in #8751
- Sonar cleanup 8 by @sithlord48 in #8748
- chore: MainWindow, Use system monospace font in log by @sithlord48 in #8750
- fix: setWindowIcon explicitly by @sithlord48 in #8764
- split version info in new header by @sithlord48 in #8765
- refactor: windows write daemon log in ProgramData\Deskflow by @sithlord48 in #8768
- build: generate vcpkg.json on windows by @sithlord48 in #8763
- Install less windows Dlls by @sithlord48 in #8758
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/deskflow/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/deskflow/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/net/deskflow/patches/patch-src_lib_base_String.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/deskflow/Makefile
diff -u pkgsrc/net/deskflow/Makefile:1.5 pkgsrc/net/deskflow/Makefile:1.6
--- pkgsrc/net/deskflow/Makefile:1.5 Thu Jun 12 06:57:50 2025
+++ pkgsrc/net/deskflow/Makefile Thu Aug 7 13:59:30 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/06/12 06:57:50 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/08/07 13:59:30 abs Exp $
-DISTNAME= deskflow-1.22.0
+DISTNAME= deskflow-1.23.0
CATEGORIES= net x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=deskflow/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/net/deskflow/distinfo
diff -u pkgsrc/net/deskflow/distinfo:1.2 pkgsrc/net/deskflow/distinfo:1.3
--- pkgsrc/net/deskflow/distinfo:1.2 Fri May 30 21:17:32 2025
+++ pkgsrc/net/deskflow/distinfo Thu Aug 7 13:59:30 2025
@@ -1,15 +1,15 @@
-$NetBSD: distinfo,v 1.2 2025/05/30 21:17:32 tnn Exp $
+$NetBSD: distinfo,v 1.3 2025/08/07 13:59:30 abs Exp $
BLAKE2s (CLI11-2.5.0.hpp) = 2a27af60fd6ccb1d1d5883c415a7432277544287a29d69dec2f92dc79de22518
SHA512 (CLI11-2.5.0.hpp) = 1440f3500126e2edfb8e52811339a80721509446a2725e845961b7d41a42e0726b6a91cfe714b75684b3fa41b44c2b578af2f7b94746e5ef1a24e2f211b939f3
Size (CLI11-2.5.0.hpp) = 444182 bytes
-BLAKE2s (deskflow-1.22.0.tar.gz) = c7e1af802f1884abefd1f62218337e30260dd868967ae5aa7835a7df866bc188
-SHA512 (deskflow-1.22.0.tar.gz) = a1ce959b287e3fa22216b098e21af6572ea38c5010fc2d916a895e05eb8e8ee9c6d7f13f5e4380ed6f760ca5b9ce8c513d5156a4dace8dcc71ca2a06a4b875bb
-Size (deskflow-1.22.0.tar.gz) = 1855676 bytes
+BLAKE2s (deskflow-1.23.0.tar.gz) = 3221c3c84e71d60e1040734643fe752c1566e2d297a2f8dd8840914a3943c363
+SHA512 (deskflow-1.23.0.tar.gz) = b65aa09374ae40b74336fbef851e3aa4334573f6935dbd15c01cfd29637440e46d8815dbb137a382f89e6bf99d4a9c371740140b5a49f534dc856fbae3182d86
+Size (deskflow-1.23.0.tar.gz) = 1825112 bytes
BLAKE2s (toml-3.4.0.hpp) = 8d715a2b4fd6648d5a40ff0f8e2462d9488608da8efe052c5df0516a86b29799
SHA512 (toml-3.4.0.hpp) = b434408b483f3ce308c63d48922f2dacfaac95be9031056118486b230123a3bdc8303e191c0dc787dc22bcc3a1777fe94057638b6c10da9620163665481c4d0d
Size (toml-3.4.0.hpp) = 485931 bytes
-SHA1 (patch-src_lib_base_String.h) = 7cd3ae7f44222a4d54ad7ee9504c8299b6604a31
+SHA1 (patch-src_lib_base_String.h) = 403de91490a20aa46bc298207b246c58381d3599
SHA1 (patch-src_lib_client_Client.h) = 3faecc7dd7bf378c384d2e63f4f7bee4edd2ffcb
SHA1 (patch-src_lib_deskflow_CMakeLists.txt) = 9edeedd98c6e4c89d50626813a19c3a09b7e23da
SHA1 (patch-src_lib_server_Server.h) = 1784efe6dfa7c580f902e57d153cb7fe6c6492a1
Index: pkgsrc/net/deskflow/patches/patch-src_lib_base_String.h
diff -u pkgsrc/net/deskflow/patches/patch-src_lib_base_String.h:1.2 pkgsrc/net/deskflow/patches/patch-src_lib_base_String.h:1.3
--- pkgsrc/net/deskflow/patches/patch-src_lib_base_String.h:1.2 Fri May 30 21:17:32 2025
+++ pkgsrc/net/deskflow/patches/patch-src_lib_base_String.h Thu Aug 7 13:59:30 2025
@@ -1,8 +1,8 @@
-$NetBSD: patch-src_lib_base_String.h,v 1.2 2025/05/30 21:17:32 tnn Exp $
+$NetBSD: patch-src_lib_base_String.h,v 1.3 2025/08/07 13:59:30 abs Exp $
cstdarg for va_list
---- src/lib/base/String.h.orig 2025-05-29 13:27:33.000000000 +0000
+--- src/lib/base/String.h.orig 2025-07-23 13:27:06.000000000 +0000
+++ src/lib/base/String.h
@@ -10,6 +10,7 @@
@@ -11,4 +11,4 @@ cstdarg for va_list
+#include <cstdarg>
#include <string>
- namespace deskflow {
+ //! std::string utilities
Home |
Main Index |
Thread Index |
Old Index