68d32f31e2
Some of the highlights include opt-in support for TLS 1.3, improved modules support (in preparation for being the default in Go 1.13), support for windows/arm, and improved macOS & iOS forwards compatibility. See https://blog.golang.org/go1.12. In pkgsrc, this is _not_ the default version for Go package builds just yet.
10 lines
458 B
Go
10 lines
458 B
Go
$NetBSD: patch-src_crypto_x509_root__bsd.go,v 1.1 2019/03/09 09:29:30 bsiegert Exp $
|
|
|
|
--- src/crypto/x509/root_bsd.go.orig 2017-07-24 19:38:15.000000000 +0000
|
|
+++ src/crypto/x509/root_bsd.go
|
|
@@ -12,4 +12,5 @@ var certFiles = []string{
|
|
"/etc/ssl/cert.pem", // OpenBSD
|
|
"/usr/local/share/certs/ca-root-nss.crt", // DragonFly
|
|
"/etc/openssl/certs/ca-certificates.crt", // NetBSD
|
|
+ "/etc/ssl/certs/ca-certificates.crt", // NetBSD
|
|
}
|