Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging next #62889

Merged
merged 92 commits into from Jun 15, 2019
Merged

Staging next #62889

merged 92 commits into from Jun 15, 2019

Conversation

FRidh
Copy link
Member

@FRidh FRidh commented Jun 9, 2019

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nix-review --run "nix-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

dtzWill and others added 30 commits February 23, 2019 11:18
Remove special-casing no longer needed.
It is no longer provided
We don’t have android sdk available for aarch64, so this error happens
a lot. Adding some context on what is going on makes this clearer.
mesaPlatforms can be used in the platforms attr.
valgrind-light doesn’t appear to work correctly on aarch32. It’s also
not a required dependency on mesa, so in the future we may be able to
disable it for other platforms
causes on evaluation error on macOS otherwise
It's tempting to think patchShebangs supports multiple arguments.
Without this patch it just silently ignores all but the first. Now it
patches the shebangs in all of its arguments.

Fixes: #57695
Commit "patchShebangs: Allow for multiple arguments" 4a1e51f
removed the check. We don't want to break existing usages so this
introduces it again with a successful exit code.
* drop patches included in 1.8.3 (all of them)
  (checked each via `git tag --contains $rev`)

https://lists.netfilter.org/pipermail/netfilter-announce/2019/000231.html
Changelog:
https://cryptography.io/en/latest/changelog/#v2-7

Important changes:
- BACKWARDS INCOMPATIBLE: We no longer distribute 32-bit manylinux1
  wheels. Continuing to produce them was a maintenance burden.
- BACKWARDS INCOMPATIBLE: Removed the
  cryptography.hazmat.primitives.mac.MACContext interface.
  The CMAC and HMAC APIs have not changed, but they are no longer
  registered as MACContext instances.
mosh: upstream patch to fix w/newer clang/libcxx (c++17)
@vcunat
Copy link
Member

vcunat commented Jun 14, 2019

Only notable regression I can see on x86_64-linux is python3Packages.aiohttp: https://hydra.nixos.org/build/94638222

@FRidh
Copy link
Member Author

FRidh commented Jun 15, 2019

Darwin is unfortunately still not building on Hydra, so no binary artifacts for Darwin users I'm afraid.

@FRidh FRidh merged commit 9bd6c5d into master Jun 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet