summaryrefslogtreecommitdiff
path: root/net/echoping/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net/echoping: readd the portEugene Grosbein2025-05-058-0/+378
| | | | | | | | | | | | echoping is non-default optional but very useful dependency of the SmokePing (net-mgmt/smokeping). I use the software and will maintain the port. While here, make it possible to build echoping with GNU dns/libidn2 instead of dns/libidn. For now, still use libidn to preserve POLA. Default build not changed comparing with one before removal, so PORTREVISION not bumped.
* net/echoping: Remove expired portRene Ladan2025-05-044-109/+0
| | | | 2025-04-30 net/echoping: Unmaintained upstream as of 2015 and depends on deprecated libidn
* net/echoping: fix the segmentation fault at dns.c:111Alexey Dokuchaev2021-07-131-0/+8
| | | | | | | | | Add missing prototype for to_upper() which returns char *. Without it, compiler assumed that it returns an int, which results in segmentation fault in init() at dns.c when trying process its result which had been cast to char *, albeit needlessly (this code does lots of bogus casts). PR: 220294
* net/echoping: fix build with -fno-common (clang 11 and gcc 10)Eugene Grosbein2020-08-204-2/+92
| | | | | | | | | PORTREVISION not bumped as it fixes build for FreeBSD 13. Reported by: pkg-fallout Notes: svn path=/head/; revision=545509
* net/echoping: keep up with changesEugene Grosbein2019-06-041-0/+11
| | | | | | | | | | | | | | | | | | | | echping does not exist at SourceForge anymore. Use distfile from Github and deal with differences: - new distfile has no configure scripts but configure.ac and requires generation of configure, but modern autoreconf cannot handle its configure.ac files properly so they need some polishing with pre-configure target to be useful; - broad usage of HTTP Strict Transport Security requires new patch fixing echoping's HTTP "accept_redirects" mode, so this echoping does not fail in this mode on HTTP redirects; - pet portlint; - bump PORTREVISION. Notes: svn path=/head/; revision=503488
* Update to echoping 3.0.1 and reset maintainer to ports withKris Kennaway2001-01-141-34/+0
| | | | | | | permission of old maintainer. Notes: svn path=/head/; revision=37185
* Use 'install -c' to make this reinstall friendly.Steve Price1999-07-041-2/+11
| | | | Notes: svn path=/head/; revision=20015
* New version; 2.1beta -> 2.2.0Peter Wemm1998-09-111-8/+8
| | | | | | | Nagged by: distfile checker (old master site had gone) Notes: svn path=/head/; revision=13086
* echoping is a damn useful tool for checking reachability other thanPeter Wemm1997-04-121-0/+25
via icmp status, eg: tcp or udp. It speaks http as well, so it can "ping" a http server or a http proxy cache to make sure it's operating and not wedged. (Nearly all of our system lockups are not detected by icmp pings) Notes: svn path=/head/; revision=6196