pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-httpclient
Module Name: pkgsrc
Committed By: tsutsui
Date: Fri Oct 1 15:31:26 UTC 2021
Modified Files:
pkgsrc/www/ruby-httpclient: Makefile distinfo
Added Files:
pkgsrc/www/ruby-httpclient/patches: patch-lib_httpclient.rb
Log Message:
ruby-httpclient: workaround expired root certificates.
https://github.com/nahi/httpclient/pull/447
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/ruby-httpclient/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/ruby-httpclient/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/www/ruby-httpclient/patches/patch-lib_httpclient.rb
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-httpclient/Makefile
diff -u pkgsrc/www/ruby-httpclient/Makefile:1.22 pkgsrc/www/ruby-httpclient/Makefile:1.23
--- pkgsrc/www/ruby-httpclient/Makefile:1.22 Mon Mar 20 15:51:33 2017
+++ pkgsrc/www/ruby-httpclient/Makefile Fri Oct 1 15:31:26 2021
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2017/03/20 15:51:33 taca Exp $
+# $NetBSD: Makefile,v 1.23 2021/10/01 15:31:26 tsutsui Exp $
#
DISTNAME= httpclient-2.8.3
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/ruby-httpclient/distinfo
diff -u pkgsrc/www/ruby-httpclient/distinfo:1.21 pkgsrc/www/ruby-httpclient/distinfo:1.22
--- pkgsrc/www/ruby-httpclient/distinfo:1.21 Mon Mar 20 15:51:33 2017
+++ pkgsrc/www/ruby-httpclient/distinfo Fri Oct 1 15:31:26 2021
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.21 2017/03/20 15:51:33 taca Exp $
+$NetBSD: distinfo,v 1.22 2021/10/01 15:31:26 tsutsui Exp $
SHA1 (httpclient-2.8.3.gem) = 531c6db0b5f371e3d029cbfb2f8d743f7eeb5c1b
RMD160 (httpclient-2.8.3.gem) = a3f0cc9948db755857a91da803ad1ffa7182350d
SHA512 (httpclient-2.8.3.gem) = d02c7b7c9e1a386b6e16ebbf4b00ce916233a08cca7286f03c39aee0935fc5a811cb20c0613b50dff9dd8bd5d92d1a5c7e8d45fb724aeaa36bf90b597bd9d428
Size (httpclient-2.8.3.gem) = 385536 bytes
+SHA1 (patch-lib_httpclient.rb) = 8e72148f4bf0d97536e817683f7ed9432b2ba6fe
Added files:
Index: pkgsrc/www/ruby-httpclient/patches/patch-lib_httpclient.rb
diff -u /dev/null pkgsrc/www/ruby-httpclient/patches/patch-lib_httpclient.rb:1.1
--- /dev/null Fri Oct 1 15:31:26 2021
+++ pkgsrc/www/ruby-httpclient/patches/patch-lib_httpclient.rb Fri Oct 1 15:31:26 2021
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_httpclient.rb,v 1.1 2021/10/01 15:31:26 tsutsui Exp $
+
+- workaround expired root certificates
+ https://github.com/nahi/httpclient/pull/447
+
+--- lib/httpclient.rb.orig 2021-10-01 01:47:06.607892120 +0000
++++ lib/httpclient.rb
+@@ -450,6 +450,7 @@ class HTTPClient
+ self.proxy = proxy if proxy
+ keep_webmock_compat
+ instance_eval(&block) if block
++ @session_manager&.ssl_config&.set_default_paths
+ end
+
+ # webmock 1.6.2 depends on HTTP::Message#body.content to work.
Home |
Main Index |
Thread Index |
Old Index