Skip to content

Commit

Permalink
14.0: Update URL to glibc TLS patch
Browse files Browse the repository at this point in the history
The URL we use for the TLS patch applied to glibc points to an mbox
file from the upstream patchwork instance, which may be changed by
patchwork over time (a recent Delegated-to change modified it),
causing an md5sum mismatch when AT downloads the patch.

Instead, let's use the URL to an immutable public-inbox mbox file, to
guarantee this md5sum mismatch doesn't happen again.

Signed-off-by: Matheus Castanho <[email protected]>
  • Loading branch information
mscastanho committed Jan 14, 2021
1 parent 90645a1 commit 0ceee4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/14.0/packages/glibc/sources
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ atsrc_get_patches ()
# Fix TLS issues when PC-rel is enabled (POWER10). Remove this later
# after merging it upstream.
at_get_patch \
'https://patchwork.sourceware.org/project/glibc/patch/[email protected]/mbox/' \
14231edd3e971aa85c19bee7ea70ca6f tls.patch
'https://public-inbox.org/libc-alpha/[email protected]/raw' \
c05d060a43cc78feea80a545734cd190 tls.patch
}

atsrc_apply_patches ()
Expand Down

0 comments on commit 0ceee4e

Please sign in to comment.