summaryrefslogtreecommitdiff
path: root/security/pear-Auth_OpenID/files
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2008-03-04 10:43:08 +0000
committerMartin Matuska <mm@FreeBSD.org>2008-03-04 10:43:08 +0000
commit33f6d0e93f83772d5d79be6b71d5d9b09fb42552 (patch)
tree0994d1feacb4d7ee25794401767ca11b0da3b5e9 /security/pear-Auth_OpenID/files
parent- update to 0.44 (diff)
This is version 2 of PHP OpenID using the PEAR framework.
The PHP OpenID library lets you enable OpenID authentication on sites built using PHP. It features the OpenID consumer, Store implementations, and an OpenID server. WWW: http://openidenabled.com/php-openid/
Diffstat (limited to 'security/pear-Auth_OpenID/files')
-rw-r--r--security/pear-Auth_OpenID/files/patch-admin-package2.xml11
-rw-r--r--security/pear-Auth_OpenID/files/patch-admin-xmlconfig.py11
2 files changed, 22 insertions, 0 deletions
diff --git a/security/pear-Auth_OpenID/files/patch-admin-package2.xml b/security/pear-Auth_OpenID/files/patch-admin-package2.xml
new file mode 100644
index 000000000000..e8d9a2874776
--- /dev/null
+++ b/security/pear-Auth_OpenID/files/patch-admin-package2.xml
@@ -0,0 +1,11 @@
+--- admin/package2.xml.orig 2008-03-03 16:32:47.455788708 +0100
++++ admin/package2.xml 2008-03-03 16:33:01.007309698 +0100
+@@ -7,7 +7,7 @@
+ http://pear.php.net/dtd/package-2.0
+ http://pear.php.net/dtd/package-2.0.xsd">
+ <name>%(package_name)s</name>
+- <uri>%(uri)s</uri>
++ <channel>pear.php.net</channel>
+ <summary>%(package_summary)s</summary>
+ <description>
+ %(package_description)s
diff --git a/security/pear-Auth_OpenID/files/patch-admin-xmlconfig.py b/security/pear-Auth_OpenID/files/patch-admin-xmlconfig.py
new file mode 100644
index 000000000000..3aed51f91583
--- /dev/null
+++ b/security/pear-Auth_OpenID/files/patch-admin-xmlconfig.py
@@ -0,0 +1,11 @@
+--- admin/xmlconfig.py.orig 2008-02-20 23:13:48.000000000 +0100
++++ admin/xmlconfig.py 2008-03-03 16:39:09.376694098 +0100
+@@ -48,7 +48,7 @@
+ # The HTTP package base URI. This is the place on the web where the
+ # PEAR-installable tarballs will live, and this (plus the package
+ # tarball name) will be the URL that users pass to "pear install".
+-package_base_uri = 'http://www.openidenabled.com/resources/downloads/php-openid/pear/'
++package_base_uri = 'http://openidenabled.com/files/php-openid/packages/'
+
+ # The release stability. Maybe this should be a commandline parameter
+ # since it might differ from release to release.