Branch: refs/heads/master
Home: https://github.com/NixOS/nixpkgs
Commit: 4115e94c87391f8e234e710f386172a26ae1c83b
https://github.com/NixOS/nixpkgs/commit/4115e94c87391f8e234e710f386172a26ae1c83b
Author: Moritz Ulrich <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/beta.nix
M pkgs/development/compilers/rust/rustc.nix
Log Message:
-----------
rustBeta.rustc: beta-1.10.10 -> 1.11.0, rustBeta.cargo: 0.10.0 -> 0.12.0.
Commit: 755be0e1cec47a2206f5b8f6a7a6f6ae17db640f
https://github.com/NixOS/nixpkgs/commit/755be0e1cec47a2206f5b8f6a7a6f6ae17db640f
Author: Moritz Ulrich <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/beta.nix
Log Message:
-----------
rustBeta.cargo: Fix build.
Commit: 0f25add68da6b4e3f61e5f568d7cd6d49479e67a
https://github.com/NixOS/nixpkgs/commit/0f25add68da6b4e3f61e5f568d7cd6d49479e67a
Author: Moritz Ulrich <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/head.nix
M pkgs/top-level/all-packages.nix
Log Message:
-----------
rustUnstable.rustc: master-1.11.0 -> master-1.12.0
Note that tests are failing for this commit.
Commit: 12fe1549536ce10e445b8520dd64dde4cac43ce7
https://github.com/NixOS/nixpkgs/commit/12fe1549536ce10e445b8520dd64dde4cac43ce7
Author: Moritz Ulrich <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/bootstrap.nix
Log Message:
-----------
rust-bootstrap: Don't run patchelf on darwin.
Commit: 899d02642672005a3e65d71d9cbf5908601f094c
https://github.com/NixOS/nixpkgs/commit/899d02642672005a3e65d71d9cbf5908601f094c
Author: Moritz Ulrich <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/head.nix
A
pkgs/development/compilers/rust/patches/tcp-stress-test-run-a-smaller-number-of-threads.patch
Log Message:
-----------
rustUnstable.rustc: Fix tests by disabling lowering thread-count.
Commit: d5569064c38a8cd816a1e4aecfe23e3d52054df9
https://github.com/NixOS/nixpkgs/commit/d5569064c38a8cd816a1e4aecfe23e3d52054df9
Author: Moritz Ulrich <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/head.nix
Log Message:
-----------
rustcUnstable: Add note about when to drop the patch.
Commit: 6fd05916744705ff6428bb1be2062a20ac2060bb
https://github.com/NixOS/nixpkgs/commit/6fd05916744705ff6428bb1be2062a20ac2060bb
Author: Moritz Ulrich <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/rustc.nix
Log Message:
-----------
rustc: Disable doCheck on Darwin.
Commit: 3cfe3ab6b686e3ec633323d8df8b70e782c56cdf
https://github.com/NixOS/nixpkgs/commit/3cfe3ab6b686e3ec633323d8df8b70e782c56cdf
Author: Moritz Ulrich <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/libraries/git2/default.nix
A pkgs/development/libraries/git2/disable-security.framework.patch
Log Message:
-----------
libgit2: Disable Security.framework transport on Darwin.
When used by cargo, `libgit2` crashes with a Segmentation Fault on
Darwin. This crash is somehow connected to the `Security.framework`
native to Darwin, and while being easy to reproduce, is very hard to
track down.
This commit introduces a patch to `libgit2` which disables the
troublesome transport and instead depends on `libcurl`. The patch also
adds support for `SSL_CERT_FILE` to `libgit2`.
Upstream tracking issue is
https://github.com/libgit2/libgit2/issues/3885.
Commit: 57a690fbe4fc046b8e7d59d0657d99451b9784e9
https://github.com/NixOS/nixpkgs/commit/57a690fbe4fc046b8e7d59d0657d99451b9784e9
Author: Moritz Ulrich <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/cargo.nix
M pkgs/development/compilers/rust/default.nix
Log Message:
-----------
cargo: Force usage of pkgs.cacert.
Commit: c8f878436ebc2afe8dddff5467d771acb8f3548e
https://github.com/NixOS/nixpkgs/commit/c8f878436ebc2afe8dddff5467d771acb8f3548e
Author: Moritz Ulrich <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/beta.nix
Log Message:
-----------
rustBeta.cargo: cargo -> 2016-07-25.
Commit: 3dc73927fe41eb6812f8de375ee5ab89e9a81777
https://github.com/NixOS/nixpkgs/commit/3dc73927fe41eb6812f8de375ee5ab89e9a81777
Author: Moritz Ulrich <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/head.nix
Log Message:
-----------
rustHead.cargo: cargo -> 2016-07-25.
Commit: 2b806e9b7129a66cf34664e220cf2ecd08371549
https://github.com/NixOS/nixpkgs/commit/2b806e9b7129a66cf34664e220cf2ecd08371549
Author: Daiderd Jordan <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/bootstrap.nix
M pkgs/development/compilers/rust/rustc.nix
Log Message:
-----------
rustc: Set TMPDIR on Darwin to fix build.
Commit: 86326cbf549205f3c9e2bc338cc69dc02239dc3a
https://github.com/NixOS/nixpkgs/commit/86326cbf549205f3c9e2bc338cc69dc02239dc3a
Author: Moritz Ulrich <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/rustc.nix
Log Message:
-----------
rustc: Re-enable doCheck on Darwin.
Commit: 3324123eb7e4ee9cab9b53c9655971430f59ec2b
https://github.com/NixOS/nixpkgs/commit/3324123eb7e4ee9cab9b53c9655971430f59ec2b
Author: Moritz Ulrich <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/bootstrap.nix
Log Message:
-----------
rustc-bootstrap: Use optionalString.
Commit: 02608c6a3c70eebd7a7bcc45a21e40b8e27297b7
https://github.com/NixOS/nixpkgs/commit/02608c6a3c70eebd7a7bcc45a21e40b8e27297b7
Author: Moritz Ulrich <[email protected]>
Date: 2016-08-10 (Wed, 10 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/rustc.nix
Log Message:
-----------
rustc: Disable failing linker-output-utf8 test.
Commit: 53b60c8873e22f7b22918210b0b46c82e595b9d5
https://github.com/NixOS/nixpkgs/commit/53b60c8873e22f7b22918210b0b46c82e595b9d5
Author: Daiderd Jordan <[email protected]>
Date: 2016-08-11 (Thu, 11 Aug 2016)
Changed paths:
M pkgs/development/compilers/rust/beta.nix
M pkgs/development/compilers/rust/bootstrap.nix
M pkgs/development/compilers/rust/cargo.nix
M pkgs/development/compilers/rust/default.nix
M pkgs/development/compilers/rust/head.nix
A
pkgs/development/compilers/rust/patches/tcp-stress-test-run-a-smaller-number-of-threads.patch
M pkgs/development/compilers/rust/rustc.nix
M pkgs/development/libraries/git2/default.nix
A pkgs/development/libraries/git2/disable-security.framework.patch
M pkgs/top-level/all-packages.nix
Log Message:
-----------
Merge pull request #17316 from the-kenny/rustc-beta-1.11.0
rustcBeta: Fix build
Compare: https://github.com/NixOS/nixpkgs/compare/40f6d7ea5d20...53b60c8873e2_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits