SOURCES: php-pear-Net_LDAP-path_fix.patch - update to 1.0.0RC2

glen glen at pld-linux.org
Mon Jul 16 19:30:49 CEST 2007


Author: glen                         Date: Mon Jul 16 17:30:49 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update to 1.0.0RC2

---- Files affected:
SOURCES:
   php-pear-Net_LDAP-path_fix.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/php-pear-Net_LDAP-path_fix.patch
diff -u SOURCES/php-pear-Net_LDAP-path_fix.patch:1.2 SOURCES/php-pear-Net_LDAP-path_fix.patch:1.3
--- SOURCES/php-pear-Net_LDAP-path_fix.patch:1.2	Sun Mar 27 14:55:17 2005
+++ SOURCES/php-pear-Net_LDAP-path_fix.patch	Mon Jul 16 19:30:43 2007
@@ -1,13 +1,39 @@
---- php-pear-Net_LDAP-0.6.6/Net_LDAP-0.6.6/LDAP.php~	2004-03-08 12:42:44.000000000 +0100
-+++ php-pear-Net_LDAP-0.6.6/Net_LDAP-0.6.6/LDAP.php	2004-12-05 01:11:50.943301208 +0100
-@@ -26,8 +26,8 @@
- // $Id$
- 
+--- Net/LDAP.php~	2007-07-16 20:25:11.122659476 +0300
++++ Net/LDAP.php	2007-07-16 20:25:50.183551314 +0300
+@@ -23,10 +23,10 @@
+  * Package includes.
+  */
  require_once('PEAR.php');
 -require_once('LDAP/Entry.php');
 -require_once('LDAP/Search.php');
+-require_once('LDAP/Util.php');
+-require_once('LDAP/Filter.php');
 +require_once('Net/LDAP/Entry.php');
 +require_once('Net/LDAP/Search.php');
++require_once('Net/LDAP/Util.php');
++require_once('Net/LDAP/Filter.php');
+ 
+ /**
+  *  Error constants for errors that are not LDAP errors.
+--- Net/LDAP/Entry.php~	2007-07-16 20:26:28.774432368 +0300
++++ Net/LDAP/Entry.php	2007-07-16 20:27:59.226497239 +0300
+@@ -25,7 +25,7 @@
+ // $Id$
+ 
+ require_once("PEAR.php");
+-require_once('Util.php');
++require_once('Net/LDAP/Util.php');
+ 
+ /**
+  * Object representation of a directory entry
+--- Net/LDAP/Filter.php~	2007-07-16 20:26:28.784432596 +0300
++++ Net/LDAP/Filter.php	2007-07-16 20:28:29.607190716 +0300
+@@ -25,7 +25,7 @@
+ // $Id$
+ 
+ require_once("PEAR.php");
+-require_once('Util.php');
++require_once('Net/LDAP/Util.php');
  
  /**
-  * Net_LDAP - manipulate LDAP servers the right way!
+ * Object representation of a part of a LDAP filter.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/php-pear-Net_LDAP-path_fix.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list