mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
go: update to 1.9.2
This commit is contained in:
parent
fa8f13d74e
commit
82d863eaf4
@ -17,8 +17,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="go"
|
PKG_NAME="go"
|
||||||
PKG_VERSION="1.7.5"
|
PKG_VERSION="1.9.2"
|
||||||
PKG_SHA256="7af80c99d9e8a52e53d6a617a20332a8602b1a4eca9cbf3d829e1d43e688f6ba"
|
PKG_SHA256="5fb19c45d5230a7c2380232c9fb5b7e8d6f45015003f63b1485f78c20f96bce4"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="BSD"
|
PKG_LICENSE="BSD"
|
||||||
PKG_SITE="https://golang.org"
|
PKG_SITE="https://golang.org"
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
diff -Naur a/src/crypto/x509/root_unix.go b/src/crypto/x509/root_unix.go
|
diff -Naur go-1.9.2.orig/src/crypto/x509/root_unix.go go-1.9.2/src/crypto/x509/root_unix.go
|
||||||
--- a/src/crypto/x509/root_unix.go 2016-04-19 16:27:35.000000000 -0700
|
--- go-1.9.2.orig/src/crypto/x509/root_unix.go 2017-11-03 14:58:53.655965257 +0100
|
||||||
+++ b/src/crypto/x509/root_unix.go 2016-04-22 01:21:02.884977461 -0700
|
+++ go-1.9.2/src/crypto/x509/root_unix.go 2017-11-03 14:59:16.923786983 +0100
|
||||||
@@ -13,6 +13,7 @@
|
@@ -19,6 +19,7 @@
|
||||||
var certDirectories = []string{
|
"/usr/local/share/certs", // FreeBSD
|
||||||
"/etc/ssl/certs", // SLES10/SLES11, https://golang.org/issue/12139
|
"/etc/pki/tls/certs", // Fedora/RHEL
|
||||||
"/system/etc/security/cacerts", // Android
|
"/etc/openssl/certs", // NetBSD
|
||||||
+ "/etc/ssl", // LibreELEC
|
+ "/etc/ssl", // LibreELEC
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) {
|
const (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user