NOTICE: This package has been removed from pkgsrc

./wip/php-oauth, PHP oauth consumer extension

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.2.3, Package name: php54-oauth-1.2.3, Maintainer: filip

OAuth is an authorization protocol built on top of HTTP which allows
applications to securely access data without having to store usernames
and passwords.


Required to run:
[www/curl] [lang/php54]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2014-02-17 15:01:33 by Filip Hajny | Files touched by this commit (3) | Package removed
Log message:
Remove php-oauth, available in main pkgsrc tree already

   2013-06-04 15:07:17 by Filip Hajny | Files touched by this commit (2)
Log message:
Update php-oauth to 1.2.3.

Changes in 1.2.3:
- Fix reference counts not being incremented in OAuthProvider
   2012-10-05 13:12:49 by Aleksej Saushev | Files touched by this commit (59)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-03-25 20:56:31 by Filip Hajny | Files touched by this commit (3)
Log message:
Update php-oauth to 1.2.2.

Changes in 1.2.2
- Bug 22834

Changes in 1.2
- Fixed bugs: 22337, 22485, 22628, 22630, 22484 (and others!)
- Added ability to coerce HTTP method when calling OAuth::fetch()

Changes in 1.1.0
- Fixed bugs: 17782, 18214, 21426, 22093
- Added PLAINTEXT signature method support (stas@)
- Added OAuth::getRequestHeader and OAuth::setSSLChecks (hirokawa@)
   2010-06-09 13:58:59 by Filip Hajny | Files touched by this commit (2)
Log message:
Update wip/php-oauth to 1.0.0.

Changes in 1.0.0:
* Added php streams support (libcurl is no longer required)
* Added OAuthProvider support (http://php.net/oauthprovider)
* Added RSA-SHA1 signature support
* Added SHA256 signature support
* Added OAuth::setTimeout, OAuth::generateSignature, OAuth::setRequestEngine
* Send the User-Agent header for pecl/oauth
   2010-01-17 13:03:22 by Thomas Klausner | Files touched by this commit (217) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-10-14 10:23:39 by Filip Hajny | Files touched by this commit (3) | Imported package
Log message:
Import php5-oauth-5.2.9.0.99.9 as wip/php-oauth.

PHP is a programming language designed to be embedded into web pages.
OAuth is an authorization protocol built on top of HTTP which allows
applications to securely access data without having to store usernames
and passwords.