Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-httpclient
From: Takahiro Kambe
Date: 2025-02-23 16:13:08
Message id: 20250223151308.3761DFBE1@cvs.NetBSD.org
Log Message:
www/ruby-httpclient: update to 2.9.0
2.9.0 (2025-02-22)
* Make webrick a dev dependency (#472)
* Make CI pass with --enable-frozen-string-literal (#471)
* Address warning: literal string will be frozen in the future warnings
(#470)
* Migrate to GitHub actions (#469)
* Fix Ruby 2.5 CI by avoiding dependency on psych (#468)
* Regenerate keys and certs used for test_post_connection_check (#466)
* Check OpenSSL version to define what feature is supported (#465)
* Improve rubyntlm compatibility monkey patch (#462)
* Add logger to Gemfile (#461)
* lib/jsonclient.rb is executable but has no shebang, removing executable
bit (#450)
* Use stat instead of lstat to find file size (#451)
* Add dependency to webrick and mutex_m for Ruby 3.0 and Ruby 3.4 (#455)
* Suppress OpenSSL method redefinition warnings (#430)
* warning: unused variable - pathlen (#407)
* JSONClient convert Hash body to JSON string for PATCH (#420)
* Fix SNI handling for JRuby (#363)
* Improve timeout error during jruby ssl connection (#382)
* Array accepted as a legit JSON object for JSONClient put/post requests
(#392)
* Fix for too-big-for-int error (#375)
* Stop mutating header argument in JSONClient (#367)
* Add call-seq to HTTPClient#post (#397)
* set time to verify cert, so verification does not fail after cert/cacert
are expired (#392)
* Improve timeout error during jruby ssl connection (#381)
* Check jruby a different way (#358)
Files: