1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
|
# ChangeLog for app-emulation/xen-tools
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.132 2013/02/02 21:15:57 ago Exp $
02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> xen-tools-4.2.0-r3.ebuild:
Stable for amd64, wrt bug #454314
01 Feb 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.2.0-r3.ebuild,
xen-tools-4.2.1-r1.ebuild:
Reversed/Re-added bin86 & dev86 to DEPEND in -4.2.0-r3 -4,2.2-r1 subsequent to
arch testing
31 Jan 2013; Ian Delaney <idella4@gentoo.org> files/ipxe-nopie.patch,
xen-tools-4.2.0-r2.ebuild, xen-tools-4.2.0-r3.ebuild,
xen-tools-4.2.1-r1.ebuild:
Re-setting/correcting ipxe-nopie.patch to match source content in 4.2.0-r3 and
disabling the patch in -4.2.1-r1 (pending further testing) consequent to Bug
#447716, removed redunadant 4-add-nopie.patch
*xen-tools-4.2.0-r3 (30 Jan 2013)
*xen-tools-4.2.1-r1 (30 Jan 2013)
30 Jan 2013; Ian Delaney <idella4@gentoo.org>
+files/xen-4-CVE-2012-4544-XSA-25.patch,
+files/xen-4-CVE-2012-6075-XSA-41.patch, +files/xen-4-fix_dotconfig-gcc.patch,
+files/xen-tools-4-add-nopie.patch, +files/xen-tools-4-docfix.patch,
+xen-tools-4.2.0-r3.ebuild, +xen-tools-4.2.1-r1.ebuild,
-files/xen-tools-3.4.2-as-needed.patch, files/ipxe-nopie.patch,
xen-tools-4.2.0-r2.ebuild:
revbump;-4.2.0-r3; adjustments to DEPS, implementation of ocaml flag courtesy
of user known as 'a.m' wrt Bug #447716, reconstitution of ipxe-nopie with
subsequent add of -4-add-nopie.patch, new use ocaml added and implemented
(possible to rename), sed statements reduced to patches, 2 sec. patches
applied, build & install of docs corrected/upgrade. 4.2.1-r1; changes mirrored
those to 4.2.0-r3, add of 1 valid sec. patch. Drop un-needed -3.4.2-as-
needed.patch
24 Jan 2013; Ian Delaney <idella4@gentoo.org> -xen-tools-4.1.2-r2.ebuild,
-xen-tools-4.2.0-r1.ebuild, xen-tools-4.2.0-r2.ebuild, xen-tools-4.2.1.ebuild:
4.2.0-r2, correct DEPS, thanks OP of Bug #447716, 4.2.1, rm white space, drop
old
*xen-tools-4.2.1 (24 Jan 2013)
24 Jan 2013; Ian Delaney <idella4@gentoo.org> +xen-tools-4.2.1.ebuild,
metadata.xml:
bump
23 Jan 2013; Ian Delaney <idella4@gentoo.org> xen-tools-4.1.1-r6.ebuild:
patch from razamatan applied, fixes Bug #413493
21 Jan 2013; Samuli Suominen <ssuominen@gentoo.org>
xen-tools-4.1.1-r6.ebuild, xen-tools-4.1.2-r2.ebuild,
xen-tools-4.1.2-r3.ebuild, xen-tools-4.2.0-r1.ebuild,
xen-tools-4.2.0-r2.ebuild:
Remove sys-apps/hotplug dependency from || () in favour of virtual/udev wrt
#145809
20 Jan 2013; Michał Górny <mgorny@gentoo.org> xen-tools-4.2.0-r2.ebuild:
Drop python2.5 because of lxml.
20 Dec 2012; Michał Górny <mgorny@gentoo.org> xen-tools-4.2.0-r2.ebuild:
Use python_fix_shebang() to fix shebangs.
18 Dec 2012; Ian Delaney <idella4@gentoo.org> files/ipxe-nopie.patch:
patched patch ipxe-nopie.patch, thanks to patch submitted by user uen in Bug
#446022
17 Dec 2012; Michał Górny <mgorny@gentoo.org> xen-tools-4.2.0-r2.ebuild:
Bump to EAPI=5 to make Paludis happy, bug #447524.
*xen-tools-4.2.0-r2 (16 Dec 2012)
16 Dec 2012; Michał Górny <mgorny@gentoo.org> +xen-tools-4.2.0-r2.ebuild:
Migrate to python-r1, clean up a bit. Acked by idella4.
11 Dec 2012; Samuli Suominen <ssuominen@gentoo.org>
xen-tools-4.1.1-r6.ebuild, xen-tools-4.1.2-r3.ebuild,
xen-tools-4.2.0-r1.ebuild:
Move sys-power/iasl dependency from USE="hvm" to always required because
econf won't pass without it. Use udev.eclass to install udev rules into
correct directory. Convert to virtual/udev again after it was mistakenly
reverted 05 Dec 2012 by idella4.
04 Dec 2012; Jeroen Roovers <jer@gentoo.org> metadata.xml:
Change maintainer tag (bug #390951).
04 Dec 2012; Tomáš Chvátal <scarabeus@gentoo.org> xen-tools-4.1.1-r6.ebuild:
This is supposed to be stable amd64 and x86. We do not remove stable keywords
just for fun.
05 Dec 2012; Ian Delaney <idella4@gentoo.org> xen-tools-4.1.1-r6.ebuild:
Correction to amd64 keyword in 4.4.4-r6
*xen-tools-4.2.0-r1 (05 Dec 2012)
05 Dec 2012; Ian Delaney <idella4@gentoo.org>
+files/xen-4.2.0-anti-download.patch, +files/xen-4.2.0-jserver.patch,
+files/xen-4.2.0-nostrip.patch, +xen-tools-4.2.0-r1.ebuild,
-files/xen-tools-3.3.1-sandbox-fix.patch,
-files/xen-tools-3.4.2-fix-definitions.patch,
-files/xen-tools-3.4.2-fix-include.patch,
-files/xen-tools-3.4.2-ldflags-respect.patch,
-files/xen-tools-3.4.2-remove-default-cflags.patch,
-files/xen-tools-3.4.2-werror-idiocy-v2.patch,
-files/xen-tools-4.1.1-upstream-23104-1976adbf2b80.patch,
-xen-tools-3.4.2-r3.ebuild, -xen-tools-3.4.2-r5.ebuild,
-xen-tools-4.1.1-r5.ebuild, metadata.xml, xen-tools-4.1.1-r6.ebuild,
xen-tools-4.1.2-r3.ebuild:
initial 4.2.0 found in virtual overlay, bump to 4.2.0-r1, added patches fixing
QA issues, added edits to build of external packages
02 Dec 2012; Samuli Suominen <ssuominen@gentoo.org>
xen-tools-3.4.2-r3.ebuild, xen-tools-3.4.2-r5.ebuild,
xen-tools-4.1.1-r5.ebuild, xen-tools-4.1.1-r6.ebuild,
xen-tools-4.1.2-r2.ebuild, xen-tools-4.1.2-r3.ebuild:
Use virtual/udev instead of sys-fs/udev wrt #444398
*xen-tools-4.1.2-r3 (10 Jul 2012)
10 Jul 2012; Matthew Thode <prometheanfire@gentoo.org>
+xen-tools-4.1.2-r3.ebuild:
Updated ebuild for selinux dependancy xen-tools-4.1.2-r3.ebuild
29 May 2012; Kacper Kowalik <xarthisius@gentoo.org> metadata.xml:
Use <description> field in order to provide more compact <name>
08 May 2012; Kacper Kowalik <xarthisius@gentoo.org> xen-tools-3.4.2-r3.ebuild,
xen-tools-3.4.2-r5.ebuild, xen-tools-4.1.1-r5.ebuild,
xen-tools-4.1.1-r6.ebuild, xen-tools-4.1.2-r2.ebuild:
Fix building with app-text/texi2html-5, commited on behalf of Ian Delaney.
Fixes bug 409333. Thanks to Joerg Neikes <xenoist@midlandgate.de> for the
report and patch
12 Jan 2012; Alexey Shvetsov <alexxy@gentoo.org> xen-tools-4.1.2-r2.ebuild,
files/xendomains.initd-r2:
re-expand newinitd, fixes Bug 392403, patch prepared by Ian Delaney
*xen-tools-4.1.2-r2 (28 Nov 2011)
28 Nov 2011; Alexey Shvetsov <alexxy@gentoo.org> +xen-tools-4.1.2-r2.ebuild,
-xen-tools-4.1.2-r1.ebuild, -xen-tools-9999.ebuild, files/xendomains.initd-r2:
Move -9999 to virtualization overlay and revbump xen-tools to EAPI4
*xen-tools-4.1.2-r1 (11 Nov 2011)
11 Nov 2011; Jesus Rivero <neurogeek@gentoo.org> -xen-tools-4.1.2.ebuild,
+xen-tools-4.1.2-r1.ebuild:
Revision bump wrt bug #311207
11 Nov 2011; Jesus Rivero <neurogeek@gentoo.org> xen-tools-4.1.2.ebuild:
Fix for improving Python-related code (bug #311207). Proxying for idella4
10 Nov 2011; Alexey Shvetsov <alexxy@gentoo.org>
files/xen-tools-4.1.2-pyxml.patch:
Fix pyxml patch
07 Nov 2011; Alexey Shvetsov <alexxy@gentoo.org>
+files/xen-tools-4.1.2-pyxml.patch, files/xen-tools-4.1.1-curl.patch,
xen-tools-4.1.2.ebuild:
Fix to pyxml, add dep pypam, fixes Bug 367735, patch by Arfrever, repair to
curl patch, Bug #386487, repiared by Ian Delaney aka idella4
01 Nov 2011; Tony Vroon <chainsaw@gentoo.org> xen-tools-4.1.1-r6.ebuild:
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El
Lazkani & Ian "idella4" Delaney in bug #360621.
*xen-tools-4.1.2 (25 Oct 2011)
25 Oct 2011; Alexey Shvetsov <alexxy@gentoo.org> xen-tools-3.4.2-r5.ebuild,
+xen-tools-4.1.2.ebuild:
Version bump prepared by Ian Delaney aka idella4
24 Oct 2011; Alexey Shvetsov <alexxy@gentoo.org> xen-tools-4.1.1-r6.ebuild,
+files/xen-tools-4.1.1-bridge.patch, +files/xen-tools-4.1.1-curl.patch:
Patch to curl config, fixes Bug #386487, tiny change to bridging fixes Bug
#362575 by Klas Meder Boqvist, patch prepared by Ian Delaney aka idella4
23 Oct 2011; Patrick Lauer <patrick@gentoo.org> xen-tools-9999.ebuild:
Bump for #386461, thanks to Ian Delaney
*xen-tools-4.1.1-r6 (22 Oct 2011)
22 Oct 2011; Magnus Granberg <zorry@gentoo.org> +xen-tools-4.1.1-r6.ebuild,
+files/ipxe-nopie.patch:
Fix hardened compile failure #360805 don't compile ipxe with pie.
Thanks Ian Delaney and Ralf Glauberman
13 Oct 2011; Alexey Shvetsov <alexxy@gentoo.org> -xen-tools-3.4.2.ebuild,
xen-tools-4.1.1-r5.ebuild, files/xendomains.initd-r1:
Sabayon Tinderbox build failuire, fixes bug #377557. patch by Tobias Heinlein
aka keytoaster, full diff prepared by Ian Delaney. Use toolchain function
instead of calling LD directly, copy fix from bug #384359, fix to invoke
correct compiler, copy from bug #383973, patches by Ian Delaney aka idella4
05 Oct 2011; Alexey Shvetsov <alexxy@gentoo.org> xen-tools-3.4.2-r5.ebuild,
xen-tools-4.1.1-r5.ebuild, metadata.xml:
Change use ioemu to qemu and edit metadata.xml, fixes Bug 383337, add rdep
packages for use flag doc, fixes Bug 384357, add elog meassage re /.config,
fixes Bug 376819. Pathces by by Ian Delaney aka idella4
29 Sep 2011; Thomas Kahle <tomka@gentoo.org> xen-tools-3.4.2-r3.ebuild:
x86 stable per bug 379241
27 Sep 2011; Tony Vroon <chainsaw@gentoo.org> xen-tools-3.4.2-r5.ebuild:
Patch by Ian "idella4" Delaney closes bug #384349 by Agostino "ago" Sarubbo.
*xen-tools-3.4.2-r5 (27 Sep 2011)
27 Sep 2011; Tony Vroon <chainsaw@gentoo.org> -xen-tools-3.4.2-r4.ebuild,
+xen-tools-3.4.2-r5.ebuild, +files/xen-tools-3.4.2-ldflags-respect.patch:
Proxy commit for Ian "idella4" Delaney. LDFLAGS respect closes bug #384351.
Removal of static libraries closes bug #384355. Use toolchain function
instead of calling LD directly, closes bug #384359.
*xen-tools-3.4.2-r4 (25 Sep 2011)
25 Sep 2011; Tony Vroon <chainsaw@gentoo.org> +xen-tools-3.4.2-r4.ebuild,
+files/xen-tools-3.4.2-remove-default-cflags.patch:
Proxy commit for Ian "idella4" Delaney. Be more thorough for custom-cflags
and use a diff instead of sed magic, closes bug #383975. Use toolchain-funcs
to invoke correct compiler, closes bug #383973.
25 Sep 2011; Tony Vroon <chainsaw@gentoo.org> xen-tools-3.4.2-r3.ebuild:
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian
"idella4" Delaney in security bug #379241.
25 Sep 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
xen-tools-4.1.1-r5.ebuild:
x86 stable wrt bug #360621
25 Sep 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
xen-tools-4.1.1-r5.ebuild:
x86 stable wrt bug #360621
*xen-tools-3.4.2-r3 (24 Sep 2011)
24 Sep 2011; Tony Vroon <chainsaw@gentoo.org> -xen-tools-3.4.2-r2.ebuild,
+xen-tools-3.4.2-r3.ebuild, -files/xen-tools-3.4.2-werror-idiocy.patch,
+files/xen-tools-3.4.2-werror-idiocy-v2.patch:
Revised patch by Ian "idella4" Delaney resolves building on GCC 4.5 & 4.6;
closes bug #383977.
*xen-tools-3.4.2-r2 (23 Sep 2011)
23 Sep 2011; Tony Vroon <chainsaw@gentoo.org> -xen-tools-3.4.2-r1.ebuild,
+xen-tools-3.4.2-r2.ebuild, +files/xen-tools-3.4.2-werror-idiocy.patch:
Patch by Ian "idella4" Delaney to clear -Werror, stopping GCC 4.5 build
failures. Closes bug #383977. Moved to using a PATCHES array and the base
eclass.
21 Sep 2011; Alexey Shvetsov <alexxy@gentoo.org>
files/xen-tools-3.4.2-fix-definitions.patch,
files/xen-tools-3.4.2-fix-include.patch:
Fix xen3 patches by Ian Delaney aka idell4
*xen-tools-3.4.2-r1 (21 Sep 2011)
21 Sep 2011; Alexey Shvetsov <alexxy@gentoo.org> +xen-tools-3.4.2-r1.ebuild,
+files/xen-tools-3.4.2-fix-definitions.patch,
+files/xen-tools-3.4.2-fix-include.patch:
Fix borken emerge due to system header changes; bug #379815. Input from Ian
Delaney aka idell4
18 Sep 2011; Alexey Shvetsov <alexxy@gentoo.org> xen-tools-4.1.1-r5.ebuild:
Fix patch name. Thanks to Sven Köhler
*xen-tools-4.1.1-r5 (18 Sep 2011)
18 Sep 2011; Alexey Shvetsov <alexxy@gentoo.org> -xen-tools-4.1.1-r4.ebuild,
+xen-tools-4.1.1-r5.ebuild, +files/xen-tools-4.1.1-libxl-tap.patch,
+files/xen-tools-4.1.1-upstream-23104-1976adbf2b80.patch:
Fix bugs #380343 and #382329
*xen-tools-4.1.1-r4 (12 Sep 2011)
12 Sep 2011; Alexey Shvetsov <alexxy@gentoo.org> -xen-tools-4.1.1-r3.ebuild,
+xen-tools-4.1.1-r4.ebuild:
Prevent downloading during compile, fixes bug #366125; Thanks to Ian Delaney
aka idella4
11 Sep 2011; Alexey Shvetsov <alexxy@gentoo.org> xen-tools-4.1.1-r3.ebuild,
xen-tools-9999.ebuild:
Fix build
*xen-tools-4.1.1-r3 (11 Sep 2011)
11 Sep 2011; Alexey Shvetsov <alexxy@gentoo.org> -xen-tools-4.1.1-r2.ebuild,
+xen-tools-4.1.1-r3.ebuild, xen-tools-9999.ebuild, metadata.xml:
Sync live ebuild with 4.1.1, drop acm since its deprecated upstream. Make
xend optional. Input from Ian Delaney aka idell4
*xen-tools-4.1.1-r2 (10 Sep 2011)
10 Sep 2011; Alexey Shvetsov <alexxy@gentoo.org> -xen-tools-4.1.1-r1.ebuild,
+xen-tools-4.1.1-r2.ebuild, files/xend.initd-r2, files/xendomains.initd-r2:
Uncomment xl settings, fix bug 370817, adjust init.d scripts to work for xl;
Thanks to Ian Delaney aka idella4
05 Sep 2011; Alexey Shvetsov <alexxy@gentoo.org> xen-tools-4.1.1-r1.ebuild,
metadata.xml:
Fix use doc #347942. Thanks to Ian Delaney aka idella4
*xen-tools-4.1.1-r1 (31 Aug 2011)
31 Aug 2011; Alexey Shvetsov <alexxy@gentoo.org> -xen-tools-4.1.0-r1.ebuild,
-xen-tools-4.1.1.ebuild, +xen-tools-4.1.1-r1.ebuild:
Drop old version
23 Aug 2011; Fabio Erculiani <lxnay@gentoo.org> xen-tools-4.1.1.ebuild:
fix src_install, remove rm -r
09 Aug 2011; Alexey Shvetsov <alexxy@gentoo.org> xen-tools-9999.ebuild:
Drop patch
09 Aug 2011; Alexey Shvetsov <alexxy@gentoo.org> xen-tools-9999.ebuild:
Sync 9999 and 4.1.1
*xen-tools-4.1.1 (29 Jul 2011)
29 Jul 2011; Patrick Lauer <patrick@gentoo.org> +xen-tools-4.1.1.ebuild:
Bump for #372259
29 Jul 2011; Patrick Lauer <patrick@gentoo.org> xen-tools-4.1.0-r1.ebuild:
Dep fix for #363139
*xen-tools-9999 (06 Apr 2011)
06 Apr 2011; Alexey Shvetsov <alexxy@gentoo.org> +xen-tools-9999.ebuild:
Add live version
05 Apr 2011; Alexey Shvetsov <alexxy@gentoo.org> xen-tools-4.1.0-r1.ebuild,
+files/xend.initd-r2, +files/xendomains.initd-r2, -files/xend.initd,
-files/xendomains.initd, -files/xendomains.initd-xl, files/xenstored.initd:
Clean up and fix init script deps
*xen-tools-4.1.0-r1 (05 Apr 2011)
05 Apr 2011; Alexey Shvetsov <alexxy@gentoo.org> -xen-tools-4.1.0.ebuild,
+xen-tools-4.1.0-r1.ebuild, +files/xenconsoled.confd,
+files/xenconsoled.initd, +files/xendomains.initd-xl, +files/xenstored.confd,
+files/xenstored.initd:
Clean up. Add support for new xl framework. No need for xend
26 Mar 2011; Alexey Shvetsov <alexxy@gentoo.org> xen-tools-4.1.0.ebuild:
Fix build on some platforms
26 Mar 2011; Alexey Shvetsov <alexxy@gentoo.org> xen-tools-4.1.0.ebuild:
Fix bug #360561
26 Mar 2011; Alexey Shvetsov <alexxy@gentoo.org> -xen-tools-3.4.3.ebuild,
-files/xen-tools-4.0.0-asneeded.patch, -xen-tools-4.0.1.ebuild:
Clean up
26 Mar 2011; Alexey Shvetsov <alexxy@gentoo.org>
-files/xen-tools-3.0.4_p1--as-needed.patch,
-files/xen-tools-3.0.4_p1-network-bridge-broadcast.patch,
-files/xen-tools-3.1.0-xen-detect-nopie-fix.patch,
-files/xen-tools-3.1.3-bzimage.patch,
-files/xen-tools-3.1.3-network-bridge-broadcast.patch:
Clean up
*xen-tools-4.1.0 (26 Mar 2011)
26 Mar 2011; Alexey Shvetsov <alexxy@gentoo.org> -xen-tools-3.1.3.ebuild,
-xen-tools-3.1.3-r1.ebuild, -xen-tools-3.2.1.ebuild,
-files/xen-tools-3.2.1-qemu-nodocs.patch,
-files/xen-tools-3.3.0--as-needed.patch,
-files/xen-tools-3.3.0-warning-fix.patch,
-files/xen-tools-3.3.0-xen-detect-nopie-fix.patch, -xen-tools-3.4.0.ebuild,
-xen-tools-3.4.0-r1.ebuild, -files/xen-tools-3.4.0-udevinfo.patch,
-xen-tools-3.4.1.ebuild, -xen-tools-3.4.1-r1.ebuild,
-files/xen-tools-3.4.1-xc_core-memset.patch, xen-tools-3.4.2.ebuild,
xen-tools-3.4.3.ebuild, -xen-tools-4.0.0.ebuild, xen-tools-4.0.1.ebuild,
+xen-tools-4.1.0.ebuild:
Version bump & clean up
*xen-tools-4.0.1 (03 Dec 2010)
03 Dec 2010; Patrick Lauer <patrick@gentoo.org> +xen-tools-4.0.1.ebuild:
Bump
16 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
xen-tools-3.4.0.ebuild, xen-tools-3.4.0-r1.ebuild, xen-tools-3.4.1.ebuild,
xen-tools-3.4.1-r1.ebuild, xen-tools-3.4.2.ebuild, xen-tools-3.4.3.ebuild,
xen-tools-4.0.0.ebuild:
Update EAPI. Unset PYTHON_MODNAME variable, which is used only by
distutils.eclass, which isn't inherited here. Fix calls to
python_mod_optimize() and python_mod_cleanup() (bug #329141).
*xen-tools-3.4.3 (11 Jul 2010)
11 Jul 2010; Patrick Lauer <patrick@gentoo.org> +xen-tools-3.4.3.ebuild:
Bump for #325091
25 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org>
xen-tools-4.0.0.ebuild, -files/xen-tools-4.0.0-as-needed.patch,
+files/xen-tools-4.0.0-asneeded.patch:
Fixing build with --as-neeed wrt bug 320339. Thanks to Diego for
reporting.
24 Jun 2010; Christoph Mende <angelos@gentoo.org> xen-tools-3.4.2.ebuild:
Stable on amd64 wrt bug #293714
09 Jun 2010; Patrick Lauer <patrick@gentoo.org> xen-tools-4.0.0.ebuild:
Adding iasl dep for hvm useflag. Fixes #318471
*xen-tools-4.0.0 (12 Apr 2010)
12 Apr 2010; Alexey Shvetsov <alexxy@gentoo.org> +xen-tools-4.0.0.ebuild,
+files/xen-tools-4.0.0-as-needed.patch:
Version bump per bug #313791
07 Apr 2010; Patrick Lauer <patrick@gentoo.org>
files/xen-tools-3.4.0-network-bridge-broadcast.patch:
Fixing xen-tools-3.4.0-network-bridge-broadcast.patch for #258378
16 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
xen-tools-3.4.2.ebuild:
stable x86, bug 293714
16 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
xen-tools-3.4.2.ebuild, +files/xen-tools-3.4.2-as-needed.patch:
fix issues with --as-needed, patch by Kacper Kowalik in bug 296631
*xen-tools-3.4.2 (01 Dec 2009)
01 Dec 2009; Patrick Lauer <patrick@gentoo.org> +xen-tools-3.4.2.ebuild:
Bump
05 Nov 2009; Patrick Lauer <patrick@gentoo.org> xen-tools-3.4.1-r1.ebuild:
Adding gettext depend for #287935
27 Oct 2009; Patrick Lauer <patrick@gentoo.org> -xen-tools-3.3.0.ebuild,
-xen-tools-3.3.1.ebuild:
Removing old versions for #287936
11 Oct 2009; Petteri Räty <betelgeuse@gentoo.org>
xen-tools-3.4.1-r1.ebuild:
Replace built_with_use with has_version.
*xen-tools-3.4.1-r1 (01 Sep 2009)
01 Sep 2009; Wolfram Schlich <wschlich@gentoo.org> +files/xend.initd-r1,
+files/xendomains.initd-r1, +xen-tools-3.4.1-r1.ebuild:
fix bugs 248771, 248797, 248917
19 Aug 2009; Patrick Lauer <patrick@gentoo.org> xen-tools-3.4.1.ebuild:
Changing python dep (use=ssl) for #279917
*xen-tools-3.4.1 (17 Aug 2009)
17 Aug 2009; Patrick Lauer <patrick@gentoo.org> +xen-tools-3.4.1.ebuild,
+files/xen-tools-3.4.1-xc_core-memset.patch:
Bump to 3.4.1. Fixes #280773. Patch by Sergey Morozov
27 Jun 2009; Patrick Lauer <patrick@gentoo.org> xen-tools-3.1.3.ebuild,
xen-tools-3.1.3-r1.ebuild, xen-tools-3.2.1.ebuild, xen-tools-3.3.0.ebuild,
xen-tools-3.3.1.ebuild, xen-tools-3.4.0.ebuild, xen-tools-3.4.0-r1.ebuild:
Fixing link to gentoo-wiki.com, fixes #275219
*xen-tools-3.4.0-r1 (22 Jun 2009)
22 Jun 2009; Patrick Lauer <patrick@gentoo.org>
+xen-tools-3.4.0-r1.ebuild, +files/xen-tools-3.4.0-udevinfo.patch:
Udev rules fix, closes #236819. Thanks to Frank Ridderbusch for the shiny
patch
*xen-tools-3.4.0 (22 Jun 2009)
22 Jun 2009; Patrick Lauer <patrick@gentoo.org> +xen-tools-3.4.0.ebuild,
+files/xen-tools-3.4.0-network-bridge-broadcast.patch:
Bump to 3.4.0. Closes #271173. Patch and ebuild fixes by Sergey Morozov
28 Apr 2009; Patrick Lauer <patrick@gentoo.org>
+files/xen-tools-3.3.1-sandbox-fix.patch, xen-tools-3.3.1:
Small sandbox fix, closes 253134. Patch originally from RB.
27 Apr 2009; Patrick Lauer <patrick@gentoo.org> xen-tools-3.3.1:
Bump to eapi2 for usedeps, fixing depends for use=doc, closes #199764
*xen-tools-3.3.1 (26 Apr 2009)
26 Apr 2009; Patrick Lauer <patrick@gentoo.org> +xen-tools-3.3.1.ebuild:
Bump to 3.3.1. Fixes half of #254931
26 Apr 2009; Patrick Lauer <patrick@gentoo.org>
+files/xen-tools-3.3.0-warning-fix.patch, xen-tools-3.3.0:
Fix gcc 4.3 compile failure, part of #259670
28 Feb 2009; Markus Meier <maekke@gentoo.org> metadata.xml:
custom-cflags is a global USE-flag
*xen-tools-3.1.3-r1 (16 Jan 2009)
16 Jan 2009; Lance Albertson <ramereth@gentoo.org>
+files/xen-tools-3.1.3-bzimage.patch, +xen-tools-3.1.3-r1.ebuild:
New patch for 3.1.3 which adds bzImage >=v2.08 support to xen. This allows
Fedora 10 to run as a DomU for this version. Patch is originally from
https://bugzilla.redhat.com/457199
*xen-tools-3.3.0 (01 Sep 2008)
01 Sep 2008; Robert Buchholz <rbu@gentoo.org>
+files/xen-tools-3.3.0--as-needed.patch,
+files/xen-tools-3.3.0-nostrip.patch,
+files/xen-tools-3.3.0-xen-detect-nopie-fix.patch, files/xendomains.confd,
files/xendomains.initd, metadata.xml, -xen-tools-3.2.0.ebuild,
+xen-tools-3.3.0.ebuild:
Version bump to Xen 3.3 (bug #201792). Fixes bugs:
* Add USE flags for ACM and FLASK Xen Security Modules
* Properly compile and uninstall python bytecode
* RDEPEND on pyxml (bug #201255)
* Remove libvncserver dependency
* Shutdown xendomains in reverse start order (bug #210445)
* Allow for parallel shutdown of xendomains (bug #162833)
* Check that python is built with threading (bug #236092)
30 Jul 2008; Robert Buchholz <rbu@gentoo.org> xen-tools-3.2.1.ebuild:
Set VARTEXFONTS so LaTeX does not try to write out of the sandbox (bug #233120)
28 Jul 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
*xen-tools-3.2.1 (04 May 2008)
04 May 2008; Robert Buchholz <rbu@gentoo.org>
+files/xen-tools-3.2.1-qemu-nodocs.patch, -xen-tools-3.1.2.ebuild,
+xen-tools-3.2.1.ebuild:
Version bump to the Xen 3.2.1 release (bug #219339), thanks to Troy Bowman
for testig. Disable magic building of QEMU documentation (bug #192427).
*xen-tools-3.2.0 (08 Feb 2008)
08 Feb 2008; Michael Marineau <marineam@gentoo.org>
+xen-tools-3.2.0.ebuild:
Add version 3.2.0
*xen-tools-3.1.3 (03 Feb 2008)
03 Feb 2008; Michael Marineau <marineam@gentoo.org>
+files/xen-tools-3.1.3-network-bridge-broadcast.patch,
+xen-tools-3.1.3.ebuild:
Version bump to 3.1.3
14 Dec 2007; Robert Buchholz <rbu@gentoo.org> xen-tools-3.1.2.ebuild:
Added a check for USE=ncurses in python in case we use pygrub
*xen-tools-3.1.2 (17 Nov 2007)
17 Nov 2007; Michael Marineau <marineam@gentoo.org>
-files/xen-tools-3.0.4_p1-pygrub-security-fix.patch,
-files/xen-tools-3.0.4_p1-remove-monitor-mode-from-vnc.patch,
-files/xen-tools-3.0.4_p1-vnclisten.patch,
-files/xen-tools-3.1.0-pygrub-security-fix.patch,
-files/xen-tools-3.1.0-python-site-packages.patch,
-files/xen-tools-3.1.1-insecure-file-creation-fix.patch,
-xen-tools-3.0.4_p1-r2.ebuild, -xen-tools-3.1.0-r2.ebuild,
-xen-tools-3.1.1-r1.ebuild, +xen-tools-3.1.2.ebuild:
Bump to 3.1.2. Clean out old versions.
*xen-tools-3.1.1-r1 (23 Oct 2007)
*xen-tools-3.1.0-r2 (23 Oct 2007)
*xen-tools-3.0.4_p1-r2 (23 Oct 2007)
23 Oct 2007; Michael Marineau <marineam@gentoo.org>
+files/xen-tools-3.1.1-insecure-file-creation-fix.patch,
-xen-tools-3.0.4_p1-r1.ebuild, +xen-tools-3.0.4_p1-r2.ebuild,
-xen-tools-3.1.0-r1.ebuild, +xen-tools-3.1.0-r2.ebuild,
-xen-tools-3.1.1.ebuild, +xen-tools-3.1.1-r1.ebuild:
Fix an insecure temp file creation, bug #196824, CVE-2007-3919
*xen-tools-3.1.1 (15 Oct 2007)
15 Oct 2007; Michael Marineau <marineam@gentoo.org>
+xen-tools-3.1.1.ebuild:
Version bump.
02 Oct 2007; Michael Marineau <marineam@gentoo.org>
xen-tools-3.1.0-r1.ebuild:
Fix build on gcc 4.2.0, fixes bug #191172.
Warn user if iproute2 was built with USE=minimal, fixes bug #194224.
Minor cleanups, etc.
*xen-tools-3.1.0-r1 (26 Sep 2007)
*xen-tools-3.0.4_p1-r1 (26 Sep 2007)
26 Sep 2007; Michael Marineau <marineam@gentoo.org>
+files/xen-tools-3.0.4_p1-pygrub-security-fix.patch,
+files/xen-tools-3.1.0-pygrub-security-fix.patch,
-xen-tools-3.0.4_p1.ebuild, +xen-tools-3.0.4_p1-r1.ebuild,
-xen-tools-3.1.0.ebuild, +xen-tools-3.1.0-r1.ebuild:
Security Bump: Guest domains could execute code on Dom0 via pygrub.
Bug #193808 and CVE-2007-4993
03 Sep 2007; Michael Marineau <marineam@gentoo.org>
xen-tools-3.0.4_p1.ebuild, xen-tools-3.1.0.ebuild:
Fix documentation dependencies.
27 Aug 2007; Michael Marineau <marineam@gentoo.org>
xen-tools-3.0.4_p1.ebuild, xen-tools-3.1.0.ebuild:
Die if both x86 and amd64 are set in USE.
26 Aug 2007; Michael Marineau <marineam@gentoo.org>
+files/xen-tools-3.1.0-xen-detect-nopie-fix.patch, xen-tools-3.1.0.ebuild:
Fix build on x86 hardened.
*xen-tools-3.1.0 (24 Aug 2007)
24 Aug 2007; Michael Marineau <marineam@gentoo.org>
-files/xen-tools-3.0.2--as-needed.patch,
-files/xen-tools-3.0.2-bxclobber.patch,
-files/xen-tools-3.0.2-pushpop.patch,
-files/xen-tools-3.0.2-pygrub-progsreiserfs-0.3.1.patch,
-files/xen-tools-3.0.2-test-uuid.patch,
-files/xen-tools-3.0.2-test-xauthority.patch,
-files/xen-tools-3.0.2-xc_ptrace.patch,
+files/xen-tools-3.1.0-python-site-packages.patch, -files/xend-init,
-xen-tools-3.0.2-r4.ebuild, +xen-tools-3.1.0.ebuild:
Copy Xen 3.1.0 related ebuilds over from the Xen project overlay.
Remove Xen 3.0.2.
10 Jul 2007; Michael Marineau <marineam@gentoo.org>
xen-tools-3.0.4_p1.ebuild:
Remove unneeded hardened flag checking and add some more info to the post
install message.
25 Jun 2007; Michael Marineau <marineam@gentoo.org>
xen-tools-3.0.4_p1.ebuild:
Fix typo in -fno-pie flag.
16 May 2007; Michael Marineau <marineam@gentoo.org>
xen-tools-3.0.4_p1.ebuild:
Only depend on xproto when ioemu is enabled. Bug #177110.
*xen-tools-3.0.4_p1 (02 May 2007)
02 May 2007; Michael Marineau <marineam@gentoo.org>
-files/3.0.2-r4/pygrub-progsreiserfs-0.3.1.patch,
-files/3.0.2-r4/xc_ptrace.patch, -files/3.0.2-r4/xend.initd,
-files/3.0.2-r4/xendomains.initd, +files/xen-tools-3.0.2-xc_ptrace.patch,
+files/xen-tools-3.0.2-pygrub-progsreiserfs-0.3.1.patch,
+files/xen-tools-3.0.4_p1--as-needed.patch,
+files/xen-tools-3.0.4_p1-network-bridge-broadcast.patch,
+files/xen-tools-3.0.4_p1-remove-monitor-mode-from-vnc.patch,
+files/xen-tools-3.0.4_p1-vnclisten.patch, +files/xend.initd,
+files/xendomains.initd, -files/xendomains-conf, -files/xendomains-init,
-xen-tools-3.0.2-r2.ebuild, -xen-tools-3.0.2-r3.ebuild,
xen-tools-3.0.2-r4.ebuild, +xen-tools-3.0.4_p1.ebuild:
Add Xen 3.0.4_1 from the marineam-xen overlay.
Clean out some old ebuilds and clean up the files dir.
13 Mar 2007; Andrew Ross <aross@gentoo.org> xen-tools-3.0.2-r3.ebuild,
xen-tools-3.0.2-r4.ebuild:
Use "type" instead of "which", as per
http://archives.gentoo.org/gentoo-dev/msg_143424.xml
16 Dec 2006; Andrew Ross <aross@gentoo.org> xen-tools-3.0.2-r4.ebuild:
Narrow dep on app-emulation/xen to match version of xen-tools.
*xen-tools-3.0.2-r4 (13 Oct 2006)
13 Oct 2006; <aross@gentoo.org>
+files/3.0.2-r4/pygrub-progsreiserfs-0.3.1.patch,
+files/3.0.2-r4/xc_ptrace.patch, +files/3.0.2-r4/xendomains.initd,
+files/3.0.2-r4/xend.initd, +xen-tools-3.0.2-r4.ebuild:
Fix a PTRACE_* compilation error, thanks to Thomas Veith <th_veith@web.de>
in #151014.
Introduce the pygrub local USE flag and fix a compile error when
sys-fs/progsreiserfs is installed, thanks to M. Edward Borasky
<znmeb@cesmail.net> and Mauricio Zambrano <mauro@webdb.homelinux.net> in
#137137.
Make ntp-client start after xend, thanks to Harris Landgarten
<harrisl@lhjonline.com> in #144057.
Make /etc/init.d/xendomains correctly handle domains with numbers, periods
and/or hyphens, thanks to Robert S <robert_s@emailme.net.au> in #148628.
Fix a compile error with python-2.5, thanks to Charlie Shepherd
<masterdriverz@gmail.com> and Marien Zwart <marienz@gentoo.org> in #149138.
Fix a compilation error on AMD64 with a 64 bit kernel and 32 bit userland,
thanks to tonich <tonich@artparade.ru> and Sven Wegener
<swegener@gentoo.org> in #143999.
Make /etc/init.d/xend fail gracefully when started in a non-privileged
domain or unmodified kernel, thanks to Christian Hesse <mail@earthworm.de>
and Robert S <robert_s@emailme.net.au> in #148486.
Only warn instead of dying when python is build with stack smashing
protection (ssp), thanks to Tuan Van <langthang@gentoo.org>, Raimonds Cicans
<ray@apollo.lv>, Brad Plant <bplant@westnet.com.au> and Sven Wegener
<swegener@gentoo.org> in #141866.
Replace the hardened USE flag with test-flag-CC from flag-o-matic.eclass to
avoid compile errors with gcc-4.1 and USE=hardened, thanks to Richard
Benjamin Voigt <bvoigt@kas.com> in #147876.
*xen-tools-3.0.2-r3 (15 Aug 2006)
15 Aug 2006; Andrew Ross <aross@gentoo.org> +files/xen-consoles.logrotate,
-files/xend-conf, +files/xendomains.confd, +files/xendomains.initd,
+files/xendomains-screen.confd, metadata.xml, -xen-tools-3.0.2-r1.ebuild,
xen-tools-3.0.2-r2.ebuild, +xen-tools-3.0.2-r3.ebuild:
Fix bugs #141981, #142011, #141866, and #137886. Thanks to Brad Plant
<bplant@westnet.com.au>, Nedd Ludd <solar@gentoo.org>, Nick Devito
<nick125@gmail.com>, and Mike Williams <mike@gaima.co.uk>.
10 Aug 2006; Sven Wegener <swegener@gentoo.org>
+files/xen-tools-3.0.2-bxclobber.patch,
+files/xen-tools-3.0.2-pushpop.patch, -files/hardened-bx-clobber.patch,
metadata.xml, xen-tools-3.0.2-r2.ebuild:
Fix push and pop usage for amd64, bug #142682. Disable the 32bit-only
vmxassist, if we can't compile x86 32bit code, bug #138314.
10 Aug 2006; Andrew Ross <aross@gentoo.org> xen-tools-3.0.2-r2.ebuild:
Fix minor bug (debug USE flag ignored) introduced by the fix for bug #124361
10 Aug 2006; Andrew Ross <aross@gentoo.org>
+files/xen-tools-3.0.2-test-uuid.patch,
+files/xen-tools-3.0.2-test-xauthority.patch, metadata.xml,
xen-tools-3.0.2-r1.ebuild, xen-tools-3.0.2-r2.ebuild:
Fix bug #141233 and add myself as a maintainer.
*xen-tools-3.0.2-r2 (04 Aug 2006)
04 Aug 2006; Chris Bainbridge <chrb@gentoo.org>
+xen-tools-3.0.2-r2.ebuild:
Add support for vnc and sdl - thanks to Nick Devito and Andrew Ross in bug
#124361
*xen-tools-3.0.2-r1 (09 Jun 2006)
09 Jun 2006; Chris Bainbridge <chrb@gentoo.org> -xen-tools-3.0.2.ebuild,
+xen-tools-3.0.2-r1.ebuild:
Clean up .pyc files, thanks to Andrew Ross, bug #136159
02 Jun 2006; Roy Marples <uberlord@gentoo.org>
+files/xen-tools-3.0.2--as-needed.patch, -xen-tools-3.0.1.ebuild,
-xen-tools-3.0.1_p9029.ebuild, xen-tools-3.0.2.ebuild:
Add patch to enable --as-needed LDFLAG, #135145
26 Apr 2006; Aron Griffis <agriffis@gentoo.org> xen-tools-3.0.1.ebuild,
xen-tools-3.0.1_p9029.ebuild, xen-tools-3.0.2.ebuild:
Remove ~ia64 since this ebuild deps on app-emulation/xen, which won't have
ia64 keywords for a while yet
11 Apr 2006; <chrb@gentoo.org> +files/hardened-bx-clobber.patch,
xen-tools-3.0.2.ebuild:
add hardened patch and IUSE flag, #129491
10 Apr 2006; <chrb@gentoo.org> xen-tools-3.0.2.ebuild:
Fix hardened flags for hvmloader and vmxassist, #129491
10 Apr 2006; <chrb@gentoo.org> xen-tools-3.0.2.ebuild:
removed the hardened stripping flags - now that the hypervisor is split out,
the tools should be compilable with hardened flags. There is currently a bug
with register clobbering which has been filed at bugzilla.xensource.com #609
10 Apr 2006; <chrb@gentoo.org> xen-tools-3.0.2.ebuild:
add some extra man pages, #129189
10 Apr 2006; <chrb@gentoo.org> xen-tools-3.0.2.ebuild:
remove sed fix, #129429
10 Apr 2006; <chrb@gentoo.org> files/digest-xen-tools-3.0.2, Manifest:
new digest
*xen-tools-3.0.2 (09 Apr 2006)
09 Apr 2006; <chrb@gentoo.org> +xen-tools-3.0.2.ebuild:
bump, #129191
01 Apr 2006; Aron Griffis <agriffis@gentoo.org> xen-tools-3.0.1.ebuild,
xen-tools-3.0.1_p9029.ebuild:
Add warning regarding dev-lang/python built without USE=ncurses #128175
*xen-tools-3.0.1_p9029 (24 Mar 2006)
*xen-tools-3.0.1 (24 Mar 2006)
24 Mar 2006; Aron Griffis <agriffis@gentoo.org> +files/xend-conf,
+files/xend-init, +files/xendomains-conf, +files/xendomains-init,
+metadata.xml, +xen-tools-3.0.1.ebuild, +xen-tools-3.0.1_p9029.ebuild:
Split xen-tools from xen; this package installs xend and the tools, but not
the hypervisor or include files. Unify the release and snapshot ebuilds for
easier maintenance. Switch to a snapshot versioning scheme that keeps
release/snapshot versions in order. Add myself as an additional maintainer
in metadata.xml
|