Subject: CVS commit: pkgsrc/sysutils/bsdfetch
From: Paolo Vincenzo Olivo
Date: 2023-01-16 14:08:43
Message id: 20230116130843.7F2FEFA90@cvs.NetBSD.org

Log Message:
sysutils/bsdfetch: update to bsdfetch-1.1.1

bugfix release:
 * get_uptime(): eliminate compiler's warning on armv6 arch.
 	According to man sysctlbyname(3) populates struct timeval instead of
 	struct timpespec for KERN_BOOTTIME

 	On armv6 architecure long has 4 bytes length but time_t has 8, so
 	clang compiler generates warning about integer precision loss. Use
 	explicit cast

Files:
RevisionActionfile
1.4modifypkgsrc/sysutils/bsdfetch/Makefile
1.4modifypkgsrc/sysutils/bsdfetch/distinfo
1.1addpkgsrc/sysutils/bsdfetch/patches/patch-Makefile