pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-faraday-net_http_persistent



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 22 08:15:50 UTC 2024

Modified Files:
        pkgsrc/www/ruby-faraday-net_http_persistent: Makefile distinfo

Log Message:
www/ruby-faraday-net_http_persistent: update to 2.2.0

2.2.0 (2024-09-16)

What's Changed

New Features

* Add a #close implementation, calling #shutdown on any cached_connection by
  @olleolleolle in #23
* Support verify_hostname SSL option by @stefanmb in #25

Others

* Adds Ruby 3.2 to the CI matrix by @petergoldstein in #16
* Fix linting on CI by @bquorning in #21
* CI: Add Ruby 3.3 by @olleolleolle in #20
* CI: use ruby/setup-ruby in the publish workflow by @olleolleolle in #22

New Contributors

* @petergoldstein made their first contribution in #16
* @bquorning made their first contribution in #21
* @stefanmb made their first contribution in #25


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-faraday-net_http_persistent/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-faraday-net_http_persistent/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-faraday-net_http_persistent/Makefile
diff -u pkgsrc/www/ruby-faraday-net_http_persistent/Makefile:1.3 pkgsrc/www/ruby-faraday-net_http_persistent/Makefile:1.4
--- pkgsrc/www/ruby-faraday-net_http_persistent/Makefile:1.3    Mon Jan  9 12:50:54 2023
+++ pkgsrc/www/ruby-faraday-net_http_persistent/Makefile        Sun Sep 22 08:15:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/01/09 12:50:54 taca Exp $
+# $NetBSD: Makefile,v 1.4 2024/09/22 08:15:50 taca Exp $
 
-DISTNAME=      faraday-net_http_persistent-2.1.0
+DISTNAME=      faraday-net_http_persistent-2.2.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +9,7 @@ COMMENT=        Faraday adapter for NetHttpPers
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-faraday>=2.5<3:../../www/ruby-faraday
-DEPENDS+=      ${RUBY_PKGPREFIX}-net-http-persistent>=4.0<5:../../www/ruby-net-http-persistent
+DEPENDS+=      ${RUBY_PKGPREFIX}-net-http-persistent>=4.0.4<5:../../www/ruby-net-http-persistent
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/ruby-faraday-net_http_persistent/distinfo
diff -u pkgsrc/www/ruby-faraday-net_http_persistent/distinfo:1.5 pkgsrc/www/ruby-faraday-net_http_persistent/distinfo:1.6
--- pkgsrc/www/ruby-faraday-net_http_persistent/distinfo:1.5    Mon Jan  9 12:50:54 2023
+++ pkgsrc/www/ruby-faraday-net_http_persistent/distinfo        Sun Sep 22 08:15:50 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/01/09 12:50:54 taca Exp $
+$NetBSD: distinfo,v 1.6 2024/09/22 08:15:50 taca Exp $
 
-BLAKE2s (faraday-net_http_persistent-2.1.0.gem) = 182bc0be52dd1a7dcf207f0979e40ced7f387bb3f3936f96f0f87d41b7ed6c70
-SHA512 (faraday-net_http_persistent-2.1.0.gem) = 1d7a629f37b0b7ae124f1848eb063837fb6854432d402c8998d94ac9716e85836a9cebd65927a32b9db5b4e4459e6876e33f156b6f31b58723bd763fd7156079
-Size (faraday-net_http_persistent-2.1.0.gem) = 8704 bytes
+BLAKE2s (faraday-net_http_persistent-2.2.0.gem) = 75bcc326e592aa2014f1c2f87883c941b148fe436079b7d9bbc71d05e8803197
+SHA512 (faraday-net_http_persistent-2.2.0.gem) = 20a883ddad8e48029a76f31036bf8b18e23222602f33778e097c8a2657cf0721cc5a83a82cbcbf1e0ed9ea3e45d13df52d25eac21668ee869473a9e8f6e65603
+Size (faraday-net_http_persistent-2.2.0.gem) = 8704 bytes



Home | Main Index | Thread Index | Old Index