pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-httpclient



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb 23 15:13:08 UTC 2025

Modified Files:
        pkgsrc/www/ruby-httpclient: Makefile PLIST distinfo

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)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/ruby-httpclient/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/ruby-httpclient/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/ruby-httpclient/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-httpclient/Makefile
diff -u pkgsrc/www/ruby-httpclient/Makefile:1.23 pkgsrc/www/ruby-httpclient/Makefile:1.24
--- pkgsrc/www/ruby-httpclient/Makefile:1.23    Fri Oct  1 15:31:26 2021
+++ pkgsrc/www/ruby-httpclient/Makefile Sun Feb 23 15:13:08 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2021/10/01 15:31:26 tsutsui Exp $
+# $NetBSD: Makefile,v 1.24 2025/02/23 15:13:08 taca Exp $
 #
 
-DISTNAME=      httpclient-2.8.3
-PKGREVISION=   1
+DISTNAME=      httpclient-2.9.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-httpclient/PLIST
diff -u pkgsrc/www/ruby-httpclient/PLIST:1.13 pkgsrc/www/ruby-httpclient/PLIST:1.14
--- pkgsrc/www/ruby-httpclient/PLIST:1.13       Mon Mar 20 15:51:33 2017
+++ pkgsrc/www/ruby-httpclient/PLIST    Sun Feb 23 15:13:08 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2017/03/20 15:51:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.14 2025/02/23 15:13:08 taca Exp $
 bin/httpclient${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/README.md
@@ -30,6 +30,7 @@ ${GEM_LIBDIR}/sample/async.rb
 ${GEM_LIBDIR}/sample/auth.rb
 ${GEM_LIBDIR}/sample/cookie.rb
 ${GEM_LIBDIR}/sample/dav.rb
+${GEM_LIBDIR}/sample/generate_test_keys.rb
 ${GEM_LIBDIR}/sample/howto.rb
 ${GEM_LIBDIR}/sample/jsonclient.rb
 ${GEM_LIBDIR}/sample/oauth_buzz.rb
@@ -47,9 +48,15 @@ ${GEM_LIBDIR}/sample/thread.rb
 ${GEM_LIBDIR}/sample/wcat.rb
 ${GEM_LIBDIR}/test/ca-chain.pem
 ${GEM_LIBDIR}/test/ca.cert
+${GEM_LIBDIR}/test/ca.key
+${GEM_LIBDIR}/test/ca.srl
 ${GEM_LIBDIR}/test/client-pass.key
 ${GEM_LIBDIR}/test/client.cert
 ${GEM_LIBDIR}/test/client.key
+${GEM_LIBDIR}/test/fixtures/verify.alt.cert
+${GEM_LIBDIR}/test/fixtures/verify.foo.cert
+${GEM_LIBDIR}/test/fixtures/verify.key
+${GEM_LIBDIR}/test/fixtures/verify.localhost.cert
 ${GEM_LIBDIR}/test/helper.rb
 ${GEM_LIBDIR}/test/htdigest
 ${GEM_LIBDIR}/test/htpasswd
@@ -59,6 +66,8 @@ ${GEM_LIBDIR}/test/server.cert
 ${GEM_LIBDIR}/test/server.key
 ${GEM_LIBDIR}/test/sslsvr.rb
 ${GEM_LIBDIR}/test/subca.cert
+${GEM_LIBDIR}/test/subca.key
+${GEM_LIBDIR}/test/subca.srl
 ${GEM_LIBDIR}/test/test_auth.rb
 ${GEM_LIBDIR}/test/test_cookie.rb
 ${GEM_LIBDIR}/test/test_hexdump.rb

Index: pkgsrc/www/ruby-httpclient/distinfo
diff -u pkgsrc/www/ruby-httpclient/distinfo:1.24 pkgsrc/www/ruby-httpclient/distinfo:1.25
--- pkgsrc/www/ruby-httpclient/distinfo:1.24    Tue Oct 26 11:30:59 2021
+++ pkgsrc/www/ruby-httpclient/distinfo Sun Feb 23 15:13:08 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2021/10/26 11:30:59 nia Exp $
+$NetBSD: distinfo,v 1.25 2025/02/23 15:13:08 taca Exp $
 
-BLAKE2s (httpclient-2.8.3.gem) = 75a89d1ebbef5f43783c874fb7fd46aef2e66e5df4fee265cfe15449b9d69ab5
-SHA512 (httpclient-2.8.3.gem) = d02c7b7c9e1a386b6e16ebbf4b00ce916233a08cca7286f03c39aee0935fc5a811cb20c0613b50dff9dd8bd5d92d1a5c7e8d45fb724aeaa36bf90b597bd9d428
-Size (httpclient-2.8.3.gem) = 385536 bytes
+BLAKE2s (httpclient-2.9.0.gem) = 4c1d6e89e1ea01c1bcbb886f7d6543bae9a6fe460dd38fb961aa77b5acdbdc90
+SHA512 (httpclient-2.9.0.gem) = dc949795ed9b3434e0dcdcae10a6cf34de3ef9431490b4a947853c556688068cad54fd27e7f198da2ef3cf76fa1fdea96136e5287b995491349c7b7e958b6c3c
+Size (httpclient-2.9.0.gem) = 394240 bytes
 SHA1 (patch-lib_httpclient.rb) = 8e72148f4bf0d97536e817683f7ed9432b2ba6fe



Home | Main Index | Thread Index | Old Index