php-7.2.0:ver.bump
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
</Packager>
|
||||
<License>PHP</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>PHP5 is an HTML-embedded scripting language. The goal of the language is to allow web developers to write dynamically generated pages quickly</Summary>
|
||||
<Description>PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.</Description>
|
||||
<Archive sha1sum="9ac486b7f86c01a297375cae5728b424ac5790ce" type="tarbz2">http://us2.php.net/distributions/php-5.6.30.tar.bz2</Archive>
|
||||
<Summary>PHP7 is an HTML-embedded scripting language. The goal of the language is to allow web developers to write dynamically generated pages quickly</Summary>
|
||||
<Description>PHP7 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.</Description>
|
||||
<Archive sha1sum="b15bd8fef8d5b99b993784e9c2254ab82f616c64" type="tarbz2">http://us2.php.net/distributions/php-7.2.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gd-devel</Dependency>
|
||||
<Dependency>harfbuzz-devel</Dependency>
|
||||
@@ -36,10 +36,10 @@
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">int_overflow_in_mt_rand.patch</Patch>
|
||||
<Patch level="1">stack_buffer_overflow_in_imagepstext.patch</Patch>
|
||||
<Patch level="1">denial_of_service_in_getArchiveComment.patch</Patch>
|
||||
<Patch level="1">php-imap-myrights.diff</Patch>
|
||||
<!-- <Patch level="1">int_overflow_in_mt_rand.patch</Patch> -->
|
||||
<!-- <Patch level="1">stack_buffer_overflow_in_imagepstext.patch</Patch> -->
|
||||
<!-- <Patch level="1">denial_of_service_in_getArchiveComment.patch</Patch> -->
|
||||
<!-- <Patch level="1">php-imap-myrights.diff</Patch> -->
|
||||
<Patch level="0">db6.patch</Patch>
|
||||
<!-- <Patch>950-Fix-dl-cross-compiling-issue.patch</Patch> -->
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/php/modules</Path>
|
||||
<Path fileType="data">/usr/share/php5</Path>
|
||||
<Path fileType="data">/usr/share/php7</Path>
|
||||
<Path fileType="data">/etc/php/ext</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -130,12 +130,12 @@
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/apache2/modules/libphp5.so</Path>
|
||||
<Path fileType="library">/usr/lib/apache2/modules/libphp7.so</Path>
|
||||
<Path fileType="config">/etc/apache2</Path>
|
||||
<Path fileType="config">/etc/php/apache2</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/etc/apache2/modules.d/70_mod_php5.conf" permission="0644" owner="root">70_mod_php5.conf</AdditionalFile>
|
||||
<AdditionalFile target="/etc/apache2/modules.d/70_mod_php7.conf" permission="0644" owner="root">70_mod_php7.conf</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
@@ -191,6 +191,7 @@
|
||||
<Path fileType="executable">/usr/sbin/php-fpm</Path>
|
||||
<Path fileType="man">/usr/share/man/man8/php-fpm.8</Path>
|
||||
<Path fileType="config">/etc/php/ext/php-fpm.conf</Path>
|
||||
<Path fileType="config">/etc/php-fpm.d/www.conf.default</Path>
|
||||
<Path fileType="data">/usr/share/fpm</Path>
|
||||
<Path fileType="data">/run</Path>
|
||||
<Path fileType="data">/var/log</Path>
|
||||
@@ -205,6 +206,13 @@
|
||||
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2017-12-24</Date>
|
||||
<Version>7.2.0</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-06-06</Date>
|
||||
<Version>5.6.30</Version>
|
||||
@@ -227,4 +235,4 @@
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user