diff options
author | obache <obache@pkgsrc.org> | 2012-04-22 11:54:18 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-04-22 11:54:18 +0000 |
commit | 873b7b251cceda0bc8829eaff3736fbcbd252444 (patch) | |
tree | 872046d28b4c38319d82cd849dafb4653267ad68 /security | |
parent | 9bc64ff1138a18b9eb19be140a428d27b1ce7dff (diff) | |
download | pkgsrc-873b7b251cceda0bc8829eaff3736fbcbd252444.tar.gz |
Update ruby-oauth to 0.4.6.
=== 0.4.6 2012-04-21
* Fixed nested attributes in #normalize (Shaliko Usubov)
* Make use the path component of the :site parameter (Jonathon M. Abbott)
* Fixed post body's being dropped in 1.9 (Steven Hammond)
* Fixed PUT request handling (Anton Panasenko)
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-oauth/Makefile | 4 | ||||
-rw-r--r-- | security/ruby-oauth/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/ruby-oauth/Makefile b/security/ruby-oauth/Makefile index 114c8dbea40..6555928950b 100644 --- a/security/ruby-oauth/Makefile +++ b/security/ruby-oauth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2011/07/11 11:28:34 obache Exp $ +# $NetBSD: Makefile,v 1.9 2012/04/22 11:54:18 obache Exp $ -DISTNAME= oauth-0.4.5 +DISTNAME= oauth-0.4.6 CATEGORIES= security MAINTAINER= obache@NetBSD.org diff --git a/security/ruby-oauth/distinfo b/security/ruby-oauth/distinfo index cda0e636845..5d3b06e27d8 100644 --- a/security/ruby-oauth/distinfo +++ b/security/ruby-oauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2011/07/11 11:28:34 obache Exp $ +$NetBSD: distinfo,v 1.7 2012/04/22 11:54:18 obache Exp $ -SHA1 (oauth-0.4.5.gem) = 1ae0ae4ba99a9000b3eb8d5382657899b5998e3e -RMD160 (oauth-0.4.5.gem) = f3fd9d16bb894d0febb0edb6b1bf6912e7cb79d8 -Size (oauth-0.4.5.gem) = 49152 bytes +SHA1 (oauth-0.4.6.gem) = b1a2af2847d0de98fb88bebc484e4429e2f06623 +RMD160 (oauth-0.4.6.gem) = fa22e2ff7bd8326941861671d14a3520f307739a +Size (oauth-0.4.6.gem) = 50688 bytes |