-
-
Notifications
You must be signed in to change notification settings - Fork 15.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
[18.09] php: 7.2.10 -> 7.2.12, 7.1.22 -> 7.1.24 (CVE-2018-17082) #51092
Conversation
Changelog: https://secure.php.net/ChangeLog-7.php#7.1.23 (cherry picked from commit 36e3fdd)
Changelog: https://secure.php.net/ChangeLog-7.php#7.2.11 (cherry picked from commit b9773bd)
Instead of pinning Darwin to older versions, add small patches to configure.in (7.1) / configure.ac (7.2) to fix the build of the intl extension on recent PHP versions on Darwin. fix-paths-php7.patch also required changes -- since we now run autoconf at build time (through ./buildconf), it needs to patch the input .m4 files instead of ./configure directly. (cherry picked from commit ea10173)
(cherry picked from commit 8221da3)
(cherry picked from commit ec3d829)
7c6479b
to
a281d8d
Compare
@GrahamcOfBorg build php71 php72 nixosTests.elk |
Success on aarch64-linux (full log) Attempted: php71, php72 The following builds were skipped because they don't evaluate on aarch64-linux: nixosTests.elk Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: php71, php72 The following builds were skipped because they don't evaluate on x86_64-linux: nixosTests.elk Partial log (click to expand)
|
Timed out, unknown build status on x86_64-darwin (full log) Attempted: php71, php72 The following builds were skipped because they don't evaluate on x86_64-darwin: nixosTests.elk Partial log (click to expand)
|
Second attempt for darwin that should now have things in cache. @GrahamcOfBorg build php71 php72 |
Success on aarch64-linux (full log) Attempted: php71, php72 Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: php71, php72 Partial log (click to expand)
|
Timed out, unknown build status on x86_64-darwin (full log) Attempted: php71, php72 Partial log (click to expand)
|
Timed out, unknown build status on x86_64-linux (full log) Attempted: tests.elk, tests.owncloud Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: tests.elk, tests.owncloud Partial log (click to expand)
|
Looks like we won't get much better than these timeouts… let's go for the merge, then :) |
#51091 cherry-picked onto release-18.09 (along with 2 previous version bumps, to make the cherry-picks clean).