summaryrefslogtreecommitdiff
path: root/security/ruby-oauth
AgeCommit message (Collapse)AuthorFilesLines
2022-10-10Remove lines for Ruby 2.6.taca1-3/+1
2022-09-11security/ruby-oauth: update to 1.1.0taca4-19/+11
pkgsrc change: Add missing dependencies. 1.0.1 (2022-08-29) * OAuth::CLI has been extracted to a new gem, oauth-tty, hosted on Gitlab - The public API of oauth-tty is backwards compatible (meaning OAuth::CLI) - The change within the oauth gem is backwards compatible as oauth-tty has been added as a dependency - Minor version bump is cautionary, as many lines of code have changed. * OAuth::Comsumer#options hash is now handled by snaky_hash, which was extracted from oauth2 - symbolized keys, dot-access and snake-case are now normalized 1.1.0 (2022-08-29) * OAuth::Comsumer#options hash is now handled by snaky_hash, which was extracted from oauth2 symbolized keys, dot-access and snake-case are now normalized
2022-08-29ruby-oauth: does not support ruby 2.6 any longerwiz1-1/+3
2022-08-28security/ruby-oauth: update to 1.0.0taca2-6/+6
1.0.0 (2022-08-23) The first "Stable Release" in terms of Semantic Versioning. The oldest supported Ruby, currently 2.7, will be dropped no later than April 2025, and a new major version of this gem will be released to drop Ruby 2.7 support (and possibly other stuff).
2021-11-28security/ruby-oauth: update to 0.5.8taca3-8/+12
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)
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-07security: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-30security/ruby-oauth: update to 0.5.6taca3-8/+9
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)
2021-02-03security/ruby-oauth: update to 0.5.5taca3-8/+10
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
2017-12-09ruby-oauth: update to 0.5.4.tsutsui3-9/+9
Upstream changes (from HISTORY): === 0.5.4 2017-12-08 * Fixes UnknownRequestType on Rails 5.1 for ActionDispatch::Request (xprazak2) * Various cleanups (charliesome)
2017-06-05Update ruby-oauth to 0.5.3taca3-36/+14
=== 0.5.3 2017-05-24 * Removing legacy scripts (James Pinto) * Fix #145 - broken CLI required loading active_support (James Pinto) === 0.5.2 2017-05-17 * Adding a development dependency that had not been mentioned (James Pinto) * Use assert_nil so as to silence a Minitest 6 deprecation warning (James Pinto) * Stop bundling tests files in the gem (Michal Papis) * Minor cleanup on tests (James Pinto) * TravisCI no longer needs libcurl-dev (James Pinto) * Nokogiri 1.7 does not accept Ruby 2.0 (James Pinto) * Upgrading to CodeClimate 1.0 (James Pinto) * Adding support to Ruby 2.4 and head (James Pinto) * Locking gemspec to Rails 4 so as to allow our next version for Rails 5 (James Pinto) * Fix #113 adding paths when a full URL has been specified (James Pinto) * moving development dependency to gemspec (James Pinto) * Silencing 'Net::HTTPResponse#header is obsolete' (James Pinto) * Silencing some test warnings (James Pinto) * Silencing 'loading in progress, circular require considered harmful' (James Pinto) * Silence 'URI.escape obsolete' (James Pinto) * Refactored CLI (James Pinto) * Bug Fix, webmock 2.0 has introduced a new bug (James Pinto) * Moving test files into test/units/ (James Pinto) * Adding CodeClimate (James Pinto) * Reimplementing #82 - Debug Output Option (James Pinto) * Making a test/support dir (James Pinto) * Fix #177 - Adjusting to webmock latest recommended implementation for minitest (James Pinto) * Adding support to Ruby 2.4 and head (James Pinto) * Upgrading to CodeClimate 1.0 (James Pinto) * Nokogiri 1.7 does not accept Ruby 2.0 (James Pinto)
2016-03-15Update HOMEPAGE.taca3-28/+13
Changes from 0.4.7 are too many to write here, please refer commit log: <https://github.com/oauth-xx/oauth-ruby/commits/master>.
2015-11-04Add SHA512 digests for distfiles for security categoryagc1-1/+2
Problems found locating distfiles: Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz Package libidea: missing distfile libidea-0.8.2b.tar.gz Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2 Package uvscan: missing distfile vlp4510e.tar.Z Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-26Remove commented out HOMEPAGE line since it dose not exist any more.taca1-2/+1
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2014-03-17Use RUBY_SUFFIX instead of RUBY_VER.taca1-2/+2
2012-09-06Update ruby-oauth to 0.4.7.obache2-6/+6
=== 0.4.7 2012-09-03 * Fix merging paths if the path is not empty * Set a configurable timeout for all requests (Rick Olson) * Fix nested hash params in Consumer#request (Ernie Miller)
2012-04-22Update ruby-oauth to 0.4.6.obache2-6/+6
=== 0.4.6 2012-04-21 * Fixed nested attributes in #normalize (Shaliko Usubov) * Make use the path component of the :site parameter (Jonathon M. Abbott) * Fixed post body's being dropped in 1.9 (Steven Hammond) * Fixed PUT request handling (Anton Panasenko)
2011-07-11Update ruby-oauth to 0.4.5.obache3-11/+10
=== 0.4.5 2011-06-25 * Add explicit require for rsa/sha1 (Juris Galang) * Use webmock to mock all http-requests in tests (Adrian Feldman) * Add gemtest support (Adrian Feldman) * Fix POST Requests with Typhoeus proxy (niedhui) * Mention Typhoeus require in the README (Kim Ahlström) * Fix incorrect hardcoded port (Ian Taylor) * Use Net::HTTPGenericRequest (Jakub Kuźma)
2011-02-25Use --format-executable to avoid conflicts with ruby variants each other.obache3-3/+7
Bump PKGREVISION.
2010-11-01Update ruby-oauth to 0.4.4.obache2-6/+6
=== 0.4.4 2010-10-31 * Fix LoadError rescue in tests: return can't be used in this context (Hans de G raaff) * HTTP headers should be strings. (seancribbs) * ensure consumer uri gets set back to original config even if an error occurs (Brian Finney) * Yahoo uses & to split records in OAuth headers (Brian Finney) * Added support for Rails 3 in client/action_controller_request (Pelle)
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-5/+2
* Remove default value of GEM_BUILD.
2010-09-02Update ruby-oauth to 0.4.3.obache2-6/+6
== 0.4.3 2010-09-01 * Fix for em-http proxy (ichverstehe)
2010-08-14Update ruby-oauth to 0.4.2.obache3-7/+9
== 0.4.2 2010-08-13 * Fixed compatibility with Ruby 1.9.2 (ecavazos) * Fixed the em-http request proxy (Joshua Hull) * Fix for oauth proxy string manipulation (Jakub Suder) * Added Bundler (rc) Gemfile for easier dev/testing
2010-08-03Update ruby-oauth to 0.4.1.obache2-6/+7
== 0.4.1 2010-06-16 * Added support for using OAuth with proxies (Marsh Gardiner) * Rails 3 Compatibility fixes (Pelle Braendgaard) * Fixed load errors on tests for missing (non-required) libraries
2010-05-16Import ruby-oauth-0.4.0 as security/ruby-oauth.obache4-0/+111
This is a RubyGem for implementing both OAuth clients and servers in Ruby applications.