Commit graph

29 commits

Author SHA1 Message Date
manu
e44e558385 Fix loading of LZ4 compressed kernels 2020-06-23 13:22:30 +00:00
plunky
8b45a2ca99 bump pkgrevision 2020-06-18 13:48:54 +00:00
plunky
a04b30010a remove redundant command. 2020-06-18 13:48:28 +00:00
plunky
29d460dad2 install xl-disk-configuration.5 2020-06-18 13:46:58 +00:00
rillig
4e4071bc78 sysutils/xentools411: clean up SUBST blocks
Several files have switched from /usr/bin/perl to /usr/bin/env perl.
2020-05-19 19:58:58 +00:00
rillig
d528f9c0a2 sysutils/xentools411: clean up SUBST_FILES 2020-05-13 04:39:04 +00:00
bouyer
3579d18b79 On NetBSD, privcmd is in /kern/xen/. Fixes gdbsx.
Bump PKGREVISION.
2020-05-03 08:54:28 +00:00
riastradh
174b8ed411 ${LOCALBASE}, not /usr/pkg. 2020-03-27 03:42:13 +00:00
wiz
f669fda471 *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
prlw1
0c4d614110 Fix build with new ocaml 2020-01-18 21:58:44 +00:00
bouyer
8ff78ecc65 Disable opengl for qemu-xen, to workaround an issue with epoxy and newer
x11-links
http://mail-index.netbsd.org/tech-pkg/2019/11/02/msg022228.html
2019-12-18 13:37:39 +00:00
bouyer
f33364a3e6 Update xenkernel411 to 4.11.3nb1, and xentools411 to 4.11.3
(PKGREVISION not reset on xenkernel411 on purpose, to enphasis that it's
not a stock Xen 4.11.3 kernel).
Changes since 4.11.2:
- includes all security patches up to XSA306
- other minor bug fixes, hardware support and performances improvements

In addition, xenkernel411 includes all security patches released since 4.11.3,
up to XSA311
2019-12-13 13:44:21 +00:00
rillig
9cc0c5e45d sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
2019-11-04 21:28:40 +00:00
maya
c4f8e60348 xentools411: doesn't need a pkgsrc acpica utils. netbsd-current briefly
had a bug with its builtin acpica, but that is fixed (and didn't make it
into any release AFAIK)
2019-11-03 10:08:34 +00:00
maya
5ef0329dd2 xentools411: backport upstream commit to work around compilation issue
with GCC>=8 and _FORTIFY_SOURCE.

GCC refuses to inline functions with different target attributes.
SSP headers (upstream GCC and netbsd's) use always_inline.

If we reduce the target options ("no SSE") then it can't inline the
default options (yes SSE) ssp/string.h functions.

PR toolchain/54672
2019-11-03 10:07:16 +00:00
bouyer
e20ebe4bb5 Upgrade Xen 4.11 packages to 4.11.2. CHANGES since 4.11.1:
- include security patches up to and including XSA297
- various performances improvements, code cleanup and bug fixes
2019-08-30 13:16:27 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nia
0ccb7a47bf Use https for xenproject.org. 2019-07-15 16:24:18 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
bouyer
2300e62f73 Fix typo in patch, reported by Greg A. Woods in PR pkg/54119.
While ipxe/src/net/fcels.c is build, it part of a library archive and
as none of its functions are used it's not inclued in the final link.
That's why calling the nonexistant suzeif() here doesn't matters.
2019-04-14 17:37:33 +00:00
bouyer
21139bddfd Re-add patch to workaround gcc warning, lost in the 4.11.1 update. 2019-03-16 16:39:17 +00:00
bouyer
2b0d17dc31 Update to xen 4.11.1.
4.11.1 includes all security patches up to XSA282. At this time, no Xen
Security Advisory newer than XSA282 are relevant for xentools411.
changes since 4.11.0 are mostly bugfixes, no new features.
pkgsrc change: drop gcc4.8 requirement, as we're not building the
stub domains binaries it's not needed.
2019-03-07 12:04:20 +00:00
gutteridge
48588a7bcc xentools411: address build failure with GCC >= 7
Address PR pkg/53978: newer versions of GCC have a format-truncation
error triggered. Increase the size of a string to work around this.
(This may need more attention upstream.)
2019-02-25 08:19:22 +00:00
jaapb
fd6ceb8a4c Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
bouyer
f11b16467d s/4.8/4.11 2018-07-24 18:50:50 +00:00
maya
45787ad608 sysutils/xen*: invert python version logic, only 2.7 is ok.
Mostly so we don't match python37 on xen 4.11, but also because python3
is a moving target and this saves us having to add the next version.
2018-07-24 17:29:08 +00:00
bouyer
583ad4b18a Add Xen 4.11.0 packages (forgotten files from previous commit) 2018-07-24 13:43:30 +00:00
bouyer
635c6af9fc Add Xen 4.11.0 packages.
Note that there is a bug in 4.11 (also present in recent 4.6 and 4.8)
which causes an infrequent assert failure when running NetBSD PV guests.
The root cause has not been found, but a workaround is inclued which doesn't
seems to have ill effects. See xenkernel411/patches/patch-zz-bouyer
for details.
2018-07-24 13:40:11 +00:00