Skip to content

Commit

Permalink
feat: update libmusl to 1.2.2
Browse files Browse the repository at this point in the history
Fixes CVE-2020-28928.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Jan 15, 2021
1 parent d02d119 commit 0386ef5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
format: v1alpha2

vars:
TOOLS_IMAGE: ghcr.io/talos-systems/tools:v0.3.0-13-g05b7372
TOOLS_IMAGE: ghcr.io/talos-systems/tools:v0.3.0-17-g24a6dac

labels:
org.opencontainers.image.source: https://github.com/talos-systems/pkgs
6 changes: 3 additions & 3 deletions musl/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ dependencies:
- image: "{{ .TOOLS_IMAGE }}"
steps:
- sources:
- url: https://www.musl-libc.org/releases/musl-1.2.1.tar.gz
- url: https://www.musl-libc.org/releases/musl-1.2.2.tar.gz
destination: musl.tar.gz
sha256: 68af6e18539f646f9c41a3a2bb25be4a5cfa5a8f65f0bb647fd2bbfdf877e84b
sha512: 455464ef47108a78457291bda2b1ea574987a1787f6001e9376956f20521593a4816bc215dab41c1a80292ae7ebd315accb4d4fa6a1210ff77d9a4d68239e960
sha256: 9b969322012d796dc23dda27a35866034fa67d8fb67e0e2c45c913c3d43219dd
sha512: 5344b581bd6463d71af8c13e91792fa51f25a96a1ecbea81e42664b63d90b325aeb421dfbc8c22e187397ca08e84d9296a0c0c299ba04fa2b751d6864914bd82
prepare:
- |
export PATH=${TOOLCHAIN}/cross/bin:${PATH}
Expand Down

0 comments on commit 0386ef5

Please sign in to comment.