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:           Wed Feb  3 15:04:58 UTC 2021

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

Log Message:
security/ruby-oauth: update to 0.5.5

0.5.5 (2020-01-19)

* Allow redirect to different host but same path
* Add :allow_empty_params option (#155)
* Fixes ssl-noverify
* Various cleanups


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ruby-oauth/ALTERNATIVES
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/ruby-oauth/Makefile
cvs rdiff -u -r1.12 -r1.13 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/ALTERNATIVES
diff -u pkgsrc/security/ruby-oauth/ALTERNATIVES:1.1 pkgsrc/security/ruby-oauth/ALTERNATIVES:1.2
--- pkgsrc/security/ruby-oauth/ALTERNATIVES:1.1 Fri Feb 25 06:35:23 2011
+++ pkgsrc/security/ruby-oauth/ALTERNATIVES     Wed Feb  3 15:04:58 2021
@@ -1 +1 @@
-bin/oauth @PREFIX@/bin/oauth@RUBY_VER@
+bin/oauth @PREFIX@/bin/oauth@RUBY_SUFFIX@

Index: pkgsrc/security/ruby-oauth/Makefile
diff -u pkgsrc/security/ruby-oauth/Makefile:1.15 pkgsrc/security/ruby-oauth/Makefile:1.16
--- pkgsrc/security/ruby-oauth/Makefile:1.15    Sat Dec  9 19:18:47 2017
+++ pkgsrc/security/ruby-oauth/Makefile Wed Feb  3 15:04:58 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2017/12/09 19:18:47 tsutsui Exp $
+# $NetBSD: Makefile,v 1.16 2021/02/03 15:04:58 taca Exp $
 
-DISTNAME=      oauth-0.5.4
+DISTNAME=      oauth-0.5.5
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,6 +8,8 @@ HOMEPAGE=       https://github.com/oauth-xx/oa
 COMMENT=       OAuth Core Ruby implementation
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"

Index: pkgsrc/security/ruby-oauth/distinfo
diff -u pkgsrc/security/ruby-oauth/distinfo:1.12 pkgsrc/security/ruby-oauth/distinfo:1.13
--- pkgsrc/security/ruby-oauth/distinfo:1.12    Sat Dec  9 19:18:47 2017
+++ pkgsrc/security/ruby-oauth/distinfo Wed Feb  3 15:04:58 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/12/09 19:18:47 tsutsui Exp $
+$NetBSD: distinfo,v 1.13 2021/02/03 15:04:58 taca Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index