summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-01-07prepare version 5.3.1-1debian/5.3.1-1Ondřej Surý1-0/+28
2010-01-07Removed README.CVS-RULES from debian/php5-common.docs, file is no longer ↵Ondřej Surý1-1/+0
shipped by upstream.
2010-01-07Add .gitignore file to ignore .pc/ directoryOndřej Surý1-0/+1
2010-01-07Refreshed suhosin.patchOndřej Surý1-240/+196
2010-01-07Refreshed libedit_is_editline.patchOndřej Surý1-5/+5
2010-01-07Refreshed gentoo/009_ob-memory-leaks.patchOndřej Surý1-4/+4
2010-01-07Refreshed gentoo/006_ext-curl-set_opt-crash.patchOndřej Surý1-3/+3
2010-01-07Refreshed 116-posixness_fix.patchOndřej Surý1-9/+9
2010-01-07Refreshed 113-php.ini_securitynotes.patchOndřej Surý1-3/+3
2010-01-07Refreshed 108-64_bit_datetime.patchOndřej Surý1-3/+3
2010-01-07Refreshed 053-extension_api.patchOndřej Surý1-6/+6
2010-01-07Refreshed 052-phpinfo_no_configure.patchOndřej Surý1-5/+5
2010-01-07Refreshed 036-fd_setsize_fix.patchOndřej Surý1-5/+5
2010-01-07Refreshed 013-force_getaddrinfo.patchOndřej Surý1-3/+3
2010-01-07Refreshed 004-ldap_fix.patchOndřej Surý1-4/+4
2010-01-07Refreshed 001-libtool_fixes.patchOndřej Surý1-5/+5
2010-01-07Updated suhosin.patch to 0.9.8 version for php-5.3.1Ondřej Surý1-231/+324
2010-01-07Refreshed 115-autoconf_ftbfs.patch to apply cleanlyOndřej Surý1-33/+12
2010-01-07Removed 114-php_gd_segfault.patch, merged upstream.Ondřej Surý1-1/+0
2010-01-07Refreshed 006-debian_quirks patch to apply cleanly.Ondřej Surý1-26/+26
Re-removed Windows section in php.ini-production
2010-01-07Change dependcy to libdb-dev instead on arbitrary version of libdb4.x-devOndřej Surý1-1/+1
Replaced libdb4.7-dev | libdb4.6-dev with libdb-dev (backporters should be fine, since lenny contains libdb-dev 4.7). Fixes FTBFS in current unstable.
2010-01-07Merge commit 'upstream/5.3.1' into debian-experimentalOndřej Surý2764-65427/+94464
2010-01-07Imported Upstream version 5.3.1upstream/5.3.1Ondřej Surý2764-65427/+94464
2009-09-18add apache2 restart message to module postinstOndrej Sury1-0/+6
2009-08-26Upload 5.3.0-3 to experimentalOndřej Surý1-2/+1
2009-08-25refreshed all patches in series with following quilt settings:Ondrej Sury37-609/+397
QUILT_PATCHES=debian/patches QUILT_NO_DIFF_TIMESTAMPS=1 QUILT_DIFF_OPTS=-p QUILT_NO_DIFF_INDEX=1
2009-08-25Use updated (v7) version of use_embedded_timezonedb.patch (Closes: #535770)Ondrej Sury2-111/+452
2009-08-25Fix FTBFS on Debian Hurd (Closes: #530281)Ondrej Sury3-1/+63
2009-08-25Add avr32-linux-gnu to no -gstabs toolchains (Closes: #543278)Ondrej Sury2-2/+3
2009-08-25refreshed all patches in seriesOndrej Sury36-277/+393
2009-08-25Fix FTBFS with current autoconf/automake (Closes: #542906, #542088)Ondrej Sury3-1/+106
2009-08-25add information about quilt use to README.sourceOndrej Sury1-3/+11
2009-08-25enable (refreshed) suhosin.patch againOndrej Sury3-736/+3582
2009-08-25Fix segmentation fault in php-gd (Closes: #543496)Ondrej Sury3-0/+34
2009-07-01prepare release information for experimental/5.3.0-2debian/5.3.0-2Sean Finney1-0/+6
2009-07-01update configuration file names to new upstream naming conventionSean Finney5-12/+11
upstream changed from using php.ini-{dist,recommended,paranoid} to php.ini-{production,development}, so we need to update our build rules and maintainer scripts accordingly.
2009-06-30prepare official experimental release of 5.3.0debian/5.3.0-1Sean Finney1-2/+12
2009-06-30quilt refresh for new upstream releaseSean Finney7-12/+12
2009-06-30update removed windows modules in 006-debian_quirks.patchSean Finney1-2/+1
2009-06-30Merge commit 'upstream/5.3.0' into debian-experimentalSean Finney90-3071/+5960
2009-06-30Imported Upstream version 5.3.0upstream/5.3.0Sean Finney90-3071/+5960
2009-06-30use ';' instead of '#' as comments in module ini filesSean Finney1-1/+1
use of '#' is now deprecated and will otherwise issue warnings.
2009-06-30remove binary package for php5-mhash which is now built-inSean Finney3-16/+4
the mhash extension has been removed in php5.3, replaced by built in hash extension, which provides a BC layer for the mhash functions. the --with-mhash configure flag is also moved from the apache2 configure options to the common configure options, so that it will be built-in to all php sapi's.
2009-06-29update release information for UNRELEASED/5.3.0~RC4-1Sean Finney1-4/+18
2009-06-29one more quilt refresh on the updated patchesSean Finney3-17/+13
2009-06-29Update php5-cli package description to make it more neutralThijs Kinkhorst1-2/+1
2009-06-29cherry-pick debian patches for libtool2.2.patchRaphael Geissert2-0/+34
Make phpize copy and use the separate m4 files needed by libtool 2.2 phpize only knew about libtool.m4, but libtool 2.2 ships separate m4 files which are also required for the build process. This lead to FTBFS errors on extensions due to undefined macros. and also: fix syntax error in phpize5 caused by libtool2.2.patch fix a typo in an if/fi block.
2009-06-29cherry-pick relevant gentoo patches from unstableRaphael Geissert3-0/+52
note that the patches which are already fixed upstream have been rebased out of the cherry-picked patchset for experimental. debian/patches/gentoo/006_ext-curl-set_opt-crash.patch: 006_ext-curl-set_opt-crash.patch PHP_5_2 http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.42&r2=1.62.2.14.2.43&diff_format=u http://bugs.php.net/bug.php?id=47616 Fixed bug #47616 (curl keeps crashing) debian/patches/gentoo/009_ob-memory-leaks.patch: 009_ob-memory-leaks.patch PHP_5_2 http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.167.2.3.2.8&r2=1.167.2.3.2.9&diff_format=u Fixed memory leak in ob_get_clean/ob_get_flush.
2009-06-29Add a set of lintian overrides for some FP spelling-error-in-binaryRaphael Geissert3-3/+11
2009-06-29Bump Standards-Version to 3.8.1, no change neededRaphael Geissert1-1/+1