summaryrefslogtreecommitdiff
path: root/databases/php-ldap
AgeCommit message (Collapse)AuthorFilesLines
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-1/+2
2017-10-27pkgsrc: reset PKGREVISIONtaca1-2/+1
reset PKGREVISION along with update of all lang/php*.
2017-07-19Add php70 and php71 patches for the exop optionmanu3-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-31LDAP EXOP patch fixmanu1-261/+61
A code repetition caused add and modify operations to be done twice.
2017-05-12Update the LDAP EXOP patch to build with PHP 5.6.xmanu3-4962/+237
Remove the versions for retired PHP 5.4 and 5.5
2016-04-02Reset PKGREVISION after all PHP language packages.taca1-2/+1
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-1/+2
2015-11-08Let ldap_sasl_bind() use interractive inputmanu2-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-16Reset PKGREVISION along with php{54,55,56} update.taca1-2/+1
2015-04-20Fix build with SASL disabledmanu3-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-13Update the LDAP EXOP support patch for PHP 5.4, 5.5 and 5.6manu4-113/+4636
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-1/+2
2013-02-22Reset PKG_REVISION along with update of both php53 and php54.taca1-2/+1
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-1/+2
2013-01-07Reset PKGREVISION by updating of both php53 and php54.taca1-2/+1
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-1/+2
2012-11-23Update versions of php53 and php54 for PHP extensions.taca1-2/+1
Reset PKGREVISION of database/php-ldap.
2012-10-29Update the EXOP patch so that it buils with PHP>=5.3manu2-525/+530
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-04-13Fix pkglint complainsadam1-3/+4
2010-02-27Reset PKGREVISION.taca1-2/+1
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-09-13Update the LDAP exop patch: for SASL bind, send the password for mechanismsmanu2-36/+56
that request it through a prompt.
2009-07-22Add exop patch from Pierangelo Masarati and myself.manu3-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-29Add a SASL optionmanu2-1/+18
2008-06-12Add DESTDIR support.joerg1-1/+3
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg1-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-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-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-31The databases/openldap package has been split in -client and -server componentghen1-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-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-2/+2
2005-10-07Add a fix to LDAP extension build to properly detect LDAP capabilities,jdolecek1-2/+3
such as TLS support. Patch provided by Stoned Elipot in private e-mail.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-11-05now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safejdolecek1-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-31extension modules must be able to override CONFIGURE_ARGS, so includejdolecek1-2/+3
lang/php/ext.mk before setting CONFIGURE_ARGS
2004-10-31new PHP extension module framework, which makes it possible to buildjdolecek2-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-*