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

imagemagick: updates for 6, 7 #33831

Merged
merged 2 commits into from Jan 13, 2018
Merged

Conversation

dtzWill
Copy link
Member

@dtzWill dtzWill commented Jan 13, 2018

Motivation for this change

Security fixes, unfortunately don't seem to be listed anywhere neatly.

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.

cc #33826

@adisbladis
Copy link
Member

@GrahamcOfBorg build imagemagick7 imagemagick

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: x86_64-darwin

patching script interpreter paths in /nix/store/hd5v3zj61khkwvpjc5j1hk8gkfbrvd8w-imagemagick-6.9.9-33-dev
/nix/store/hd5v3zj61khkwvpjc5j1hk8gkfbrvd8w-imagemagick-6.9.9-33-dev/bin/MagickCore-config: interpreter directive changed from "/bin/sh" to "/nix/store/hgsbnqhg7zr5vbjazb250ac4wnj3cfhy-bash-4.4-p12/bin/sh"
/nix/store/hd5v3zj61khkwvpjc5j1hk8gkfbrvd8w-imagemagick-6.9.9-33-dev/bin/MagickWand-config: interpreter directive changed from "/bin/sh" to "/nix/store/hgsbnqhg7zr5vbjazb250ac4wnj3cfhy-bash-4.4-p12/bin/sh"
/nix/store/hd5v3zj61khkwvpjc5j1hk8gkfbrvd8w-imagemagick-6.9.9-33-dev/bin/Magick++-config: interpreter directive changed from "/bin/sh" to "/nix/store/hgsbnqhg7zr5vbjazb250ac4wnj3cfhy-bash-4.4-p12/bin/sh"
/nix/store/hd5v3zj61khkwvpjc5j1hk8gkfbrvd8w-imagemagick-6.9.9-33-dev/bin/Wand-config: interpreter directive changed from "/bin/sh" to "/nix/store/hgsbnqhg7zr5vbjazb250ac4wnj3cfhy-bash-4.4-p12/bin/sh"
/nix/store/hd5v3zj61khkwvpjc5j1hk8gkfbrvd8w-imagemagick-6.9.9-33-dev/bin/Magick-config: interpreter directive changed from "/bin/sh" to "/nix/store/hgsbnqhg7zr5vbjazb250ac4wnj3cfhy-bash-4.4-p12/bin/sh"
strip is /nix/store/bhfkh37smh9lc5bngdha6zx98k6w6cgd-cctools-binutils-darwin/bin/strip
patching script interpreter paths in /nix/store/3jmxmz716mns2kqzxd8sfpj3m7qx8i45-imagemagick-6.9.9-33-doc
/nix/store/358xz39hkg0v813ghqfjq07d22rxn27i-imagemagick-7.0.7-21
/nix/store/kl9d2002fiwvh7jpa58zp4lh53w2q7mp-imagemagick-6.9.9-33

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: x86_64-linux

/nix/store/yihhh5f1ll0i8jm5267rwzk3kfr943wm-imagemagick-6.9.9-33-dev/bin/MagickWand-config: interpreter directive changed from "/bin/sh" to "/nix/store/nkq0n2m4shlbdvdq0qijib5zyzgmn0vq-bash-4.4-p12/bin/sh"
/nix/store/yihhh5f1ll0i8jm5267rwzk3kfr943wm-imagemagick-6.9.9-33-dev/bin/Magick-config: interpreter directive changed from "/bin/sh" to "/nix/store/nkq0n2m4shlbdvdq0qijib5zyzgmn0vq-bash-4.4-p12/bin/sh"
/nix/store/yihhh5f1ll0i8jm5267rwzk3kfr943wm-imagemagick-6.9.9-33-dev/bin/MagickCore-config: interpreter directive changed from "/bin/sh" to "/nix/store/nkq0n2m4shlbdvdq0qijib5zyzgmn0vq-bash-4.4-p12/bin/sh"
checking for references to /tmp/nix-build-imagemagick-6.9.9-33.drv-0 in /nix/store/yihhh5f1ll0i8jm5267rwzk3kfr943wm-imagemagick-6.9.9-33-dev...
shrinking RPATHs of ELF executables and libraries in /nix/store/ikajxrm8p8nbg43g4515fqy8ri7wbl5x-imagemagick-6.9.9-33-doc
strip is /nix/store/wxn5gn8amxm1w0ikcx4gbs8a17wvss4j-binutils-2.28.1/bin/strip
patching script interpreter paths in /nix/store/ikajxrm8p8nbg43g4515fqy8ri7wbl5x-imagemagick-6.9.9-33-doc
checking for references to /tmp/nix-build-imagemagick-6.9.9-33.drv-0 in /nix/store/ikajxrm8p8nbg43g4515fqy8ri7wbl5x-imagemagick-6.9.9-33-doc...
/nix/store/5iyfr9q3h4f3d1ivvkcmwh8b4095qx9z-imagemagick-7.0.7-21
/nix/store/81068rakdnm27pb0q4dgr4vm4dwqwic5-imagemagick-6.9.9-33

Copy link

@GrahamcOfBorg GrahamcOfBorg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Success for system: aarch64-linux

/nix/store/5ig9wb3liw2q3nkvrvwfwmmy9qzwxgv8-imagemagick-7.0.7-21-dev/bin/MagickWand-config: interpreter directive changed from "/bin/sh" to "/nix/store/b2rfm1s05ria7d00r4p9r7f5lg7llazi-bash-4.4-p12/bin/sh"
/nix/store/5ig9wb3liw2q3nkvrvwfwmmy9qzwxgv8-imagemagick-7.0.7-21-dev/bin/MagickCore-config: interpreter directive changed from "/bin/sh" to "/nix/store/b2rfm1s05ria7d00r4p9r7f5lg7llazi-bash-4.4-p12/bin/sh"
/nix/store/5ig9wb3liw2q3nkvrvwfwmmy9qzwxgv8-imagemagick-7.0.7-21-dev/bin/Magick++-config: interpreter directive changed from "/bin/sh" to "/nix/store/b2rfm1s05ria7d00r4p9r7f5lg7llazi-bash-4.4-p12/bin/sh"
checking for references to /build in /nix/store/5ig9wb3liw2q3nkvrvwfwmmy9qzwxgv8-imagemagick-7.0.7-21-dev...
shrinking RPATHs of ELF executables and libraries in /nix/store/4zwv7ifn1q0d849wixsp94hvm2wb5n7s-imagemagick-7.0.7-21-doc
strip is /nix/store/c6qj0j45xizkrx58i65j75a5ysmqhgrs-binutils-2.28.1/bin/strip
patching script interpreter paths in /nix/store/4zwv7ifn1q0d849wixsp94hvm2wb5n7s-imagemagick-7.0.7-21-doc
checking for references to /build in /nix/store/4zwv7ifn1q0d849wixsp94hvm2wb5n7s-imagemagick-7.0.7-21-doc...
/nix/store/y8lmzz6zyvvm95ds7p1f7gj15cnfvyml-imagemagick-7.0.7-21
/nix/store/gsvcvrdn6rxi2vl73y7zd3v4496v9d60-imagemagick-6.9.9-33

@adisbladis adisbladis merged commit c873638 into NixOS:master Jan 13, 2018
@adisbladis
Copy link
Member

Backported!

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