diff options
author | heinz <heinz@pkgsrc.org> | 2005-04-20 13:15:53 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2005-04-20 13:15:53 +0000 |
commit | 2a4c4e329d7e0ab353de0dd34257fc657669c53f (patch) | |
tree | 8e65eed3a33f7d2e75e30cffe7aff66b944b74fc /mail | |
parent | aff7155014d30bd94333ab74ad9c51bacdaeda7d (diff) | |
download | pkgsrc-2a4c4e329d7e0ab353de0dd34257fc657669c53f.tar.gz |
Update to version 2.67
This also fixes PR pkg/29991.
--
Changes since 2.40:
===================
2.67 (December 03, 2004)
+ This is a patch release that fixes a bug in the
Whiplash signature scheme. The bug was in the new code
added to support canonicalization of domains. It
caused the signature algorithm to generate no signa-
tures on valid content.
2.66 (December 02, 2004)
+ Introduced support for country domain canonicalization
in the Whiplash signature scheme. This means domains
like foo.co.uk would be extracted correctly by
Whiplash. This change affords a considerable improve-
ment in accuracy.
+ Modified the revocation logic to do signature-only
communications with the server. All versions of
razor-agents prior to this sent the entire message on
razor-revoke, and even though the backend would drop
the messages after computing signatures, this entailed
a privacy risk. From this version on razor-agents will
_never_ send the contents of a revoked message to the
backend servers.
+ Fixed a bug in "se" (supported engines) computation,
which was broken when the "se" mask was larger than 8
bits. This would sometimes disable the use of engine 4
(ehash). This fix would also afford an increase in
accuracy due to ehash being used everytime.
+ Fixed a bug in report by message. Version 2.61 would
drop MIME headers on certain spam messages which would
cause the backend to ignore these messages as mal-
formed.
2.61 (July 06, 2004)
+ Introduced the Whiplash signature scheme. Whiplash
signatures are based on canonical domain names present
in URLs embedded in spam messages. A Whiplash signa-
ture is also a function of the length of the spam mes-
sage. It's important to note that not all whiplashes
are used as classifiers. The Whiplash engine is aug-
mented by sophesticated logic on the Razor2 backend to
select the Whiplashes that are used to filter spam.
+ Fixed a bug in MIME parser whereby some broken MIME
mails were invisible to the system. [Bug #788723]
+ We override the "use_engines" parameter in the config
file because this version supports different engines
but leaves the config file untouched. [Bug #984374]
+ Engine 1 support completely removed. Engine 1 was a
signature scheme compatible with the old razor v1 sig-
natures, which is no longer supported on the backend.
[Bug #975490]
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-razor-agents/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-razor-agents/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile index fb6aac35ecb..97f33fff726 100644 --- a/mail/p5-razor-agents/Makefile +++ b/mail/p5-razor-agents/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:22 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/04/20 13:15:53 heinz Exp $ -DISTNAME= razor-agents-2.40 +DISTNAME= razor-agents-2.67 PKGNAME= p5-${DISTNAME} -PKGREVISION= # empty SVR4_PKGNAME= p5ra -PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/} diff --git a/mail/p5-razor-agents/distinfo b/mail/p5-razor-agents/distinfo index 7cb1ea595b8..b11c43bc6d9 100644 --- a/mail/p5-razor-agents/distinfo +++ b/mail/p5-razor-agents/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2005/02/24 09:59:26 agc Exp $ +$NetBSD: distinfo,v 1.9 2005/04/20 13:15:53 heinz Exp $ -SHA1 (razor-agents-2.40.tar.gz) = 90ba50b88d58272282f4a8277c752eabef319873 -RMD160 (razor-agents-2.40.tar.gz) = e35784f91f1bc7ba32e4084e2fd041039a5c5eb4 -Size (razor-agents-2.40.tar.gz) = 79800 bytes +SHA1 (razor-agents-2.67.tar.gz) = 851fc2173b367598e2544d1cee30587b87ae5c6c +RMD160 (razor-agents-2.67.tar.gz) = 9265ff5979f07c675b2e9e45ab96512e408fa859 +Size (razor-agents-2.67.tar.gz) = 86705 bytes SHA1 (patch-aa) = ec38be16b99dcc5324f813957a82949938f42a11 |