Merge pull request #171798 from Ma27/bump-glibc

glibc: 2.34-115 -> 2.34-210

authored by

Maximilian Bosch and committed by
GitHub
221088ce 0f538d6a

+2 -2
pkgs/development/libraries/glibc/2.34-master.patch.gz

This is a binary file and will not be displayed.

+2 -2
pkgs/development/libraries/glibc/common.nix
··· 44 44 45 45 let 46 46 version = "2.34"; 47 - patchSuffix = "-115"; 47 + patchSuffix = "-210"; 48 48 sha256 = "sha256-RNJqH+ILiFOkj0cOrQHkJ56GmsFJsZXdpORKGV2YGrI="; 49 49 in 50 50 ··· 63 63 [ 64 64 /* No tarballs for stable upstream branch, only https://sourceware.org/git/glibc.git and using git would complicate bootstrapping. 65 65 $ git fetch --all -p && git checkout origin/release/2.34/master && git describe 66 - glibc-2.34-115-gd5d1c95aaf 66 + glibc-2.34-210-ge123f08ad5 67 67 $ git show --minimal --reverse glibc-2.34.. | gzip -9n --rsyncable - > 2.34-master.patch.gz 68 68 69 69 To compare the archive contents zdiff can be used.