Skip to content

Commit

Permalink
Revert "binutils: 2.28 -> 2.29"
Browse files Browse the repository at this point in the history
This reverts commit 733e20f.

Downgrading to 2.28.1, 2.29 is too buggy.
  • Loading branch information
dezgeg committed Aug 17, 2017
1 parent 23547ac commit f9b2d7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 70 deletions.
65 changes: 0 additions & 65 deletions pkgs/development/libraries/glibc/avoid-semver-on-common.patch

This file was deleted.

3 changes: 0 additions & 3 deletions pkgs/development/libraries/glibc/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ 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
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/binutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:

let
version = "2.29";
version = "2.28";
basename = "binutils-${version}";
inherit (stdenv.lib) optional optionals optionalString;
# The prefix prepended to binary names to allow multiple binuntils on the
Expand All @@ -18,7 +18,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://gnu/binutils/${basename}.tar.bz2";
sha256 = "1gqfyksdnj3iir5gzyvlp785mnk60g1pll6zbzbslfchhr4rb8i9";
sha256 = "0wiasgns7i8km8nrxas265sh2dfpsw93b3qw195ipc90w4z475v2";
};

patches = [
Expand Down

0 comments on commit f9b2d7b

Please sign in to comment.