Subject: CVS commit: pkgsrc/mbone/dbeacon
From: Havard Eidnes
Date: 2015-07-01 11:22:20
Message id: 20150701092220.D710198@cvs.netbsd.org

Log Message:
It looks like we need another round of changes to get_timestamp(),
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.

Files:
RevisionActionfile
1.7modifypkgsrc/mbone/dbeacon/Makefile
1.6modifypkgsrc/mbone/dbeacon/distinfo
1.3modifypkgsrc/mbone/dbeacon/patches/patch-dbeacon__posix.cpp