Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: ebf4836e04b4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4df09b00cd3a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 19, 2020

  1. perlPackages.CPAN: apply patch to fix changed YAML module default

    ZHF: #80379
    https://hydra.nixos.org/build/112819370
    https://hydra.nixos.org/build/112832567
    
    A default has changed in YAML, breaking the latest release of CPAN. This commit
    applies a A patch from the PR fixing the problem.
    
    andk/cpanpm#133
    
    (cherry picked from commit 153b0db)
    cc #80471
    stigtsp authored and veprbl committed Feb 19, 2020
    Copy the full SHA
    8154fd4 View commit details
    Browse the repository at this point in the history
  2. perlPackages.{CryptCurve25519,MathGMP}: fixed build failures

    ZHF: #80379
    https://hydra.nixos.org/build/112817446
    https://hydra.nixos.org/build/112813918
    https://hydra.nixos.org/build/112814931
    https://hydra.nixos.org/build/112833536
    https://hydra.nixos.org/build/112804942
    https://hydra.nixos.org/build/112809869
    
    perlPackages.CryptCurve25519: apply patch from gentoo to fix fmul conflicting
    types build breakage.
    https://gitweb.gentoo.org/repo/gentoo.git/commit/dev-perl/Crypt-Curve25519?id=e07299f804a8376bb5bf85d28916e0a360199f3e
    
    perlPackages.MathGMP: 2.19 -> 2.20
    Updated to latest upstream, which passes tests. This is a dependency of
    perlPackages.NetSSH
    
    (cherry picked from commit a43d20b)
    
    cc #80476
    stigtsp authored and veprbl committed Feb 19, 2020
    Copy the full SHA
    4df09b0 View commit details
    Browse the repository at this point in the history