--- php-radius-1.4.0~b1.orig/debian/changelog +++ php-radius-1.4.0~b1/debian/changelog @@ -0,0 +1,106 @@ +php-radius (1.4.0~b1-0ubuntu1) xenial; urgency=medium + + * New upstream release (LP: #1565010). + * Update watch file for beta release. + + -- Nishanth Aravamudan Mon, 04 Apr 2016 12:26:08 -0700 + +php-radius (1.2.7-2) unstable; urgency=medium + + * Fix typo in git URL + + -- Ondřej Surý Tue, 25 Aug 2015 14:02:58 +0200 + +php-radius (1.2.7-1) unstable; urgency=medium + + * New upstream version 1.2.7 + * Move under Debian PHP PECL Maintainer umbrella + * Modernize packaging to use pkg-php-tools and dh-php5 + * Drop php-radius-legacy package, that should have been a separate + source package (if needed at all) + + -- Ondřej Surý Fri, 22 May 2015 22:51:50 +0200 + +php-radius (1.2.5-2.4) unstable; urgency=high + + * Non-maintainer upload. + * Fix security issue in radius_get_vendor_attr() + (CVE-2013-2220, closes: #714362) + + -- Thijs Kinkhorst Thu, 25 Jul 2013 14:28:53 +0200 + +php-radius (1.2.5-2.3) unstable; urgency=high + + * Non-maintainer upload. + * Initialise type parameter to radius_create_request() as long, to avoid + segfaulting in zend_parse_parameters() (Closes: #702872). + + -- Thijs Kinkhorst Tue, 12 Mar 2013 15:04:53 +0100 + +php-radius (1.2.5-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Update zoph to PHP 5.4: fix "Call-time pass-by-reference" error. + Affected file is php-radius-1.2/radius_authentication.inc + (Closes: #658956) + + -- Mònica Ramírez Arceda Sat, 28 Apr 2012 14:20:00 +0200 + +php-radius (1.2.5-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix build with PHP 5.4 (Closes: #656490) + * Replace dependency of xlstproc with dh-make-php to generate the changelog + + -- Lior Kaplan Sat, 21 Jan 2012 17:21:14 +0200 + +php-radius (1.2.5-2) unstable; urgency=low + + * Do not call clean-v4 target in clean (Closes: #472321). + + -- Roberto Lumbreras Sun, 23 Mar 2008 14:08:06 +0100 + +php-radius (1.2.5-1) unstable; urgency=low + + * Merge with radius PECL module (Closes: #458438). + * Rename php-radius binary package to php-radius-legacy. + + -- Roberto Lumbreras Mon, 17 Mar 2008 01:27:06 +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 --- php-radius-1.4.0~b1.orig/debian/compat +++ php-radius-1.4.0~b1/debian/compat @@ -0,0 +1 @@ +9 --- php-radius-1.4.0~b1.orig/debian/control +++ php-radius-1.4.0~b1/debian/control @@ -0,0 +1,27 @@ +Source: php-radius +Section: web +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian PHP PECL Maintainers +Uploaders: Ondřej Surý , + Roberto Lumbreras +Build-Depends: debhelper (>= 9), + dh-php, + php-dev, + pkg-php-tools (>= 1.5~), + po-debconf +Standards-Version: 3.9.6 +Vcs-Git: git://anonscm.debian.org/pkg-php/php-radius.git +Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-php/php-radius.git;a=summary +Homepage: http://pecl.php.net/package/radius + +Package: php-radius +Architecture: any +Depends: ${misc:Depends}, + ${php:Depends}, + ${phppear:Debian-Depends}, + ${shlibs:Depends} +Recommends: ${phppear:Debian-Recommends} +Breaks: ${phppear:Debian-Breaks} +Description: ${phppear:summary} + ${phppear:description} --- php-radius-1.4.0~b1.orig/debian/copyright +++ php-radius-1.4.0~b1/debian/copyright @@ -0,0 +1,58 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: radius +Upstream-Contact: Michael Bretterklieber +Source: http://pecl.php.net/package/radius + +Files: * +Copyright: 1997-2009 Michael Bretterklieber +License: BSD-2-clause + +Files: debian/* +Copyright: 2015 Ondřej Surý +License: Expat + +License: BSD-2-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY + WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- php-radius-1.4.0~b1.orig/debian/pecl +++ php-radius-1.4.0~b1/debian/pecl @@ -0,0 +1 @@ +modules/radius.so --- php-radius-1.4.0~b1.orig/debian/php-radius.php +++ php-radius-1.4.0~b1/debian/php-radius.php @@ -0,0 +1 @@ +mod debian/radius.ini --- php-radius-1.4.0~b1.orig/debian/radius.ini +++ php-radius-1.4.0~b1/debian/radius.ini @@ -0,0 +1 @@ +extension=radius.so --- php-radius-1.4.0~b1.orig/debian/rules +++ php-radius-1.4.0~b1/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +export DH_VERBOSE=1 +export NO_INTERACTION=1 + +%: + dh $@ --buildsystem=phppear --with phppear --with php --- php-radius-1.4.0~b1.orig/debian/watch +++ php-radius-1.4.0~b1/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://pecl.php.net/package/radius \ + /get/radius-([\d\.]*).tgz debian uupdate --- php-radius-1.4.0~b1.orig/php-radius.examples +++ php-radius-1.4.0~b1/php-radius.examples @@ -0,0 +1 @@ +radius-*/examples/*