summaryrefslogtreecommitdiffstats
path: root/system/qemu-guest-agent
diff options
context:
space:
mode:
author Andrzej Telszewski <atelszewski@gmail.com>2017-01-28 03:06:32 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-28 07:37:55 +0700
commit5f867769c66c5d19b01aa7b40d38cd7cf3527cfd (patch)
treea38a8d3fec73f11ac82e30054dfa4b50dfb0a785 /system/qemu-guest-agent
parentec02ff2fb2999e680b35fec4a4c949b57e85d6e6 (diff)
downloadslackbuilds-5f867769c66c5d19b01aa7b40d38cd7cf3527cfd.tar.gz
slackbuilds-5f867769c66c5d19b01aa7b40d38cd7cf3527cfd.tar.xz
system/qemu-guest-agent: Updated for version 2.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/qemu-guest-agent')
-rw-r--r--system/qemu-guest-agent/README16
-rw-r--r--system/qemu-guest-agent/qemu-guest-agent.SlackBuild4
-rw-r--r--system/qemu-guest-agent/qemu-guest-agent.info6
3 files changed, 14 insertions, 12 deletions
diff --git a/system/qemu-guest-agent/README b/system/qemu-guest-agent/README
index 6c5138bc85..2556bb61aa 100644
--- a/system/qemu-guest-agent/README
+++ b/system/qemu-guest-agent/README
@@ -1,6 +1,6 @@
-QEMU Guest Agent (qemu-ga) is a daemon intended to be run within virtual
-machines. It allows the hypervisor host to perform various operations in
-the guest, such as:
+QEMU Guest Agent (qemu-ga) is a daemon intended to be run within
+virtual machines. It allows the hypervisor host to perform various
+operations in the guest, such as:
- get information from the guest,
- set the guest's system time,
- read/write a file,
@@ -10,9 +10,11 @@ the guest, such as:
- set user's password.
Note that qemu-ga (QEMU Guest Agent) is also part of the standard QEMU
-installation. This package is intended for guests only, so that you don't have
-to install the complete qemu package there. In general, do not install both
-qemu-guest-agent and qemu packages at the same time on the same machine.
+installation. This package is intended for guests only, so that you
+do not have to install the full qemu package just to get qemu-ga.
+In general, do not install both qemu-guest-agent and qemu packages at
+the same time on the same machine.
Use rc.qemu-ga to launch the daemon at boot and to stop it at shutdown.
-You will need to perform host side setup too, to take the advantage of qemu-ga.
+You will need to perform host side setup too, to take the advantage of
+qemu-ga.
diff --git a/system/qemu-guest-agent/qemu-guest-agent.SlackBuild b/system/qemu-guest-agent/qemu-guest-agent.SlackBuild
index 0dd54c6657..2b493ffb3f 100644
--- a/system/qemu-guest-agent/qemu-guest-agent.SlackBuild
+++ b/system/qemu-guest-agent/qemu-guest-agent.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for qemu-guest-agent
-# Copyright 2016 Andrzej Telszewski, Banie
+# Copyright 2017 Andrzej Telszewski, Banie
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=qemu-guest-agent
SRCNAM=qemu
-VERSION=${VERSION:-2.7.0}
+VERSION=${VERSION:-2.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/qemu-guest-agent/qemu-guest-agent.info b/system/qemu-guest-agent/qemu-guest-agent.info
index a24eec0731..2da665c7e9 100644
--- a/system/qemu-guest-agent/qemu-guest-agent.info
+++ b/system/qemu-guest-agent/qemu-guest-agent.info
@@ -1,8 +1,8 @@
PRGNAM="qemu-guest-agent"
-VERSION="2.7.0"
+VERSION="2.8.0"
HOMEPAGE="http://wiki.qemu-project.org/Features/QAPI/GuestAgent"
-DOWNLOAD="http://wiki.qemu-project.org/download/qemu-2.7.0.tar.bz2"
-MD5SUM="08d4d06d1cb598efecd796137f4844ab"
+DOWNLOAD="http://wiki.qemu-project.org/download/qemu-2.8.0.tar.bz2"
+MD5SUM="17940dce063b6ce450a12e719a6c9c43"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""