Skip to content
Snippets Groups Projects
Commit 8ad4a58d authored by J0WI's avatar J0WI
Browse files

community/go: security upgrade to 1.16.15

parent 2fe4d003
1 merge request!33145[3.14] community/go: security upgrade to 1.16.15
......@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=go
# go binaries are statically linked, security updates require rebuilds
pkgver=1.16.10
pkgver=1.16.15
pkgrel=0
pkgdesc="Go programming language compiler"
url="https://golang.org/"
......@@ -27,6 +27,13 @@ case "$CARCH" in
esac
# secfixes:
# 1.16.15-r0:
# - CVE-2021-44716
# - CVE-2022-23772
# - CVE-2022-23773
# - CVE-2022-23806
# - CVE-2022-24921
# - CVE-2022-27191
# 1.16.10-r0:
# - CVE-2021-41772
# - CVE-2021-41771
......@@ -181,7 +188,7 @@ package() {
}
sha512sums="
d12753bd7973beb7ab047a189bd0d7132b5ab8c35e943b12388289d59f9becaefb858d37cfcb808c1e12f3e06c883ef170d98ed99449e9beda636cab9bfff2b6 go1.16.10.src.tar.gz
5b7fd234e6eb3db173ec536ac599a8c640eb4b0e8abeb16f7728efb6d7c927c41a7e8631505ba6983f565f0470a37458e60d8df33089f7ab773c250b44413e66 go1.16.15.src.tar.gz
988a436727aefc5124702bd70cb01bb457a921affcdd03e17f78937685482e899080d95baf125e054d1f634dae5c747d05a3662f1f4f462b87965b06270c788f disable-flaky-sync-test.patch
ab4aa83d8a9bf10bbb93ad029095b47c6eea7d5532703d84449884039116e07897871649feb1df8128f10257cbdb5d7eb03820ab0f1a3f60315e195302f6e516 disable-flaky-gc-test.patch
6017caacf77c2911e9e882878fdaa2ed066b76b7e97b2ad776bc33d96b21cabc802966473946642c86a8f985c69adcc5e7ea61684f6d0dbacd468a6aad687229 allow-unshare-to-return-enosys.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment