Opened 14 years ago
Closed 14 years ago
#26206 closed update (fixed)
php5-oauth 1.0.0
Reported by: | zaika_bodya@… | Owned by: | nox@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | php5-oauth |
Description (last modified by jmroot (Joshua Root))
What has changed? 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 - Lots of other improvements...
Attachments (1)
Change History (4)
Changed 14 years ago by zaika_bodya@…
Attachment: | Portfile-php5-oauth.diff added |
---|
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Cc: | nox@… removed |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to nox@… |
Summary: | php5-oauth → php5-oauth 1.0.0 |
Version: | 1.9.1 |
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Revision should be reset to 0 (the default value) with a new version BTW.
comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I committed your update in r71302 with these changes:
- removed the revision line
- did not remove the curl dependency because oauth is still linking with libcurl
- added gettext dependency because oauth is now linking with libintl
Note: See
TracTickets for help on using
tickets.
my changes in Profile to get updated