[Bug 285611] Uses/go.mk: remove FETCH_DEPENDS=ca_root_nss

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 28 May 2025 03:48:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285611

Tatsuki Makino <tatsuki_makino@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tatsuki_makino@hotmail.com

--- Comment #8 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
(In reply to Michael Osipov from comment #6)

The default path that is likely to be used is written in root_bsd.go, which is
in the same directory.
Then, it seems that the root_unix.go can provide the path for cacert through
the environment variables named SSL_CERT_FILE and SSL_CERT_DIR.

But I don't know go, so I don't understand the difference between the
assignment operators := and = :)
It seems that setting the environment variable SSL_CERT_FILE is necessary to
prevent /usr/local/etc/ssl/cert.pem from being used without patching, but I
don't understand.

-- 
You are receiving this mail because:
You are on the CC list for the bug.