Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden). Existing SHA1
digests retained for now as an audit trail.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Changes:
both.c - sgetline() - changes to fix SSL bug with the select,
connect_to_nntphost() - add code to handle
host:port syntax. This fix also allows you to
specify a port number for the local host.
suck.c - to handle SIGINT in addition to SIGTERM,
build_command() fix in potential buffer overflow
testhost.c - added -Q option, to allow user to specify
NNTP authentiation via env variables.
And other bug fixes.
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.