-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[openssl] Update openssl 1.1.1g - continued from PR #11003 #11882
Conversation
Console log for x64_linux regressionThere were no log files in the artifact even though it mentions them in the console log as being at: /mnt/vcpkg-ci/buildtrees/apr-util/build-x64-linux-dbg-err.log It failed on
Log of local Ubuntu 20.04 build
Full log here |
Console log for x64_osx regressionThere were no log files in the artifact even though it mentions them in the console log as being at: /Users/vagrant/Data/buildtrees/apr-util/build-x64-osx-dbg-err.log It failed on
|
I am not sure the cause of this build failure. The console output isn't very helpful tracking it down and we are missing the CI's make command's log files. The only obvious difference in the CI log vs the local log is the local GCC is 9.3 vs 7.5 . EDIT: There is output but not from the make command so maybe it is a different issue. |
The suggested changes from PR microsoft#11003 Along with one additional to remove the deprecated vcpkg_test_cmake from openssl-uwp\portfile.cmake as well.
f745b82
to
764b619
Compare
Rebased to fix conflict with PR #11344. Will see if the CI build succeeds now. |
The x64_linux regressions are gone we have new ones in their place. arm64_windows regressions
x86_windows regressions
x64_osx regressionsImprovement over the last regression we have error logs in the artifact config-x64-osx-dbg-err.log
build-x64-osx-dbg-err.log
I don't believe that the changes in this PR are causing the above error lines since there is no mention of OpenSSL in there. I found on my successful local Linux build that installed/x64-linux/build-1 exists and there is an apr_rules.mk file in there installed from the apr package per its log. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Hi @Septarius |
@NancyLi1013 Merged from upstream/master |
@Septarius |
Yes, that means some other port is playing "is that already present? If not copy over it" games |
PR #12067 fixed the build errors. Thanks everyone for the assistance getting this ready! |
Thanks for the PR! |
Describe the pull request
Applies the suggestions from the review of PR #11003 to a rebased branch based off of PR #11003.
Included the original three commits by @crackedmind and then did the rebase off upstream master.
Applied the suggestions included in the original PR.
Additionally removed vcpkg_test_cmake(PACKAGE_NAME OpenSSL MODULE) from ports/openssl-uwp/portfile.cmake since it was review as deprecated in the other two portfile.cmake files.
What does your PR fix?
Fixes [openssl] Update openssl to 1.1.1g #11003
Fixes [openssl] update to 1.1.1g - CVE-2019-1563 & CVE-2019-1551 #11127
Which triplets are supported/not supported? Have you updated the CI baseline? I don't believe there should be any changes here.
Does your PR follow the maintainer guide? It should now.