diff options
author | taca <taca@pkgsrc.org> | 2011-12-15 15:41:36 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-15 15:41:36 +0000 |
commit | 202ffedc519ed2d8bdab9f9e6a9a30c695372b7d (patch) | |
tree | 13dc82a8a02e793ffc3cc7365b81930597eb3e9e /net | |
parent | db4cad7fec4a47e81a2b5b1f586a57e1e00972f5 (diff) | |
download | pkgsrc-202ffedc519ed2d8bdab9f9e6a9a30c695372b7d.tar.gz |
Update ruby-net-ping package to 1.5.2.
== 1.5.2 - 4-Nov-2011
* The Net::Ping::HTTP class now defaults to using HEAD instead of GET
for its ping test. You can alter this via the get_request accessor.
Thanks got to Balazs Kutil for the patch.
* Added the ssl_verify_mode accessor to the Net::Ping::HTTP class, which
defaults to VERIFY_NONE. This fixes possible warnings resulting from
missing SSL certificates when using https. Thanks go to Balazs Kutil
for the patch.
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-net-ping/Makefile | 4 | ||||
-rw-r--r-- | net/ruby-net-ping/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/ruby-net-ping/Makefile b/net/ruby-net-ping/Makefile index 7dd438434c2..bc727feedc8 100644 --- a/net/ruby-net-ping/Makefile +++ b/net/ruby-net-ping/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2011/09/15 21:57:10 taca Exp $ +# $NetBSD: Makefile,v 1.3 2011/12/15 15:41:36 taca Exp $ -DISTNAME= net-ping-1.5.1 +DISTNAME= net-ping-1.5.2 CATEGORIES= print MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/ruby-net-ping/distinfo b/net/ruby-net-ping/distinfo index 3b5fa42f8b9..ac8170d3e78 100644 --- a/net/ruby-net-ping/distinfo +++ b/net/ruby-net-ping/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/09/15 21:57:10 taca Exp $ +$NetBSD: distinfo,v 1.3 2011/12/15 15:41:36 taca Exp $ -SHA1 (net-ping-1.5.1.gem) = 98b10aa18e9584e6a8d2811c83cc868296104983 -RMD160 (net-ping-1.5.1.gem) = b45af6d508ead77cbd44a1503a39246b25fea66a -Size (net-ping-1.5.1.gem) = 25600 bytes +SHA1 (net-ping-1.5.2.gem) = c216fff1eeff7886c2b3b68d2c29e57033a7d0e3 +RMD160 (net-ping-1.5.2.gem) = 2d46be962aff557e0a225d53a6657bb5d0fd2664 +Size (net-ping-1.5.2.gem) = 25600 bytes |