From ea3c4a81a64e03d2f5fd9221e581571844a2c158 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 28 Nov 2021 14:11:14 +0000 Subject: [PATCH] security/ruby-oauth: update to 0.5.8 0.5.8 (2021-11-10) Added * Added more documentation files to packaged gem, e.g. SECURITY.md, CODE_OF_CONDUCT.md Fixed * Removed reference to RUBY_VERSION from gemspec, as it depends on rake release, which is problematic on some ruby engines. (by @pboling) 0.5.7 (2021-11-02) Added * Setup Rubocop (#205, #208 by @pboling) * Added CODE_OF_CONDUCT.md (#217, #218 by @pboling) * Added FUNDING.yml (#217, #218 by @pboling) * Added Client Certificate Options: :ssl_client_cert and :ssl_client_key (#136, #220 by @pboling) * Handle a nested array of hashes in OAuth::Helper.normalize (#80, #221 by @pboling) Changed * Switch from TravisCI to Github Actions (#202, #207, #176 by @pboling) * Upgrade webmock to v3.14.0 (#196 by @pboling) * Upgrade em-http-request to v1.1.7 (#173 by @pboling) * Upgrade mocha to v1.13.0 (#193 by @pboling) * HISTORY renamed to CHANGELOG.md, and follows Keep a Changelog (#214, #215 by @pboling) * CHANGELOG, LICENSE, and README now ship with packaged gem (#214, #215 by @pboling) * README.rdoc renamed to README.md (#217, #218 by @pboling) * Require plaintext signature method by default (#135 by @confiks & @pboling) Fixed * Fixed Infinite Redirect in v0.5.5, v0.5.6 (#186, #210 by @pboling) * Fixed NoMethodError on missing leading slash in path (#194, #211 by @pboling) * Fixed NoMethodError on nil request object (#165, #212 by @pboling) * Fixed Unsafe String Comparison (#156, #209 by @pboling and @drosseau) * Fixed typos in Gemspec (#204, #203, #208 by @pboling) * Copyright Notice in LICENSE - added correct years (#217, #218 by @pboling) * Fixed request proxy Class constant reference scopes - was missing :: in many places (#225, #226 by @pboling) Removed * Remove direct development dependency on nokogiri (#299 by @pboling) --- security/ruby-oauth/Makefile | 4 ++-- security/ruby-oauth/PLIST | 8 ++++++-- security/ruby-oauth/distinfo | 8 ++++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/security/ruby-oauth/Makefile b/security/ruby-oauth/Makefile index 80fe3a5ad9d6..e0f6c70bf131 100644 --- a/security/ruby-oauth/Makefile +++ b/security/ruby-oauth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/05/30 15:42:22 taca Exp $ +# $NetBSD: Makefile,v 1.18 2021/11/28 14:11:14 taca Exp $ -DISTNAME= oauth-0.5.6 +DISTNAME= oauth-0.5.8 CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/security/ruby-oauth/PLIST b/security/ruby-oauth/PLIST index 6ae783f9adfb..9ece1736b65d 100644 --- a/security/ruby-oauth/PLIST +++ b/security/ruby-oauth/PLIST @@ -1,8 +1,12 @@ -@comment $NetBSD: PLIST,v 1.9 2021/05/30 15:42:22 taca Exp $ +@comment $NetBSD: PLIST,v 1.10 2021/11/28 14:11:14 taca Exp $ bin/oauth${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/CHANGELOG.md +${GEM_LIBDIR}/CODE_OF_CONDUCT.md +${GEM_LIBDIR}/CONTRIBUTING.md ${GEM_LIBDIR}/LICENSE -${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/SECURITY.md ${GEM_LIBDIR}/TODO ${GEM_LIBDIR}/bin/oauth ${GEM_LIBDIR}/lib/oauth.rb diff --git a/security/ruby-oauth/distinfo b/security/ruby-oauth/distinfo index 032b958ddbd1..84ade2833533 100644 --- a/security/ruby-oauth/distinfo +++ b/security/ruby-oauth/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2021/10/26 11:17:55 nia Exp $ +$NetBSD: distinfo,v 1.17 2021/11/28 14:11:14 taca Exp $ -BLAKE2s (oauth-0.5.6.gem) = 91407e3f90e01c63c437f9fce056a626dc6e2f9be1626ef92a899b75e41c24f6 -SHA512 (oauth-0.5.6.gem) = c91cf3e2e794e762a7d5f55c974a23bf8fdf4f74280529a78bc41e690440296ec71761a48c533a7eb09a4610da01155b17dd4b024073040791f52c364e44c0b1 -Size (oauth-0.5.6.gem) = 28672 bytes +BLAKE2s (oauth-0.5.8.gem) = f2df6ff465813c2e467da3cf41c09c48265e605c6af46daf5b24fe750d22cd9b +SHA512 (oauth-0.5.8.gem) = 33a37288ba870af89847de4ff8fc6991969cc34be7f8188f9e2bc99f9f414b0abd6d219068cb1b65d319dc662f4230ef3119676b3a1446f00c5c3e154f737b92 +Size (oauth-0.5.8.gem) = 38912 bytes