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@)
This commit is contained in:
Filip Hajny 2012-03-25 18:56:31 +00:00 committed by Thomas Klausner
parent e0a0205d31
commit 1ea7b6162e
3 changed files with 6 additions and 7 deletions

View file

@ -1,4 +1,3 @@
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.

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2010/06/09 11:58:59 fhajny Exp $
# $NetBSD: Makefile,v 1.4 2012/03/25 18:56:31 fhajny Exp $
MODNAME= oauth
PECL_VERSION= 1.0.0
PECL_VERSION= 1.2.2
CATEGORIES+= security
MAINTAINER= filip@joyent.com

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2010/06/09 11:58:59 fhajny Exp $
$NetBSD: distinfo,v 1.3 2012/03/25 18:56:31 fhajny Exp $
SHA1 (php-oauth/oauth-1.0.0.tgz) = 92fffae4eab67f1970f4b720ad3520376e52c0cf
RMD160 (php-oauth/oauth-1.0.0.tgz) = d11ee1f97745b3647e6d20ef5c9aaf2a5234f17f
Size (php-oauth/oauth-1.0.0.tgz) = 42834 bytes
SHA1 (php-oauth/oauth-1.2.2.tgz) = bd74cd7aa150e33db20ac36f0b1459473f1ef070
RMD160 (php-oauth/oauth-1.2.2.tgz) = 82e172febc68dc15e225fbd96a9d5b40f0741fa4
Size (php-oauth/oauth-1.2.2.tgz) = 45348 bytes