UPDATING: Not unusual side effect of the awk bug fixed in 3e80446352

You might not be able to build the kernel if you have an awk between Jul
10th and today. It does not affect all platforms due to the nature of
the bug (so amd64 is unaffected in stable/13 or current, but is affected
in stable/12. i386 seems to be affected everywhere).

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2021-07-15 22:03:24 -06:00
parent 3e80446352
commit d5c098328b

View file

@ -12,6 +12,18 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before updating system packages
and/or ports.
20210715:
The 20210707 awk update brought in a change in behavior. This has
been corrected as of d4d252c49976. Between these dates, if you
installed a new awk binary, you may not be able to build a new
kernel because the change in behavior affected the genoffset
script used to build the kernel. If you did update, the fix is
to update your sources past the above hash and do
% cd usr.bin/awk
% make clean all
% sudo -E make install
to enable building kernels again.
20210711:
Commit 8a04edfdcbd2 changes the default minor version
used for NFSv4 mounts to the highest minor version supported
@ -21,6 +33,10 @@ and/or ports.
that this would be acceptable to do and would not be considered
a POLA violation.
20210710:
awk has been updated to the latest one-true-awk version 20210215.
This contains a number of minor bug fixes.
20210630:
Commit ca179c4d74f2/632e3f2f3a66 changed the package in which
the OpenSSL libraries and utilities are packaged.