summaryrefslogtreecommitdiff
path: root/sysutils/xentools33
diff options
context:
space:
mode:
authorcegger <cegger>2008-10-09 10:15:52 +0000
committercegger <cegger>2008-10-09 10:15:52 +0000
commit751c9101e0f17667e56c46db94f00f1ba5a78495 (patch)
tree8b7a848581223043edb89ebc0b5339f9c385d75b /sysutils/xentools33
parent0524663ed791959c8961e9174509c3a9a5d757a9 (diff)
downloadpkgsrc-751c9101e0f17667e56c46db94f00f1ba5a78495.tar.gz
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 (limited to 'sysutils/xentools33')
-rw-r--r--sysutils/xentools33/distinfo3
-rw-r--r--sysutils/xentools33/patches/patch-gb13
2 files changed, 1 insertions, 15 deletions
diff --git a/sysutils/xentools33/distinfo b/sysutils/xentools33/distinfo
index 6b6b52a91b5..0dff3752d8c 100644
--- a/sysutils/xentools33/distinfo
+++ b/sysutils/xentools33/distinfo
@@ -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-fc) = 37c9b0897182de93a01f9620ef6346ef68157770
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 --git a/sysutils/xentools33/patches/patch-gb b/sysutils/xentools33/patches/patch-gb
deleted file mode 100644
index d596bed2623..00000000000
--- a/sysutils/xentools33/patches/patch-gb
+++ /dev/null
@@ -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,())