Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scudo-malloc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: scudo-malloc
version: 19.1.2
epoch: 1
version: 19.1.3
epoch: 0
description: "scudo-malloc aims at providing additional mitigation against heap based vulnerabilities, while maintaining good performance"
copyright:
- license: Apache-2.0
Expand All @@ -28,7 +28,7 @@ pipeline:
- uses: fetch
with:
uri: https://github.com/llvm/llvm-project/releases/download/llvmorg-${{package.version}}/compiler-rt-${{package.version}}.src.tar.xz
expected-sha256: 90fff9fbec5ef141f7f281d8d108dc52f7ea59a7da234ffb4fe46446f6617e9a
expected-sha256: 9c57dfa7796c254f85ade3f84f12e3a7dd5dae65c0ade428367fe8c5218f856a

- runs: |
unset cflags_crc32
Expand Down