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: 3c00ac35721a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 60b05119a5b2
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 23, 2018

  1. tor: fix build by upgrading openssl

    One test segfaulted with openssl_1_0_x. openssl_1_1 seems to work fine.
    As libevent still uses openssl_1_0_x we disable ssl support there to
    avoid having to different ssl versions linked into tor. Longterm it
    would be a better solution to upgrade openssl also in libevent. But this
    would require more testing/time as we have many dependent packages of
    libevent and we would probably need turn to on openssl 1.1 by default
    globally. After all libevent is rather small compared to tor.
    Mic92 committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    e3d262e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45513 from Mic92/tor

    tor: fix build by upgrading openssl
    Mic92 committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    60b0511 View commit details
    Browse the repository at this point in the history