pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/ruby-oauth
Module Name: pkgsrc
Committed By: taca
Date: Sun May 30 15:42:22 UTC 2021
Modified Files:
pkgsrc/security/ruby-oauth: Makefile PLIST distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/ruby-oauth/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/ruby-oauth/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/ruby-oauth/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/ruby-oauth/Makefile
diff -u pkgsrc/security/ruby-oauth/Makefile:1.16 pkgsrc/security/ruby-oauth/Makefile:1.17
--- pkgsrc/security/ruby-oauth/Makefile:1.16 Wed Feb 3 15:04:58 2021
+++ pkgsrc/security/ruby-oauth/Makefile Sun May 30 15:42:22 2021
@@ -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
Index: pkgsrc/security/ruby-oauth/PLIST
diff -u pkgsrc/security/ruby-oauth/PLIST:1.8 pkgsrc/security/ruby-oauth/PLIST:1.9
--- pkgsrc/security/ruby-oauth/PLIST:1.8 Sat Dec 9 19:18:47 2017
+++ pkgsrc/security/ruby-oauth/PLIST Sun May 30 15:42:22 2021
@@ -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/server.rb
${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
Index: pkgsrc/security/ruby-oauth/distinfo
diff -u pkgsrc/security/ruby-oauth/distinfo:1.13 pkgsrc/security/ruby-oauth/distinfo:1.14
--- pkgsrc/security/ruby-oauth/distinfo:1.13 Wed Feb 3 15:04:58 2021
+++ pkgsrc/security/ruby-oauth/distinfo Sun May 30 15:42:22 2021
@@ -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