Skip to content
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

php70: 7.0.27 -> 7.0.28 #36174

Merged
merged 1 commit into from Mar 1, 2018
Merged

php70: 7.0.27 -> 7.0.28 #36174

merged 1 commit into from Mar 1, 2018

Conversation

etu
Copy link
Contributor

@etu etu commented Mar 1, 2018

Motivation for this change

Security patches: http://www.php.net/ChangeLog-7.php#7.0.28

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@globin
Copy link
Member

globin commented Mar 1, 2018

@GrahamcOfBorg build php70

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Partial log (click to expand)

/nix/store/hl4ag8ipj8aigbyd86xdx04zirqwikzk-php-7.0.28/bin/pecl: interpreter directive changed from "/bin/sh" to "/nix/store/pkjmwq7sqrvjg7cjiph6hq0khsmfl6p8-bash-4.4-p12/bin/sh"
/nix/store/hl4ag8ipj8aigbyd86xdx04zirqwikzk-php-7.0.28/bin/php-config: interpreter directive changed from " /bin/sh" to "/nix/store/pkjmwq7sqrvjg7cjiph6hq0khsmfl6p8-bash-4.4-p12/bin/sh"
/nix/store/hl4ag8ipj8aigbyd86xdx04zirqwikzk-php-7.0.28/bin/phpize: interpreter directive changed from "/bin/sh" to "/nix/store/pkjmwq7sqrvjg7cjiph6hq0khsmfl6p8-bash-4.4-p12/bin/sh"
/nix/store/hl4ag8ipj8aigbyd86xdx04zirqwikzk-php-7.0.28/lib/build/config.guess: interpreter directive changed from " /bin/sh" to "/nix/store/pkjmwq7sqrvjg7cjiph6hq0khsmfl6p8-bash-4.4-p12/bin/sh"
/nix/store/hl4ag8ipj8aigbyd86xdx04zirqwikzk-php-7.0.28/lib/build/config.sub: interpreter directive changed from " /bin/sh" to "/nix/store/pkjmwq7sqrvjg7cjiph6hq0khsmfl6p8-bash-4.4-p12/bin/sh"
/nix/store/hl4ag8ipj8aigbyd86xdx04zirqwikzk-php-7.0.28/lib/build/shtool: interpreter directive changed from "/bin/sh" to "/nix/store/pkjmwq7sqrvjg7cjiph6hq0khsmfl6p8-bash-4.4-p12/bin/sh"
moving /nix/store/hl4ag8ipj8aigbyd86xdx04zirqwikzk-php-7.0.28/sbin/* to /nix/store/hl4ag8ipj8aigbyd86xdx04zirqwikzk-php-7.0.28/bin
strip is /nix/store/4sdh09gmvl15cy0zb6i7mbvxh5syz206-cctools-binutils-darwin/bin/strip
patching script interpreter paths in /nix/store/46f7y4a8d2zd3ls6kq312zs46xiapc8n-php-7.0.28-dev
/nix/store/hl4ag8ipj8aigbyd86xdx04zirqwikzk-php-7.0.28

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Partial log (click to expand)

/nix/store/dhg8ny2vra3pvh0wmcjkjs2wgkx105a7-php-7.0.28/lib/build/shtool: interpreter directive changed from "/bin/sh" to "/nix/store/zqh3l3lyw32q1ayb15bnvg9f24j5v2p0-bash-4.4-p12/bin/sh"
/nix/store/dhg8ny2vra3pvh0wmcjkjs2wgkx105a7-php-7.0.28/lib/build/config.guess: interpreter directive changed from " /bin/sh" to "/nix/store/zqh3l3lyw32q1ayb15bnvg9f24j5v2p0-bash-4.4-p12/bin/sh"
/nix/store/dhg8ny2vra3pvh0wmcjkjs2wgkx105a7-php-7.0.28/lib/build/config.sub: interpreter directive changed from " /bin/sh" to "/nix/store/zqh3l3lyw32q1ayb15bnvg9f24j5v2p0-bash-4.4-p12/bin/sh"
checking for references to /tmp/nix-build-php-7.0.28.drv-0 in /nix/store/dhg8ny2vra3pvh0wmcjkjs2wgkx105a7-php-7.0.28...
moving /nix/store/dhg8ny2vra3pvh0wmcjkjs2wgkx105a7-php-7.0.28/sbin/* to /nix/store/dhg8ny2vra3pvh0wmcjkjs2wgkx105a7-php-7.0.28/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/x9g4dkmas2vkx8vi5ms8fpmfgarxgjlp-php-7.0.28-dev
strip is /nix/store/b0zlxla7dmy1iwc3g459rjznx59797xy-binutils-2.28.1/bin/strip
patching script interpreter paths in /nix/store/x9g4dkmas2vkx8vi5ms8fpmfgarxgjlp-php-7.0.28-dev
checking for references to /tmp/nix-build-php-7.0.28.drv-0 in /nix/store/x9g4dkmas2vkx8vi5ms8fpmfgarxgjlp-php-7.0.28-dev...
/nix/store/dhg8ny2vra3pvh0wmcjkjs2wgkx105a7-php-7.0.28

@globin globin merged commit 4cd5eae into NixOS:master Mar 1, 2018
@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Partial log (click to expand)

/nix/store/4cj80q0yr6ylm90vyrhbmbzh1kncg50i-php-7.0.28/bin/pear: interpreter directive changed from "/bin/sh" to "/nix/store/lnws52qanbi5vz8qg24v4ym57nznfndg-bash-4.4-p12/bin/sh"
/nix/store/4cj80q0yr6ylm90vyrhbmbzh1kncg50i-php-7.0.28/bin/php-config: interpreter directive changed from " /bin/sh" to "/nix/store/lnws52qanbi5vz8qg24v4ym57nznfndg-bash-4.4-p12/bin/sh"
/nix/store/4cj80q0yr6ylm90vyrhbmbzh1kncg50i-php-7.0.28/bin/phpize: interpreter directive changed from "/bin/sh" to "/nix/store/lnws52qanbi5vz8qg24v4ym57nznfndg-bash-4.4-p12/bin/sh"
checking for references to /build in /nix/store/4cj80q0yr6ylm90vyrhbmbzh1kncg50i-php-7.0.28...
moving /nix/store/4cj80q0yr6ylm90vyrhbmbzh1kncg50i-php-7.0.28/sbin/* to /nix/store/4cj80q0yr6ylm90vyrhbmbzh1kncg50i-php-7.0.28/bin
shrinking RPATHs of ELF executables and libraries in /nix/store/2x1smzx9y0xr5g7x9lc7rjxr387lll16-php-7.0.28-dev
strip is /nix/store/lvx1acn1ig1j2km8jds5x3ggh3f2wa8v-binutils-2.28.1/bin/strip
patching script interpreter paths in /nix/store/2x1smzx9y0xr5g7x9lc7rjxr387lll16-php-7.0.28-dev
checking for references to /build in /nix/store/2x1smzx9y0xr5g7x9lc7rjxr387lll16-php-7.0.28-dev...
/nix/store/4cj80q0yr6ylm90vyrhbmbzh1kncg50i-php-7.0.28

@etu etu deleted the php-7028 branch March 1, 2018 21:19
@etu etu mentioned this pull request Mar 3, 2018
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants