SOURCES (DEVEL): php-pear-Auth-path_fix.patch - using pear to package

glen glen at pld-linux.org
Sun Sep 18 12:28:33 CEST 2005


Author: glen                         Date: Sun Sep 18 10:28:33 2005 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- using pear to package

---- Files affected:
SOURCES:
   php-pear-Auth-path_fix.patch (1.1 -> 1.1.2.1) 

---- Diffs:

================================================================
Index: SOURCES/php-pear-Auth-path_fix.patch
diff -u SOURCES/php-pear-Auth-path_fix.patch:1.1 SOURCES/php-pear-Auth-path_fix.patch:1.1.2.1
--- SOURCES/php-pear-Auth-path_fix.patch:1.1	Sat Dec  4 21:46:35 2004
+++ SOURCES/php-pear-Auth-path_fix.patch	Sun Sep 18 12:28:28 2005
@@ -3,20 +3,20 @@
 --- php-pear-Auth-1.2.3.orig/Auth-1.2.3/Container/RADIUS.php	2004-12-04 21:39:21.815463240 +0100
 +++ php-pear-Auth-1.2.3/Auth-1.2.3/Container/RADIUS.php	2004-12-04 21:40:02.488280032 +0100
 @@ -110,7 +110,7 @@
-                 $this->radius->chapid    = 1;
-                 $this->radius->response  = pack('H*', $password);
-             } else {
--                require_once 'Crypt_CHAP/CHAP.php';
-+                require_once 'Crypt/CHAP.php';
-                 $classname = 'Crypt_' . $this->authtype;
-                 $crpt = new $classname;
-                 $crpt->password = $password;
+                 $this->radius->chapid    = 1;
+                 $this->radius->response  = pack('H*', $password);
+             } else {
+-                require_once 'Crypt_CHAP/CHAP.php';
++                require_once 'Crypt/CHAP.php';
+                 $classname = 'Crypt_' . $this->authtype;
+                 $crpt = new $classname;
+                 $crpt->password = $password;
 @@ -121,7 +121,7 @@
-             }
- 
-         case 'MSCHAPv2':
--            require_once 'Crypt_CHAP/CHAP.php';
-+            require_once 'Crypt/CHAP.php';
-             $crpt = new Crypt_MSCHAPv2;
-             $crpt->username = $username;
-             $crpt->password = $password;
+             }
+ 
+         case 'MSCHAPv2':
+-            require_once 'Crypt_CHAP/CHAP.php';
++            require_once 'Crypt/CHAP.php';
+             $crpt = new Crypt_MSCHAPv2;
+             $crpt->username = $username;
+             $crpt->password = $password;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/php-pear-Auth-path_fix.patch?r1=1.1&r2=1.1.2.1&f=u




More information about the pld-cvs-commit mailing list