diff options
author | tron <tron> | 2002-07-06 15:04:57 +0000 |
---|---|---|
committer | tron <tron> | 2002-07-06 15:04:57 +0000 |
commit | 12d2f296f97811a46e3188e97a2336c3dc5abde8 (patch) | |
tree | d33a60f35d8d19c08905785c403c378c7b69158b /news/inn/patches/patch-ag | |
parent | a30640857f1f64f4e01fac62f48eb053fa331614 (diff) | |
download | pkgsrc-12d2f296f97811a46e3188e97a2336c3dc5abde8.tar.gz |
Update "inn" package to version 2.3.3. Changes since version 2.3.2:
- pgpverify now supports using GnuPG to check signatures (rather than
PGP) without the pgpgpg wrapper. GnuPG can check both old-style RSA
signatures and new OpenPGP signatures and is recommended over PGP 2.6.
If you have GnuPG installed, pgpverify will use it rather than PGP,
which means that you may have to create a new key ring for GnuPG to
use to verify signatures if you were previously using PGP.
- An item that was noted in NEWS below but was inadvertently left out of
nnrpd has actually been added this time: 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.
- Two bugs in repacking overview index files and a reliability bug with
writing overview data were all fixed in the tradindexed overview
method, hopefully making it somewhat more reliable, particularly for
makehistory.
- If rc.news.local exists in the INN binary directory, it will be run
with the start or stop argument whenever rc.news is run. This is
available as a hook for local startup and shutdown code.
- The default history table hash sizes were increased because a
too-small value can cause serious performance problems (whereas a
too-large hash just wastes a bit of disk space).
- The sample control.ctl file has been extensively updated.
- Wildmat exclusions (@ and !) should now work properly in storage.conf
newsgroup patterns.
- The implementation of the -w flag for expireover was fixed;
previously, the value given to -w to change expireover's notion of the
current time was scaled by too much.
- Various other more minor bug fixes, standards compliance fixes, and
documentation improvements.
Diffstat (limited to 'news/inn/patches/patch-ag')
-rw-r--r-- | news/inn/patches/patch-ag | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/news/inn/patches/patch-ag b/news/inn/patches/patch-ag index 6ce4d4c4c78..2b64118b0e1 100644 --- a/news/inn/patches/patch-ag +++ b/news/inn/patches/patch-ag @@ -1,13 +1,13 @@ -$NetBSD: patch-ag,v 1.5 2001/09/12 11:20:57 tron Exp $ +$NetBSD: patch-ag,v 1.6 2002/07/06 15:04:58 tron Exp $ ---- backends/pgpverify.in.orig Thu May 3 22:27:32 2001 -+++ backends/pgpverify.in Wed Sep 12 13:18:32 2001 -@@ -69,7 +69,7 @@ - # GnuPG users should point this to the pgpgpg wrapper. - # If you have INN and the script is able to successfully include you +--- backends/pgpverify.in.orig Mon May 6 08:02:07 2002 ++++ backends/pgpverify.in Sat Jul 6 16:58:05 2002 +@@ -90,7 +90,7 @@ + # Path to pgp binary; for PGP 5.0, set the path to the pgpv binary. + # If you have INN and the script is able to successfully include your # innshellvars.pl file, the value of $inn::pgp will override this. -$pgp = '/usr/local/bin/pgp'; +$pgp = '@_PATH_PGP@'; - # if you keep your keyring somewhere that is not the default used by pgp, - # uncomment the next line and set appropriately. + # If you keep your keyring somewhere that is not the default used by pgp, + # uncomment the next line and set appropriately. If you have INN and the |