libssh2: propagate openssl#236082
Merged
SuperSandro2000 merged 2 commits intoNixOS:stagingfrom Jun 6, 2023
Merged
Conversation
1 task
Member
Author
|
Here's an example breakage that hasn't been fixed before this PR: |
AndersonTorres
approved these changes
Jun 6, 2023
SuperSandro2000
approved these changes
Jun 6, 2023
Member
SuperSandro2000
left a comment
There was a problem hiding this comment.
▶ cat result-dev/lib/pkgconfig/libssh2.pc
###########################################################################
# libssh2 installation details
###########################################################################
prefix=/nix/store/l4jh5c7bcyinkzb6dvizy9xhqznikcmw-libssh2-1.11.0
exec_prefix=${prefix}
libdir=/nix/store/l4jh5c7bcyinkzb6dvizy9xhqznikcmw-libssh2-1.11.0/lib
includedir=/nix/store/kbilbx2fcyfjlwx2l19xyrky1pvmr027-libssh2-1.11.0-dev/include
Name: libssh2
URL: https://www.libssh2.org/
Description: Library for SSH-based communication
Version: 1.11.0
Requires.private: libssl libcrypto zlib
Libs: -L${libdir} -lssh2 -lssl -lcrypto
Libs.private: -lssl -lcrypto
Cflags: -I${includedir}
Contributor
|
Backport failed for Please cherry-pick the changes locally. git fetch origin staging-23.05
git worktree add -d .worktree/backport-236082-to-staging-23.05 origin/staging-23.05
cd .worktree/backport-236082-to-staging-23.05
git checkout -b backport-236082-to-staging-23.05
ancref=$(git merge-base 203f3a647117ba98838d5dfc439bda39ee3d7fb5 89ce4d8cac2502f60d5d82a8189a1feae250538c)
git cherry-pick -x $ancref..89ce4d8cac2502f60d5d82a8189a1feae250538c |
This was referenced Jun 7, 2023
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)