./print/ruby-net-ping, Ping interface for Ruby

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.8, Package name: ruby27-net-ping-2.0.8, Maintainer: pkgsrc-users

The net-ping library provides a ping interface for Ruby. It includes
separate TCP, HTTP, LDAP, ICMP, UDP, WMI (for Windows) and external ping
classes.


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 28 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2020-06-18 18:26:43 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
net/ruby-net-ping: update to 2.0.8

Update ruby-net-ping to 2.0.8.

2.0.8 (2020-06-17)

Changes

* Fix gem metadata on rubygems (#29)
   2020-04-30 17:53:56 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
net/ruby-net-ping: update to 2.0.7

Update ruby-net-ping to 2.0.7.

* pkgsrc change: garbage in preivous gem has gone.

net-ping-2.0.7 (2020-03-24)

Changes

* fix ruby 2.7.0 deprecation warning: deprecated Object#=~ (#27)
   2020-03-23 18:29:54 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
net/ruby-net-ping: update to 2.0.6

Update ruby-net-ping to 2.0.6

2.0.6 (2019-05-31)

Only change for Windows environment.
   2018-09-23 17:54:30 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
net/ruby-net-ping: update to 2.0.5

2.0.4 (2018/03/29)

* Fix for exception bug

2.0.5 (2018/08/17)

* Fixed a bug in the Ping::HTTP class where it didn't reflect user_agent
  setting to actual http request

* Fixed Ping::HTTP to support custom User-Agent
   2018-03-14 16:20:16 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
net/ruby-net-ping: update to 2.2.0

2.0.1						2016/08/08

o Update changelog for missing latest version  …
o in case of running on busybox the external command don't set -i argument
o detect if it's running in busybox
o Fixing test running:
	* development dependencies
	* adding pry-byebug for being able to debug
o Adding set_cap check

2.0.2						2018/03/06

o Improved readability + exception set to sting prob
o Fixed tests after adding setcap check feature
o Changed Gemfile source to use https
o Correct the gem version...
o Use port from location uri for http redirection. Reset start_time on
  redirect request
   2016-10-17 16:47:42 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-net-ping to 2.0.1.

* Moved the "ping?" and "pingecho" aliases to the `Ping` \ 
superclass.
* Fix issue #8 (the specification for net-ping-2.0.0 has corupped).