summaryrefslogtreecommitdiff
path: root/mail/p5-razor-agents/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2005-04-20 13:15:53 +0000
committerheinz <heinz>2005-04-20 13:15:53 +0000
commitb97a59933d44dea7472cc779d6093abbbe349be6 (patch)
tree8e65eed3a33f7d2e75e30cffe7aff66b944b74fc /mail/p5-razor-agents/Makefile
parentbad8d13e7ec365fc7571ac96824eb3b0854150fb (diff)
downloadpkgsrc-b97a59933d44dea7472cc779d6093abbbe349be6.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/p5-razor-agents/Makefile')
-rw-r--r--mail/p5-razor-agents/Makefile6
1 files changed, 2 insertions, 4 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/}