(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
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
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.
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.
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.)
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.