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:   tsutsui
Date:           Sat Dec  9 19:18:47 UTC 2017

Modified Files:
        pkgsrc/security/ruby-oauth: Makefile PLIST distinfo

Log Message:
ruby-oauth: update to 0.5.4.

Upstream changes (from HISTORY):

=== 0.5.4 2017-12-08

* Fixes UnknownRequestType on Rails 5.1 for ActionDispatch::Request (xprazak2)
* Various cleanups (charliesome)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/ruby-oauth/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/ruby-oauth/PLIST
cvs rdiff -u -r1.11 -r1.12 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.14 pkgsrc/security/ruby-oauth/Makefile:1.15
--- pkgsrc/security/ruby-oauth/Makefile:1.14    Mon Jun  5 15:15:01 2017
+++ pkgsrc/security/ruby-oauth/Makefile Sat Dec  9 19:18:47 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2017/06/05 15:15:01 taca Exp $
+# $NetBSD: Makefile,v 1.15 2017/12/09 19:18:47 tsutsui Exp $
 
-DISTNAME=      oauth-0.5.3
+DISTNAME=      oauth-0.5.4
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/security/ruby-oauth/PLIST
diff -u pkgsrc/security/ruby-oauth/PLIST:1.7 pkgsrc/security/ruby-oauth/PLIST:1.8
--- pkgsrc/security/ruby-oauth/PLIST:1.7        Mon Jun  5 15:15:01 2017
+++ pkgsrc/security/ruby-oauth/PLIST    Sat Dec  9 19:18:47 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2017/06/05 15:15:01 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2017/12/09 19:18:47 tsutsui Exp $
 bin/oauth${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/LICENSE
@@ -19,7 +19,6 @@ ${GEM_LIBDIR}/lib/oauth/client/em_http.r
 ${GEM_LIBDIR}/lib/oauth/client/helper.rb
 ${GEM_LIBDIR}/lib/oauth/client/net_http.rb
 ${GEM_LIBDIR}/lib/oauth/consumer.rb
-${GEM_LIBDIR}/lib/oauth/core_ext.rb
 ${GEM_LIBDIR}/lib/oauth/errors.rb
 ${GEM_LIBDIR}/lib/oauth/errors/error.rb
 ${GEM_LIBDIR}/lib/oauth/errors/problem.rb
@@ -29,6 +28,7 @@ ${GEM_LIBDIR}/lib/oauth/oauth.rb
 ${GEM_LIBDIR}/lib/oauth/oauth_test_helper.rb
 ${GEM_LIBDIR}/lib/oauth/request_proxy.rb
 ${GEM_LIBDIR}/lib/oauth/request_proxy/action_controller_request.rb
+${GEM_LIBDIR}/lib/oauth/request_proxy/action_dispatch_request.rb
 ${GEM_LIBDIR}/lib/oauth/request_proxy/base.rb
 ${GEM_LIBDIR}/lib/oauth/request_proxy/curb_request.rb
 ${GEM_LIBDIR}/lib/oauth/request_proxy/em_http_request.rb

Index: pkgsrc/security/ruby-oauth/distinfo
diff -u pkgsrc/security/ruby-oauth/distinfo:1.11 pkgsrc/security/ruby-oauth/distinfo:1.12
--- pkgsrc/security/ruby-oauth/distinfo:1.11    Mon Jun  5 15:15:01 2017
+++ pkgsrc/security/ruby-oauth/distinfo Sat Dec  9 19:18:47 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/06/05 15:15:01 taca Exp $
+$NetBSD: distinfo,v 1.12 2017/12/09 19:18:47 tsutsui Exp $
 
-SHA1 (oauth-0.5.3.gem) = 1d90a35c0687e701f50139108781ba06c6d52f4c
-RMD160 (oauth-0.5.3.gem) = 903e5de9bff54c732b803d06a7877c9ee61ad1c8
-SHA512 (oauth-0.5.3.gem) = d0a094f035ac6c6eba9b33a4c9358575c13f2a3214633c63ee5e45b4b2dc516bf0b812207953da064f6d262eb954b73e2014ccfeac04fc13dead1df78dfdc26d
-Size (oauth-0.5.3.gem) = 28672 bytes
+SHA1 (oauth-0.5.4.gem) = 0289e1e96f0636ef3a78006874d6627a52172425
+RMD160 (oauth-0.5.4.gem) = 93bb97aa0f009c59b54f4e8faa27d879dc7f7fee
+SHA512 (oauth-0.5.4.gem) = 8c55f61d261150f91fa797c042349ed1009d8aa826a1fa1acef15aa8697de56404273ff27c32c14dafddcb7c1a77e9e6b91fb13cf79bb804b23bfd85114c704c
+Size (oauth-0.5.4.gem) = 28160 bytes



Home | Main Index | Thread Index | Old Index