binutils: 2.28 -> 2.29
Binutils 2.29 no longer allows .semver symbols, which is why we need to patch glibc to avoid them
This commit is contained in:
@@ -64,6 +64,9 @@ stdenv.mkDerivation ({
|
||||
./CVE-2017-1000366-rtld-LD_LIBRARY_PATH.patch
|
||||
./CVE-2017-1000366-rtld-LD_PRELOAD.patch
|
||||
./CVE-2017-1000366-rtld-LD_AUDIT.patch
|
||||
|
||||
/* https://sourceware.org/bugzilla/show_bug.cgi?id=21666 */
|
||||
./avoid-semver-on-common.patch
|
||||
]
|
||||
++ lib.optionals stdenv.isi686 [
|
||||
./fix-i686-memchr.patch
|
||||
|
||||
Reference in New Issue
Block a user