pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-razor-agents Update to version 2.67



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1886e8639e1d
branches:  trunk
changeset: 492843:1886e8639e1d
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Apr 20 13:15:53 2005 +0000

description:
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:

 mail/p5-razor-agents/Makefile |  6 ++----
 mail/p5-razor-agents/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 855f3548704f -r 1886e8639e1d mail/p5-razor-agents/Makefile
--- a/mail/p5-razor-agents/Makefile     Wed Apr 20 13:11:18 2005 +0000
+++ b/mail/p5-razor-agents/Makefile     Wed Apr 20 13:15:53 2005 +0000
@@ -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 -r 855f3548704f -r 1886e8639e1d mail/p5-razor-agents/distinfo
--- a/mail/p5-razor-agents/distinfo     Wed Apr 20 13:11:18 2005 +0000
+++ b/mail/p5-razor-agents/distinfo     Wed Apr 20 13:15:53 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index