!71 fix CVE-2021-41771

From: @hcnbxx 
Reviewed-by: @jing-rui 
Signed-off-by: @jing-rui
This commit is contained in:
openeuler-ci-bot 2022-03-02 03:48:09 +00:00 committed by Gitee
commit 76377cc07b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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