rpms/xen/devel xen-3.0.2-config-disable-reloc.patch, NONE, 1.1 xen.spec, 1.121, 1.122

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 17 15:10:00 UTC 2006


Author: veillard

Update of /cvs/dist/rpms/xen/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3603

Modified Files:
	xen.spec 
Added Files:
	xen-3.0.2-config-disable-reloc.patch 
Log Message:
Desactivating the relocation port, Daniel


xen-3.0.2-config-disable-reloc.patch:
 xend-config.sxp |    4 !!!!
 1 files changed, 4 modifications(!)

--- NEW FILE xen-3.0.2-config-disable-reloc.patch ---
*** 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)
  


Index: xen.spec
===================================================================
RCS file: /cvs/dist/rpms/xen/devel/xen.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- xen.spec	13 Jul 2006 18:11:48 -0000	1.121
+++ xen.spec	17 Jul 2006 15:09:58 -0000	1.122
@@ -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 @@
 # 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 @@
 # config patches
 %patch100 -p1
 %patch102 -p1
+%patch103 -p1
 
 cp %{SOURCE2} .
 
@@ -192,6 +194,10 @@
 %{_libdir}/*.a
 
 %changelog
+* Mon Jul 17 2006 Daniel Veillard <veillard at redhat.com> - 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 <sct at redhat.com> - 3.0.2-14
 - Compile fix: don't #include <linux/compiler.h>
 




More information about the fedora-cvs-commits mailing list