2022-10-10 05:36:51 by Takahiro Kambe | Files touched by this commit (32) |
Log message:
Remove lines for Ruby 2.6.
|
2022-09-11 07:47:10 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
security/ruby-oauth: update to 1.1.0
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-29 16:20:57 by Thomas Klausner | Files touched by this commit (6) |
Log message:
ruby-oauth: does not support ruby 2.6 any longer
|
2022-08-28 07:54:26 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
security/ruby-oauth: update to 1.0.0
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-28 15:11:14 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
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)
|
2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605) |
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums
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-07 16:54:50 by Nia Alarie | Files touched by this commit (606) |
Log message:
security: Remove SHA1 hashes for distfiles
|
2021-05-30 17:42:22 by Takahiro Kambe | Files touched by this commit (3) | |
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)
|
2021-02-03 16:04:58 by Takahiro Kambe | Files touched by this commit (3) | |
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
|
2017-12-09 20:18:47 by Izumi Tsutsui | Files touched by this commit (3) | |
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)
|