Thomas Gerbet
a49ab34653
quassel: 0.13.1 -> 0.14.0
...
Fixes CVE-2021-34825
https://github.com/quassel/quassel/blob/0.14.0/ChangeLog
2022-01-30 16:29:13 +01:00
Sandro Jäckel
cbfc50722f
maintainers: drop phreedom
2021-12-19 07:30:50 +01:00
Felix Buehler
e4e631ebb8
applications/networking: /s/name/pname&version/
2021-07-19 14:55:48 +02:00
Ben Siraphob
3bbad8b041
treewide: remove inherited stdenv.lib
2021-01-27 12:44:43 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
Milan Pässler
ae358bc935
quassel: fix build with qt5 5.14.x
2020-07-31 18:50:58 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string
2019-12-31 00:16:46 +01:00
Samuel Dionne-Riel
c52b5b8a5d
quassel: Fix use of mkDerivation
...
The `with stdenv;` would override the `mkDerivation` to be the regular
one, instead of the libsForQt5 one.
This simply removes the dangerous use of the all-encompassing `with`,
and prefers using a more precise inherit for `lib`.
See #65399
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-01 01:23:10 -04:00
Matthew Bauer
ad22b9084d
treewide: replace daemon with enableDaemon
...
broken with the introducation of "daemon" in
96ffba10f5
2019-09-22 20:14:05 -04:00
R. RyanTM
6815e3c72e
quassel: 0.13.0 -> 0.13.1 ( #57475 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/quassel-kf5/versions
2019-03-15 20:37:39 +01:00
Jan Malakhovski
4f066da1de
quassel: move defaults to package file
2019-02-03 15:30:44 +00:00
Lars Jellema
38f828eb9c
quassel: 0.12.5 -> 0.13.0, cleanup
...
In particular we move the src into the actual quassel derivation
instead of using a `source.nix`.
Also use `fetchFromGitHub` since using `fetchurl` for github archives
is problematic.
2018-12-30 15:46:15 -05:00
Evgeny Egorochkin
05fd6a0c87
quassel: fix building against Qt-5.11
2018-06-24 20:23:21 +03:00
Matthew Bauer
143978a477
treewide: remove platform assertions
...
linux: readd assertion
2018-05-03 13:09:20 -05:00
Andreas Rammhold
bf325f1bd7
quassel: 0.12.4 -> 0.12.5 (fixes RCE & remote crash)
...
It was found that Quassel could be remotely crashed and had an
unauthenticated RCE vulnerability. The public annoucement can be found
on the oss-sec archive [1]. The bump to 0.12.5 is supposed fixe both issues.
[1] http://seclists.org/oss-sec/2018/q2/77
2018-04-28 11:08:42 +02:00
Samuel Dionne-Riel
7b97c8c0c8
treewide: homepage+src updates (found by repology, #33263 )
2018-01-05 20:42:46 +01:00
Orivej Desh
8c70b5575c
quassel: fix daemon startup
...
Fixes #28911
2017-09-29 15:25:13 +00:00
Thomas Tuegel
a8c58cf6ab
Remove kde4.quassel
...
- Already updated to KDE 5 in Nixpkgs
2017-02-24 16:48:59 -06:00
Thomas Tuegel
6521529c23
quassel: fix SSL detection with Qt 5.6
2016-05-11 13:20:57 -05:00
Thomas Tuegel
f64eaa7b14
quassel: remove qtwebkit input
2016-05-10 20:07:55 -05:00
Thomas Tuegel
f2ec142847
quassel: 0.12.3 -> 0.12.4
...
Security update for CVE-2016-4414 (denial of service).
2016-05-07 06:00:09 -05:00
zimbatm
23b9d037de
quassel: fix sources
...
Fixes changes after #14080 where the updated hash was missing.
Put the source in a common file so there is only one place to update.
2016-03-22 12:10:22 +00:00
zimbatm
3f909d8f64
Revert "quassel: 0.12.2 -> 0.12.3"
...
This reverts commit f2e051b29e
.
2016-03-20 19:38:05 +00:00
zimbatm
f2e051b29e
quassel: 0.12.2 -> 0.12.3
2016-03-20 19:33:53 +00:00
zimbatm
f48cde5b74
quassel: 0.12.2 -> 0.12.3
2016-03-20 15:55:17 +00:00
Profpatsch
8871c6fabc
quasselDaemon: option for static linking
2016-03-10 15:17:07 +01:00
Thomas Tuegel
3e600a805d
quassel_qt5: fix build with Qt 5.5
2015-09-30 10:53:52 -05:00
Thomas Tuegel
cf4defce2c
quassel: build with Qt 5.5
2015-09-27 15:08:12 -05:00
William A. Kennington III
2664685d67
quassel: Build with fPIC to fix ssl use on gcc5
2015-09-19 16:05:38 -07:00
Thomas Tuegel
058f36aae7
quassel: add optional KF5 features
...
Also fixes conditional dependencies so that TLS is enabled.
2015-07-27 17:58:00 -05:00
William A. Kennington III
06f1e2c61e
quassel: Add dependency on qca for crypto
2015-07-05 16:52:56 -07:00
Domen Kožar
b7f15c43da
fix evals /cc @ttuegel
2015-05-10 13:46:32 +02:00
William A. Kennington III
85840be86e
quassel: 0.11.0 -> 0.12.2
2015-04-27 12:52:20 -07:00
Thomas Tuegel
8cf78bf5f4
update various packages to use Qt 5.4
2015-02-21 11:39:20 -06:00
Thomas Tuegel
5360bbfb62
quassel: add Qt 5 version
2015-01-26 20:59:51 -06:00
Jonathan Rudenberg
416137fc48
Fix quassel sha256
2014-10-29 10:51:51 -04:00
William A. Kennington III
9c064a72de
quassel: 0.10.0 -> 0.11.0
2014-10-27 15:16:24 -07:00
Evgeny Egorochkin
8b61f1f367
kde4.quasselWithoutKDE: update from 0.10.0 to 0.10.1
2014-10-25 20:31:54 +03:00
Evgeny Egorochkin
760d579652
quassel: fix wrapper for all flag values
2014-07-28 16:47:30 +03:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Pascal Wittmann
6d13d1e521
Fixed settings issue.
...
The following warning was shown when I clicked on links:
'GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.'
2014-07-03 23:19:15 +02:00
Evgeny Egorochkin
37f8bcc028
kde4_prev.quasselDaemon: update from 0.9.2 to 0.10.0
2014-03-26 19:18:15 +02:00
Tomasz Kontusz
b4c5a6f15f
Rename quassel packages
2013-12-05 23:56:11 +01:00
Nixpkgs Monitor
78f33605e5
kde4.quasselDaemon: update from 0.9.0 to 0.9.2, potentially fixes CVE-2013-4422
2013-12-04 03:22:35 +02:00
Eelco Dolstra
db091a6662
quassel: Fix evaluation on non-Linux platforms
2013-10-07 17:11:22 +02:00
Evgeny Egorochkin
1d8a998c69
quassel: update to 0.9.0
2013-09-17 01:44:03 +03:00
Evgeny Egorochkin
c17fa1ebf2
Quassel: version bump to 0.7.4
2013-01-14 10:10:59 +02:00