debian/0000755000000000000000000000000012213550762007171 5ustar debian/README.source0000644000000000000000000000045112213550762011350 0ustar This is subdir where source for the 'php-cas' Debian package, maintained with git-buildpackage. * Testing package generation : $ git-buildpackage --git-export-dir=../build-area/ --git-ignore-new --git-dont-purge -us -uc -- Olivier Berger , Wed, 13 Jun 2012 18:41:38 +0200 debian/control0000644000000000000000000000122712213550762010576 0ustar Source: php-cas Section: php Priority: optional Maintainer: Olivier Berger Uploaders: Olivier Berger Build-Depends: debhelper (>= 8), pkg-php-tools Build-Depends-Indep: php-pear Standards-Version: 3.9.4 Vcs-Browser: http://git.debian.org/?p=users/obergix/phpcas.git Vcs-Git: http://anonscm.debian.org/git/users/obergix/phpcas.git Homepage: http://wiki.jasig.org/display/CASC/phpCAS Package: php-cas Architecture: all Depends: ${misc:Depends}, php5 (>= 5.0.0), php5-curl, php-db Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: ${phppear:summary} ${phppear:description} debian/changelog0000644000000000000000000000225612213550762011050 0ustar php-cas (1.3.2-2) unstable; urgency=low * Upload to unstable (only minor changes vs previous experimental version). -- Olivier Berger Tue, 10 Sep 2013 09:48:53 +0200 php-cas (1.3.2-1) experimental; urgency=low * New upstream version. -- Olivier Berger Sat, 26 Jan 2013 16:18:07 +0100 php-cas (1.3.1-4) unstable; urgency=high * Fix wrong call to setSslCaCert() thanks to Thijs Kinkhorst (Closes: #698946). -- Olivier Berger Sat, 26 Jan 2013 15:43:53 +0100 php-cas (1.3.1-3) unstable; urgency=high * The previous upload missed the CVE-2012-5583 reference. Rewriting the changelog message. -- Olivier Berger Wed, 12 Dec 2012 18:43:26 +0100 php-cas (1.3.1-2) unstable; urgency=high * Fix security problem on libcurl verification of SSL cert's hostname (apply upstream fixes for issue #58 on github) (CVE-2012-5583 - insecure usage of curl). -- Olivier Berger Fri, 30 Nov 2012 09:48:50 +0100 php-cas (1.3.1-1) unstable; urgency=low * Initial release. (Closes: #495542) -- Olivier Berger Wed, 13 Jun 2012 22:37:43 +0200 debian/watch0000644000000000000000000000014412213550762010221 0ustar version=3 http://downloads.jasig.org/cas-clients/php/current/CAS-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz)) debian/install0000644000000000000000000000010012213550762010551 0ustar CAS-1.3.2/CAS.php /usr/share/php/ CAS-1.3.2/CAS /usr/share/php/ debian/README.Debian0000644000000000000000000000142312213550762011232 0ustar phpCAS for Debian ----------------- This package helps interface PHP applications with a CAS (Central Authentication Service) server, typically to perform SSO (Single Sign On) against a central directory. Your code may use things like : --- include_once('CAS.php'); phpCAS::client(CAS_VERSION_2_0,'localhost',8443,'/cas-server-webapp-3.2.1.1/'); //phpCAS::setNoCasServerValidation(); // force CAS authentication phpCAS::forceAuthentication(); $user = phpCAS::getUser(); ---- See also the examples in /usr/share/doc/php-cas/examples/ for more details. Full documentation is available at : http://www.ja-sig.org/wiki/display/CASC/phpCAS and http://www.ja-sig.org/downloads/cas-clients/php/current/docs/ -- Olivier Berger , Wed, 13 Jun 2012 22:04:33 +0200 debian/source/0000755000000000000000000000000012213550762010471 5ustar debian/source/format0000644000000000000000000000001412213550762011677 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000016512213550762010046 0ustar CAS-1.3.2/README.md CAS-1.3.2/NOTICE CAS-1.3.2/docs/ChangeLog CAS-1.3.2/docs/Upgrading CAS-1.3.2/docs/index.html debian/rules0000755000000000000000000000022112213550762010244 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear get-orig-source: uscan --verbose --force-download override_dh_auto_install: debian/compat0000644000000000000000000000000212213550762010367 0ustar 8 debian/examples0000644000000000000000000000003212213550762010725 0ustar CAS-1.3.2/docs/examples/* debian/copyright0000644000000000000000000000646712213550762011141 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: phpCAS Source: https://github.com/Jasig/phpCAS Files: debian/* Copyright: 2008-2012, Olivier Berger and Institut Mines Telecom License: BSD-2-clauses Files: CAS-*/CAS/Autoload.php Copyright: 2008-2009, Regents of the University of Nebraska License: BSD-3-Clause Files: * Copyright: 2007-2011, JA-SIG, Inc. 2003-2007, The ESUP-Portail consortium License: Apache-2.0 License: BSD-2-clauses 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 AUTHOR 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 AUTHOR 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: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0' License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 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. . Neither the name of the University of Nebraska nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . 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 OWNER 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.