php-radius (1.2-4~feisty1) feisty-backports; urgency=low * Automated backport upload; no source changes. -- John Dong Wed, 5 Sep 2007 10:01:22 +0100 php-radius (1.2-4) unstable; urgency=low * Depend on php5 instead of php4 (Closes: #418303). * debian/rules: switched to debhelper. * debian/control: lintian & linda clean. * Upgraded to standards 3.7.2 (no changes). -- Roberto Lumbreras Tue, 17 Apr 2007 16:56:29 +0200 php-radius (1.2-3) unstable; urgency=low * Fixed NAS-IP-Port length in the radius packet (Closes: #338152). * Send $_SERVER['SERVER_PORT'] as the NAS-IP-Port, and $_SERVER['SERVER_ADDR'] instead of $SERVER_ADDR as the NAS-IP-Address. * Use SOL_UDP as protocol instead of 17. Increased socket_select timeout to 60 seconds to be sure that the answer is received. Look at the id of the answer and reject access if not the same as the request (this should be done in a better way) -- Roberto Lumbreras Tue, 08 Nov 2005 20:47:01 +0100 php-radius (1.2-2) unstable; urgency=low * Depend on php4-cli instead of php4-cgi. (Closes: #337440) * Upgraded to standards 3.6.2 (no changes). -- Roberto Lumbreras Fri, 04 Nov 2005 20:15:07 +0100 php-radius (1.2-1) unstable; urgency=low * New package. (closes: #239244) * Fixed select calls (socket_fd_* no longer exist). Added error checks to socket function calls. Use mt_rand instead of rand, it is faster and better. Added code so more than one config file can be used. -- Roberto Lumbreras Tue, 03 Aug 2004 15:24:26 +0200