debian/0000755000000000000000000000000012066052767007201 5ustar debian/docs0000644000000000000000000000001312066032627010037 0ustar readme.txt debian/control0000644000000000000000000000165412066052727010606 0ustar Source: wordpress-openid Section: php Priority: optional Maintainer: Alexander GQ Gerasiov Build-Depends: debhelper (>= 6.0.7), cdbs Standards-Version: 3.9.4 Homepage: http://wordpress.org/extend/plugins/openid/ Vcs-Git: git://git.gq.net.ru/wordpress-openid.git Vcs-Browser: http://git.gq.net.ru/?p=wordpress-openid.git Package: wordpress-openid Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, wordpress, php-openid (>= 2.1.3), wordpress-xrds-simple Description: OpenID plugin for WordPress OpenID is an open standard that allows users to authenticate to websites without having to create a new password. This plugin allows users to login to their local WordPress account using an OpenID, as well as enabling commenters to leave authenticated comments with OpenID. The plugin also includes an OpenID provider, enabling users to login to OpenID-enabled sites using their own personal WordPress account. debian/rules0000755000000000000000000000010112066032627010242 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk debian/changelog0000644000000000000000000000166712066052751011056 0ustar wordpress-openid (3.3.4-1) unstable; urgency=low * New upstream release 3.3.4 * Remove 01_fix_common_php_require_once.patch: Fixed upstream. * Add 00_remove_embed_libs.patch: Do not add ./lib to include_path. * debian/control: Bump Standard's version: no changes needed. -- Alexander GQ Gerasiov Mon, 24 Dec 2012 15:06:32 +0400 wordpress-openid (3.3.3-1) unstable; urgency=low * Imported Upstream version 3.3.3 * New Standards version, no changes needed. -- Alexander GQ Gerasiov Tue, 21 Dec 2010 00:58:06 +0300 wordpress-openid (3.3.2-2) unstable; urgency=low * 01_fix_common_php_require_once.patch: Fix inclusion of system php- openid component. -- Alexander GQ Gerasiov Tue, 06 Jul 2010 21:09:18 +0400 wordpress-openid (3.3.2-1) unstable; urgency=low * Initial release. (Closes: #493236) -- Alexander GQ Gerasiov Mon, 04 Jan 2010 04:28:51 +0300 debian/compat0000644000000000000000000000000212066032627010370 0ustar 5 debian/source/0000755000000000000000000000000012066032627010472 5ustar debian/source/format0000644000000000000000000000001412066032627011700 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012066033763010623 5ustar debian/patches/series0000644000000000000000000000003312066033711012025 0ustar 00_remove_embed_libs.patch debian/patches/00_remove_embed_libs.patch0000644000000000000000000000141612066033763015607 0ustar Index: wordpress-openid/openid.php =================================================================== --- wordpress-openid.orig/openid.php 2012-12-24 14:59:21.000000000 +0400 +++ wordpress-openid/openid.php 2012-12-24 15:09:32.000000000 +0400 @@ -16,15 +16,11 @@ // last plugin revision that required database schema changes define ( 'OPENID_DB_REVISION', 24426); -$openid_include_path = dirname(__FILE__) . '/lib'; - // check source of randomness if ( !@is_readable('/dev/urandom') ) { define('Auth_OpenID_RAND_SOURCE', null); } -set_include_path( $openid_include_path . PATH_SEPARATOR . get_include_path() ); - require_once dirname(__FILE__) . '/common.php'; require_once dirname(__FILE__) . '/consumer.php'; require_once dirname(__FILE__) . '/admin_panels.php'; debian/copyright0000644000000000000000000000501712066032627011130 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 Name: Wordpress OpenID plugin Maintainer: DiSo Development Team http://diso-project.org/ Source: http://wordpress.org/extend/plugins/openid/ Files: * Copyright: 2007-2009 DiSo Development Team License: GPL-2 and Modified BSD Files: Auth/* Copyright: 2005-2008 JanRain, Inc. License: Apache-2.0 Files: debian/* Copyright: 2010 Alexander GQ Gerasiov License: GPL-2+ License: Apache-2.0 On Debian systems the full text of the Apache 2.0 License can be found in the `/usr/share/common-licenses/Apache-2.0' file. License: GPL-2 On Debian GNU/Linux systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2' License: Modified BSD 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. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . 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: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2' debian/install0000644000000000000000000000024112066032627010560 0ustar *.php usr/share/wordpress/wp-content/plugins/openid f usr/share/wordpress/wp-content/plugins/openid localization usr/share/wordpress/wp-content/plugins/openid