This uses a similar approach as go111. Its revision is one higher than the existing lang/go. Next steps: - make builds use this for dependent packages - delete lang/go to complete the move
10 lines
458 B
Go
10 lines
458 B
Go
$NetBSD: patch-src_crypto_x509_root__bsd.go,v 1.1 2018/09/18 20:52:11 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
|
|
}
|