pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/pear-Net_LDAP2 Update pear-Net_LDAP2 pacakge to 2....
details: https://anonhg.NetBSD.org/pkgsrc/rev/ac2db0ac0acd
branches: trunk
changeset: 571874:ac2db0ac0acd
user: taca <taca%pkgsrc.org@localhost>
date: Tue Feb 16 16:42:10 2010 +0000
description:
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.
diffstat:
net/pear-Net_LDAP2/DESCR | 2 +-
net/pear-Net_LDAP2/Makefile | 6 ++++--
net/pear-Net_LDAP2/distinfo | 9 +++++----
net/pear-Net_LDAP2/patches/patch-aa | 14 ++++++++++++++
4 files changed, 24 insertions(+), 7 deletions(-)
diffs (64 lines):
diff -r 1762c23e76b5 -r ac2db0ac0acd net/pear-Net_LDAP2/DESCR
--- a/net/pear-Net_LDAP2/DESCR Tue Feb 16 16:27:42 2010 +0000
+++ b/net/pear-Net_LDAP2/DESCR Tue Feb 16 16:42:10 2010 +0000
@@ -4,7 +4,7 @@
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.
diff -r 1762c23e76b5 -r ac2db0ac0acd net/pear-Net_LDAP2/Makefile
--- a/net/pear-Net_LDAP2/Makefile Tue Feb 16 16:27:42 2010 +0000
+++ b/net/pear-Net_LDAP2/Makefile Tue Feb 16 16:42:10 2010 +0000
@@ -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@localhost
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"
diff -r 1762c23e76b5 -r ac2db0ac0acd net/pear-Net_LDAP2/distinfo
--- a/net/pear-Net_LDAP2/distinfo Tue Feb 16 16:27:42 2010 +0000
+++ b/net/pear-Net_LDAP2/distinfo Tue Feb 16 16:42:10 2010 +0000
@@ -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
diff -r 1762c23e76b5 -r ac2db0ac0acd net/pear-Net_LDAP2/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/pear-Net_LDAP2/patches/patch-aa Tue Feb 16 16:42:10 2010 +0000
@@ -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 />
Home |
Main Index |
Thread Index |
Old Index