head 1.6; access; symbols pkgsrc-2026Q1:1.6.0.8 pkgsrc-2026Q1-base:1.6 pkgsrc-2025Q4:1.6.0.6 pkgsrc-2025Q4-base:1.6 pkgsrc-2025Q3:1.6.0.4 pkgsrc-2025Q3-base:1.6 pkgsrc-2025Q2:1.6.0.2 pkgsrc-2025Q2-base:1.6 pkgsrc-2025Q1:1.5.0.26 pkgsrc-2025Q1-base:1.5 pkgsrc-2024Q4:1.5.0.24 pkgsrc-2024Q4-base:1.5 pkgsrc-2024Q3:1.5.0.22 pkgsrc-2024Q3-base:1.5 pkgsrc-2024Q2:1.5.0.20 pkgsrc-2024Q2-base:1.5 pkgsrc-2024Q1:1.5.0.18 pkgsrc-2024Q1-base:1.5 pkgsrc-2023Q4:1.5.0.16 pkgsrc-2023Q4-base:1.5 pkgsrc-2023Q3:1.5.0.14 pkgsrc-2023Q3-base:1.5 pkgsrc-2023Q2:1.5.0.12 pkgsrc-2023Q2-base:1.5 pkgsrc-2023Q1:1.5.0.10 pkgsrc-2023Q1-base:1.5 pkgsrc-2022Q4:1.5.0.8 pkgsrc-2022Q4-base:1.5 pkgsrc-2022Q3:1.5.0.6 pkgsrc-2022Q3-base:1.5 pkgsrc-2022Q2:1.5.0.4 pkgsrc-2022Q2-base:1.5 pkgsrc-2022Q1:1.5.0.2 pkgsrc-2022Q1-base:1.5 pkgsrc-2021Q4:1.4.0.2 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.2.0.14 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.12 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.10 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.8 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.6 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.4 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.2 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.1.0.10 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.6 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.4 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.2 pkgsrc-2019Q1-base:1.1; locks; strict; comment @# @; 1.6 date 2025.05.13.14.49.26; author wiz; state Exp; branches; next 1.5; commitid xt758WxAg7gCWKUF; 1.5 date 2022.03.05.10.32.10; author nia; state Exp; branches; next 1.4; commitid uDhnLxMz6h0KX0vD; 1.4 date 2021.10.26.10.05.24; author nia; state Exp; branches; next 1.3; commitid NSG51tx5OFzLZieD; 1.3 date 2021.10.07.13.23.31; author nia; state Exp; branches; next 1.2; commitid 8H0x5mNEoqMOHSbD; 1.2 date 2020.03.27.08.45.26; author nia; state Exp; branches; next 1.1; commitid 4EEN0P5sFNRp812C; 1.1 date 2019.02.17.10.17.46; author nia; state Exp; branches; next ; commitid A95aoikNlGwGC6cB; desc @@ 1.6 log @chat/quassel: add rc.d script to quasselcore Add patch to send only warning when check SSL support of Qt5, instead of error. Qt5 of pkgsrc has SSL support, but quassel can't detect at configure time. Convert to cmake/build.mk. From Robert Bagdan on tech-pkg. @ text @$NetBSD: distinfo,v 1.5 2022/03/05 10:32:10 nia Exp $ BLAKE2s (quassel-0.14.0.tar.bz2) = 047dd940bdc2ba65ded12ae82572a748b95d61e79e9880e9dd64786ec10e67cb SHA512 (quassel-0.14.0.tar.bz2) = ea6b9723acab5ce73f760692770c1340c03bf277d2c99a2520345bfb6a7bb6fdc64a01dccfd7026341b46ee727821e1bcc2f487be72dfbc155f1de1ad264763f Size (quassel-0.14.0.tar.bz2) = 4774297 bytes SHA1 (patch-CMakeLists.txt) = d42753c94064d72c59077c520978fc2cfbeea2c2 @ 1.5 log @quassel: update to 0.14.0 Version 0.14.0 (2022-01-01) =========================== NOTE: Database schema format change, no downgrade possible! * New baseline for minimum build requirements and dependencies: Ubuntu 16.04 "Xenial Xerus" - GCC 5 or Clang 3.4 - CMake 3.5 - Qt 5.5.0 * New dependencies: - Boost (v1.54 or later, build-time only) - zlib (bundled miniz has been removed) * Support building against Qt 5.15 (and all prior versions down to and including Qt 5.5) * Remove support for building against Qt4/KDE4 * Require SSL support in Qt * Don't silently fall back to unencrypted client/core communication if certificate cannot be loaded * Properly escape LDAP usernames to prevent injection or bypassing authentication * Strip format codes in ignore list rules (this might affect pre-existing rules) * Support many more features of IRCv3 * Improve window handling under Wayland * Support the HAProxy protocol * Provide a daemon providing Prometheus metrics * Deprecate local highlight settings (prefer synced ones instead) * Improve configuration of SASL PLAIN and EXTERNAL * Add button for strike-through format * Allow choosing the account to connect to via command-line option * Make database schema migration more robust * Make backlog fetch more efficient, allow for fetch-on-demand * Make syncing and other aspects of the core/client protocol more efficient * Make RPC implementation more efficient * Improve log output * Clean up and modernize large parts of the code base - Replace the Qt 4 string-based connect syntax by function pointers - Fix many clang-tidy findings - Reformat ALL the code using clang-format instead of Uncrustify, with some style changes * Modernize build system * Support building shared libraries via the ENABLE_SHARED CMake option (defaults to on) * Introduce support for (and a small selection of) unit tests via the BUILD_TESTING CMake option * Use Github Actions as CI system, replacing Travis and Appveyor * Revamp bundle/DMG creation on macOS * Many smaller fixes * Improve documentation and UI help * Update translations * Update bundled iconsets and application icons * Update default network and documentation to point to our new home Libera IRC (since Freenode killed itself) @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.4 2021/10/26 10:05:24 nia Exp $ d6 1 @ 1.4 log @chat: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.3 2021/10/07 13:23:31 nia Exp $ d3 3 a5 4 BLAKE2s (quassel-0.13.1.tar.bz2) = d431f449516e64083e088407361c8e8625c34859562a6b698cb129cc5c5d0378 SHA512 (quassel-0.13.1.tar.bz2) = 4ed55e81b1638c8851ddae5d9c9d23a1c2cea92f307e19f426873c2600d8e183898d3ed7c290f2ea5d1b8c5e1be7f9ffcc3e8c3c0193d080fc879b10cc3a962c Size (quassel-0.13.1.tar.bz2) = 4289663 bytes SHA1 (patch-src_common_types.h) = bc1c32f97faf271402a7886cc4f1fd33cfce0984 @ 1.3 log @chat: Remove SHA1 hashes for distfiles @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.2 2020/03/27 08:45:26 nia Exp $ d3 1 a3 1 RMD160 (quassel-0.13.1.tar.bz2) = e129944a8863abc3bf03e78c53630b6639b94bab @ 1.2 log @quassel: Fix build problems caused by Qt 5.14 update from upstream @ text @d1 1 a1 1 $NetBSD: distinfo,v 1.1 2019/02/17 10:17:46 nia Exp $ a2 1 SHA1 (quassel-0.13.1.tar.bz2) = a2a734d4f6332912f341ea18337ea330669b4e18 @ 1.1 log @chat/quassel: Import version 0.13.1, based on work in pkgsrc-wip. Quassel IRC is a modern, cross-platform, distributed IRC client based on the Qt framework. Distributed means that one (or multiple) client(s) can attach to and detach from a central core that stays permanently online -- much like the popular combination of screen and a text-based IRC client such as WeeChat, and similar to (but much more featureful than) so-called BNCs. Re-attaching your client will show your IRC session in the same state as you left it in (plus whatever happened while you were gone), and this even when you re-attach from a different location. In addition, Quassel IRC can be used like a traditional client, with providing both client and core functionality in one binary. This so-called "Monolithic Client" completely hides the distributed nature, so for a purely local installation, Quassel IRC can be setup very easily. @ text @d1 1 a1 1 $NetBSD$ d7 1 @