From 502f99756e0c618bcd9efa37e6421a0c2e36e761 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Tue, 31 Mar 2009 19:19:30 +0000 Subject: [PATCH] * The main change in version 0.9 is file-descriptor passing support. The way this works in Vsys is that you write a script whose name has the prefix "fd_". Such scripts show up within slices as ".control" files and can be used to exchange file descriptors with root context. Vsys scripts inherit the socket that corresponds to this channel, so they do not need to deal with connection setup and teardown. Please see vsys-wrappers/ and vsys-factory/fuse, vsys-factory/bm_socket for more details. * Version 0.9 is the current stable version of Vsys. It has a fix for a vulnerability in 0.7, and has undergone a stability audit. * Version 0.95 (trunk) is the new development version. Tagging module vsys - vsys-0.9-1 --- onelab-tags.mk | 2 +- planetlab-tags.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/onelab-tags.mk b/onelab-tags.mk index e3eeeaf2..2a5a5125 100644 --- a/onelab-tags.mk +++ b/onelab-tags.mk @@ -26,7 +26,7 @@ iptables-SVNPATH := http://svn.planet-lab.org/svn/iptables/tags/iptables-1.3.8- iproute2-SVNPATH := http://svn.planet-lab.org/svn//iproute2/tags/iproute2-2.6.16-2 inotify-tools-SVNPATH := http://svn.planet-lab.org/svn//inotify-tools/tags/inotify-tools-3.13-2 vsys-SVNBRANCH := 0.9 -vsys-SVNPATH := http://svn.planet-lab.org/svn//vsys/tags/vsys-0.9-0 +vsys-SVNPATH := http://svn.planet-lab.org/svn//vsys/tags/vsys-0.9-1 dummynet_image-SVNPATH := http://svn.planet-lab.org/svn/dummynet_image/tags/dummynet_image-1.0-5 PLCAPI-SVNPATH := http://svn.planet-lab.org/svn/PLCAPI/tags/PLCAPI-4.3-4 drupal-SVNPATH := http://svn.planet-lab.org/svn/drupal/tags/drupal-4.7-11 diff --git a/planetlab-tags.mk b/planetlab-tags.mk index 2ab3900a..3a45e16a 100644 --- a/planetlab-tags.mk +++ b/planetlab-tags.mk @@ -23,7 +23,7 @@ iptables-SVNPATH := http://svn.planet-lab.org/svn//iptables/tags/iptables-1.4.1 iproute2-SVNPATH := http://svn.planet-lab.org/svn//iproute2/tags/iproute2-2.6.16-2 inotify-tools-SVNPATH := http://svn.planet-lab.org/svn//inotify-tools/tags/inotify-tools-3.13-2 vsys-SVNBRANCH := 0.9 -vsys-SVNPATH := http://svn.planet-lab.org/svn/vsys/tags/vsys-0.9-0 +vsys-SVNPATH := http://svn.planet-lab.org/svn/vsys/tags/vsys-0.9-1 PLCAPI-SVNPATH := http://svn.planet-lab.org/svn//PLCAPI/tags/PLCAPI-4.3-4 drupal-SVNPATH := http://svn.planet-lab.org/svn/drupal/tags/drupal-4.7-11 PLEWWW-SVNPATH := http://svn.planet-lab.org/svn/PLEWWW/tags/PLEWWW-4.3-2 -- 2.43.0