summaryrefslogtreecommitdiff
path: root/net/echoping/files/patch-http.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-05net/echoping: readd the portEugene Grosbein1-0/+20
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.
2025-05-04net/echoping: Remove expired portRene Ladan1-20/+0
2025-04-30 net/echoping: Unmaintained upstream as of 2015 and depends on deprecated libidn
2020-08-20net/echoping: fix build with -fno-common (clang 11 and gcc 10)Eugene Grosbein1-2/+11
PORTREVISION not bumped as it fixes build for FreeBSD 13. Reported by: pkg-fallout Notes: svn path=/head/; revision=545509
2019-06-04net/echoping: keep up with changesEugene Grosbein1-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