Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-16 | Reset PKGREVISION along with php{54,55,56} update. | taca | 1 | -2/+1 | |
2015-03-16 | Correct packages' version after changing PHP_BASE_VERS meaning. | taca | 1 | -2/+2 | |
Noted about ap-php by tron@ via private mail. | |||||
2015-03-09 | One character was missing from FilesMatch pattern. | taca | 2 | -4/+4 | |
Bump PKGREVISION. | |||||
2015-03-08 | Change MESSAGE to adivise use of SetHandler with FilesMatch instead of | taca | 2 | -8/+6 | |
AddHandler which cause potential security problem. | |||||
2014-07-31 | Apache-1.x is not in pkgsrc now. | obache | 1 | -11/+2 | |
2014-06-13 | Remove detection of a threaded Apache MPM at configure time. | fhajny | 1 | -1/+2 | |
Fixes the problem where thread safety was not consistent in the php, ap-php and php-* extension packages, and makes ap-php adhere to the maintainer-zts option. Bump PKGREVISION. | |||||
2014-01-08 | Needs pkg-config. | jperkin | 1 | -2/+2 | |
2012-10-28 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-07-20 | - Reset PKG_REVISION by both php53 and php54 are updated. | taca | 1 | -2/+1 | |
- Remove supporting php5 (PHP 5.2.x) supporting codes. | |||||
2011-09-21 | Added MESSAGE_SUBST | adam | 1 | -3/+4 | |
2011-08-12 | Correct apache's module name in the MESSAGE file. | taca | 2 | -4/+5 | |
Bump PKGREVISION. | |||||
2010-12-13 | Reset PKGREVISION by update of base PHP version. | taca | 1 | -2/+1 | |
2010-03-27 | This package installs "lib/httpd/mod_php5.so" and not "mod_php52.so" | tron | 1 | -2/+2 | |
or "mod_php53.so". | |||||
2010-03-16 | Use PKG_PHP_MAJOR_VERS instead of PKG_PHP_VERSION now | taca | 1 | -7/+7 | |
since the name of extension only contain major version. | |||||
2010-02-21 | pass down EXPORT_SYMBOLS_LDFLAGS with EXTRA_LDFLAGS, not LDFLAGS, | obache | 1 | -2/+2 | |
or configure fail to link tests on SUA 6.0. | |||||
2008-06-12 | Add DESTDIR support. | joerg | 1 | -3/+5 | |
2007-11-17 | Some packages need lex and yacc. Patch by Aleksey Cheusov via | rillig | 1 | -1/+3 | |
pkgsrc-users. | |||||
2007-10-02 | Package unbumped for PHP 5.x upgrade; bump again to avoid downgrade on PHP 4.x | ghen | 1 | -1/+2 | |
systems. | |||||
2007-09-14 | Don't mess with libtool -- stock version rom configure doesn't work | joerg | 1 | -2/+1 | |
on at least DragonFly. | |||||
2007-09-02 | Update lang/php5 to 5.2.4 - miscellaneous security fixes and over 120 other | jdolecek | 1 | -2/+1 | |
bug fixes | |||||
2007-09-02 | use full LIBTOOL_OVERRIDE (i.e. same setting as the base packages php4 and | jdolecek | 1 | -2/+2 | |
php5) to fix build on Mac OS X compilation confirmed on Mac OS X 10.4.10 and NetBSD 4.99.19 PR: 32397 by MOCHIDA Shuji | |||||
2007-08-02 | Update of www/php5 package affects ap-php, too. | taca | 1 | -1/+2 | |
So, bump PKGREVISION. (I just forgot to commit.) | |||||
2007-05-08 | Reset the PKGREVISION in packages that use the version string from php4 or php5 | adrianp | 1 | -2/+1 | |
Pointed out by Geert Hendrickx on tech-pkg@ | |||||
2007-02-25 | bump revision for openssl omission fix in lang/php5 for PHP 5.2.1 | jdolecek | 1 | -2/+2 | |
noted by Manuel Bouyer | |||||
2006-10-20 | remove --enable-memory-limit - 8MB is too low, and this just | jdolecek | 1 | -1/+2 | |
duplicates process resource limits, which already provide necessary "safety net" protection against rogue scripts bump PKGREVISION for this adressess PR pkg/32007 by "pancake" also remove --enable-track-vars, since that configure argument is long gone from PHP | |||||
2006-07-07 | LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just | jlam | 1 | -2/+2 | |
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts. | |||||
2006-06-02 | Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, | joerg | 1 | -3/+4 | |
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@. | |||||
2006-04-14 | PHP4/5 security changes... They're not critical issues; secunia classes | cube | 1 | -2/+2 | |
them between "not critical" and "less critical". Fix CVE-2006-0996, CVE-2006-1494, CVE-2006-1608, CVE-2006-1490. See: http://secunia.com/advisories/19383/ http://secunia.com/advisories/19599/ Patches were extracted from CVS. I had to translate the one for CVE-2006-1608 on php4 because it has not made its way to the php4.4 branch (I don't know why; I can confirm it fixes the issue). While here, add PATCHDIR to the list of variables php5's Makefile.php defines. That way, ap-php gets patched too... | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-24 | Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because | wiz | 1 | -2/+2 | |
of the shlib major bump. PKGREVISION++ for the dependencies. | |||||
2005-11-08 | php 4.4.1 has a bug which cause squirrelmail's sort function to misbehave: | bouyer | 1 | -2/+2 | |
(endless loop): http://bugs.php.net/bug.php?id=35067 Pull in a patch from the php CVS repository to fix this, as suggested a squirrelmail mailing list: http://cvs.php.net/diff.php/php-src/ext/standard/basic_functions.c?r1=1.543.2.51.2.3&r2=1.543.2.51.2.4&ty=u OK'd by Jaromir Dolecek, tested on apache-1 and apache-2 servers. Bump pkgrevision. | |||||
2005-10-08 | Unfortunately PHP has several openssl hooks, which are only enabled | jdolecek | 1 | -2/+2 | |
when the base PHP is compiled with openssl extension (e.g. ssl://, tls:// stream support, and couple others). These don't work when SSL support is loaded via extension. For this reason, make openssl extension unconditionally built-in into the main PHP package, and g/c security/php-openssl. | |||||
2005-10-07 | bump pkgrevision for the fopen_wrappers.c fix | jdolecek | 1 | -1/+2 | |
2005-06-17 | Create directories before installing files into them. | jlam | 1 | -1/+3 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-30 | Use PKG_PHP_VERSION variable in both places in the LoadModule command | darcy | 1 | -3/+3 | |
instead of just for the file part. | |||||
2004-11-04 | new package ap-php - it merges ap-php4 and ap-php5 and allows to build either | jdolecek | 4 | -0/+60 | |