Subject: CVS commit: pkgsrc/news/suck
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/21/2003 15:46:45
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Feb 21 13:46:45 UTC 2003

Modified Files:
	pkgsrc/news/suck: Makefile PLIST distinfo

Log Message:
Update to 4.3.1.
Extract of changes:
-Q option to specify NNTP authentication via environment variables

Changes to allow it to use SSL.

-i option, to ignore the readonly opening response and try to post
anyway, since inn-2.3, when using authinfo, still sends 201 code
meaning readonly.

do_one_group() - added code for resetcounter
option.  If remote end resets its article numbers
the normal suck response is to ignore the group
and reset the lastread counter to match the current
high counter.  This option tells suck to reset
its lastread counter to the low counter, effectively
causing suck to get all articles for the group, and
use the historydb to check for dupes.
Added low_read option. This option is used in concert
with the maxread option of the sucknewsrc.  Normally
when there is a maxread in the sucknewsrc, suck will
download the newest articles.  This option tells suck
to download instead the oldest articles.

do_articles() - added code for show_group option.
This option will add the name of the current group
to the BPS display as you download the articles.

do_nodownload() - added, this routine allows you
to specifiy Message-IDs to never download.  See the
SUCKNODOWNLOAD section in the man page.

Bugfixes and code cleanups.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/news/suck/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/news/suck/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/news/suck/distinfo

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