fix CVE-2021-41771

This commit is contained in:
hanchao 2022-03-02 11:38:36 +08:00
parent edc2d98d59
commit 61db6bd4b4
2 changed files with 89 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -62,7 +62,7 @@
Name: golang
Version: 1.15.7
Release: 7
Release: 8
Summary: The Go Programming Language
License: BSD and Public Domain
URL: https://golang.org/
@ -201,6 +201,7 @@ Patch6052: 0052-release-branch.go1.16-misc-wasm-cmd-link-do-not-let-.patch
Patch6053: 0053-net-http-httputil-close-incoming-ReverseProxy-reques.patch
Patch6054: 0054-release-branch.go1.16-net-http-update-bundled-golang.patch
Patch6055: 0055-release-branch.go1.16-archive-zip-prevent-preallocat.patch
Patch6056: 0056-release-branch.go1.16-debug-macho-fail-on-invalid-dy.patch
Patch9001: 0001-drop-hard-code-cert.patch
@ -434,6 +435,9 @@ fi
%files devel -f go-tests.list -f go-misc.list -f go-src.list
%changelog
* Wed Mar 2 2022 hanchao<hanchao47@huawei.com> - 1.15.7-8
- fix CVE-2021-41771
* Tue Feb 8 2022 hanchao<hanchao47@huawei.com> - 1.15.7-7
- fix CVE-2021-39293