summaryrefslogtreecommitdiff
path: root/mbone/dbeacon
AgeCommit message (Collapse)AuthorFilesLines
2015-11-02Add SHA512 digests for distfiles for mbone categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-09-07Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manualjperkin1-3/+1
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
2015-07-01It looks like we need another round of changes to get_timestamp(),he3-18/+22
this time from using gettimeofday() to using cloc_gettime(CLOCK_MONOTONIC), to avoid the effects of UTC leap second insertion which IIUC steps the system clock back one second, and will cause the single assert() in dbeacon.cpp to fire. Unfortunately, my core dump was incomplete due to a full root file system... PKGREVISION bumped.
2015-01-13Re-do the get_timestamp() patch to instead of calling times() usehe3-17/+27
gettimeofday() directly. With a 32-bit clock_t and a 100Hz tick, times() will wrap once every 497 days if my math isn't too far off, and this will land us in an assert() in dbeacon and with a core dump. So instead use gettimeofday() and save 2 x getrusage() per earlier times() call. Retain some protection against gettimeofday() failing. Bump PKGREVISION.
2014-12-09It can happen that times() returns ((uint32_t)-1). If that happens,he6-16/+97
retry a limited number of times, and log the events. Export log() from the main program for use in dbeacon_posix.cpp. Fix the matrix.pl script since qw() no longer acts as parenteses, so add some of our own where called for. Bump PKGREVISION.
2014-10-06Rename the old patch-aa patch to patch-dbeacon.cpp.he4-5/+74
Add a patch for the matrix.pl script to quiet newer perl versions. Fix the pointer to the sixxs flags, as asked for in 2010(!) Bump PKGREVISION.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-08-26Fix pidfile option handling (in configuration file case).seb3-3/+39
Bump PKGREVISION to 1.
2008-08-26Initial import of dbeacon version 0.3.9.1 in the NetBSD Packagesseb4-0/+62
Collection. dbeacon is a Multicast Beacon written in C++. The main purpose of a beacon is to monitor other beacon's reachability and collect statistics such as loss, delay and jitter between beacons. dbeacon supports both IPv4 and IPv6 multicast, collecting information via ASM and SSM. dbeacon was originally only IPv6 capable, designed to be used in the m6bone.