mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
go: update to 1.22.0
This commit is contained in:
parent
09a8c4c88d
commit
129cd77474
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="go"
|
||||
PKG_VERSION="1.21.7"
|
||||
PKG_SHA256="7f91837da624a43d9cdaf869513c2fbc3478775d72695f513f612c75288d9f45"
|
||||
PKG_VERSION="1.22.0"
|
||||
PKG_SHA256="4245b5abef11f8e66a6f887d784f26758fd7dd8ccedad524429b470cce3fa8e3"
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="https://golang.org"
|
||||
PKG_URL="https://github.com/golang/go/archive/${PKG_NAME}${PKG_VERSION}.tar.gz"
|
||||
|
@ -2,9 +2,11 @@ diff --git a/src/crypto/x509/root_linux.go b/src/crypto/x509/root_linux.go
|
||||
index ad6ce5cae7..763c686fed 100644
|
||||
--- a/src/crypto/x509/root_linux.go
|
||||
+++ b/src/crypto/x509/root_linux.go
|
||||
@@ -20,4 +20,5 @@ var certDirectories = []string{
|
||||
"/etc/ssl/certs", // SLES10/SLES11, https://golang.org/issue/12139
|
||||
"/etc/pki/tls/certs", // Fedora/RHEL
|
||||
"/system/etc/security/cacerts", // Android
|
||||
+ "/etc/ssl", // LibreELEC
|
||||
@@ -20,6 +20,7 @@ var certDirectories = []string{
|
||||
var certDirectories = []string{
|
||||
"/etc/ssl/certs", // SLES10/SLES11, https://golang.org/issue/12139
|
||||
"/etc/pki/tls/certs", // Fedora/RHEL
|
||||
+ "/etc/ssl", // LibreELEC
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user