php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #73977 All Imagick Source Files With Executable Flags
Submitted: 2017-01-23 10:26 UTC Modified: 2017-01-26 20:14 UTC
From: maik dot wagner at sevenval dot com Assigned: danack (profile)
Status: Closed Package: imagick (PECL)
PHP Version: Irrelevant OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: maik dot wagner at sevenval dot com
New email:
PHP Version: OS:

 

 [2017-01-23 10:26 UTC] maik dot wagner at sevenval dot com
Description:
------------
In the current imagick 3.4.3RC2 source Tarball (https://pecl.php.net/get/imagick) all files are having an executable flag.

$ ll
insgesamt 896K
drwxrwxr-x 4 maik maik 4,0K 23. Jan 10:00 .
drwxrwxr-x 4 maik maik  106 23. Jan 10:00 ..
-rwxr-xr-x 1 maik maik  35K 17. Jan 21:02 ChangeLog
-rwxr-xr-x 1 maik maik 2,0K 17. Jan 21:02 config.m4
-rwxr-xr-x 1 maik maik  883 17. Jan 21:02 config.w32
-rwxr-xr-x 1 maik maik   39 17. Jan 21:02 CREDITS
drwxrwxr-x 2 maik maik   82 23. Jan 10:00 examples
-rwxr-xr-x 1 maik maik 7,0K 17. Jan 21:02 imagemagick.m4
-rwxr-xr-x 1 maik maik 136K 17. Jan 21:02 imagick.c
-rwxr-xr-x 1 maik maik 337K 17. Jan 21:02 imagick_class.c
-rwxr-xr-x 1 maik maik  84K 17. Jan 21:02 imagickdraw_class.c
-rwxr-xr-x 1 maik maik 9,8K 17. Jan 21:02 imagick_file.c
-rwxr-xr-x 1 maik maik  74K 17. Jan 21:02 imagick_helpers.c
-rwxr-xr-x 1 maik maik  22K 17. Jan 21:02 imagickkernel_class.c
-rwxr-xr-x 1 maik maik  21K 17. Jan 21:02 imagickpixel_class.c
-rwxr-xr-x 1 maik maik  18K 17. Jan 21:02 imagickpixeliterator_class.c
-rwxr-xr-x 1 maik maik 3,2K 17. Jan 21:02 LICENSE
-rwxr-xr-x 1 maik maik  37K 17. Jan 21:02 php_imagick_defs.h
-rwxr-xr-x 1 maik maik 2,9K 17. Jan 21:02 php_imagick_file.h
-rwxr-xr-x 1 maik maik 2,0K 17. Jan 21:02 php_imagick.h
-rwxr-xr-x 1 maik maik 4,4K 17. Jan 21:02 php_imagick_helpers.h
-rwxr-xr-x 1 maik maik 2,2K 17. Jan 21:02 php_imagick_macros.h
-rwxr-xr-x 1 maik maik 1,8K 17. Jan 21:02 php_imagick_shared.h
-rwxr-xr-x 1 maik maik  24K 17. Jan 21:02 shim_im6_to_im7.c
-rwxr-xr-x 1 maik maik 7,0K 17. Jan 21:02 shim_im6_to_im7.h
drwxrwxr-x 2 maik maik  16K 23. Jan 10:00 tests

That differs from the previous versions and even from the actual github sources (https://github.com/mkoppanen/imagick).



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-01-23 10:33 UTC] maik dot wagner at sevenval dot com
-Summary: All Source Files With Executable Flags +Summary: All Imagick Source Files With Executable Flags
 [2017-01-23 10:33 UTC] maik dot wagner at sevenval dot com
Updated Summary
 [2017-01-23 12:52 UTC] krakjoe@php.net
-Assigned To: +Assigned To: danack
 [2017-01-23 21:10 UTC] danack@php.net
-Status: Assigned +Status: Feedback
 [2017-01-23 21:10 UTC] danack@php.net
Thanks for noticing and reporting this.

It was caused by packaging the release in a new vagrant box that apparently was doing odd things to file permissions.

3.4.3RC3 has been uploaded to fix this.
 [2017-01-24 08:52 UTC] maik dot wagner at sevenval dot com
-Status: Feedback +Status: Assigned
 [2017-01-24 08:52 UTC] maik dot wagner at sevenval dot com
Thanks for the fast reaction. Everything seems to be fine now in RC3.
 [2017-01-26 20:14 UTC] danack@php.net
-Status: Assigned +Status: Closed
 [2017-01-26 20:14 UTC] danack@php.net
Closing as fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 05:01:30 2024 UTC