pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-faraday



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 22 08:00:40 UTC 2024

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

Log Message:
www/ruby-faraday: update to 2.12.0

2.11.0 (2024-08-25)

What's Changed

This release adds support for the ciphers SSL option (currently supported by
the net_http adapter in v3.3+), as well as taking advantage of the support
of chained certificates introduced in the net_http adapter in v3.2.  Also,
it adds a new ParallelManager#execute interface that improves on the
existing one and makes it easier for adapters to support parallel requests.
This is currently used by the async-http adapter.

New features

* Add support for a new ParallelManager#execute method. by @iMacTia in #1584
* Add ciphers attribute to SSLOptions by @womblep in #1582

Misc/Docs

* Opt-in for MFA requirement explicitly by @tagliala in #1580
* Fix typos by @tagliala in #1585

New Contributors

* @tagliala made their first contribution in #1580
* @womblep made their first contribution in #1582

2.12.0 (2024-09-18)

What's Changed

New features

* Make RaiseError middleware configurable to not raise error on certain
  status codes (e.g. 404) by @clemens in #1590

Fixes

* Add json as an explicit dependency by @deivid-rodriguez in #1589

Misc/Docs

* docs: fix grammar by @dijonkitchen in #1588

New Contributors

* @dijonkitchen made their first contribution in #1588
* @deivid-rodriguez made their first contribution in #1589
* @clemens made their first contribution in #1590


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/ruby-faraday/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/ruby-faraday/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/Makefile
diff -u pkgsrc/www/ruby-faraday/Makefile:1.38 pkgsrc/www/ruby-faraday/Makefile:1.39
--- pkgsrc/www/ruby-faraday/Makefile:1.38       Sat Jul 13 15:45:23 2024
+++ pkgsrc/www/ruby-faraday/Makefile    Sun Sep 22 08:00:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2024/07/13 15:45:23 taca Exp $
+# $NetBSD: Makefile,v 1.39 2024/09/22 08:00:40 taca Exp $
 
-DISTNAME=      faraday-2.10.0
+DISTNAME=      faraday-2.12.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +8,7 @@ HOMEPAGE=       https://github.com/lostisland/
 COMMENT=       HTTP/REST API client library
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-faraday-net_http>=2.0<3.2:../../www/ruby-faraday-net_http
+DEPENDS+=      ${RUBY_PKGPREFIX}-faraday-net_http>=2.0<3.4:../../www/ruby-faraday-net_http
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/ruby-faraday/distinfo
diff -u pkgsrc/www/ruby-faraday/distinfo:1.35 pkgsrc/www/ruby-faraday/distinfo:1.36
--- pkgsrc/www/ruby-faraday/distinfo:1.35       Sat Jul 13 15:45:23 2024
+++ pkgsrc/www/ruby-faraday/distinfo    Sun Sep 22 08:00:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2024/07/13 15:45:23 taca Exp $
+$NetBSD: distinfo,v 1.36 2024/09/22 08:00:40 taca Exp $
 
-BLAKE2s (faraday-2.10.0.gem) = 9c7613ef836d11887fb004ff5f9af36de4b72a15aaba499c14c23f343b77bc3e
-SHA512 (faraday-2.10.0.gem) = 084cf14b9fe83a32d02150d1ede2ef862f9e2c4e22f5d5380e3ed91dd2c64958f296888f881744364cc6c9091f0756da53014eefa235e1bb423103a5b0bd41fd
-Size (faraday-2.10.0.gem) = 73216 bytes
+BLAKE2s (faraday-2.12.0.gem) = 5c2c32b21bbf5e879c4fb47c97d675418126144fbe4ae2098639c4d237c649e3
+SHA512 (faraday-2.12.0.gem) = d1293e60c1badc28ccadf919330d032b009e8c2b9df66e504d0ca7b163afdb15dbabc29c887cf5acefc802d1c2f4b815257f865056e5f7b49c0680e5e76a87c8
+Size (faraday-2.12.0.gem) = 73728 bytes



Home | Main Index | Thread Index | Old Index