[BACK]Return to PLIST CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / news / inn

File: [cvs.NetBSD.org] / pkgsrc / news / inn / PLIST (download)

Revision 1.23, Thu Aug 23 19:00:41 2012 UTC (11 years, 7 months ago) by spz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.22: +18 -3 lines

Update from 2.5.2 to 2.5.3 (fixes CVE-2011-0411).

While we are touching it, fix PR/45986 with the patch supplied therein
(thanks)

Changes from 2.5.2 to 2.5.3:

  * When HDR/XHDR/XPAT were used on a new article coming into a newsgroup,
    requesting a header not present in the overview database, the first
    subsequent OVER/XOVER command did not show that article.  A remap of
    the overview data file was missing in nnrpd.  Thanks to Sam
    Varshavchik for the bug report.

  * When a header field appeared more than once in an article, it was
    missing from the overview data.  OVER/XOVER, as well as HDR/XHDR/XPAT
    using the overview, were therefore returning an empty field.  The
    content of the first occurrence is now returned, in accordance with
    RFC 3977.

    Perl and Python filters for innd now also properly initialize their
    header variables with the first occurrence of header fields.  (It is
    still the last occurrence for the Perl filter for nnrpd.)

  * Fixed a possible plaintext command injection during the negotiation of
    a TLS layer.  The vulnerability detailed in CVE-2011-0411 affects the
    STARTTLS and AUTHINFO SASL commands.  nnrpd now resets its read buffer
    upon a successful negotiation of a TLS layer.  It prevents malicious
    commands, sent unencrypted, from being executed in the new encrypted
    state of the session.

  * Fixed a regression that occurred in INN 2.5.0 when leading whitespace
    characters have been made significant in header field bodies.  It
    could lead INN to drop articles and throttle itself when running as a
    slave because Xref: header fields generated by other news servers, or
    even INN 2.4.6, could contain (valid) leading whitespace.  Thanks to
    Matija Nalis for having caught this bug.

  * Fixed an invalid 431 response to CHECK commands when innd is paused:
    the message-ID of the article to defer was missing.  Also fixed
    another issue in the messages innd replied; when an error occurred
    during a write on a channel, a trailing extra junk byte was added to
    the reply.  Thanks to River Tarnell for these bug reports.

  * It is now possible to properly generate daily statistics with
    sendinpaths thanks to the new -k and -r flags that permit to control
    the interval of days for processing dump files.  The new -c flag
    permits to send a copy of the generated e-mail to the newsmaster.

    Also fixed an issue with statistics that could be missing or
    duplicated for a couple of days when monthly sent.

    The documentation has been updated and mentions a preferred daily run
    of sendinpaths.  This script is a complete rewrite in Perl, and is
    based on Mohan Kokal's initial work.

  * cnfsheadconf now properly recognizes continuation lines in
    cycbuff.conf, that is to say lines ending with a backslash ("\").
    Thanks to John F. Morse for the bug report.

  * The order of CNFS buffers in a metacycbuff is now properly read and
    written by cnfsheadconf.  There previously was a confusion between
    hexadecimal and decimal values.  Thanks again to John F. Morse.

  * When the -l flag is given to cnfsstat, the cycbuff.conf and
    storage.conf files are now reloaded if they have been modified since
    the previous output of cnfsstat.

  * A single header field line is limited to 998 bytes, per RFC 5536.
    innd was previously accepting, and also generating Xref: header field
    lines, up to 1022 bytes.  Now, nnrpd (acting as an injecting agent)
    rejects articles which contain header field lines whose length exceeds
    998 bytes.  And innd (acting as a relaying or serving agent) no longer
    checks that.

  * nnrpd advertises the COUNTS, DISTRIBUTIONS, MODERATORS, MOTD and
    SUBSCRIPTIONS variants of the LIST command in response to
    CAPABILITIES.  These commands already existed in nnrpd but RFC 6048
    had not yet been published.

  * Add support for LIST MOTD in innd.  Consequently, the motd.news
    configuration file which was previously used only by nnrpd is renamed
    to motd.nnrpd (innupgrade takes care of the rename).  innd uses the
    new motd.innd file in *pathetc* for its message of the day.

  * Fixed an issue at configure time that made INN wrongly assume that
    OpenBSD (4.6) didn't support Unix-domain sockets.  Thanks to Wim Lewis
    for the patch.

  * Fixed an issue on systems which do not have a working flock(2)
    function (Solaris, for instance).  mailpost and pullnews are reported
    not to be usable on such systems.  Many thanks to Dennis Davis for the
    bug report.

    A wrapper around shlock is now called in Perl scripts.  The
    INN::Utils::Shlock module has been added for that use.

  * Fixed an issue in the Python access hook for nnrpd:  it has not been
    working since Python 2.5 on 64-bit platforms, owing to a change to
    Python's C API, using a new Py_ssize_t type definition instead of int.
    Thanks to Raphael Barrois for the patch.

  * Improve the stability of the Perl filters for innd and nnrpd: properly
    save and restore the stack pointer when needed.

  * The Injection-Date: header, when present, is now used by innd and
    makehistory to determine the posting date of an article.  Otherwise,
    the Date: header is used.

  * controlchan now imposes a date cutoff on processing control articles.
    The *artcutoff* parameter set in inn.conf is used.  Otherwise, without
    that cutoff, old control articles could be maliciously reinjected into
    Usenet, and replayed.  (An unsigned Injection-Date: header field could
    be added to an article that only had a Date: header field.)  A new -c
    flag has been added to controlchan to disable the cutoff check, if
    needed (usually when manually invoking the program).

  * nnrpd no longer adds or updates the Path: header field when an article
    is forwarded to a moderator.  It could otherwise lead to rejects at
    injection time when the article was approved by the moderator.

  * The X-Trace: header field was not properly generated when an article
    was locally posted.  The field mentioning the IP address was skipped,
    resulting in a wrong syntax for this header.  The local "127.0.0.1" IP
    address is now used.  Besides, "localhost" is now mentioned instead of
    an obscure "stdin" in injection header fields.

  * Fixed a bug in the frequency innfeed logs its status:  too many
    useless lines were written to news.notice.  Thanks to Florian
    Schlichting for the fix.

  * When unset in innfeed.conf, the *dynamic-method* parameter now
    properly defaults to 3 (instead of 0) and *use-mmap* to false (instead
    of true).  These two values were already the recommended ones in the
    documentation and the sample file.  Note that *use-mmap* is only used
    when innfeed is given file names to send instead of storage API
    tokens, which is a fairly rare use case.

  * innfeed no longer generates an error message (logged in news.err) when
    a parameter is not defined in innfeed.conf.  All the parameters have a
    default value, so there is no need to warn the user if they are not
    present in innfeed.conf.  Thanks to Dieter Stussy for having reported
    this problem.

  * Implement an upper limit to the number of file descriptors innd can
    handle.  At most (FD_SETSIZE-1) file descriptors can be used.  This
    upper limit now overrides any superior number set with *rlimitnofile*
    in inn.conf.  Thanks to Steve Crook for the bug report.

  * A default timeout on outgoing sockets (using NNTPconnect) has been
    added by Florian Schlichting.  For a long time, there have been
    occasional problems with actsync (and probably other programs) that
    would hang until manually killed or restarted.

  * The flag -S has been added to innd by Florian Schlichting.  When used,
    innd reports the errors found in incoming.conf and exits.

  * pullnews no longer stops processing newsgroups when an error occur
    during its run (for instance when a newsgroup mentioned in the
    configuration file is removed from an upstream server).  Besides, it
    can now use authentication when posting to the downstream server.

    A few other minor bugs have been fixed as for the way pullnews counts
    the articles.

  * Fixed the way innreport handles leap years.  It now properly generates
    HTML reports; dates were assumed to be relative to the current year,
    which may break their computation during for instance the whole 2012
    leap year.  Please note that no HTML reports have been lost, and that
    they will appear when INN is updated to this new version.

  * A new parameter has been added to inn.conf to determine whether the
    status file that innd can write out (depending on the value of the
    *status* parameter) is plain text or wrapped in HTML.  It previously
    only was a compile-time option, set to true by default.  Florian
    Schlichting added the *htmlstatus* parameter to provide a configurable
    behaviour.

  * It is now possible to run a script at the end of the execution of
    innshellvars scripts.  If a file named innshellvars.local,
    innshellvars.pl.local or innshellvars.tcl.local is present and
    executable in *pathetc*, then it will be executed by the corresponding
    innshellvars script (respectively shell, INN::Config Perl module, and
    Tcl).  A typical use is to add or override variables.

  * Add support for wire-formatted articles in scanspool.

  * A lot of work on cleaning old perl4-style code has been done by
    Florian Schlichting.

  * inncheck now generates a proper non-zero exit value when errors are
    found, and allows quiet mode with the -q flag.  Florian Schlichting
    has greatly improved this script in many regards, especially with a
    config-syntax parser for incoming.conf, innfeed.conf, readers.conf and
    storage.conf.

  * inncheck now properly finds the boundaries of substituted variables in
    newsfeeds thanks to Alexander Bartolich.

  * docheckgroups no longer uses awk.  On a few systems, the script was
    failing because of the presence of an old version of awk that has a
    limit in the size of the input it can handle.  Processing large
    newsgroups files was consequently impossible.  docheckgroups now uses
    Perl instead of awk, which solves the issue reported by John F. Morse.

  * Other minor bug fixes and documentation improvements.  In particular,
    the *debug-shrinking*, *fast-exit* and *initial-sleep* keys in
    innfeed.conf are now documented.  The function "filter_end()", called
    when Perl filtering is turned off, is also documented for the innd and
    nnrpd Perl filters.

@comment $NetBSD: PLIST,v 1.23 2012/08/23 19:00:41 spz Exp $
bin/inews
bin/rnews
include/inn/buffer.h
include/inn/confparse.h
include/inn/dbz.h
include/inn/defines.h
include/inn/dispatch.h
include/inn/hashtab.h
include/inn/history.h
include/inn/innconf.h
include/inn/inndcomm.h
include/inn/libinn.h
include/inn/list.h
include/inn/md5.h
include/inn/messages.h
include/inn/mmap.h
include/inn/network.h
include/inn/newsuser.h
include/inn/nntp.h
include/inn/options.h
include/inn/ov.h
include/inn/overview.h
include/inn/paths.h
include/inn/qio.h
include/inn/sequence.h
include/inn/storage.h
include/inn/system.h
include/inn/timer.h
include/inn/tst.h
include/inn/utility.h
include/inn/vector.h
include/inn/version.h
include/inn/wire.h
lib/innreport_inn.pm
lib/innshellvars
lib/innshellvars.pl
lib/innshellvars.tcl
lib/libinn.a
lib/libinnhist.a
lib/libstorage.a
lib/perl/INN/Config.pm
lib/perl/INN/Utils/Shlock.pm
${INN_PATHBIN}/actmerge
${INN_PATHBIN}/actsync
${INN_PATHBIN}/actsyncd
${INN_PATHBIN}/archive
${INN_PATHBIN}/auth/passwd/ckpasswd
${INN_PATHBIN}/auth/passwd/radius
${INN_PATHBIN}/auth/resolv/domain
${INN_PATHBIN}/auth/resolv/ident
${INN_PATHBIN}/batcher
${INN_PATHBIN}/buffchan
${INN_PATHBIN}/buffindexed_d
${INN_PATHBIN}/cnfsheadconf
${INN_PATHBIN}/cnfsstat
${INN_PATHBIN}/control/checkgroups.pl
${INN_PATHBIN}/control/ihave.pl
${INN_PATHBIN}/control/newgroup.pl
${INN_PATHBIN}/control/rmgroup.pl
${INN_PATHBIN}/control/sendme.pl
${INN_PATHBIN}/control/sendsys.pl
${INN_PATHBIN}/control/senduuname.pl
${INN_PATHBIN}/control/version.pl
${INN_PATHBIN}/controlbatch
${INN_PATHBIN}/controlchan
${INN_PATHBIN}/convdate
${INN_PATHBIN}/ctlinnd
${INN_PATHBIN}/cvtbatch
${INN_PATHBIN}/docheckgroups
${INN_PATHBIN}/expire
${INN_PATHBIN}/expireover
${INN_PATHBIN}/expirerm
${INN_PATHBIN}/fastrm
${INN_PATHBIN}/filechan
${INN_PATHBIN}/getlist
${INN_PATHBIN}/grephistory
${INN_PATHBIN}/imapfeed
${INN_PATHBIN}/inews
${INN_PATHBIN}/innbind
${INN_PATHBIN}/inncheck
${INN_PATHBIN}/innconfval
${INN_PATHBIN}/innd
${INN_PATHBIN}/inndf
${INN_PATHBIN}/innfeed
${INN_PATHBIN}/innmail
${INN_PATHBIN}/innreport
${INN_PATHBIN}/innstat
${INN_PATHBIN}/innupgrade
${INN_PATHBIN}/innwatch
${INN_PATHBIN}/innxbatch
${INN_PATHBIN}/innxmit
${INN_PATHBIN}/mailpost
${INN_PATHBIN}/makedbz
${INN_PATHBIN}/makehistory
${INN_PATHBIN}/mod-active
${INN_PATHBIN}/news.daily
${INN_PATHBIN}/news2mail
${INN_PATHBIN}/ninpaths
${INN_PATHBIN}/nnrpd
${INN_PATHBIN}/nntpget
${INN_PATHBIN}/nntpsend
${INN_PATHBIN}/ovdb_init
${INN_PATHBIN}/ovdb_monitor
${INN_PATHBIN}/ovdb_server
${INN_PATHBIN}/ovdb_stat
${INN_PATHBIN}/overchan
${INN_PATHBIN}/perl-nocem
${INN_PATHBIN}/pgpverify
${INN_PATHBIN}/procbatch
${INN_PATHBIN}/prunehistory
${INN_PATHBIN}/pullnews
${INN_PATHBIN}/rc.news
${INN_PATHBIN}/rnews
${INN_PATHBIN}/rnews.libexec/bunbatch
${INN_PATHBIN}/rnews.libexec/c7unbatch
${INN_PATHBIN}/rnews.libexec/decode
${INN_PATHBIN}/rnews.libexec/encode
${INN_PATHBIN}/rnews.libexec/gunbatch
${INN_PATHBIN}/scanlogs
${INN_PATHBIN}/scanspool
${INN_PATHBIN}/send-ihave
${INN_PATHBIN}/send-nntp
${INN_PATHBIN}/send-uucp
${INN_PATHBIN}/sendinpaths
${INN_PATHBIN}/sendxbatches
${INN_PATHBIN}/shlock
${INN_PATHBIN}/shrinkfile
${INN_PATHBIN}/signcontrol
${INN_PATHBIN}/simpleftp
${INN_PATHBIN}/sm
${INN_PATHBIN}/tally.control
${INN_PATHBIN}/tdx-util
${INN_PATHBIN}/tinyleaf
${INN_PATHBIN}/writelog
man/man1/convdate.1
man/man1/fastrm.1
man/man1/getlist.1
man/man1/grephistory.1
man/man1/inews.1
man/man1/innconfval.1
man/man1/innmail.1
man/man1/nntpget.1
man/man1/pgpverify.1
man/man1/pullnews.1
man/man1/rnews.1
man/man1/shlock.1
man/man1/shrinkfile.1
man/man1/simpleftp.1
man/man1/sm.1
man/man3/INN::Config.3pm
man/man3/INN::Utils::Shlock.3pm
man/man3/clientlib.3
man/man3/dbz.3
man/man3/inndcomm.3
man/man3/libauth.3
man/man3/libinn.3
man/man3/libinnhist.3
man/man3/libstorage.3
man/man3/list.3
man/man3/qio.3
man/man3/tst.3
man/man3/uwildmat.3
man/man5/active.5
man/man5/active.times.5
man/man5/buffindexed.conf.5
man/man5/control.ctl.5
man/man5/cycbuff.conf.5
man/man5/distrib.pats.5
man/man5/distributions.5
man/man5/expire.ctl.5
man/man5/history.5
man/man5/incoming.conf.5
man/man5/inn.conf.5
man/man5/innfeed.conf.5
man/man5/innwatch.ctl.5
man/man5/localgroups.5
man/man5/moderators.5
man/man5/motd.innd.5
man/man5/motd.news.5
man/man5/motd.nnrpd.5
man/man5/newsfeeds.5
man/man5/newsgroups.5
man/man5/newslog.5
man/man5/nnrpd.track.5
man/man5/nntpsend.ctl.5
man/man5/nocem.ctl.5
man/man5/ovdb.5
man/man5/passwd.nntp.5
man/man5/radius.conf.5
man/man5/readers.conf.5
man/man5/storage.conf.5
man/man5/subscriptions.5
man/man8/actsync.8
man/man8/actsyncd.8
man/man8/archive.8
man/man8/batcher.8
man/man8/buffchan.8
man/man8/ckpasswd.8
man/man8/cnfsheadconf.8
man/man8/cnfsstat.8
man/man8/controlchan.8
man/man8/ctlinnd.8
man/man8/cvtbatch.8
man/man8/docheckgroups.8
man/man8/domain.8
man/man8/expire.8
man/man8/expireover.8
man/man8/expirerm.8
man/man8/filechan.8
man/man8/ident.8
man/man8/imapfeed.8
man/man8/innbind.8
man/man8/inncheck.8
man/man8/innd.8
man/man8/inndf.8
man/man8/innfeed.8
man/man8/innreport.8
man/man8/innstat.8
man/man8/innupgrade.8
man/man8/innwatch.8
man/man8/innxbatch.8
man/man8/innxmit.8
man/man8/inpaths.8
man/man8/mailpost.8
man/man8/makedbz.8
man/man8/makehistory.8
man/man8/mod-active.8
man/man8/news.daily.8
man/man8/news2mail.8
man/man8/ninpaths.8
man/man8/nnrpd.8
man/man8/nntpsend.8
man/man8/ovdb_init.8
man/man8/ovdb_monitor.8
man/man8/ovdb_server.8
man/man8/ovdb_stat.8
man/man8/overchan.8
man/man8/perl-nocem.8
man/man8/procbatch.8
man/man8/prunehistory.8
man/man8/radius.8
man/man8/rc.news.8
man/man8/scanlogs.8
man/man8/scanspool.8
man/man8/send-nntp.8
man/man8/send-uucp.8
man/man8/sendinpaths.8
man/man8/tally.control.8
man/man8/tdx-util.8
man/man8/tinyleaf.8
man/man8/writelog.8
sbin/cnfsstat
sbin/ctlinnd
sbin/innbind
sbin/makehistory
share/doc/inn/CONTRIBUTORS
share/doc/inn/GPL
share/doc/inn/HACKING
share/doc/inn/INSTALL
share/doc/inn/LICENSE
share/doc/inn/NEWS
share/doc/inn/README
share/doc/inn/TODO
share/doc/inn/config-design
share/doc/inn/config-semantics
share/doc/inn/config-syntax
share/doc/inn/external-auth
share/doc/inn/history
share/doc/inn/history-innfeed
share/doc/inn/hook-perl
share/doc/inn/hook-python
share/doc/inn/sample-control
share/examples/inn/active.minimal
share/examples/inn/active.times
share/examples/inn/actsync.cfg
share/examples/inn/actsync.ign
share/examples/inn/buffindexed.conf
share/examples/inn/control.ctl
share/examples/inn/control.ctl.local
share/examples/inn/cycbuff.conf
share/examples/inn/distrib.pats
share/examples/inn/distributions
share/examples/inn/expire.ctl
share/examples/inn/filter/INN.py
share/examples/inn/filter/filter_innd.pl
share/examples/inn/filter/filter_innd.py
share/examples/inn/filter/filter_nnrpd.pl
share/examples/inn/filter/nnrpd.py
share/examples/inn/filter/nnrpd_access.pl
share/examples/inn/filter/nnrpd_access.py
share/examples/inn/filter/nnrpd_auth.pl
share/examples/inn/filter/nnrpd_auth.py
share/examples/inn/filter/nnrpd_dynamic.py
share/examples/inn/filter/startup_innd.pl
share/examples/inn/history
share/examples/inn/incoming.conf
share/examples/inn/inn.conf
share/examples/inn/innfeed.conf
share/examples/inn/innreport.conf
share/examples/inn/innreport.css
share/examples/inn/innshellvars.local
share/examples/inn/innshellvars.pl.local
share/examples/inn/innshellvars.tcl.local
share/examples/inn/innwatch.ctl
share/examples/inn/localgroups
share/examples/inn/moderators
share/examples/inn/motd.innd
share/examples/inn/motd.nnrpd
share/examples/inn/news2mail.cf
share/examples/inn/newsfeeds
share/examples/inn/newsgroups.minimal
share/examples/inn/nnrpd.track
share/examples/inn/nntpsend.ctl
share/examples/inn/nocem.ctl
share/examples/inn/ovdb.conf
share/examples/inn/passwd.nntp
share/examples/inn/radius.conf
share/examples/inn/readers.conf
share/examples/inn/send-uucp.cf
share/examples/inn/storage.conf
share/examples/inn/subscriptions
share/examples/rc.d/innd
@pkgdir ${INN_PATHBIN}/filter
@pkgdir etc/nntp
@pkgdir etc/inn