| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: quassel-core | Distribution: SUSE Linux Enterprise 15 SP6 |
| Version: 0.14.0 | Vendor: openSUSE |
| Release: bp156.3.4 | Build date: Fri May 24 11:23:37 2024 |
| Group: Productivity/Networking/IRC | Build host: i03-armsrv2 |
| Size: 2781917 | Source RPM: quassel-0.14.0-bp156.3.4.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://quassel-irc.org/ | |
| Summary: Core program for the Quassel IRC client | |
Quassel IRC is a distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core -- much like the combination of GNU Screen and a text-based IRC client such as WeeChat, but graphical. This is the core only.
GPL-2.0-only OR GPL-3.0-only
* Wed Feb 07 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Provide user/group symbol by the core sub-package: the pre script
of this package creates the user.
* Fri Dec 15 2023 Christophe Marin <christophe@krop.fr>
- Require extra-cmake-modules at build time
* Tue Apr 12 2022 Cronfox <cronfox@erinn.network>
- Update to 0.14.0
* Database schema format change, no downgrade possible!
* 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
* Many smaller fixes
* Improve log output, documentation and UI help
* Update translations, bundled iconsets and application icons
- Added new BuildRequires boost-devel: New build dependency.
- Added new Require update-alternatives: Fixing missing in post/pre.
- Change logrotate config: Fix permission problem.
- Dropped patches:
* 0001-common-Disable-enum-type-stream-operators-for-Qt-5.1.patch: Upstream support Qt 5.15.
* quassel-set-required-libs-and-flags.patch: Remove Qt4 support.
* Mon Nov 23 2020 Christophe Giboudeaux <christophe@krop.fr>
- Spec cleanup
* Wed Aug 26 2020 Antonio Larrosa <alarrosa@suse.com>
- Move quassel.pid from /var/run to /run
* Mon Jan 27 2020 Christophe Giboudeaux <christophe@krop.fr>
- Add patch to fix build with Qt 5.14:
* 0001-common-Disable-enum-type-stream-operators-for-Qt-5.1.patch
* Fri Apr 26 2019 mvetter@suse.com
- bsc#1130588: Require shadow instead of old pwdutils
* Mon Feb 18 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.13.1:
* Fix backlog message fetching that was broken when using Qt4
* Improve output to syslog
* Make upgrading the database schema more robust in case of interruption
* Fix alignment of buttons in the input widget
* Fix bug where the nicklist would be hidden on first start
* Allow configuring the listen addresses for the built-in identd (--ident-listen)
* Honor core options even if it was just configured via environment variables
* Fix syncing of auto reconnect retries in network settings
* Update translations
* Tue Jan 08 2019 Tomáš Chvátal <tchvatal@suse.com>
- Add ldap dependency so the feature is compiled too
* Thu Nov 22 2018 Dirk Mueller <dmueller@suse.com>
- update to 0.13.0 (bsc#1122572):
* no dedicated changelog available, final release
* Fri Oct 19 2018 Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.13-rc2:
* Many stability tweaks to fix issues reported against the rc1
* Thu Aug 23 2018 rkitover@gmail.com
- Fix systemd ordering cycle in quasselcore.service
* Tue Jul 31 2018 tchvatal@suse.com
- Do not ship quassel.SuSEfirewall2 as firewalld has the config
within its general package
* Tue Jul 31 2018 tchvatal@suse.com
- Version update to 0.13-rc1:
* New branding, more modern icons (from the Breeze icon theme)
* Better support for icon themes
* Many UI improvements
* Support for many IRCv3 features, including the display of modern formatting codes
* Functionality such as highlights and chat activity tracking move into the core to help mobile clients to be more efficient
* Support for containerization, i.e. config-less core
* Optional authentication via LDAP
* Database improvements, including support for 64 bit IDs and timestamps, and performance tweaks
* For more see ChangeLog
- Drop merged patch Fix-build-with-Qt5.11.patch
* Wed Jul 11 2018 rkitover@gmail.com
- Fix the rpmlint warning env-script-interpreter by rewriting the
[#]!/usr/bin/env shebang in the scripts in /usr/share/quassel/scripts .
* Wed Jun 27 2018 rkitover@gmail.com
- Change quasselcore.service to start after `default.target` instead of
`network.target` as the PostgreSQL backend may not be available during
startup otherwise. bsc#1102568
* Fri Jun 22 2018 wbauer@tmo.at
- Add Fix-build-with-Qt5.11.patch to fix build with Qt 5.11
* Fri May 11 2018 mchandras@suse.de
- Add new QUASSELCORE_PORT sysconfig variable to allow users to change
the default Quassel Core TCP port.
* Mon Apr 30 2018 jengelh@inai.de
- Trim bias and filler wording from descriptions.
- Stop ignoring errors from useradd/groupadd.
* Wed Apr 25 2018 tchvatal@suse.com
- Version update to 0.12.4:
* Various small fixes
* Implement custom deserializer to add our own sanity checks (bsc#1090495
CVE-2018-1000178)
* Reject clients that attempt to login before the core is configured
(bsc#1090495 CVE-2018-1000179)
- Rebase patch quassel-set-required-libs-and-flags.patch
- Switch from qt5webkit to webengine
* Thu Nov 23 2017 rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
* Thu Aug 25 2016 tchvatal@suse.com
- Reenable translations that disappeared at some point of time
* Fri May 27 2016 tchvatal@suse.com
- Reduce pc files to only those that are really needed
* Mon May 02 2016 tchvatal@suse.com
- Version update to 0.12.4:
* Various small fixes
* Fix for core crash from client handshake data bnc#978002 CVE-2016-4414
* Fri Feb 12 2016 javier@opensuse.org
- Update to 0.12.3
* Fix activity filters when selecting buffers in custom ChatViews
* Fix default shortcuts when integrated with KDE Frameworks
* Introduce support for Appveyor CI (automated Windows builds)
* Support SnoreNotify 0.7
* Various cleanups and performance improvements
* Various build system fixes
* Channel keys are again remembered between syncs
* Support for Qt 5.5
* Network (re)connection fixes
* Fix possible message loss when running multiple core users on a psql database
* Command line option for specifying SSL certificates and keys
* Many smaller fixes
- Rebased quassel-set-required-libs-and-flags.patch
- Removed patches that have been merged upstream
* CVE-2015-8547.patch
* Fix-build-with-Qt-5.5.patch
* Fix-rejoining-parted-channels.patch
- Updated spec:
* main.cpp no longer contains __DATE__/__TIME__
* CMakeLists now requires snorenotify-qt5-devel >= 0.7
* Sun Feb 07 2016 tchvatal@suse.com
- Allow building kde and non-kde based quassel version
- Move quasselclient desktop to base so both variants don't have to
rename the file
- Introduce quasselclient-qt5 subpackage
- Use update-alternatives to switch between kde/qt5 versions
* Mon Dec 14 2015 tchvatal@suse.com
- Apply patch for bnc#958928 CVE-2015-8547:
* CVE-2015-8547.patch
* Sun Nov 15 2015 vbabka@suse.com
- Add Fix-rejoining-parted-channels.patch: Fixes upstream issue
http://bugs.quassel-irc.org/issues/1369 where parted channels
are rejoined after reconnecting.
* Fri Oct 09 2015 hrvoje.senjan@gmail.com
- Added Fix-build-with-Qt-5.5.patch (boo#949489)
* Sat Jul 04 2015 hrvoje.senjan@gmail.com
- Add quassel-set-required-libs-and-flags.patch: Set the correct
libraries and compiler flags in order to use qglobal.h in
check_cxx_source_compiles function
- Drop quassel-disable-ssl-check.patch
* Fri Jul 03 2015 tchvatal@suse.com
- Add patch to fix/disable SSL check in cmakelists.txt:
* quassel-disable-ssl-check.patch
* Wed May 06 2015 tittiatcoke@gmail.com
- Move the notifyrc file to the base package, so that both the mono
and client subpackages can use it. Without this file there are
no notifications.
* Wed May 06 2015 tchvatal@suse.com
- Version bump to 0.12.2 bnc#928728:
* Fix PostgreSQL not re-initializing after reconnect (raising CVE-2013-4422
from the dead)
* Remove warning on startup due to a change in Kdelibs4ConfigMigrator
* Emergency fix for behavior change in Qt5's psql driver regarding timezones
* Tue Apr 21 2015 tchvatal@suse.com
- Deprecate realver as it is not used now again
* Mon Apr 20 2015 tittiatcoke@gmail.com
- Update to 0.12.0 final
* Remote password change
* Core connection improvements
* Build system improvements
* PostgreSQL connection improvements
* Improve Qt5 support
* Translation updates
* Sun Mar 29 2015 tchvatal@suse.com
- Version bump to 0.12-rc1:
* Core hashing algorithm update
* Proper message splitting on multi-byte encodings/encryption
* Updated DB schema, no downgrade possible
* Fri Mar 06 2015 tchvatal@suse.com
- Version bump to 0.12-beta1:
* Various fixes all around
* Add support for KF5 so build with its integration
- Reenable qca2 crypto
- Enable snorenotify support
* Thu Jan 08 2015 dimstar@opensuse.org
- Add hicolor-icon-theme BuildRequires and add call to
icon_theme_cache_post/postun.
* Sun Oct 19 2014 tchvatal@suse.com
- Base us on Qt5 build - currently no direct KF5 integration
- Version bump to 0.11:
* New build requirements:
- C++11 capable compiler (gcc 4.7+, clang 3.3+, MSVC 2013+)
- cmake 2.8.9+
* Full support for Qt 5.2+ in addition to Qt 4.6+
* Completely revamp the build system, making use of "new" CMake features
* Fix buffer hotlist sorting
* Split CTCP messages if they're too long
* Make database problems more obvious
* Fix backlog loading for QuasselDroid
* Properly save the toolbar state on Mac OSX
* Fix a crash with KDE's network detection
* Various other fixes
/etc/logrotate.d/quasselcore /usr/bin/quasselcore /usr/lib/systemd/system/quasselcore.service /usr/sbin/rcquasselcore /usr/share/doc/packages/quassel-core /usr/share/doc/packages/quassel-core/AUTHORS /usr/share/doc/packages/quassel-core/ChangeLog /usr/share/doc/packages/quassel-core/README.md /usr/share/fillup-templates/sysconfig.quasselcore /var/lib/quasselcore /var/log/quassel
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 20:48:55 2026