pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ruby-oauth security/ruby-oauth: update to 0.5.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/067feeb30c4d
branches: trunk
changeset: 453500:067feeb30c4d
user: taca <taca%pkgsrc.org@localhost>
date: Sun May 30 15:42:22 2021 +0000
description:
security/ruby-oauth: update to 0.5.6
0.5.6 (2021-04-02)
* Add metadata to Gemspec file
* Change default timeout to be the same as Net::HTTP default, 60 seconds
instead of 30 seconds.
* Add support for PUT requests with Action Controller (#181)
diffstat:
security/ruby-oauth/Makefile | 4 ++--
security/ruby-oauth/PLIST | 3 ++-
security/ruby-oauth/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (44 lines):
diff -r 960e85d7f14c -r 067feeb30c4d security/ruby-oauth/Makefile
--- a/security/ruby-oauth/Makefile Sun May 30 13:46:31 2021 +0000
+++ b/security/ruby-oauth/Makefile Sun May 30 15:42:22 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2021/02/03 15:04:58 taca Exp $
+# $NetBSD: Makefile,v 1.17 2021/05/30 15:42:22 taca Exp $
-DISTNAME= oauth-0.5.5
+DISTNAME= oauth-0.5.6
CATEGORIES= security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 960e85d7f14c -r 067feeb30c4d security/ruby-oauth/PLIST
--- a/security/ruby-oauth/PLIST Sun May 30 13:46:31 2021 +0000
+++ b/security/ruby-oauth/PLIST Sun May 30 15:42:22 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2017/12/09 19:18:47 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/05/30 15:42:22 taca Exp $
bin/oauth${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
@@ -42,6 +42,7 @@
${GEM_LIBDIR}/lib/oauth/signature.rb
${GEM_LIBDIR}/lib/oauth/signature/base.rb
${GEM_LIBDIR}/lib/oauth/signature/hmac/sha1.rb
+${GEM_LIBDIR}/lib/oauth/signature/hmac/sha256.rb
${GEM_LIBDIR}/lib/oauth/signature/plaintext.rb
${GEM_LIBDIR}/lib/oauth/signature/rsa/sha1.rb
${GEM_LIBDIR}/lib/oauth/token.rb
diff -r 960e85d7f14c -r 067feeb30c4d security/ruby-oauth/distinfo
--- a/security/ruby-oauth/distinfo Sun May 30 13:46:31 2021 +0000
+++ b/security/ruby-oauth/distinfo Sun May 30 15:42:22 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2021/02/03 15:04:58 taca Exp $
+$NetBSD: distinfo,v 1.14 2021/05/30 15:42:22 taca Exp $
-SHA1 (oauth-0.5.5.gem) = 291da348250695ae873b3880f6175a0668ae5b98
-RMD160 (oauth-0.5.5.gem) = 8d898bfa216bff44aa046f532b718f5aa2a3739a
-SHA512 (oauth-0.5.5.gem) = f705584c1c895d93b61fa3aa994d4fc54ec34e8539787a73586a485e66724449b8191d815a1b0bc37dd2f4a6936c3725429ce8fa5f5d6ce7cd173b23b9f1614b
-Size (oauth-0.5.5.gem) = 28672 bytes
+SHA1 (oauth-0.5.6.gem) = 14f43d0950ef1e2e3a4939fd78804df62e00a69a
+RMD160 (oauth-0.5.6.gem) = 57166d8f5b2f55f6639e1185d3789f2d86e0bc8d
+SHA512 (oauth-0.5.6.gem) = c91cf3e2e794e762a7d5f55c974a23bf8fdf4f74280529a78bc41e690440296ec71761a48c533a7eb09a4610da01155b17dd4b024073040791f52c364e44c0b1
+Size (oauth-0.5.6.gem) = 28672 bytes
Home |
Main Index |
Thread Index |
Old Index