]> git.pld-linux.org Git - packages/xen.git/blob - xen-python_scripts.patch
Fix CVE-2014-2599
[packages/xen.git] / xen-python_scripts.patch
1 diff -dur xen-4.2.0.orig/tools/misc/xenpvnetboot xen-4.2.0/tools/misc/xenpvnetboot
2 --- xen-4.2.0.orig/tools/misc/xenpvnetboot      2012-09-17 12:21:18.000000000 +0200
3 +++ xen-4.2.0/tools/misc/xenpvnetboot   2012-10-22 10:46:30.000000000 +0200
4 @@ -1,4 +1,4 @@
5 -#!/usr/bin/env python
6 +#!/usr/bin/python
7  #
8  # Copyright (C) 2010 Oracle. All rights reserved.
9  #
10 diff -dur xen-4.2.0.orig/tools/python/xen/remus/save.py xen-4.2.0/tools/python/xen/remus/save.py
11 --- xen-4.2.0.orig/tools/python/xen/remus/save.py       2012-09-17 12:21:18.000000000 +0200
12 +++ xen-4.2.0/tools/python/xen/remus/save.py    2012-10-22 10:46:30.000000000 +0200
13 @@ -1,4 +1,4 @@
14 -#!/usr/bin/env python
15 +#!/usr/bin/python
16  
17  import os, select, socket, threading, time, signal, xmlrpclib
18  
19 diff -dur xen-4.2.0.orig/tools/python/xen/remus/vm.py xen-4.2.0/tools/python/xen/remus/vm.py
20 --- xen-4.2.0.orig/tools/python/xen/remus/vm.py 2012-09-17 12:21:18.000000000 +0200
21 +++ xen-4.2.0/tools/python/xen/remus/vm.py      2012-10-22 10:46:30.000000000 +0200
22 @@ -1,4 +1,4 @@
23 -#!/usr/bin/env python
24 +#!/usr/bin/python
25  
26  import xmlrpclib
27  
28 diff -dur xen-4.2.0.orig/tools/python/xen/xend/XendSXPDev.py xen-4.2.0/tools/python/xen/xend/XendSXPDev.py
29 --- xen-4.2.0.orig/tools/python/xen/xend/XendSXPDev.py  2012-09-17 12:21:19.000000000 +0200
30 +++ xen-4.2.0/tools/python/xen/xend/XendSXPDev.py       2012-10-22 10:46:30.000000000 +0200
31 @@ -1,4 +1,4 @@
32 -#!/usr/bin/env python
33 +#!/usr/bin/python
34  #
35  # Helper functions for dealing with the sxp representation of devices
36  
37 diff -dur xen-4.2.0.orig/tools/qemu-xen/scripts/analyse-9p-simpletrace.py xen-4.2.0/tools/qemu-xen/scripts/analyse-9p-simpletrace.py
38 --- xen-4.2.0.orig/tools/qemu-xen/scripts/analyse-9p-simpletrace.py     2012-09-10 20:10:52.000000000 +0200
39 +++ xen-4.2.0/tools/qemu-xen/scripts/analyse-9p-simpletrace.py  2012-10-22 10:46:30.000000000 +0200
40 @@ -1,4 +1,4 @@
41 -#!/usr/bin/env python
42 +#!/usr/bin/python
43  # Pretty print 9p simpletrace log
44  # Usage: ./analyse-9p-simpletrace <trace-events> <trace-pid>
45  #
46 diff -dur xen-4.2.0.orig/tools/qemu-xen/scripts/simpletrace.py xen-4.2.0/tools/qemu-xen/scripts/simpletrace.py
47 --- xen-4.2.0.orig/tools/qemu-xen/scripts/simpletrace.py        2012-09-10 20:10:52.000000000 +0200
48 +++ xen-4.2.0/tools/qemu-xen/scripts/simpletrace.py     2012-10-22 10:46:30.000000000 +0200
49 @@ -1,4 +1,4 @@
50 -#!/usr/bin/env python
51 +#!/usr/bin/python
52  #
53  # Pretty-printer for simple trace backend binary trace files
54  #
55 diff -dur xen-4.2.0.orig/tools/remus/remus xen-4.2.0/tools/remus/remus
56 --- xen-4.2.0.orig/tools/remus/remus    2012-09-17 12:21:19.000000000 +0200
57 +++ xen-4.2.0/tools/remus/remus 2012-10-22 10:46:30.000000000 +0200
58 @@ -1,4 +1,4 @@
59 -#!/usr/bin/env python
60 +#!/usr/bin/python
61  #
62  # This is a save process which also buffers outgoing I/O between
63  # rounds, so that external viewers never see anything that hasn't
This page took 0.025026 seconds and 3 git commands to generate.