Update pear-Net_LDAP2 pacakge to 2.0.8 applying patch og PR pkg/42826
from Wen Heping. * Fixed Bug #16940 (Net_LDAP2::startTLS should ignore errors before ldap_start_tls() being called) * Fixed Bug #17023 (improper handling of wrapped lines in LDIF files) * Fixed Bug #17057 (problem with parsing certain NOT-Filters) An indentation change in DESCR, too.
This commit is contained in:
parent
f15e342634
commit
2f23dfa268
4 changed files with 24 additions and 7 deletions
|
@ -4,7 +4,7 @@ features but has some own too.
|
|||
|
||||
With Net_LDAP2 you have:
|
||||
* A simple object-oriented interface to connections, searches entries and
|
||||
filters.
|
||||
filters.
|
||||
* Support for tls and ldap v3.
|
||||
* Simple modification, deletion and creation of ldap entries.
|
||||
* Support for schema handling.
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/02/11 11:35:37 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2010/02/16 16:42:10 taca Exp $
|
||||
|
||||
DISTNAME= Net_LDAP2-2.0.7
|
||||
DISTNAME= Net_LDAP2-2.0.8
|
||||
CATEGORIES+= net
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Object oriented interface for searching and manipulating LDAP-entries
|
||||
LICENSE= gnu-lgpl-v3
|
||||
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=5.2.12:../../databases/php-ldap
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/php/pear.mk"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/02/11 11:35:37 obache Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/02/16 16:42:10 taca Exp $
|
||||
|
||||
SHA1 (pear/Net_LDAP2-2.0.7.tgz) = af6dfb7bd2b7b3ae1c3dff0703daa1c965c82c4c
|
||||
RMD160 (pear/Net_LDAP2-2.0.7.tgz) = 72d5319cd1a639566ecb163eee8eefa6db504ce5
|
||||
Size (pear/Net_LDAP2-2.0.7.tgz) = 88979 bytes
|
||||
SHA1 (pear/Net_LDAP2-2.0.8.tgz) = 10bbcf0dd742697f024014d20e8542dde9344df0
|
||||
RMD160 (pear/Net_LDAP2-2.0.8.tgz) = 6ab4feb4a7d8ac2ce52f85db90a8f5a734b2f4e1
|
||||
Size (pear/Net_LDAP2-2.0.8.tgz) = 92966 bytes
|
||||
SHA1 (patch-aa) = 644e752b3c7b8fab4378c9375e0dbc0f55228321
|
||||
|
|
14
net/pear-Net_LDAP2/patches/patch-aa
Normal file
14
net/pear-Net_LDAP2/patches/patch-aa
Normal file
|
@ -0,0 +1,14 @@
|
|||
$NetBSD: patch-aa,v 1.1 2010/02/16 16:42:10 taca Exp $
|
||||
|
||||
--- ../package.xml.orig 2010-02-16 07:47:03.000000000 +0000
|
||||
+++ ../package.xml
|
||||
@@ -88,9 +88,6 @@
|
||||
<pearinstaller>
|
||||
<min>1.5.0</min>
|
||||
</pearinstaller>
|
||||
- <extension>
|
||||
- <name>ldap</name>
|
||||
- </extension>
|
||||
</required>
|
||||
</dependencies>
|
||||
<phprelease />
|
Loading…
Reference in a new issue