summaryrefslogtreecommitdiff
path: root/security/pear-Auth_OpenID/files
diff options
context:
space:
mode:
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, 0 insertions, 22 deletions
diff --git a/security/pear-Auth_OpenID/files/patch-admin-package2.xml b/security/pear-Auth_OpenID/files/patch-admin-package2.xml
deleted file mode 100644
index e8d9a2874776..000000000000
--- a/security/pear-Auth_OpenID/files/patch-admin-package2.xml
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index 3aed51f91583..000000000000
--- a/security/pear-Auth_OpenID/files/patch-admin-xmlconfig.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.