www/ruby-faraday-net_http: update to 3.0.2
3.0.2 (2022-11-11) What's Changed * Simplify charset parsing by @semaperepelitsa in #28 3.0.1 (2022-10-08) What's Changed * Fix ReDos/performance when receiving crafted response headers by @ooooooo-q in #27 3.0.0 (2022-08-08) What's Changed * Add support for the new Faraday streaming API by @iMacTia in #26 Why a 3.0 release? What's the breaking change? Faraday 2.5 introduces a new streaming API and other changes that we want to take advantage on. However, releasing a new 2.x version of the gem would cause it to be pulled in projects where Faraday has not been updated to v2.5+ yet, causing errors. For this reason, we're instead releasing this as v3.0, which only the next (compatible) version of faraday will allow to use. 2.1.0 (2022-07-28) What's Changed * Handle verify_hostname ssl option by @kazarin in #23 2.0.3 (2022-05-17) What's Changed * Add Errno::EALREADY to list of Net::HTTP exceptions by @iMacTia in #21 2.0.2 (2022-04-10) What's Changed * Add Ruby 3.1 to CI by @petergoldstein in #15 * Anchor Encoding references to avoid faraday-encoding conflicts by @nbibler in #18 2.0.1 (2022-01-05) Fixes * Add back support for Faraday 1.0 2.0.0 (2022-01-04) What's Changed * Test on Ruby 3 by @tricknotes in #3 * Update gem to be compatible with Faraday 2.0 by @iMacTia in #9 * chore: Move development deps to Gemfile by @olleolleolle in #10 * refactor: CI: Inline scripts, cache gems by @olleolleolle in #11 * fix: gemspec metadata for changelog notes by @olleolleolle in #12 * Honor Content-Type charset by @xkwd in #13
This commit is contained in:
parent
e7f68f9eec
commit
4afba14a50
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1 2021/06/03 14:25:42 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2023/01/09 08:45:09 taca Exp $
|
||||
|
||||
DISTNAME= faraday-net_http-1.0.1
|
||||
DISTNAME= faraday-net_http-3.0.2
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2021/10/26 11:30:57 nia Exp $
|
||||
$NetBSD: distinfo,v 1.4 2023/01/09 08:45:09 taca Exp $
|
||||
|
||||
BLAKE2s (faraday-net_http-1.0.1.gem) = 23f0f1892a5bc7e427ca21480db8b4709842215f51eca4bd439166363ad5c967
|
||||
SHA512 (faraday-net_http-1.0.1.gem) = f138e1f83f0314baea236fc9247e3473feea89f00540575a9f60ff051ba7ac3bcfe08629949832e83092b2ab3090a4af908eb574d345af9e01e4b1c81759fbf8
|
||||
Size (faraday-net_http-1.0.1.gem) = 8192 bytes
|
||||
BLAKE2s (faraday-net_http-3.0.2.gem) = 50e9e6dad82a646226f9e102eb824bdedb6b4dc6889ebc9b21ef9c148a847d42
|
||||
SHA512 (faraday-net_http-3.0.2.gem) = 3a11d606f05a6fbce1b5dd3014ca3b73e410be2a08f57b3abce3ed0f20c150ed05386206885819ffdba7fe141d13a349808a4e15d386926c2b91b825e6d6c31d
|
||||
Size (faraday-net_http-3.0.2.gem) = 8192 bytes
|
||||
|
|
Loading…
Reference in a new issue