Skip to content

Commit

Permalink
Merge pull request #40329 from sil2100/glibc-CVE-2025-0395
Browse files Browse the repository at this point in the history
glibc: switch to git and cherry-pick fix for CVE-2025-0395
  • Loading branch information
sil2100 authored Jan 23, 2025
2 parents 5c0aedc + 4b1a80c commit b305a35
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions glibc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: glibc
version: 2.40
epoch: 4
epoch: 5
description: "the GNU C library"
copyright:
- license: LGPL-2.1-or-later
Expand Down Expand Up @@ -57,10 +57,13 @@ environment:
GCC_SPEC_FILE: /dev/null

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://ftp.gnu.org/gnu/libc/glibc-${{package.version}}.tar.xz
expected-sha256: 19a890175e9263d748f627993de6f4b1af9cd21e03f080e4bfb3a1fac10205a2
expected-commit: 3d1aed874918c466a4477af1da35983ab036690e
repository: https://sourceware.org/git/glibc.git
tag: glibc-${{package.version}}
cherry-picks: |
release/2.40/master/7d4b6bcae91f29d7b4daf15bab06b66cf1d2217c: Fix underallocation of abort_msg_s struct (CVE-2025-0395)
- uses: patch
with:
Expand Down

0 comments on commit b305a35

Please sign in to comment.