SOURCES: php-pear-Auth-path_fix.patch - merged from DEVEL
glen
glen at pld-linux.org
Mon Sep 19 21:24:53 CEST 2005
Author: glen Date: Mon Sep 19 19:24:53 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- merged from DEVEL
---- Files affected:
SOURCES:
php-pear-Auth-path_fix.patch (1.1 -> 1.2)
---- 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.2
--- SOURCES/php-pear-Auth-path_fix.patch:1.1 Sat Dec 4 21:46:35 2004
+++ SOURCES/php-pear-Auth-path_fix.patch Mon Sep 19 21:24:47 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.2&f=u
More information about the pld-cvs-commit
mailing list