Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-18 | *: Recursive revision bump for openssl 1.1.1. | jperkin | 1 | -1/+2 | |
2017-10-27 | pkgsrc: reset PKGREVISION | taca | 1 | -2/+1 | |
reset PKGREVISION along with update of all lang/php*. | |||||
2017-07-19 | Add php70 and php71 patches for the exop option | manu | 3 | -1/+1124 | |
The LDAP controls and extended operations (EXOP) has been merged upstream with some modifications. The patches backports upstream code to php70 and php71, with additionnal EXOP REFRESH support that is missing for now. | |||||
2017-05-31 | LDAP EXOP patch fix | manu | 1 | -261/+61 | |
A code repetition caused add and modify operations to be done twice. | |||||
2017-05-12 | Update the LDAP EXOP patch to build with PHP 5.6.x | manu | 3 | -4962/+237 | |
Remove the versions for retired PHP 5.4 and 5.5 | |||||
2016-04-02 | Reset PKGREVISION after all PHP language packages. | taca | 1 | -2/+1 | |
2016-03-05 | Bump PKGREVISION for security/openssl ABI bump. | jperkin | 1 | -1/+2 | |
2015-11-08 | Let ldap_sasl_bind() use interractive input | manu | 2 | -42/+64 | |
Interractive methods such as OTP use the ldap_sasl_bind() callback with SASL_CB_ECHOPROMPT or SASL_CB_ECHONOPROMPT instead of SASL_CB_PASS. Add the cases and treat them like SASL_CB_PASS for PHP 5.4.x and PHP 5.5.x. The exop patch for PHP 5.6.x is broken right now and will be updated later. | |||||
2015-05-16 | Reset PKGREVISION along with php{54,55,56} update. | taca | 1 | -2/+1 | |
2015-04-20 | Fix build with SASL disabled | manu | 3 | -3/+3 | |
Do not force-define HAVE_LDAP_SASL, since the PHP configure script actually takes care of that one. This lets us build with the exop option enabled while sasl is disabled. | |||||
2015-04-13 | Update the LDAP EXOP support patch for PHP 5.4, 5.5 and 5.6 | manu | 4 | -113/+4636 | |
2014-02-12 | Recursive PKGREVISION bump for OpenSSL API version bump. | tron | 1 | -1/+2 | |
2013-02-22 | Reset PKG_REVISION along with update of both php53 and php54. | taca | 1 | -2/+1 | |
2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 1 | -1/+2 | |
2013-01-07 | Reset PKGREVISION by updating of both php53 and php54. | taca | 1 | -2/+1 | |
2012-12-16 | recursive bump from cyrus-sasl libsasl2 shlib major bump. | obache | 1 | -1/+2 | |
2012-11-23 | Update versions of php53 and php54 for PHP extensions. | taca | 1 | -2/+1 | |
Reset PKGREVISION of database/php-ldap. | |||||
2012-10-29 | Update the EXOP patch so that it buils with PHP>=5.3 | manu | 2 | -525/+530 | |
2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2011-04-13 | Fix pkglint complains | adam | 1 | -3/+4 | |
2010-02-27 | Reset PKGREVISION. | taca | 1 | -2/+1 | |
2010-01-17 | Recursive PKGREVISION bump for jpeg update to 8. | wiz | 1 | -2/+2 | |
2009-09-13 | Update the LDAP exop patch: for SASL bind, send the password for mechanisms | manu | 2 | -36/+56 | |
that request it through a prompt. | |||||
2009-07-22 | Add exop patch from Pierangelo Masarati and myself. | manu | 3 | -4/+2275 | |
This enables the folllowing extended operations: - passwd - whoami - refresh And the following controls: - manageDSAit - paged_results - ppolicy - noop - manageDIT - permissive_modify | |||||
2009-05-29 | Add a SASL option | manu | 2 | -1/+18 | |
2008-06-12 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
2006-06-04 | Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). | joerg | 1 | -2/+2 | |
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those. | |||||
2006-06-02 | Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, | joerg | 1 | -2/+3 | |
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-05-31 | The databases/openldap package has been split in -client and -server component | ghen | 1 | -4/+4 | |
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-06 | DEPENDS and PKGREVISION bumps because db4's library name changed. | wiz | 1 | -2/+2 | |
2005-10-07 | Add a fix to LDAP extension build to properly detect LDAP capabilities, | jdolecek | 1 | -2/+3 | |
such as TLS support. Patch provided by Stoned Elipot in private e-mail. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2004-11-05 | now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe | jdolecek | 1 | -3/+2 | |
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS setting; successful build confirmed with both PHP 4.x and PHP 5.x | |||||
2004-10-31 | extension modules must be able to override CONFIGURE_ARGS, so include | jdolecek | 1 | -2/+3 | |
lang/php/ext.mk before setting CONFIGURE_ARGS | |||||
2004-10-31 | new PHP extension module framework, which makes it possible to build | jdolecek | 2 | -0/+16 | |
individual PHP extension packages with either PHP 4.x or PHP 5.x convert existing php4-* packages to this framework and import as php-* |