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 May 18 09:48:41 UTC 2025

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

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

2.12.3 (2025-04-08)

What's Changed

* Remove ruby2_keywords by @tisba in #1616
* Fix thread safety issue by avoiding mutation of proxy options hash by
  @QWYNG in #1617

New Contributors

* @QWYNG made their first contribution in #1617

2.13.0 (2025-04-08)

What's Changed

* feat(ssl options): support SNI hostname by @bf4 in #1615

New Contributors

* @bf4 made their first contribution in #1615

2.13.1 (2025-04-25)

What's Changed

* Logger middleware default options by @yenshirak in #1618
* Fix Style/RedundantParentheses in options/env.rb by @iMacTia in #1620

New Contributors

* @yenshirak made their first contribution in #1618


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/ruby-faraday/Makefile
cvs rdiff -u -r1.37 -r1.38 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.40 pkgsrc/www/ruby-faraday/Makefile:1.41
--- pkgsrc/www/ruby-faraday/Makefile:1.40       Wed Dec 11 14:24:40 2024
+++ pkgsrc/www/ruby-faraday/Makefile    Sun May 18 09:48:41 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2024/12/11 14:24:40 taca Exp $
+# $NetBSD: Makefile,v 1.41 2025/05/18 09:48:41 taca Exp $
 
-DISTNAME=      faraday-2.12.2
+DISTNAME=      faraday-2.13.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-faraday/distinfo
diff -u pkgsrc/www/ruby-faraday/distinfo:1.37 pkgsrc/www/ruby-faraday/distinfo:1.38
--- pkgsrc/www/ruby-faraday/distinfo:1.37       Wed Dec 11 14:24:40 2024
+++ pkgsrc/www/ruby-faraday/distinfo    Sun May 18 09:48:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2024/12/11 14:24:40 taca Exp $
+$NetBSD: distinfo,v 1.38 2025/05/18 09:48:41 taca Exp $
 
-BLAKE2s (faraday-2.12.2.gem) = fa7fe9efb33056a04d7f41edcea10092468aab844a451a2343aa0f631be8883e
-SHA512 (faraday-2.12.2.gem) = 1cae919a782b17e62abbbf6f41a6ce16f48dc0500d354694cdae4e7b5fd0b8cac3b6fd4a6a8f1284c50fc4de1db65283a7185d757135fea76f65404175ef8efd
-Size (faraday-2.12.2.gem) = 73728 bytes
+BLAKE2s (faraday-2.13.1.gem) = 4c6c68c1c103cd56dba43699d09878b4d84c0c1f188e16b6967c7a8999a0eb7e
+SHA512 (faraday-2.13.1.gem) = c79469dd34476418d51e6695f0a77af082c031ba9fb84866471277a7b9af004bd9ca2d23ebfb8434081364703855979d0178a1da62e706a9cb8dc3a3c3887d9b
+Size (faraday-2.13.1.gem) = 74240 bytes



Home | Main Index | Thread Index | Old Index