Subject: CVS commit: pkgsrc/news/leafnode
To: None <pkgsrc-changes@netbsd.org>
From: Chris Pinnock <cjep@netbsd.org>
List: pkgsrc-changes
Date: 02/26/2003 16:00:37
Module Name:	pkgsrc
Committed By:	cjep
Date:		Wed Feb 26 14:00:36 UTC 2003

Modified Files:
	pkgsrc/news/leafnode: Makefile distinfo

Log Message:
Upgrade of news/leafnode to version 1.9.36.

Summary of changes since 1.9.31:
Bug and documentation fixes including:

* fetchnews_check_date.c: Portability: don't pass time_t to
        syslog(...%ld...), sizeof time_t != sizeof long on 64bit FreeBSD,
        reported by Christian Weisgerber <naddy@mips.inka.de>.

* fetchnews_check_date.c: Check for overflow of time difference.
        Paranoia mode, someone needs to hose his clock by at least 68 years
        to run into this.

* miscutil.c, TODO: Change to spooldir at the end of initvars()
        (after changing uid/gid) to avoid barfing when run from
        misconfigured cron.

* pcre_extract.c: Fix abort when extracting string, introduced with
          previous strlcpy -> xstrlcpy commit.  Reported by Joshua Crawford
        <mortarn@softhome.net> Add debug variable to conditional TEST part
        to use this code standalone.

* fetchnews.c: Several bug fixes

Please see the ChangeLog file in the source distribution for more details.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/news/leafnode/Makefile \
    pkgsrc/news/leafnode/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.