nixpkgs icon indicating copy to clipboard operation
nixpkgs copied to clipboard

Fix subversionClient hang on https connect

Open mnuccioarpae opened this issue 2 years ago • 0 comments

Apply #192225 to subversionClient.

This also fixes git-svn hang on https connect, because git-svn uses subversionClient as backend.

Description of changes

subversionClient with openssl_3 hangs when connecting to https server. Using openssl_1_1 fixes it.

Things done
  • Built on platform(s)
    • [X] x86_64-linux
    • [ ] aarch64-linux
    • [ ] x86_64-darwin
    • [ ] aarch64-darwin
  • [ ] For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • [ ] Tested, as applicable:
  • [ ] Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • [X] Tested basic functionality of all binary files (usually in ./result/bin/)
  • 22.11 Release Notes (or backporting 22.05 Release notes)
    • [ ] (Package updates) Added a release notes entry if the change is major or breaking
    • [ ] (Module updates) Added a release notes entry if the change is significant
    • [ ] (Module addition) Added a release notes entry if adding a new NixOS module
    • [ ] (Release notes changes) Ran nixos/doc/manual/md-to-db.sh to update generated release notes
  • [X] Fits CONTRIBUTING.md.

mnuccioarpae avatar Sep 26 '22 07:09 mnuccioarpae