summary refs log tree commit diff
path: root/pkgs/applications/virtualization/spice-vdagent
AgeCommit message (Collapse)AuthorFilesLines
2023-06-21spice-vdagent: 0.21.0 -> 0.22.1Franz Pletz1-5/+2
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2021-06-10Change all alsaLib references to alsa-libAndersonTorres1-2/+2
2021-05-18spice-vdagent: fix build error with glib > 2.68Bruce Toll1-0/+4
The recent upgrade to glib 2.68.1 caused some deprecation errors in spice-vdagent related to g_memdup, which is now deprecated in favor of g_memdup2. See: https://bugzilla.redhat.com/show_bug.cgi?id=1943059 The simplest workaround (until this gets fixed upstream) is to allow deprecated declarations to be treated as warnings rather than fatal errors.
2021-04-17spice-vdagent: 0.20.0 -> 0.21.0Thomas Gerbet2-92/+5
Fixes CVE-2020-25650, CVE-2020-25651, CVE-2020-25652 and CVE-2020-25653. Changelog: https://gitlab.freedesktop.org/spice/linux/vd_agent/-/blob/spice-vdagent-0.21.0/CHANGELOG.md
2021-01-16pkgs/applications: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/applications: stdenv.lib -> libBen Siraphob1-4/+4
2020-05-06vdagent: fixing 90s timeout on shutdownsjau2-0/+87
2020-03-26spice-vdagent: 0.19.0 -> 0.20.0R. RyanTM1-3/+3
2019-11-03spice-vdagent: 0.18.0 -> 0.19.0Franz Pletz1-4/+4
2019-11-03spice-vdagent: fix build with gcc9Franz Pletz1-0/+1
2018-11-25Treewide: use https for www.spice-space.orgc0bw3b1-1/+1
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-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
2018-06-24spice-vdagent: 0.17.0 -> 0.18.0 (#42204)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/spice-vdagent/versions. These checks were done: - built on NixOS - /nix/store/jn5icaw3pkbvyh2j34lqnx8w1ikqj7k2-spice-vdagent-0.18.0/bin/spice-vdagent passed the binary check. - /nix/store/jn5icaw3pkbvyh2j34lqnx8w1ikqj7k2-spice-vdagent-0.18.0/bin/spice-vdagentd passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 0.18.0 with grep in /nix/store/jn5icaw3pkbvyh2j34lqnx8w1ikqj7k2-spice-vdagent-0.18.0 - directory tree listing: https://gist.github.com/b66bf12f870f109e97e063ee890be440 - du listing: https://gist.github.com/6bd67c42fafb9c4b45a004edcf1807fb
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar1-2/+2
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-09-03spice-vdagent: systemd-logind integrationJaka Hudoklin1-2/+3
This change adds systemd as dependency to enable user session integration with systemd-logind
2016-09-26spice-vdagent: 0.16.0 -> 0.17.0Graham Christensen1-4/+5
2016-03-05spice-vdagentd service : initial at 0.16.0Adam Boseley1-0/+29