pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xentools33 Apply changeset 18441 from xen-3.3...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/115af1c5f71f
branches:  trunk
changeset: 548118:115af1c5f71f
user:      cegger <cegger%pkgsrc.org@localhost>
date:      Thu Oct 09 10:15:52 2008 +0000

description:
Apply changeset 18441 from xen-3.3-testing tree.
This fixes a typo introduced by the security fix for http://secunia.com/advisories/32064/
This effectively removes patch-gb

diffstat:

 sysutils/xentools33/distinfo         |   3 +--
 sysutils/xentools33/patches/patch-gb |  13 -------------
 2 files changed, 1 insertions(+), 15 deletions(-)

diffs (33 lines):

diff -r 7c14022eb4a6 -r 115af1c5f71f sysutils/xentools33/distinfo
--- a/sysutils/xentools33/distinfo      Thu Oct 09 09:46:09 2008 +0000
+++ b/sysutils/xentools33/distinfo      Thu Oct 09 10:15:52 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2008/10/08 19:13:41 cegger Exp $
+$NetBSD: distinfo,v 1.14 2008/10/09 10:15:52 cegger Exp $
 
 SHA1 (xen-3.3.0.tar.gz) = b6365864eeb5125e0f66a056c4c72816e1789358
 RMD160 (xen-3.3.0.tar.gz) = c98c08617e302ef4004d17cb0ba161d0ed7af59c
@@ -50,6 +50,5 @@
 SHA1 (patch-fd) = cb4741bf33050d72cfbcd2eff4a8632d976de643
 SHA1 (patch-fe) = 85d42672766fe8ce2dc7f745938722710c6ee5a3
 SHA1 (patch-ga) = c7a32f0feefd9b00993e64e406ad2914e6737fb6
-SHA1 (patch-gb) = 3018ec50cdfcc73effbd53b19387bbed9ce46f9c
 SHA1 (patch-gc) = 26a750ca14bcaa33b3f63c16104d2acfae764c96
 SHA1 (patch-gd) = 78e9bcba7dbd2dbd520c015947240b7e514abf8c
diff -r 7c14022eb4a6 -r 115af1c5f71f sysutils/xentools33/patches/patch-gb
--- a/sysutils/xentools33/patches/patch-gb      Thu Oct 09 09:46:09 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-gb,v 1.1 2008/10/08 19:13:41 cegger Exp $
-
---- python/xen/xend/image.py.orig      2008-08-22 09:49:08.000000000 +0000
-+++ python/xen/xend/image.py
-@@ -502,7 +502,7 @@ class ImageHandler:
-         if fifo_fd >= 0:
-             self._openSentinel(sentinel_path_fifo)
-             os.close(fifo_fd)
--            self.pid = self.vm.gatherDom(('image/device-model-pid', int))
-+            self.pid = self.vm._gatherDom(('image/device-model-pid', int))
-             log.debug("%s device model rediscovered, pid %s sentinel fifo %s",
-                     name, self.pid, sentinel_path_fifo)
-             self.sentinel_thread = thread.start_new_thread(self._sentinel_watch,())



Home | Main Index | Thread Index | Old Index