fido7.*
hierarchy).rc.news
for the existence of the pathrun
directory. INN won't start until this directory is writable. Previously, it bailed out quickly after starting, without clear logs about why it failed.make -j
. Thanks to Richard Kettlewell for the patch.nnrpd
now properly gathers timer statistics when a compression layer is active.nnrpd
now properly discards data received from a news client after a timeout when a TLS layer is active. It previously tried to read incoming data before closing the socket, leading to decoding errors from an underlying compression or SASL layer.innfeed
and ovdb_stat
now generate status reports in valid HTML syntax.tlscertfile
parameter in inn.conf now permits the use of a complete certificate chain, instead of necessarily having to use tlscafile
for additional certificates.inn.conf
default value for tlsprotocols
no longer contains TLS versions 1.0 and 1.1, which have been deprecated by RFC 8996.inn.conf
parameter has been added to tune the length of the queue of pending connections to innd
, nnrpd
and the ovdb
overview storage method: the maxlisten
parameter now permits configuring their listen backlog, whose previously hard-coded values were 128 for nnrpd
and 25 for the others, which was not high enough for some uses.
The default value is now 128 for all of them, and configurable in inn.conf
. Thanks to Kevin Bowling for the patch.libinn(3)
are now prefixed with libinn_
so as not to consume namespace and conflict with other packages (notably, the list(3)
and uwildmat(3)
man pages are now named libinn_list(3)
and libinn_uwildmat(3)
).Please login to add feedback.
This update has been submitted for testing by rathann.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.