Skip to content

Commit 5a97af0

Browse files
committed
chore: bump go to 1.17.9
Bump go to 1.17.9 Fixes: - [CVE-2022-24675](golang/go#51853) - [CVE-2022-28327](golang/go#52075) - [CVE-2022-27536](golang/go#51759) Update zlib download url's to use proper ones Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent 4c77d96 commit 5a97af0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

golang/golang/pkg.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ dependencies:
44
- stage: '{{ if eq .ARCH "aarch64" }}golang-alpine{{ else }}golang-bootstrap{{ end }}'
55
steps:
66
- sources:
7-
- url: https://dl.google.com/go/go1.17.8.src.tar.gz
7+
- url: https://dl.google.com/go/go1.17.7.src.tar.gz
88
destination: go.src.tar.gz
9-
sha256: 2effcd898140da79a061f3784ca4f8d8b13d811fb2abe9dad2404442dabbdf7a
10-
sha512: 21d5c51ce62bc3b987dd5bf7c6b7e1a934fe40582bfbbe99ca80c26d41253e796a4b9d02c571f1e5ab3fd7c3950175e23b9929b0d934f421c96a6d6128c44668
9+
sha256: c108cd33b73b1911a02b697741df3dea43e01a5c4e08e409e8b3a0e3745d2b4d
10+
sha512: ee20a97d19e501ee2c11930548bcacfa8b1e8499bbae15659231548f4b03c13bc92bb20c4ce879f0956c02268e748c73ba56d8b140ce8f134501c33cc8b58d3c
1111

1212
env:
1313
GOROOT_BOOTSTRAP: '{{ .TOOLCHAIN }}/go_bootstrap'

zlib/pkg.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ dependencies:
33
- stage: base
44
steps:
55
- sources:
6-
- url: https://zlib.net/zlib-1.2.11.tar.xz
7-
destination: zlib.tar.xz
8-
sha256: 4ff941449631ace0d4d203e3483be9dbc9da454084111f97ea0a2114e19bf066
9-
sha512: b7f50ada138c7f93eb7eb1631efccd1d9f03a5e77b6c13c8b757017b2d462e19d2d3e01c50fad60a4ae1bc86d431f6f94c72c11ff410c25121e571953017cb67
6+
- url: https://zlib.net/fossils/zlib-1.2.11.tar.gz
7+
destination: zlib.tar.gz
8+
sha256: c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
9+
sha512: 73fd3fff4adeccd4894084c15ddac89890cd10ef105dd5e1835e1e9bbb6a49ff229713bd197d203edfa17c2727700fce65a2a235f07568212d820dca88b528ae
1010
prepare:
1111
- |
12-
tar -xJf zlib.tar.xz --strip-components=1
12+
tar -xf zlib.tar.gz --strip-components=1
1313
mkdir build
1414
cd build
1515

0 commit comments

Comments
 (0)