Commit Graph

29 Commits (947e443e02acc92200e45c568d2e4787242da6f2)

Author SHA1 Message Date
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar c1d500ddd5
spice: remove auto_features=enabled from expression
It is now the default.
2019-06-25 18:24:53 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
worldofpeace edcda4bf5d spice: cleanup features
* disabled celt for opus
* enabled gstreamer support
2019-05-18 23:14:49 -04:00
worldofpeace e3da5d4c8e spice: 0.14.0 -> 0.14.2, meson 2019-05-18 23:14:49 -04:00
Michael Raskin 6dad52ebf6 Revert "spice: add kerberos dependency"
Already fixed by #51769

This reverts commit a9779bdfc4.
2018-12-09 11:09:27 +01:00
Michael Raskin a9779bdfc4 spice: add kerberos dependency 2018-12-09 10:55:32 +01:00
c0bw3b b911f22730 Treewide: use https for www.spice-space.org 2018-11-25 00:01:22 +01:00
Yegor Timoshenko 02602b2c15
spice: enable smartcard support 2018-10-12 20:38:55 +00:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* 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
2018-06-28 20:43:35 +02:00
Will Dietz eb915f2b3c spice: 0.13.3 -> 0.14.0 2018-06-09 06:59:31 +00:00
Jan Tojnar a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Dan Peebles dfd300c81d treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/
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.
2018-02-08 16:38:08 -05:00
Jörg Thalheim 632e81083c
spice: 0.12.8 -> 0.13.3
(we can use upstream security patches again)
2017-03-23 13:02:57 +01:00
Graham Christensen 77e920d874
spice: Patch for CVE-2016-9577, CVE-2016-9578
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)
2017-02-08 22:03:11 -05:00
Graham Christensen 4e9f2ef854
spice: 0.12.6 -> 0.12.8 2016-09-26 08:20:04 -04:00
William A. Kennington III 95557d776e spice: 0.12.5 -> 0.12.6 2015-10-18 17:23:51 -07:00
William A. Kennington III b0d13c5400 spice: 0.12.4 -> 0.12.5 2014-09-01 00:53:30 -07:00
Bjørn Forsman 6863b3053c spice: update 0.12.3 -> 0.12.14 (latest stable) 2013-08-27 16:20:45 +02:00
Mathijs Kwik 6e8a060bca spice: enable client
this will split nicely once we merge multiple-outputs
2013-07-09 07:22:45 +02:00
Eelco Dolstra e638620100 spice: Update to 0.12.3 2013-07-04 18:27:26 +02:00
Eelco Dolstra ab3eeabfed Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc.  "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Mathijs Kwik bc9efb67ef spice: upgrade to 0.12.0 2012-12-05 20:22:49 +01:00
Eelco Dolstra 696206c405 Rename spiceProtocol -> spice_protocol 2012-09-13 11:36:34 -04:00
Mathijs Kwik 280fb5585d spice seems really just for linux at the moment 2012-08-29 23:35:39 +02:00
Mathijs Kwik cb4443ef26 add spice-0.10.1
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.
2012-08-29 22:27:39 +02:00