Subject: CVS commit: pkgsrc/time/dateutils
From: Adam Ciarcinski
Date: 2023-06-26 17:29:56
Message id: 20230626152956.6CE0EFA89@cvs.NetBSD.org

Log Message:
dateutils: updated to 0.4.10

v0.4.10
do not resort to daisy sequences when incomplete dates are present
upon end-of-buffer finalise the last line
let --empty-mode|-E and --sed-mode|-S play nicely together
adapt CLI behaviour of strptime(1) to the other tools

v0.4.9
allow to specify epochs in nanoseconds, %s%N
fix nanosecond arithmetic
make cross-compilations easier
mention default timezone

v0.4.8
be symmetric about differences, A - B := -(B - A) for A < B
fix security issue when reading TZMAP_DIR from environment
fix printing of negative 0 (-0)
fix issue with tzdata transitions in files with leap second
adjustments that are now cut off at expiration time

v0.4.7
strptime mimics return code behaviour of dateconv
use unsigned arithmetic for leap second conversion
fix up ymds before adding days or business days
drain prchunk if filled with many small lines

Files:
RevisionActionfile
1.14modifypkgsrc/time/dateutils/Makefile
1.5modifypkgsrc/time/dateutils/PLIST
1.14modifypkgsrc/time/dateutils/distinfo
1.1removepkgsrc/time/dateutils/patches/patch-Makefile.am
1.1removepkgsrc/time/dateutils/patches/patch-Makefile.in
1.1removepkgsrc/time/dateutils/patches/patch-build-aux_yuck.c
1.4removepkgsrc/time/dateutils/patches/patch-configure