diff --git a/website/content/en/status/report-2026-01-2026-03/bugmeister.adoc b/website/content/en/status/report-2026-01-2026-03/bugmeister.adoc index 67ec100867..b1155e79bb 100644 --- a/website/content/en/status/report-2026-01-2026-03/bugmeister.adoc +++ b/website/content/en/status/report-2026-01-2026-03/bugmeister.adoc @@ -1,21 +1,21 @@ === Bugmeister Team Links: + link:bugs.freebsd.org/[FreeBSD Bugzilla] URL: link:bugs.freebsd.org/[] Contact: Bugmeister The Bugmeister team is responsible for ensuring that the Problem Report software is in working order, entries are correctly categorised, and that there are no invalid entries. We are ending the quarter with 9548 open PRs, creeping slightly upwards in every category from this time last year. We spent most of our time this quarter greeting new contributors before providing them with an account. We think this is going very nicely and has provided an increase in engagement and submission quality, but we do think we could use a few more people on the team. We welcomed a new member of the Triage Team, Simon Wollwage, who has been lovingly going through the database, rebasing patches, and being kind to contributors. Many reports have been closed or had their underlying issues fixed from his efforts, and we thank him. We finished updating documentation to request that proposed changes are sent as git format patches. -This will save time, increase secuirty, and properly convey author metadata. +This will save time, increase security, and properly convey author metadata. If we missed a spot, please let us know. See also: link:https://wiki.freebsd.org/Bugzilla/SearchQueries[] diff --git a/website/content/en/status/report-2026-01-2026-03/buildpacks.adoc b/website/content/en/status/report-2026-01-2026-03/buildpacks.adoc index 0cb17f9d10..66799c2ff8 100644 --- a/website/content/en/status/report-2026-01-2026-03/buildpacks.adoc +++ b/website/content/en/status/report-2026-01-2026-03/buildpacks.adoc @@ -1,25 +1,25 @@ === Containers and FreeBSD: Cloud Native Buildpacks Links: + link:https://buildpacks.io/[Cloud Native Buildpacks (CNBs)] URL: link:https://buildpacks.io/[] + link:https://github.com/buildpacks/pack[GitHub Buildpacks repository] URL: link:https://github.com/buildpacks/pack[] Contact: Robert Gogolok link:https://buildpacks.io/[Cloud Native Buildpacks (CNBs)] transform application source code into container images. Those images can run on any cloud. With buildpacks, organizations can concentrate the knowledge of container build best practices within a specialized team, instead of having application developers across the organization individually maintain their own Dockerfiles. Since the last report in 2025Q1, the project has transitioned from experimental support to official binary availability: * Both the primary CLI tool `pack` and the core `lifecycle` component now ship FreeBSD binaries with every new upstream release. * A new port for the CLI, `sysutils/pack`, has been submitted (link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292952[PR 292952]). This will allow users to install the tool via `pkg install pack` once committed. * The official link:https://github.com/buildpacks/samples[buildpacks/samples repository] now includes a Work-In-Progress pull request (link:https://github.com/buildpacks/samples/pull/201[PR #201]) for FreeBSD. The next steps focus on lowering the barrier to entry for developers and improving the automation of the FreeBSD build path: -* Seek a FreeBSD ports commiter to review and land the link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292952[new port sysutils/pack] into the ports tree. +* Seek a FreeBSD ports committer to review and land the link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292952[new port sysutils/pack] into the ports tree. * Address a link:https://github.com/buildpacks/pack/issues/2546[known issue] in `pack builder create` where the tool incorrectly attempts to use non-FreeBSD URLs for certain binary downloads. * Investigate creating link:https://paketo.io[Paketo-style buildpacks] specifically for FreeBSD. This would provide 'zero-config' builds for popular languages (e.g., Go) that produce FreeBSD-native binaries within containers.