Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (591516a80f42cc0bb34453a146ff2dff00276163)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (591516a80f42cc0bb34453a146ff2dff00276163)
  • Date: Thu, 17 Dec 2009 19:03:23 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/libvirt/DEPENDS | 4 +++-
libs/libvirt/HISTORY | 4 ++++
2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 591516a80f42cc0bb34453a146ff2dff00276163
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libvirt: Suggest nc for SSH tunneling
See http://libvirt.org/remote.html#Remote_transports

diff --git a/libs/libvirt/DEPENDS b/libs/libvirt/DEPENDS
index bcf0dc9..c83ae1d 100755
--- a/libs/libvirt/DEPENDS
+++ b/libs/libvirt/DEPENDS
@@ -65,5 +65,7 @@ optional_depends policykit \
optional_depends libssh2 \
'--with-libssh2' \
'--without-libssh2' \
- 'SSH2 support'
+ 'SSH2 support' &&
+
+suggest_depends nc '' '' 'for remote SSH tunneling'

diff --git a/libs/libvirt/HISTORY b/libs/libvirt/HISTORY
index d315b19..23c2639 100644
--- a/libs/libvirt/HISTORY
+++ b/libs/libvirt/HISTORY
@@ -1,3 +1,7 @@
+2009-12-17 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Suggest nc for SSH tunneling
+ See http://libvirt.org/remote.html#Remote_transports
+
2009-11-21 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Requires device-mapper (lvm) to compile, no longer optional





Archive powered by MHonArc 2.6.24.

Top of Page