Convert 9.1, 9.2 and 9.3 Releases to AsciiDoc
and changed URL to legacy site of releases
from 4.4 to 9.0 until they be converted to AsciiDoc
PR: 253114
Submitted by: nc@
Use the existing order from the .toml files in data/security
This resolves an issue where multiple advisories from the same
date would be sorted in an "unnatural" order.
Reported by: emaste
Sponsored by: Klara Inc.
This ensures that `make all` will never try to run the internal server.
Instead, the user can run it manually if they need to.
Reviewed-by: gjb, hrs
Differential-Revision: https://reviews.freebsd.org/D28384
This instructs make(1) to consider them always out of date, and prevents
foot-shooting if a directory entry with the same name comes into existence.
Reviewed-by: gjb, hrs
Differential-Revision: https://reviews.freebsd.org/D28383
This ensures that the build still generally works if one specifies jobs and
multiple targets at the same time.
Reviewed-by: gjb, hrs
Differential-Revision: https://reviews.freebsd.org/D28382
The build should strive to not write to the shared space, so symlink these
back to the one copy and remove the prep work needed.
Reviewed-by: gjb, hrs
Differential-Revision: https://reviews.freebsd.org/D28381
i386 was the first platform supported by FreeBSD and for a long
time was the dominant platform. However, it has been supplanted
for many years now by amd64 (64-bit x86). i386 now more closely
resembles other Tier 2 platforms in terms of userbase and active
development.
Reviewed by: emaste, imp, ygy
Differential Revision: https://reviews.freebsd.org/D26381
Update paths for the relevant files, as well as the sample to be used
for newsflashes, in accordance with the restructuring of the
documentation and website.
The expected EoL of the releng/12.2 branch is three months after the
release of 12.3-RELEASE, not three months after the release of
12.2-RELEASE. releng/12.2 will not go EoL tomorrow.
Reported by: Denis Fortin <denis-at-zap.qc.ca>
I'm very pleased to announce the release of
our new website and documentation using
the new toolchain with Hugo and AsciiDoctor.
To get more information about the new toolchain
please read the FreeBSD Documentation Project Primer[1],
Hugo docs[2] and AsciiDoctor docs[3].
Acknowledgment:
Benedict Reuschling <bcr@>
Glen Barber <gjb@>
Hiroki Sato <hrs@>
Li-Wen Hsu <lwhsu@>
Sean Chittenden <seanc@>
The FreeBSD Foundation
[1] https://docs.FreeBSD.org/en/books/fdp-primer/
[2] https://gohugo.io/documentation/
[3] https://docs.asciidoctor.org/home/
Approved by: doceng, core