Up to [cvs.NetBSD.org] / pkgsrc / net / p5-Net-OAuth
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
net: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
net: Remove SHA1 hashes for distfiles
Add SHA512 digests for distfiles for net category Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Update to 0.28: 0.28 Fri, 06 Jan 2012 05:51:04 UTC Added HMAC-SHA256 support
Updating net/p5-Net-OAuth from 0.22nb1 to 0.27 pkgsrc changes: - adjust dependencies according to upstream's META.yml Upstream changes: 0.27 Wed, 16 Jun 2010 20:39:59 UTC Added class for Yahoo! access token refresh request (thanks Marc Mims) 0.26 Wed, 16 Jun 2010 19:59:04 UTC Message::encode no longer tries fix potential 'double-encoding' (in any case it appeared to be doing it wrong). Now it just complains if you try to pass in undecoded strings. (thanks Daisuke Maki and KATOU Akira) 0.25 Sun, 21 Mar 2010 03:50:40 UTC Gah, $VERSION lameness 0.24 Sun, 21 Mar 2010 03:39:40 UTC Fix test breakage in 0.23 0.23 Thu, 18 Mar 2010 17:23:36 UTC Removed UNIVERSAL::require dependency Net::OAuth->request constructor now dies if module fails to load (thanks Mike Schleif) Fixed https://rt.cpan.org/Ticket/Display.html?id=55635 Incorrect dependencies (thanks Jens Rehsack) Replaced die() with croak()
Updating net/p5-Net-OAuth from 0.20 to 0.22 pkgsrc changes: - fix typo in dependencies Upstream changes: 0.21 Wed, 10 Mar 2010 22:20:49 UTC * Added xAuth support with xAuthAccessTokenRequest (thanks Masayoshi Sekimura and Simon Wistow) * Added performance patch to decrease stat() system calls when requiring modules (thanks Brad Whitaker) 0.22 Thu, 11 Mar 2010 00:21:26 UTC * Renamed xAuthAccessTokenRequest to XauthAccessTokenRequest for CamelCaseConsistency * Added a couple tests for XauthAccessTokenRequest
Updating net/p5-Net-OAuth from 0.19 to 0.20 pkgsrc changes: - Adjusting dependencies according to META.yml (see Upstream changes) - Setting Module::Build as build type Upstream changes: 0.20 Fri, 13 Nov 2009 18:56:55 UTC - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=48867 - error in synopsis - thanks Adam Taylor! - Removed UTF8 double-encoding warning. Now Net::OAuth::Message::encode() uses Encode::is_utf8() to determine if the input is already UTF-8 encoded. If so, it runs decode_utf8() on it before sending it to uri_escape_utf8(). Thanks Hector Garcia Alvarez! - Potentially fixed an issue found by Marc Mims, where HMAC_SHA1 was failing to load, breaking some CPAN tests. Build.PL now explicitly requires Digest::SHA1 and Encode. Hopefully that fixes it.
Importing p5 package for Net::OAuth-0.19 into net/p5-Net-OAuth as dependency for scheduled update of net/p5-Net-Twitter to 3.05003. OAuth is "An open protocol to allow secure API authentication in a simple and standard method from desktop and web applications." In practical terms, OAuth is a mechanism for a Consumer to request protected resources from a Service Provider on behalf of a user. Net::OAuth provides: * classes that encapsulate OAuth messages (requests and responses) * message signing * message serialization and parsing. * 2-legged requests (aka. tokenless requests, aka. consumer requests) Net::OAuth does not provide: * Consumer or Service Provider encapsulation * token/nonce/key storage/management Please refer to the OAuth spec: http://oauth.net/documentation/spec
Initial revision