aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/spice (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* spice: remove auto_features=enabled from expressionJan Tojnar2019-06-251-1/+0
| | | | It is now the default.
* treewide: remove unused variables (#63177)volth2019-06-161-1/+0
| | | | | | * treewide: remove unused variables * making ofborg happy
* spice: cleanup featuresworldofpeace2019-05-181-4/+8
| | | | | * disabled celt for opus * enabled gstreamer support
* spice: 0.14.0 -> 0.14.2, mesonworldofpeace2019-05-182-19/+96
|
* Revert "spice: add kerberos dependency"Michael Raskin2018-12-091-3/+2
| | | | | | Already fixed by #51769 This reverts commit a9779bdfc442e2001769dddbea98518785e2a2b1.
* spice: add kerberos dependencyMichael Raskin2018-12-091-2/+3
|
* Treewide: use https for www.spice-space.orgc0bw3b2018-11-251-1/+1
|
* spice: enable smartcard supportYegor Timoshenko2018-10-121-3/+3
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-281-1/+1
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* spice: 0.13.3 -> 0.14.0Will Dietz2018-06-091-21/+2
|
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-251-2/+2
|
* treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/Dan Peebles2018-02-081-2/+2
| | | | | Upstream killed the pkgs server but src continues to serve up the exact same content, so we can just point there and all hashes should be unchanged.
* spice: 0.12.8 -> 0.13.3Jörg Thalheim2017-03-232-61/+8
| | | | (we can use upstream security patches again)
* spice: Patch for CVE-2016-9577, CVE-2016-9578Graham Christensen2017-02-082-3/+76
| | | | | | | | | | | | | | From the Red Hat advisory: * A vulnerability was discovered in spice in the server's protocol handling. An authenticated attacker could send crafted messages to the spice server causing a heap overflow leading to a crash or possible code execution. (CVE-2016-9577) * A vulnerability was discovered in spice in the server's protocol handling. An attacker able to connect to the spice server could send crafted messages which would cause the process to crash. (CVE-2016-9578)
* spice: 0.12.6 -> 0.12.8Graham Christensen2016-09-261-2/+2
|
* spice: 0.12.5 -> 0.12.6William A. Kennington III2015-10-181-5/+6
|
* spice: 0.12.4 -> 0.12.5William A. Kennington III2014-09-011-2/+2
|
* spice: update 0.12.3 -> 0.12.14 (latest stable)Bjørn Forsman2013-08-271-2/+2
|
* spice: enable clientMathijs Kwik2013-07-091-0/+1
| | | | this will split nicely once we merge multiple-outputs
* spice: Update to 0.12.3Eelco Dolstra2013-07-041-4/+4
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-281-1/+1
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* spice: upgrade to 0.12.0Mathijs Kwik2012-12-051-5/+6
|
* Rename spiceProtocol -> spice_protocolEelco Dolstra2012-09-131-2/+2
|
* spice seems really just for linux at the momentMathijs Kwik2012-08-291-1/+1
|
* add spice-0.10.1Mathijs Kwik2012-08-291-0/+46
spice is a next-generation remote desktop protocol, aimed at virtual machines. focus is not just on display/input devices, but clipboard, audio, video, opengl, smartcards, usb devices as well, no matter if the virtual machine runs locally or on a remote host. not everything is implemented yet, and I didn't enable all available features yet. Currently, spice is able to make qemu-kvm virtual machines very usable for workstation guests, with good 2d video support, clipboard sharing, full resolutions, auto-mouse-grab/ungrab, xinerama / multiple guest monitors. Good drivers for windows 7 guests are available, as well as linux Xorg drivers / agents. Basically, kvm was already the best-performing VM solution (using virtio drivers), but virtualbox, while slower, had better desktop-integration support (still wins if you want opengl). Spice fixes this, making the choice very easy.