You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@golang/release, can I get a freeze exception for this? It's a very small change, platform specific, and lets us be more in sync with the trust policy of the platform.
The text was updated successfully, but these errors were encountered:
FiloSottile
added
the
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
label
May 20, 2021
Up to FreeBSD 12.1 the package ca_root_nss was needed in order to
have certificates under /usr/local/share/certs as the base system
didn't have a system-wide trusted certificate store.
This has been created in FreeBSD 12.2 in /etc/ssl/certs:
https://svnweb.freebsd.org/base?view=revision&revision=357082Fixesgolang#46284
Thanks for requesting a freeze exception and letting us know. This certainly looks very reasonable for Go 1.17. Moving from NeedsDecision to NeedsFix.
dmitshur
added
NeedsFix
The path to resolution is known, but the work has not been done.
and removed
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
labels
May 20, 2021
FreeBSD added a system root store that doesn't require installing a package. We should use that when it's available.
https://svnweb.freebsd.org/base?view=revision&revision=357082
There is a CL available already: https://golang.org/cl/321190
@golang/release, can I get a freeze exception for this? It's a very small change, platform specific, and lets us be more in sync with the trust policy of the platform.
The text was updated successfully, but these errors were encountered: