non port: net/fping/Makefile |
SVNWeb
|
Number of commits found: 36 |
Thu, 2 Jun 2022
|
[ 00:46 Craig Leres (leres) ] 65d71ce
net/fping: Avoid ident collisions
fping derives the ident it puts in the outbound packet to from the
low 16 bits of the process id. This means a busy nagios server can
see collisions. More details on this issue and a patch to solve it
here:
https://github.com/schweikert/fping/issues/206
Apply the patch from the github issue:
PR: 264402
Reported by: Case Larsen
Approved by: jharris (maintainer)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 22 Aug 2020
|
[ 12:36 dinoex ]
- fix Can't assign requested address
PR: 248647
Approved by: J Harris
|
Wed, 19 Aug 2020
|
[ 10:58 fernape ]
net/fping: update to 5.0
ChangeLog: https://github.com/schweikert/fping/blob/develop/CHANGELOG.md
PR: 248744
Submitted by: jharris@widomaker.com (maintainer)
|
Wed, 5 Aug 2020
|
[ 11:48 fernape ]
net/fping: Update to 4.4
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)
|
Wed, 9 Oct 2019
|
[ 12:17 bapt ] (Only the first 10 of 103 ports in this commit are shown above. )
Drop the ipv6 virtual category for n* category as it is not relevant anymore
|
Wed, 19 Jun 2019
|
[ 20:07 eugen ]
net/fping: fix WITHOUT_IPV6 mode
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)
|
Sun, 14 Apr 2019
|
[ 10:59 kai ]
net/fping: Update to 4.2
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') (Only the first 15 lines of the commit message are shown above )
|
Wed, 15 Aug 2018
|
[ 23:54 rodrigo ]
Add an option to disable IPv6 support
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)
|
Sat, 30 Jun 2018
|
[ 08:49 fernape ]
net/fping: update to 4.0
PR: 229172
Reported by: freebsd_ports@k-worx.org
Approved by: tcberner (mentor) jharris@widomaker.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D15970
|
Fri, 21 Apr 2017
|
[ 07:22 miwi ]
- Update to 3.16
PR: 218381
Submitted by: citrin+pr@citrin.ru
Approved by: maintainer
|
Thu, 19 Jan 2017
|
[ 20:50 jhale ]
Update to 3.15
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)
|
Mon, 12 Sep 2016
|
[ 13:01 woodsb02 ]
net/fping: Update to 3.13
- 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)
|
Mon, 23 May 2016
|
[ 20:35 amdmi3 ] (Only the first 10 of 217 ports in this commit are shown above. )
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket
|
Mon, 12 May 2014
|
[ 13:07 ak ]
- Update to 3.10
PR: ports/189476 [1]
PR: ports/189674 [2]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1], Jason Harris
<jharris@widomaker.com> (maintainer) [2]
|
Fri, 28 Feb 2014
|
[ 12:29 jhale ]
- Update to 3.8 [1]
- 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)
|
Mon, 10 Feb 2014
|
[ 17:57 mat ]
Convert to staging.
Sponsored by: Absolight
|
[ 17:30 mat ]
It's already there too.
Pointy hat to: ehaupt and bapt
Sponsored by: Absolight
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
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)
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Sun, 16 Jun 2013
|
[ 21:52 wg ]
net/fping: update to 3.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)
|
Mon, 22 Apr 2013
|
[ 15:44 ak ]
- Add timestamps option (used by netperf-wrapper) [1]
- 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)
|
Mon, 24 Sep 2012
|
[ 09:16 zeising ]
Update net/fping to version 3.4 and point to the new home.
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)
|
Sat, 8 Sep 2007
|
[ 13:31 edwin ]
ports/net/fping patch to add -S source_addr option
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
|
Fri, 23 Mar 2007
|
[ 20:36 pav ]
- Fix fetch: mirror on maintainer's site
PR: ports/110727
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer)
|
Thu, 11 May 2006
|
[ 22:49 edwin ] (Only the first 10 of 270 ports in this commit are shown above. )
Remove USE_REINPLACE from all categories starting with N
|
Wed, 20 Jul 2005
|
[ 02:25 leeym ]
- allow 0 retries [1]
- 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>
|
Mon, 5 Jan 2004
|
[ 20:06 pav ]
- Give maintainership to volunteer
PR: ports/60952
Submitted by: Jason Harris <jharris@widomaker.com>
|
Sat, 25 Oct 2003
|
[ 19:38 krion ]
- Fix build on -current
- Pet portlint
Reported by: bento (kris)
|
Wed, 24 Sep 2003
|
[ 09:37 osa ] (Only the first 10 of 143 ports in this commit are shown above. )
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
Thu, 20 Feb 2003
|
[ 18:51 knu ] (Only the first 10 of 240 ports in this commit are shown above. )
De-pkg-comment.
|
Sun, 7 Jul 2002
|
[ 22:08 anders ]
Update to 2.4b2.
IPv6 support gained.
Master site moved.
Add WWW URL.
|
Sun, 23 Jun 2002
|
[ 06:04 ijliao ] (Only the first 10 of 17 ports in this commit are shown above. )
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39668
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
|
Tue, 30 Apr 2002
|
[ 18:33 obrien ]
Drop maintainership. I don't use this everyday as I once did
|
Sun, 5 Nov 2000
|
[ 22:32 obrien ]
Dynamically set the FreeBSD maintainer.
|
Sun, 27 Aug 2000
|
[ 04:23 obrien ]
Upgrade to version 2.2b1.
|
Number of commits found: 36 |