summaryrefslogtreecommitdiff
path: root/net/fping (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - fix Can't assign requested addressDirk Meyer2020-08-222-0/+17
| | | | | PR: 248647 Approved by: J Harris
* net/fping: update to 5.0Fernando Apesteguía2020-08-192-5/+6
| | | | | | | ChangeLog: https://github.com/schweikert/fping/blob/develop/CHANGELOG.md PR: 248744 Submitted by: jharris@widomaker.com (maintainer)
* net/fping: Update to 4.4Fernando Apesteguía2020-08-053-21/+6
| | | | | | | | | | ChangeLog: https://github.com/schweikert/fping/releases/tag/v4.4 * Use official release with MASTER_SITES instead of USE_GITHUB. PR: 248356 Submitted by: daniel.engberg.lists@pyret.net Reviewed by: jharris@widomaker.com (maintainer)
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
|
* net/fping: fix WITHOUT_IPV6 modeEugene Grosbein2019-06-193-4/+16
| | | | | | | | | | | | | | | | If one builds and uses net/fping version 4.2 with option IPV6 disabled, the command fping -4 always fails with wrong error message: fping: can't specify both -4 and -6 This makes it impossible using fping probes with SmokePing as it runs fping with -4 option. This change fixes this. Also, do not install symlinks for fping6 and manual in this case. PORTREVISION not bumped as default build is not affected. PR: 238327 Approved by: jharris@widomaker.com (maintainter timeout, 2 weeks)
* net/fping: Update to 4.2Kai Knoblich2019-04-143-18/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | While I'm here: * Move options block a bit further down according to the PHB Changelog: * New option -x / --reachable to check if the number of reachable hosts is >= a certain number. Useful for example to implement connectivity-checks * Allow decimal numbers for '-t', '-i', '-p', and '-Q' * Fix build with --disable-ipv6 * Fix hang with '-6', with ipv6 kernel module, but not loaded * Assume '-6' if the binary is named 'fping6' (this is mostly for special embedded-distro use cases, and not meant to be used generally in place of compiling IPv6-only binary or using '-6') * Get rid of warning "timeout (-t) value larger than period (-p) produces unexpected results" Also remove patch-configure.ac that no longer applies because the build with IPv6 support for FreeBSD has been fixed with 4.1. https://github.com/schweikert/fping/releases/tag/v4.2 PR: 236739 Submitted by: Jason Harris (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19789
* Add an option to disable IPv6 supportRodrigo Osorio2018-08-151-1/+4
| | | | | | | | | | | | | | | In jail environment, because fping 4.0 comes with combined IPv4/IPv6 support, you need to enable IPv6 for the jail even if you will not use IPv6. This patch adds an IPV6 option, enabled by default, but who can be turn off to build fping without IPv6 support and used it inside a jail without IPv6. PR: 229903 Submitted by: Andrew <andrew.hotlab@hotmail.com> Reported by: Stefan Witzel <stefan.witzel@zvw.uni-goettingen.de> Approved by: <jharris@widomaker.com> (maintainer)
* net/fping: update to 4.0Fernando Apesteguía2018-06-304-17/+26
| | | | | | | PR: 229172 Reported by: freebsd_ports@k-worx.org Approved by: tcberner (mentor) jharris@widomaker.com (maintainer) Differential Revision: https://reviews.freebsd.org/D15970
* - Update to 3.16Martin Wilke2017-04-212-4/+4
| | | | | | PR: 218381 Submitted by: citrin+pr@citrin.ru Approved by: maintainer
* Update to 3.15Jason E. Hale2017-01-192-4/+4
| | | | | | | Changes: https://raw.githubusercontent.com/schweikert/fping/master/ChangeLog PR: 216022 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Approved by: Jason Harris <jharris@widomaker.com> (maintainer)
* net/fping: Update to 3.13Ben Woods2016-09-122-5/+8
| | | | | | | | | | | | - Use new official GitHub repo, as website was down from Apr-Sept 2016 - Add USES=autoreconf as GitHub tarball only comes with configure.ac - Add USES=gmake as manpage generation was failing with pmake Changes this release: https://github.com/schweikert/fping/blob/3.13/ChangeLog PR: 212386 Approved by: jharris@widomaker.com (maintainer), adamw (mentor)
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Update to 3.10Alex Kozlov2014-05-123-14/+4
| | | | | | PR: ports/189476 [1] PR: ports/189674 [2] Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1], Jason Harris <jharris@widomaker.com> (maintainer) [2]
* - Update to 3.8 [1]Jason E. Hale2014-02-283-6/+21
| | | | | | | | | | | - Use correct LICENSE [1] (based on) - Remove abbreviations from COMMENT [2] - Add additional mirror to MASTER_SITES PR: ports/186928 [1], ports/181927 [2] Submitted by: G. Tpdd <gtodd@bellanet.org> [1], Kenta S. <kentas@hush.com> [2] Approved by: Jason Harris <jharris@widomaker.com> (maintainer)
* Convert to staging.Mathieu Arnold2014-02-102-29/+10
| | | | Sponsored by: Absolight
* It's already there too.Mathieu Arnold2014-02-101-2/+0
| | | | | Pointy hat to: ehaupt and bapt Sponsored by: Absolight
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | net)
* net/fping: update to 3.5William Grzybowski2013-06-163-31/+5
| | | | | | | | | - Update to 3.5 - Add LICENSE (GFDL) PR: ports/178833 Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) Approved by: culot / jpaetzel (mentors, implicit)
* - Add timestamps option (used by netperf-wrapper) [1]Alex Kozlov2013-04-223-7/+30
| | | | | | | | | | - Fix fping issue with the unreachable ip in the arp cache [2] - Convert Makefile headers to new style PR: ports/177368 [1] PR: ports/176439 [2] Submitted by: Lars Eggert <lars@eggert.org> [1], Alexandre RAYNAUD <alexandre.raynaud@sallanches.fr> [2] Approved by: Jason Harris <jharris@widomaker.com> (maintainer)
* Update net/fping to version 3.4 and point to the new home.Niclas Zeising2012-09-246-282/+29
| | | | | | | | | | | | Merge IPv4 and IPv6 support into net/fping, selectable via options. Remove the now un-needed net/fping+ipv6 Add common description for IPV4 option, analogous to the IPV6 option PR: ports/169949 [1], ports/169950 [2] Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> [1] Jason Harris <jharris@widomaker.com> [2] zeising (final patch version) Approved by: maintainer, kwm (mentor)
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* ports/net/fping patch to add -S source_addr optionEdwin Groothuis2007-09-082-0/+89
| | | | | | | | | | | | | | | | | Several people have produced some patches for fping that adds an option to select the IP source_address for queries and some have said they submitted them to the sourceforge fping maintainer. Since I did not see any official fping distributions that include any of those patches, I recently Cc-ed the sourceforge fping maintainer's address in a question to the smokeping mailing-list asking about that patch but so far I have heard back only from that list with a pointer to a debian patch. Per request from Jason Harris, I include here a copy of the patch that is usable in ports/net/fping/files that adds that option. PR: ports/111549 Submitted by: Philip Kizer <pckizer@nostrum.com> Approved by: maintainer timeout
* - Remove distinfo hashes, which are not used officiallyGabor Kovesdan2007-07-191-2/+0
| | | | | No objection from: ports@, maintainers Approved by: portmgr (pav)
* - Fix fetch: mirror on maintainer's sitePav Lucistnik2007-03-231-1/+2
| | | | | PR: ports/110727 Submitted by: Jason Harris <jharris@widomaker.com> (maintainer)
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
|
* - allow 0 retries [1]Yen-Ming Lee2005-07-205-39/+15
| | | | | | | | | | | - remove s/microsecond/millisecond/ [1] - use PLIST_FILES, remove pkg-plist [2] - add SHA256 hash to distinfo [2] PR: [1] ports/83339 [2] ports/83757 Submitted by: [1] Andre Albsmeier <Andre.Albsmeier@siemens.com> [2] Jason Harris <jharris@widomaker.com>
* - Give maintainership to volunteerPav Lucistnik2004-01-052-1/+4
| | | | | PR: ports/60952 Submitted by: Jason Harris <jharris@widomaker.com>
* - Fix build on -currentKirill Ponomarev2003-10-252-15/+32
| | | | | | - Pet portlint Reported by: bento (kris)
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | Approved by: pat
* Update to 2.4b2.Anders Nordby2002-07-075-149/+160
| | | | | | IPv6 support gained. Master site moved. Add WWW URL.
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-231-1/+2
| | | | | PR: 39668 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
* Drop maintainership. I don't use this everyday as I once didDavid E. O'Brien2002-04-301-1/+1
|
* Do not treat FreeBSD/Alpha as being braindead as some other OS thatDavid E. O'Brien2001-04-141-1/+10
| | | | runs on the Alpha platform.
* Add $FreeBSD$'s which help me in problem reports.David E. O'Brien2000-11-221-0/+1
|
* Dynamically set the FreeBSD maintainer.David E. O'Brien2000-11-052-1/+5
|
* Chase the checksum; no changes to distfile.Kris Kennaway2000-10-161-1/+1
|
* Upgrade to version 2.2b1.David E. O'Brien2000-08-274-215/+120
|
* Fix bogons in my milliseconds => microseconds timeouts change.David E. O'Brien2000-07-191-18/+111
| | | | Submitted by: Greg A. Woods <woods@weird.com>
* remove duplicate variable and extra blank lines (portlint)Michael Haro2000-04-201-2/+0
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+3
|
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
|
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
|
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-2/+2
|
* Times are in microseconds, not milliseconds.David E. O'Brien2000-01-221-2/+22
| | | | Submitted by: Igor Timkin <ivt@gamma.ru>