diff options
author | heinz <heinz@pkgsrc.org> | 2003-12-01 00:24:15 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2003-12-01 00:24:15 +0000 |
commit | 0dd272694ee846cc2271e6ea433275eb2a31d6e2 (patch) | |
tree | 0bb8e17d0f0b1b8ca7c61aaba582ab0dd5142cb3 /mail/p5-razor-agents/patches/patch-ab | |
parent | 884165f2a0da807907d7fe154a4964c0d27a4276 (diff) | |
download | pkgsrc-0dd272694ee846cc2271e6ea433275eb2a31d6e2.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/patches/patch-ab')
-rw-r--r-- | mail/p5-razor-agents/patches/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/p5-razor-agents/patches/patch-ab b/mail/p5-razor-agents/patches/patch-ab index eee3d6922f3..0ae2f8f213b 100644 --- a/mail/p5-razor-agents/patches/patch-ab +++ b/mail/p5-razor-agents/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1 2003/09/27 13:20:25 heinz Exp $ +$NetBSD: patch-ab,v 1.2 2003/12/01 00:24:15 heinz Exp $ ---- lib/Razor2/Client/Agent.pm.orig Wed Nov 20 01:26:05 2002 +--- lib/Razor2/Client/Agent.pm.orig Wed May 7 02:00:38 2003 +++ lib/Razor2/Client/Agent.pm -@@ -969,6 +969,7 @@ sub loadservercache { +@@ -981,6 +981,7 @@ sub loadservercache { my @fns; if (opendir D,$self->{razorhome}) { @fns = map "$self->{razorhome}/$_", grep /^server\.[\S]+\.conf$/, readdir D; |