pkgsrc/news/inn/PLIST

312 lines
7.4 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.22 2011/09/25 13:58:31 spz Exp $
bin/inews
bin/rnews
include/inn/buffer.h
include/inn/confparse.h
The next minor version of INN. From the release announcement: Major changes from 2.5.0 to 2.5.1 * Fixed a segfault in imap_connection which could occur when SASL was used. * Fixed a segfault in the keyword generation code which was assuming that an article was nul-terminated. Fixed another segfault in the keyword generation code when an article already contained a Keywords: header. Thanks to Nix for the bug reports. * Owing to the US-CERT vulnerability note VU#238019, Cyrus SASL library has slightly changed. imap_connection and nnrpd now handle that change. Otherwise, some answers are too long to be properly computed during SASL exchanges. * Fixed a memory allocation problem which caused nnrpd to die when retrieving via HDR/XHDR/XPAT the contents of an extra overview field absent from the headers of an article. The NEWNEWS command was also affected on very rare cases. Thanks to Tim Woodall for the bug report. * HDR/XHDR/XPAT answers are now robust when the overview database is inconsistent. When the overview schema was modified without the overview database being rebuilt, wrong results could be returned for extra fields (especially a random portion of some other header). The desired header name is now explicitly searched for in the overview information. * Fixed the source which is logged to the news log file for local postings when the local server is not listed in incoming.conf. A wrong name was used, taken amongst known peers. The source is now logged as "localhost". * Fixed a bug in the timecaf storage method: only the first 65535 articles could be retrievable in a CAF, though everything was properly stored. (A Crunched Article File contains all the articles that arrive to the news server during 256 seconds.) The storage token now uses 4 bytes to store the article sequence number for timecaf, instead of only 2 bytes. Thanks to Kamil Jonca for the bug report and also the patch. * Fixed a bug in both timecaf and timehash which prevented them from working on systems where short ints were not 16-bit integers. * When there is not enough space to write an entire CAF header, the timecaf storage manager now uses a larger blocksize. On 32-bit systems, the CAF header is about 300 bytes, leaving about 200 bytes for the free bitmap index (the remaining of a 512-byte blocksize). On 64-bit systems, the size of the CAF header could exceed 512 bytes, thus leaving no room for the free bitmap index. A 1 KB blocksize is then used, or a larger size if need be. * A new CNFS version has been introduced by Miquel van Smoorenburg in the CNFS header. CNFSv4 uses 4 KB blocks instead of 512 bytes, which more particularly makes writes faster. CNFSv4 supports files/partitions up to 16 TB with a 4 KB blocksize. Existing CNFS buffers are kept unchanged; only new CNFS buffers are initialized with that new version. * grephistory -l now returns the contents of the expires history field as well as the hash of the message-ID. Besides, when the storage API token does not exist, grephistory -v now also returns the hash of the requested message-ID. * The check on cancel messages when *verifycancels* is set to true in inn.conf has been changed to verify that at least one newsgroup in the cancel message can be found in the article to be cancelled. This new feature is from Christopher Biedl. The previous behaviour was to check whether the cancel message is from the same person as the original post, which is extremely easy to spoof; besides, RFC 5537 (USEPRO) mentions that "cancel control messages are not required to contain From: and Sender: header fields matching the target message. This requirement only encouraged cancel issuers to conceal their identity and provided no security". * The way the "/remember/" line in expire.ctl works has changed. History retention for an article was done according to its original arrival time; it is now according to its original posting date. Otherwise, unnecessary data may be kept too long in the history file. To achieve that, the HISremember() function in history API now expects a fourth parameter: the article posting time. Note that article expiration has not changed and is still based on arrival time, unless the -p flag is passed to expire or expireover, in which case posting time is used. * The default value for "/remember/" has changed from 10 to 11 because it should be one more than the *artcutoff* parameter in inn.conf, so that articles posted one day into the future are properly retained in history. * auth_krb5 has been rewritten by Russ Allbery to use modern Kerberos APIs. Note that using ckpasswd with PAM support and a Kerberos PAM module instead of this authenticator is still recommended. * A new -L flag has been added by Jonathan Kamens to makehistory so as to specify a load average limit. If the system load average exceeds the specified limit, makehistory sleeps until it goes below the limit. * As UTF-8 is the default character set in RFC 3977, "ctlinnd pause", "ctlinnd readers", "ctlinnd reject", "ctlinnd reserve", "ctlinnd throttle" and "nnrpd -r" commands now require the given reason to be encoded in UTF-8, so that it can be properly sent to news readers. The creator's name given to "ctlinnd newgroup" is also expected to be encoded in UTF-8. * The output of consistency checks for article storage and the history file no longer appears by default when "cnfsstat -a" is used. A new -v flag has been added to cnfsstat so as to see it. * The default path for TLS certificates has changed from *pathnews*/lib to *pathetc*. It only affects new INN installations or generations of certificates with "make cert". Besides, a default value has been added to *tlscapath* because it is required by nnrpd when TLS is used. * gzip(1) is now the default UUCP batcher in send-uucp instead of compress(1) because gzip is more widely available than compress, due to old patent issues. Note that there is no impact on decompression as it is handled by rnews. * cnfsheadconf now uses the Perl core module "Math::BigInt" rather than the deprecated bigint.pl library. When used without specifying a CNFS buffer, it now properly displays the status of all CNFS buffers.
2009-12-16 23:10:25 +01:00
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
${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
Update "inn" package to version 2.3.2. Changes since version 2.3.1: - innxmit can again handle regular filenames as input as well as storage API tokens (allowing it to be used to import an old traditional spool). - Several problems with tagged-hash history files have been fixed thanks to the debugging efforts of Andrew Gierth and Sang-yong Suh. - A very long-standing (since INN 1.0!) NNTP protocol bug in nnrpd was fixed. The response to an ARTICLE command retrieving a message by message ID should have the message ID as the third word of the response, not the fourth. Fixing this is reported to *possibly* cause problems with some Netscape browsers, but other news servers correctly follow the protocol. - Some serious performance problems with expiration of tradspool should now be at least somewhat alleviated. tradspool and timehash now know how to output file names for removal rather than tokens, and fastrm's ability to remove regular files has been restored. This should bring expiration times for tradspool back to within a factor of two of pre-storage-API expiration times. - An item that was actually changed in 2.3.0 but wasn't noted in NEWS when it should have been: Users can no longer post articles containing Approved: headers to moderated groups by default; they must be specifically given that permission with the access: parameter in readers.conf. See the man page for more details. - Added a sample subscriptions file and documentation for it and innmail. The changes required for this update were contributed by Bernd Ernesti in PR pkg/13299.
2001-07-10 18:02:12 +02:00
man/man1/fastrm.1
man/man1/getlist.1
man/man1/grephistory.1
man/man1/inews.1
man/man1/innconfval.1
man/man1/innfeed.1
Update "inn" package to version 2.3.2. Changes since version 2.3.1: - innxmit can again handle regular filenames as input as well as storage API tokens (allowing it to be used to import an old traditional spool). - Several problems with tagged-hash history files have been fixed thanks to the debugging efforts of Andrew Gierth and Sang-yong Suh. - A very long-standing (since INN 1.0!) NNTP protocol bug in nnrpd was fixed. The response to an ARTICLE command retrieving a message by message ID should have the message ID as the third word of the response, not the fourth. Fixing this is reported to *possibly* cause problems with some Netscape browsers, but other news servers correctly follow the protocol. - Some serious performance problems with expiration of tradspool should now be at least somewhat alleviated. tradspool and timehash now know how to output file names for removal rather than tokens, and fastrm's ability to remove regular files has been restored. This should bring expiration times for tradspool back to within a factor of two of pre-storage-API expiration times. - An item that was actually changed in 2.3.0 but wasn't noted in NEWS when it should have been: Users can no longer post articles containing Approved: headers to moderated groups by default; they must be specifically given that permission with the access: parameter in readers.conf. See the man page for more details. - Added a sample subscriptions file and documentation for it and innmail. The changes required for this update were contributed by Bernd Ernesti in PR pkg/13299.
2001-07-10 18:02:12 +02:00
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/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.news.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
Update "inn" package to version 2.3.2. Changes since version 2.3.1: - innxmit can again handle regular filenames as input as well as storage API tokens (allowing it to be used to import an old traditional spool). - Several problems with tagged-hash history files have been fixed thanks to the debugging efforts of Andrew Gierth and Sang-yong Suh. - A very long-standing (since INN 1.0!) NNTP protocol bug in nnrpd was fixed. The response to an ARTICLE command retrieving a message by message ID should have the message ID as the third word of the response, not the fourth. Fixing this is reported to *possibly* cause problems with some Netscape browsers, but other news servers correctly follow the protocol. - Some serious performance problems with expiration of tradspool should now be at least somewhat alleviated. tradspool and timehash now know how to output file names for removal rather than tokens, and fastrm's ability to remove regular files has been restored. This should bring expiration times for tradspool back to within a factor of two of pre-storage-API expiration times. - An item that was actually changed in 2.3.0 but wasn't noted in NEWS when it should have been: Users can no longer post articles containing Approved: headers to moderated groups by default; they must be specifically given that permission with the access: parameter in readers.conf. See the man page for more details. - Added a sample subscriptions file and documentation for it and innmail. The changes required for this update were contributed by Bernd Ernesti in PR pkg/13299.
2001-07-10 18:02:12 +02:00
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/innbind.8
man/man8/inncheck.8
man/man8/innd.8
man/man8/inndf.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/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/prunehistory.8
man/man8/radius.8
man/man8/rc.news.8
man/man8/scanlogs.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
2008-12-21 17:00:04 +01:00
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
2008-12-21 17:00:04 +01:00
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/innwatch.ctl
share/examples/inn/localgroups
share/examples/inn/moderators
share/examples/inn/motd.news
share/examples/inn/news2mail.cf
share/examples/inn/newsfeeds
share/examples/inn/newsgroups.minimal
2008-12-21 17:00:04 +01:00
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
Update "inn" package to version 2.3.2. Changes since version 2.3.1: - innxmit can again handle regular filenames as input as well as storage API tokens (allowing it to be used to import an old traditional spool). - Several problems with tagged-hash history files have been fixed thanks to the debugging efforts of Andrew Gierth and Sang-yong Suh. - A very long-standing (since INN 1.0!) NNTP protocol bug in nnrpd was fixed. The response to an ARTICLE command retrieving a message by message ID should have the message ID as the third word of the response, not the fourth. Fixing this is reported to *possibly* cause problems with some Netscape browsers, but other news servers correctly follow the protocol. - Some serious performance problems with expiration of tradspool should now be at least somewhat alleviated. tradspool and timehash now know how to output file names for removal rather than tokens, and fastrm's ability to remove regular files has been restored. This should bring expiration times for tradspool back to within a factor of two of pre-storage-API expiration times. - An item that was actually changed in 2.3.0 but wasn't noted in NEWS when it should have been: Users can no longer post articles containing Approved: headers to moderated groups by default; they must be specifically given that permission with the access: parameter in readers.conf. See the man page for more details. - Added a sample subscriptions file and documentation for it and innmail. The changes required for this update were contributed by Bernd Ernesti in PR pkg/13299.
2001-07-10 18:02:12 +02:00
share/examples/inn/subscriptions
share/examples/rc.d/innd