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
Module Name: pkgsrc
Committed By: taca
Date: Mon Jan 9 08:45:09 UTC 2023
Modified Files:
pkgsrc/www/ruby-faraday-net_http: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-faraday-net_http/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-faraday-net_http/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/Makefile
diff -u pkgsrc/www/ruby-faraday-net_http/Makefile:1.1 pkgsrc/www/ruby-faraday-net_http/Makefile:1.2
--- pkgsrc/www/ruby-faraday-net_http/Makefile:1.1 Thu Jun 3 14:25:42 2021
+++ pkgsrc/www/ruby-faraday-net_http/Makefile Mon Jan 9 08:45:09 2023
@@ -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@localhost
Index: pkgsrc/www/ruby-faraday-net_http/distinfo
diff -u pkgsrc/www/ruby-faraday-net_http/distinfo:1.3 pkgsrc/www/ruby-faraday-net_http/distinfo:1.4
--- pkgsrc/www/ruby-faraday-net_http/distinfo:1.3 Tue Oct 26 11:30:57 2021
+++ pkgsrc/www/ruby-faraday-net_http/distinfo Mon Jan 9 08:45:09 2023
@@ -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
Home |
Main Index |
Thread Index |
Old Index