Commit graph

12 commits

Author SHA1 Message Date
sborrill
0ce78949d5 Reapply changes accidentally reverted in last commit 2017-01-04 16:45:24 +00:00
sborrill
a2bc119a0a Move version to version.mk in preparation for updating xenstoretools 2017-01-04 16:37:29 +00:00
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
jaapb
11a6e0d383 Recursive revbump associated with ocaml update to 4.04. 2016-12-30 11:16:56 +00:00
roy
e41cc39fce xentools works fine system curses. 2016-12-29 20:24:34 +00:00
gdt
c51d33ba60 Drop i386 from ONLY_FOR_PLATFORM
Xen 4.5 and 4.6 no longer support i386.  Thus, don't try to build
there.

ok bouyer@
2016-12-20 18:15:09 +00:00
bouyer
43fd3e4f89 in xl the SIGCHLD handler just writes to a pipe where the reader is the
same process. The idea is that this will cause poll(2) in the main
thread to exit with the reaper pipe readable, and do child cleanup here.

Unfortunably, is the child also has a write pipe back to the
parent (as e.g. with pygrub), the loop in afterpoll_internal() may see the
POLLHUP event on this pipe before the POLLIN even on the reaper pipe, and
this will be considered as an error (from e.g. pygrub).

work around by filtering POLLHUP events here
bump PKGREVISION
2016-12-20 17:24:58 +00:00
bouyer
ddfd3579ca Apply upstream patch for XSA-199, XSA-200 and XSA-204.
Bump PKGREVISIONs
2016-12-20 10:22:28 +00:00
bouyer
92b422d727 Backport upstream patches, fixing today's XSA 191, 192, 193, 195, 197, 198.
Bump PKGREVISIONs
2016-11-22 20:59:01 +00:00
wiz
ad0031c15e Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
jnemeth
2ccc347bbb The Xen virtual machine monitor allows running several virtual machines
on a single physical machine.  The xentools46 package contains the
tools to create, destroy and control the virtual machines.

This package contains the tools for Xen 4.6.x
2016-07-04 07:30:47 +00:00