diff options
author | heinz <heinz> | 2003-12-01 00:24:15 +0000 |
---|---|---|
committer | heinz <heinz> | 2003-12-01 00:24:15 +0000 |
commit | bd9d57817d92157845459de9f7de503b7542dd29 (patch) | |
tree | 0bb8e17d0f0b1b8ca7c61aaba582ab0dd5142cb3 /mail/p5-razor-agents/Makefile | |
parent | a5a5a0810eb54023caa02dba28038afaaf0f6489 (diff) | |
download | pkgsrc-bd9d57817d92157845459de9f7de503b7542dd29.tar.gz |
New version 2.36. It'a leaf package and 2.36 fixes a build problem Grant
Beattie encountered on Linux.
Relevant changes sinc 2.22:
o Better compatibility of Makefile.PL with new MakeMaker
o C Code compiles with C compilers other than GCC.
o Detect and skip body parts that only contain MIME headers.
o Fixed a bug where razor-check would terminate prematurely
on messages for which it could not compute a signature.
o Introduced SOCKS support. Net::SOCKS is required in
order to use SOCKS. Specify socks_server in the config file.
o Fixed a bug where the MIME boundary was being spuriously set
in certain cases.
o A bug in the selection of zone prefixes in bootstrap
discovery was fixed.
o Razorhome is gleaned from the config file passed to
razor-agents, if all else fails. "razor-report
-conf=/etc/razor/razor.conf spam" will use /etc/razor
as its home if no other home is found (eg in
$HOME/.razor). To force a particular Razorhome value,
use the -home=path option.
o Force bootstrap discovery when all discovery servers are
unavailable. This fixes a bug where by razor-agents would
try to connect to the old Razor2 discovery server found in
servers.discovery.lst.
Diffstat (limited to 'mail/p5-razor-agents/Makefile')
-rw-r--r-- | mail/p5-razor-agents/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile index f3ad967fc4e..0db504f1eee 100644 --- a/mail/p5-razor-agents/Makefile +++ b/mail/p5-razor-agents/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.12 2003/10/07 23:20:43 heinz Exp $ +# $NetBSD: Makefile,v 1.13 2003/12/01 00:24:15 heinz Exp $ -DISTNAME= razor-agents-2.22 +DISTNAME= razor-agents-2.36 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= # empty SVR4_PKGNAME= p5ra CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/} -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= heinz-p5ra@NetBSD.org HOMEPAGE= http://razor.sourceforge.net/ COMMENT= Distributed and collaborative spam detection network |