diff options
author | obache <obache@pkgsrc.org> | 2010-10-16 05:03:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-16 05:03:23 +0000 |
commit | 8408bafbee79d2f4a1786648ee08c8d18d098b5b (patch) | |
tree | 40b14fd858cf47b95dceab120a3be94425dbc742 /security | |
parent | 7012020d8ea9c0f99257850dd5644989c577edde (diff) | |
download | pkgsrc-8408bafbee79d2f4a1786648ee08c8d18d098b5b.tar.gz |
Update ruby-roauth to 0.0.6.
* add tests
* Corrected a bogus array initialization.
* Effectively double-escaped the normalized params for inclusion in the
signature base as required by sections 9.1.1 and 9.1.3 of the OAuth 1.0
specification.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-roauth/Makefile | 4 | ||||
-rw-r--r-- | security/ruby-roauth/PLIST | 8 | ||||
-rw-r--r-- | security/ruby-roauth/distinfo | 8 |
3 files changed, 11 insertions, 9 deletions
diff --git a/security/ruby-roauth/Makefile b/security/ruby-roauth/Makefile index 5f57ef2a2fd..fff9671c721 100644 --- a/security/ruby-roauth/Makefile +++ b/security/ruby-roauth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2010/09/10 07:47:05 taca Exp $ +# $NetBSD: Makefile,v 1.4 2010/10/16 05:03:23 obache Exp $ -DISTNAME= roauth-0.0.3 +DISTNAME= roauth-0.0.6 CATEGORIES= security MAINTAINER= obache@NetBSD.org diff --git a/security/ruby-roauth/PLIST b/security/ruby-roauth/PLIST index 44ef293c938..a327d62d4d1 100644 --- a/security/ruby-roauth/PLIST +++ b/security/ruby-roauth/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/08/03 05:01:41 obache Exp $ -${GEM_HOME}/cache/roauth-${PKGVERSION}.gem +@comment $NetBSD: PLIST,v 1.2 2010/10/16 05:03:23 obache Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.markdown @@ -7,4 +7,6 @@ ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/VERSION ${GEM_LIBDIR}/lib/roauth.rb ${GEM_LIBDIR}/roauth.gemspec -${GEM_HOME}/specifications/roauth-${PKGVERSION}.gemspec +${GEM_LIBDIR}/test/helper.rb +${GEM_LIBDIR}/test/test_roauth.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/security/ruby-roauth/distinfo b/security/ruby-roauth/distinfo index a55bfece916..4add12bf287 100644 --- a/security/ruby-roauth/distinfo +++ b/security/ruby-roauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/08/17 04:48:46 obache Exp $ +$NetBSD: distinfo,v 1.3 2010/10/16 05:03:23 obache Exp $ -SHA1 (roauth-0.0.3.gem) = 44ca28447b35458b813be438020d8722bac1b86b -RMD160 (roauth-0.0.3.gem) = 28176336e4ab1b5a59f1aeec37bb3af92c30afdd -Size (roauth-0.0.3.gem) = 6656 bytes +SHA1 (roauth-0.0.6.gem) = ba636509babfcb28d9141529a3d40fd098e23736 +RMD160 (roauth-0.0.6.gem) = d6f8efcbb9c3b6436a8ead0607e0b061c8d2e143 +Size (roauth-0.0.6.gem) = 7168 bytes |