aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xen-tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix plistAntoine Brodin2020-02-292-14/+15
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=527456
* xen-{kernel/tools}: update to 4.13Roger Pau Monné2020-02-177-250/+73
| | | | | | | | | Sponsored by: Citrix Systems R&D Approved by: bapt Differential revision: https://reviews.freebsd.org/D23170 Notes: svn path=/head/; revision=526355
* sysutils: Add missing USES={gnome,mate,php}Tobias Kortkamp2019-11-081-2/+2
| | | | Notes: svn path=/head/; revision=517057
* xen-{tools/kernel}: update to 4.12.1Roger Pau Monné2019-08-1313-1377/+5
| | | | | | | | | Sponsored by: Citrix Systems R&D Approved by: mat Differential revision: https://reviews.freebsd.org/D21227 Notes: svn path=/head/; revision=508824
* xen-{kernel/tools}: switch back to LLVM toolchainRoger Pau Monné2019-07-034-1/+178
| | | | | | | | | | | | | | | | | | Backport upstream fixes to correctly build Xen using LLVM 8 toolchain. Note the fixes are not strictly needed for xen-tools since the Xen shim build is only ever supposed to be booted using the PVH entry point (and not the multiboot entry points). Yet given LLD8 erratic behaviour with orphan section placement I think it's best to ensure proper section placement for the shim also. Sponsored by: Citrix Systems R&D Reviewed by: mat Differential revision: https://reviews.freebsd.org/D20816 Notes: svn path=/head/; revision=505754
* xen: add fixes for XSA-297 (MDS)Roger Pau Monné2019-05-1511-2/+1318
| | | | | | | | | Sponsored by: Citrix Systems R&D Reviewed by: mat Differential revision: https://reviews.freebsd.org/D20265 Notes: svn path=/head/; revision=501706
* xen: update to 4.12Roger Pau Monné2019-04-248-294/+105
| | | | | | | | | Reviewed by: bapt Sponsored by: Citrix Systems R&D Differential revision: https://reviews.freebsd.org/D20038 Notes: svn path=/head/; revision=499848
* sysutils/xen-tools: add QEMU migration fixRoger Pau Monné2019-03-152-1/+57
| | | | | | | | | | | Add a QEMU fix to make migration more reliable. Sponsored by: Citrix Systems R&D Reviewed by: novel Differential revision: https://reviews.freebsd.org/D19591 Notes: svn path=/head/; revision=495786
* sysutils/xen-tools: fix plist when DOCS option is disabledRoman Bogorodskiy2019-03-122-20/+22
| | | | | | | | | | | | - Fix plist when DOCS option is disabled - Install man pages into a proper directory and also get them compressed - Bump PORTREVISION Approved by: maintainer Differential Revision: https://reviews.freebsd.org/D19521 Notes: svn path=/head/; revision=495459
* xen-kernel & xen-tools: fix ignore messageRoger Pau Monné2019-02-271-1/+1
| | | | | | | | | | | | To mention 12.0 or any newer release, instead of just mentioning HEAD. Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential revision: https://reviews.freebsd.org/D19387 Notes: svn path=/head/; revision=494055
* emulators/xen-kernel & sysutils/xen-tools: update to 4.11.1Roger Pau Monné2019-02-276-690/+6
| | | | | | | | | Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential revision: https://reviews.freebsd.org/D19293 Notes: svn path=/head/; revision=494043
* emulators/xen-kernel411 & sysutils/xen-tools411: drop version number from portRoger Pau Monné2019-02-2712-0/+1672
| | | | | | | | | | | Actually perform the rename of the directories missing in r494039. Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential revision: https://reviews.freebsd.org/D19284 Notes: svn path=/head/; revision=494040
* xen: rename to xen47Roger Pau Monné2018-07-2414-1778/+0
| | | | | | | | | | | | Preparatory change in order to import a newer Xen version while keeping the previous one. Reviewed by: bapt Sponsored by: Citrix Systems R&D Differential Revision: https://reviews.freebsd.org/D16416 Notes: svn path=/head/; revision=475254
* xen: fix charset of patch fileRoger Pau Monné2018-07-241-1/+1
| | | | | | | | | | | Phabricator doesn't handle iso-8859-1 properly, so use utf-8 instead. Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D16415 Notes: svn path=/head/; revision=475252
* - Update WWWDmitry Marakasov2018-06-021-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=471354
* xen-tools: fix build with newer iaslRoger Pau Monné2018-05-222-1/+37
| | | | | | | | | | The added patch fixes the build on HEAD that contains a newer version of iasl. Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=470624
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* - Fix shebangsDmitry Marakasov2018-02-061-3/+7
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=461064
* - Those ports fail to build with python3Antoine Brodin2017-12-121-1/+1
| | | | | | | - Add some explicit FLAVOR to dependencies where needed Notes: svn path=/head/; revision=456126
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-021-1/+1
| | | | | | | This round is @FreeBSD.org residents except teams. Notes: svn path=/head/; revision=453381
* xen-tools: fix ASL QEMU codeRoger Pau Monné2017-06-192-1/+27
| | | | | | | | | | | In order to build with newer IASL compiler found in FreeBSD 12 Approved by: bapt Sponsored by: Citrix Systems R&D MFH: 2017Q2 Notes: svn path=/head/; revision=443875
* xen: apply XSA-206Roger Pau Monné2017-03-293-2/+573
| | | | | | | | | | Reviewed by: bapt MFH: 2017Q1 Sponsored by: Citrix Systems R&D Differential revision: https://reviews.freebsd.org/D10163 Notes: svn path=/head/; revision=437205
* xen: update to 4.7.2Roger Pau Monné2017-03-209-314/+302
| | | | | | | | | | | | Apply build fixes for clang 4.0 (picked from upstream) and XSA-211. Reviewed by: bapt MFH: 2017Q1 Sponsored by: AsiaBSDCon Differential revision: https://reviews.freebsd.org/D9926 Notes: svn path=/head/; revision=436536
* xen: fix build after XSA-209Roger Pau Monné2017-02-232-1/+73
| | | | | | | | | Approved by: bapt (implicit, build fix) Sponsored by: Citrix Systems R&D MFH: 2017Q1 Notes: svn path=/head/; revision=434661
* xen: XSA-209Roger Pau Monné2017-02-212-1/+58
| | | | | | | | | Approved by: bapt Sponsored by: Citrix Systems R&D MFH: 2017Q1 Notes: svn path=/head/; revision=434523
* xen: fix build failure after XSA-208Roger Pau Monné2017-02-142-17/+25
| | | | | | | | | Approved by: bapt MFH: 2017Q1 Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=434070
* xen: apply XSA-209Roger Pau Monné2017-02-102-1/+46
| | | | | | | | | Approved by: bapt MFH: 2017Q1 Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=433792
* Fixup EXTRA_PATCHES and PATCHFILES missing the :-pX argument.Mathieu Arnold2017-01-161-3/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=431679
* Remove BROKEN_FreeBSD_9Sunpoet Po-Chuan Hsieh2017-01-011-1/+0
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=430235
* xen-tools: fix path of xenstore deviceRoger Pau Monné2016-12-152-2/+35
| | | | | | | | | | | | | | | | | | When xenstore is not running on the same domain as the toolstack the xenstore device is used in order to access it (like when running some tools from an unprivileged domain). Fix the path to point to the FreeBSD path (/dev/xen/xenstore). This is a backport of upstream commit 7ff99b. Sponsored by: Citrix Systems R&D Approved by: bapt MFH: 2016Q4 --This line, and hose below, will be ignored-- M sysutils/xen-tools/Makefile AM sysutils/xen-tools/files/0001-libs-xenstore-set-correct-FreeBSD-device.patch Notes: svn path=/head/; revision=428628
* xen: update to 4.7.1Roger Pau Monné2016-12-028-52/+238
| | | | | | | | | | | | Xen 4.7.1 contains the following XSAs: 184, 185, 186, 187, 188 and 190 which where missing in the previous package. Additionally XSAs 191, 192, 193, 194, 195, 197 and 198 are also applied. Approved by: bapt Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=427568
* - Mark broken on 9.x as wellDmitry Marakasov2016-10-211-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=424393
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.Tijl Coosemans2016-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=423014
* xen: apply XSA-{182/183/184}Roger Pau Monné2016-08-012-1/+44
| | | | | | | | Sponsored by: Citrix Systems R&D PR: 211482 Notes: svn path=/head/; revision=419430
* xen-tools: bump PORTREVISION after SeaBIOS updateRoger Pau Monné2016-07-061-1/+1
| | | | | | | | | Trigger a xen-tools rebuild after the SeaBIOS update. Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=418138
* xen: update to final 4.7.0Roger Pau Monné2016-07-042-7/+5
| | | | | | | Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=418036
* xen: update to 4.7.0-rc6Roger Pau Monné2016-06-163-7/+7
| | | | | | | Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=416971
* xen: update to Xen 4.7-rc4Roger Pau Monné2016-06-0312-367/+160
| | | | | | | | | | | | | | Now both the xen-kernel and xen-tools packages are compiled with clang from base. xen-kernel however needs to use binutils due to some limitations in the current elftc. Approved by: bapt Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=416310
* - Mark BROKEN on 10.x, does not build:Dmitry Marakasov2016-04-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | <inline asm>:2:5: error: unexpected directive .code16 .code16 ^ <inline asm>:2:33: error: .code16 not supported yet .code16 ^ <inline asm>:3:16: error: unexpected directive .code16 ap_boot_start: .code16 ^ <inline asm>:3:33: error: .code16 not supported yet ap_boot_start: .code16 ^ 4 errors generated. Reported by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=413210
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* xen-tools: extract seabios, build with clangRoger Pau Monné2016-03-316-99/+33
| | | | | | | | | Submitted by: bapt Minor fixes by: royger Approved by: bapt Notes: svn path=/head/; revision=412232
* xen: update port and apply security fixesRoger Pau Monné2016-02-264-14/+86
| | | | | | | | | | | | | | | | | | | | * Apply the following Xen security fixes (XSAs): 167, 168, 170. * Update SeaBIOS version to 1.8.2, and apply build fix so it builds with ELF toolchain objcopy [0]. * Perform the backport of two functional changes to the Xen kernel in order to improve PVH Dom0 hardware support [1]. Security: CVE-2016-1570 Security: CVE-2016-1571 Security: CVE-2016-2271 Sponsored by: Citrix Systems R&D Requested by: Gustau Pérez <gperez@entel.upc.edu> [1] PR: 207170 [0] Approved by: bapt Differential revision: https://reviews.freebsd.org/D5420 Notes: svn path=/head/; revision=409604
* xen: fix XSAsRoger Pau Monné2016-01-053-1/+118
| | | | | | | | | | | | | | | | | | | Add the following XSA patches: 159, 160, 162, 165, 166. Security: CVE-2015-8339 Security: CVE-2015-8340 Security: CVE-2015-8341 Security: CVE-2015-7504 Security: CVE-2015-8555 PR: 205841 MFH: 2016Q1 Sponsored by: Citrix Systems R&D Requested by: junovitch Reviewed by: junovitch Differential revision: https://reviews.freebsd.org/D4783 Notes: svn path=/head/; revision=405279
* xen: update to 4.5.2Roger Pau Monné2015-11-1416-1244/+5
| | | | | | | | | | | ...and add XSA-156. Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D4150 Notes: svn path=/head/; revision=401564
* Fix build on FreeBSD 10, lang/gcc now supports -fstack-protector-strongAntoine Brodin2015-11-101-0/+10
| | | | | | | but c++(1) from base doesn't Notes: svn path=/head/; revision=401204
* drop maintainership: ENOTIMEBaptiste Daroussin2015-11-091-1/+1
| | | | Notes: svn path=/head/; revision=401104
* xen: apply XSAsRoger Pau Monné2015-10-312-1/+88
| | | | | | | | | | | | Apply the following XSAs: 148, 149, 150, 151, 152 and 153. More information about the content of each XSA can be found at: http://xenbits.xen.org/xsa/ Sponsored by: Citrix Systems R&D Reviewed by: bapt Differential revision: https://reviews.freebsd.org/D4049 Notes: svn path=/head/; revision=400566
* xen: update to 4.5.1Roger Pau Monné2015-10-096-289/+55
| | | | | | | | | | | | | Update xen-kernel to 4.5.1 and add patches to allow live migration, save and restore. Remove qemu-traditional patches (FreeBSD doesn't support qemu-traditional) and add XSA-142. Approved by: bapt Differential revision: https://reviews.freebsd.org/D3854 Sponsored by: Citrix Systems R&D Notes: svn path=/head/; revision=398918
* sysutils/xen-tools: Update to 4.5.1 and apply XSA-139/XSA-140 patchesJason Unovitch2015-08-1742-3039/+699
| | | | | | | | | | | | | | | | | | | - Update to 4.5.1 - Remove XSA-117 to XSA-136 and elf_parse_bsdsyms patches now part of 4.5.1 - Leave XSA-135 QEMU traditional patches due an oversight in 4.5.1 - Apply patches for XSA-139/XSA-140 - Set USE_LDCONFIG, sort USES, use ${PATCH}, and reorder Makefile (portlint) PR: 201931 Security: CVE-2015-5166 Security: ee99899d-4347-11e5-93ad-002590263bf5 Security: CVE-2015-5165 Security: f06f20dc-4347-11e5-93ad-002590263bf5 Approved by: bapt (maintainer), feld (mentor) MFH: 2015Q3 Notes: svn path=/head/; revision=394506
* Fix XSA-138 / CVE-2015-5154Jason Unovitch2015-08-046-1/+324
| | | | | | | | | | | PR: 201931 Security: CVE-2015-5154 Security: da451130-365d-11e5-a4a5-002590263bf5 Approved by: ports-secteam (delphij), delphij (mentor) MFH: 2015Q3 Notes: svn path=/head/; revision=393514