pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/icsi-finger
Module Name: pkgsrc
Committed By: is
Date: Tue Jan 18 12:28:25 UTC 2011
Modified Files:
pkgsrc/net/icsi-finger: Makefile distinfo
Added Files:
pkgsrc/net/icsi-finger/patches: patch-ai patch-aj patch-ak patch-al
patch-am
Log Message:
Fix for 64bit time_t:
- make the packet contain explicit 32bit data for compatibility with
clients on machines with 32bit time_t.
- replace ctime() calls on such changed former time_t values by a
shim that does the translation.
This does not start to work after 2038 yet - that would need a change
of the collection protocol.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/icsi-finger/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/icsi-finger/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/icsi-finger/patches/patch-ai \
pkgsrc/net/icsi-finger/patches/patch-aj \
pkgsrc/net/icsi-finger/patches/patch-ak \
pkgsrc/net/icsi-finger/patches/patch-al \
pkgsrc/net/icsi-finger/patches/patch-am
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index