Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-pear-HTTP-OAuth-0.3.2-14.fc37 RPM for noarch

From Fedora 37 for ppc64le / p

Name: php-pear-HTTP-OAuth Distribution: Fedora Project
Version: 0.3.2 Vendor: Fedora Project
Release: 14.fc37 Build date: Fri Jul 22 16:00:22 2022
Group: Unspecified Build host: buildvm-ppc64le-23.iad2.fedoraproject.org
Size: 257916 Source RPM: php-pear-HTTP-OAuth-0.3.2-14.fc37.src.rpm
Packager: Fedora Project
Url: http://pear.php.net/package/HTTP_OAuth
Summary: Implementation of the OAuth spec
Allows the use of the consumer and provider angles of the OAuth spec.

Provides

Requires

License

BSD

Changelog

* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-14
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-13
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-12
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-11
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

/usr/share/doc/pear/HTTP_OAuth
/usr/share/doc/pear/HTTP_OAuth/LICENSE
/usr/share/doc/pear/HTTP_OAuth/README
/usr/share/doc/pear/HTTP_OAuth/examples
/usr/share/doc/pear/HTTP_OAuth/examples/access_token.php
/usr/share/doc/pear/HTTP_OAuth/examples/authorize_url.php
/usr/share/doc/pear/HTTP_OAuth/examples/cli.php
/usr/share/doc/pear/HTTP_OAuth/examples/config.php
/usr/share/doc/pear/HTTP_OAuth/examples/digg.gif
/usr/share/doc/pear/HTTP_OAuth/examples/examples-config.php
/usr/share/doc/pear/HTTP_OAuth/examples/google.gif
/usr/share/doc/pear/HTTP_OAuth/examples/index.php
/usr/share/doc/pear/HTTP_OAuth/examples/jquery.cookie.js
/usr/share/doc/pear/HTTP_OAuth/examples/jquery.fade.js
/usr/share/doc/pear/HTTP_OAuth/examples/jquery.js
/usr/share/doc/pear/HTTP_OAuth/examples/myspace.jpg
/usr/share/doc/pear/HTTP_OAuth/examples/oauth_request.php
/usr/share/doc/pear/HTTP_OAuth/examples/request_token.php
/usr/share/doc/pear/HTTP_OAuth/examples/store.php
/usr/share/doc/pear/HTTP_OAuth/examples/styles.css
/usr/share/doc/pear/HTTP_OAuth/examples/twitter.gif
/usr/share/doc/pear/HTTP_OAuth/examples/yahoo.gif
/usr/share/pear/HTTP/OAuth
/usr/share/pear/HTTP/OAuth.php
/usr/share/pear/HTTP/OAuth/Consumer
/usr/share/pear/HTTP/OAuth/Consumer.php
/usr/share/pear/HTTP/OAuth/Consumer/Exception
/usr/share/pear/HTTP/OAuth/Consumer/Exception/InvalidResponse.php
/usr/share/pear/HTTP/OAuth/Consumer/Request.php
/usr/share/pear/HTTP/OAuth/Consumer/Response.php
/usr/share/pear/HTTP/OAuth/Exception
/usr/share/pear/HTTP/OAuth/Exception.php
/usr/share/pear/HTTP/OAuth/Exception/NotImplemented.php
/usr/share/pear/HTTP/OAuth/Message.php
/usr/share/pear/HTTP/OAuth/Provider
/usr/share/pear/HTTP/OAuth/Provider/Exception
/usr/share/pear/HTTP/OAuth/Provider/Exception.php
/usr/share/pear/HTTP/OAuth/Provider/Exception/InvalidRequest.php
/usr/share/pear/HTTP/OAuth/Provider/Request.php
/usr/share/pear/HTTP/OAuth/Provider/Response.php
/usr/share/pear/HTTP/OAuth/Signature
/usr/share/pear/HTTP/OAuth/Signature.php
/usr/share/pear/HTTP/OAuth/Signature/Common.php
/usr/share/pear/HTTP/OAuth/Signature/HMAC
/usr/share/pear/HTTP/OAuth/Signature/HMAC/SHA1.php
/usr/share/pear/HTTP/OAuth/Signature/PLAINTEXT.php
/usr/share/pear/HTTP/OAuth/Signature/RSA
/usr/share/pear/HTTP/OAuth/Signature/RSA/SHA1.php
/usr/share/pear/HTTP/OAuth/Store
/usr/share/pear/HTTP/OAuth/Store/Consumer
/usr/share/pear/HTTP/OAuth/Store/Consumer/CacheLite.php
/usr/share/pear/HTTP/OAuth/Store/Consumer/Interface.php
/usr/share/pear/HTTP/OAuth/Store/Data.php
/usr/share/tests/pear/HTTP_OAuth
/usr/share/tests/pear/HTTP_OAuth/tests
/usr/share/tests/pear/HTTP_OAuth/tests/AllTests.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Consumer
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Consumer/Exception
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Consumer/Exception/InvalidResponseTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Consumer/RequestTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Consumer/ResponseTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/ConsumerTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/MessageMock.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/MessageTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Provider
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Provider/RequestTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Provider/ResponseTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/CommonMock.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/CommonTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/HMAC
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/HMAC/SHA1Test.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/NoClass.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/NoParent.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/PLAINTEXTTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/RSA
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Signature/RSA/SHA1Test.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/SignatureTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Store
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Store/Consumer
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuth/Store/Consumer/CacheLiteTest.php
/usr/share/tests/pear/HTTP_OAuth/tests/HTTP/OAuthTest.php
/var/lib/pear/pkgxml/php-pear-HTTP-OAuth.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024