summaryrefslogtreecommitdiffstats
path: root/rules/php5.make
Commit message (Collapse)AuthorAgeFilesLines
* rules: use ptx/yesno when applicableMichael Olbrich2018-04-161-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: link with -lpthread if sqlite3 is enabledMichael Olbrich2018-02-251-1/+1
| | | | | | | It uses pthread_join(). This becomes visible when building without la files. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: version bump 5.5.27 -> 5.5.30Bruno Thomsen2015-12-171-2/+2
| | | | | | | | | | | Fixes multiple vulnerabilities: 5.5.28: CVE-2015-6833, CVE-2015-6832, CVE-2015-6831. 5.5.29: CVE-2015-6834, CVE-2015-6835, CVE-2015-6836, CVE-2015-6837, CVE-2015-6838. 5.5.30: CVE-2015-7803, CVE-2015-7804. Signed-off-by: Bruno Thomsen <bth@kamstrup.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: version bump 5.5.26 -> 5.5.27Bruno Thomsen2015-07-301-2/+3
| | | | | | | | | | Several bugs were fixed in this release as well as CVE-2015-3152 (keep Nessus happy). Added SHA256 package hash in preparation for secure hash usage in ptxdist. Added myself to credit as this is my 9th upstream php5 patch in the last 15 months. Signed-off-by: Bruno Thomsen <bth@kamstrup.com> [mol: removed sha256 for now] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: version bump 5.5.21 -> 5.5.26Bruno Thomsen2015-06-301-2/+2
| | | | | | | | | | | | | | | | | | Fixes the following security issues. PHP 5.5.26: CVE-2015-3414, CVE-2015-3415, CVE-2015-3416, CVE-2015-2325, CVE-2015-2326 PHP 5.5.25: CVE-2015-4024, CVE-2015-4025, CVE-2015-4022, CVE-2015-4026, CVE-2015-4021 PHP 5.5.24: CVE-2015-3330, CVE-2015-1351, CVE-2015-2783, CVE-2015-3329, CVE-2015-1352 PHP 5.5.23: CVE-2015-2787, CVE-2015-2348, CVE-2015-2305, CVE-2015-2331 PHP 5.5.22: CVE-2015-0235, CVE-2015-0273, CVE-2014-9705, CVE-2015-2301 Signed-off-by: Bruno Thomsen <bth@kamstrup.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: version bump 5.4.35 -> 5.5.21Bruno Thomsen2015-02-161-3/+4
| | | | | | | | | | Disabled new OPcache feature (Zend Optimizer+) due to cross-compiling issue. https://bugs.php.net/bug.php?id=66103 Package format changed from tar.bz2 to tar.xz. Signed-off-by: Bruno Thomsen <bth@kamstrup.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: version bump 5.4.33 -> 5.4.35Bruno Thomsen2015-01-121-2/+2
| | | | | | | | Multiple bugs were fixed including security vulnerabilities CVE-2014-3710, CVE-2014-3669, CVE-2014-3670, CVE-2014-3668. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: added openssl support optionBruno Thomsen2015-01-121-0/+6
| | | | | | | | This is useful when handling certificates in a web interface. Ex. Validate parameters on a PEM certificate. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: version bump 5.4.30 -> 5.4.33Bruno Thomsen2014-10-141-2/+2
| | | | | | | | | Multiple bugs were fixed including security vulnerabilities CVE-2014-3597, CVE-2014-3538, CVE-2014-3587, CVE-2014-2497, CVE-2014-5120, CVE-2014-4698 and CVE-2014-4670. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: version pump 5.4.29 -> 5.4.30Bruno Thomsen2014-07-181-2/+2
| | | | | | | Multiple bugs were fixed including security issues CVE-2014-3981, CVE-2014-0207, CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487, CVE-2014-4049, CVE-2014-3515. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: version bump 5.4.27 -> 5.4.29Bruno Thomsen2014-06-251-2/+2
| | | | | | | Multiple bugs were fixed including security issues CVE-2014-0238, CVE-2014-0237 and CVE-2014-0185. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: version bump 5.4.24 -> 5.4.27Bruno Thomsen2014-04-211-2/+2
| | | | | | | Multiple bugs were fixed including CVE-2013-7345, CVE-2014-1943, CVE-2014-2270. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php: version bump 5.3.10 -> 5.4.24Bruno Thomsen2014-01-301-4/+6
| | | | | | | | | | | | | | | | | | | php: version bump 5.3.10 -> 5.4.24 Fix compiling of PHP with sqlite3 support on ptxdist 2012.04.0. Fixes a lot of security flaws and bugs. Changelog: http://www.php.net/ChangeLog-5.php#5.4.24 PHP: Removal of curl-wrappers. This feature has been marked as experimental for years and never turned to stable. Most people using it just do so by accident. This experimental feature should be moved in a new PECL extension for improvements until it gets stable. https://wiki.php.net/rfc/curl-wrappers-removal-rfc Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: fix dependenciesMichael Olbrich2013-04-141-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: force cross-compilingMichael Olbrich2012-10-281-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: fix building when sqlite support is disabledMichael Olbrich2012-05-311-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php: fix buildingMichael Olbrich2012-05-251-0/+1
| | | | | | phar needs a host php, so disable it for now. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: update to 5.3.10 and use external sqliteMarc Kleine-Budde2012-05-081-43/+10
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* php5: remove obsolete get stage and CONF_ENV definitionMarc Kleine-Budde2012-05-081-9/+0
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* php5: add some functionalities (curl, xmlrpc, zlib)Benoît Burnichon2011-12-091-1/+21
| | | | | Signed-off-by: Benoît Burnichon <benoit.burnichon@airtag.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* PHP5: Re-order the download URLs to avoid archives that are HTML filesJuergen Beisert2011-08-031-2/+5
| | | | Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* php5: fix libxml-dirMichael Olbrich2011-04-141-1/+1
| | | | | | | $(PTXCONF_SYSROOT) is not defined. Use $(SYSROOT) Reported-by: Benoît Burnichon <Benoit.Burnichon@airtag.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [php5] targetinstall consolidationRobert Schwebel2010-10-221-5/+5
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [php5] cleanup configure optionsMichael Olbrich2010-08-151-36/+14
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [php5] version bump 5.2.9 -> 5.3.3Robert Schwebel2010-08-101-4/+8
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [php5] fix targetinstall of php-cgiLuotao Fu2010-05-071-1/+1
| | | | Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
* [php5] cleanup (target)installMichael Olbrich2010-04-151-9/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* binconfig_glob: disable binconfig_glob mechanismMarc Kleine-Budde2010-01-101-0/+1
| | | | | | | This patch disables the binconfig mechanism for some packages whose -config files shouldn't be installed. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [php5] fix download URLRobert Schwebel2009-12-141-1/+3
| | | | | | | | | The first download repository in the rules file returns only a text file with an error message, so that the extraction of the packet failed. The secound repository is fine. Reported-by: Alexander Stapff <Alexander.Stapff@bytecmed.com> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [php5] no need to define PHP5_PKGDIRMarc Kleine-Budde2009-11-041-2/+0
| | | | | | it's already defined by the dependency generator. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [php5] fix install stageMarc Kleine-Budde2009-06-101-0/+4
| | | | | | | | create /etc dir Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10714 33e552b5-05e3-0310-8538-816dae2090ed
* iconv: rework iconv handling in ptxdistRobert Schwebel2009-06-091-7/+5
| | | | | | | | | | libiconv provides functionality that is already provided by glibc. So we consolidate ptxdist to use native glibc iconv instead of libiconv support. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10681 33e552b5-05e3-0310-8538-816dae2090ed
* [php5] add option tu build php5 with sockets supportMarc Kleine-Budde2009-05-291-0/+6
| | | | | | | | | | | Author: Markus Rathgeb <rathgeb.markus@googlemail.com> Add the option to build php5 with support for sockets. Signed-off-by: Markus Rathgeb <rathgeb.markus@googlemail.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10604 33e552b5-05e3-0310-8538-816dae2090ed
* [php5] fix mod_phpMarc Kleine-Budde2009-05-281-0/+3
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10600 33e552b5-05e3-0310-8538-816dae2090ed
* [php5] cleanup installation of php.iniMarc Kleine-Budde2009-05-281-9/+2
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10582 33e552b5-05e3-0310-8538-816dae2090ed
* [php5] version bump to 5.2.9Marc Kleine-Budde2009-05-281-1/+1
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10580 33e552b5-05e3-0310-8538-816dae2090ed
* [php5] just cleanupsMarc Kleine-Budde2009-05-281-61/+13
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10579 33e552b5-05e3-0310-8538-816dae2090ed
* [php5] add option to build php5 with soap supportMarc Kleine-Budde2009-05-281-0/+6
| | | | | | | | | | | Author: Markus Rathgeb <rathgeb.markus@googlemail.com> Add the option to build php5 with soap support. Signed-off-by: Markus Rathgeb <rathgeb.markus@googlemail.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10578 33e552b5-05e3-0310-8538-816dae2090ed
* * php: fix cgi nameRobert Schwebel2009-02-261-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9867 33e552b5-05e3-0310-8538-816dae2090ed
* * php: disable sqlite, is broken; disable apache, ditoRobert Schwebel2008-09-171-1/+4
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8848 33e552b5-05e3-0310-8538-816dae2090ed
* * php5: version updateRobert Schwebel2008-08-271-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8794 33e552b5-05e3-0310-8538-816dae2090ed
* * php5.make:Marc Kleine-Budde2008-07-041-21/+29
| | | | | | | | fixed download URL cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8574 33e552b5-05e3-0310-8538-816dae2090ed
* fixed cgi stuffsLuotao Fu2008-07-011-1/+5
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8561 33e552b5-05e3-0310-8538-816dae2090ed
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * php5: fix install paths for manual filesRobert Schwebel2007-10-181-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7476 33e552b5-05e3-0310-8538-816dae2090ed
* enhanced php5 packetLuotao Fu2007-09-111-13/+22
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7278 33e552b5-05e3-0310-8538-816dae2090ed
* * php5.make:Marc Kleine-Budde2007-05-151-1/+2
| | | | | | | really fix URL git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7179 33e552b5-05e3-0310-8538-816dae2090ed