From a63f5588b14628cb9f3e9ed0fb7c19bb8fef5ea9 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Jul 17 2006 15:09:58 +0000 Subject: Desactivating the relocation port, Daniel --- diff --git a/xen-3.0.2-config-disable-reloc.patch b/xen-3.0.2-config-disable-reloc.patch new file mode 100644 index 0000000..6e1eb38 --- /dev/null +++ b/xen-3.0.2-config-disable-reloc.patch @@ -0,0 +1,21 @@ +*** xen-3.0.2/tools/examples/xend-config.sxp.orig 2006-07-17 16:09:53.000000000 -0400 +--- xen-3.0.2/tools/examples/xend-config.sxp 2006-07-17 16:12:27.000000000 -0400 +*************** +*** 19,25 **** + #(xend-tcp-xmlrpc-server no) + #(xend-unix-xmlrpc-server yes) + #(xend-relocation-server no) +! (xend-relocation-server yes) + + (xend-unix-path /var/lib/xend/xend-socket) + +--- 19,27 ---- + #(xend-tcp-xmlrpc-server no) + #(xend-unix-xmlrpc-server yes) + #(xend-relocation-server no) +! # The relocation server should be kept desactivated unless using a trusted +! # network, the domain virtual memory will be exchanged in raw form without +! # encryption of the communication. See also xend-relocation-hosts-allow option + + (xend-unix-path /var/lib/xend/xend-socket) + diff --git a/xen.spec b/xen.spec index f9d9d60..a49ef41 100644 --- a/xen.spec +++ b/xen.spec @@ -3,7 +3,7 @@ Summary: Xen is a virtual machine monitor Name: xen Version: 3.0.2 -Release: 14 +Release: 15 Group: Development/Libraries License: GPL URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html @@ -21,6 +21,7 @@ Patch12: xen-3.0.1-tempdir.patch # Patches to modify the default config of xend Patch100: xen-config-dom0-minmem.patch Patch102: xen-3.0.2-config-allow-unix-server.patch +Patch103: xen-3.0.2-config-disable-reloc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: transfig libidn-devel zlib-devel texi2html SDL-devel curl-devel @@ -88,6 +89,7 @@ virtual machines. # config patches %patch100 -p1 %patch102 -p1 +%patch103 -p1 cp %{SOURCE2} . @@ -192,6 +194,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.a %changelog +* Mon Jul 17 2006 Daniel Veillard - 3.0.2-15 +- desactivating the relocation server in xend conf by default and + add a warning text about it. + * Thu Jul 13 2006 Stephen C. Tweedie - 3.0.2-14 - Compile fix: don't #include