summaryrefslogtreecommitdiff
path: root/mail/p5-razor-agents
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2003-04-24 21:42:42 +0000
committerheinz <heinz@pkgsrc.org>2003-04-24 21:42:42 +0000
commit773311f2314f1d2fffe05fb612ad893eed32185f (patch)
tree38bcf18f8e3411f46a36a56b0dca590ac98e7c42 /mail/p5-razor-agents
parenteb459d9ad36002f0dcec489d0a404aa6cbbd1d56 (diff)
downloadpkgsrc-773311f2314f1d2fffe05fb612ad893eed32185f.tar.gz
Update to current Razor2 release.
======== Changes since v 2.14 ========================================= 2.22 (Nov 21 2002) * Turned off verbose logging in ehash that was left on by mistake. [vipul] * Some user contributed additions to the FAQ. 2.21 (Nov 19 2002) * Ephemeral Hash reverts to the entire content when both sections are composed of whitespace. This makes a certain type of false positives go away. [vipul] * Razor2::Client::Core skips whitespace only message parts. [vipul] * DebugLevel 15 prints out the content after preprocessing, just before the signatures are computed. [vipul] 2.20 (Oct 15, 2002) (First Stable Version) * If log file isn't writable for whatever reason, we write logs to /dev/null. [vipul] * We look for stray "\r"'s in the split_mime function. Thanks to Jim <jim@ironchicken.org> for pointing this out. [vipul] * Added a significantly faster XS version of deHTML code. [vipul] * Made ::Agent taint friendly. [vipul] * Added support for passing an already open filehandle to "::Agent::checkit()" and "::Agent::parse_mbox()" [vipul] * Made logic_method 4 the default. [vipul] * Added Razor2::Syslog to the package. [vipul]
Diffstat (limited to 'mail/p5-razor-agents')
-rw-r--r--mail/p5-razor-agents/Makefile4
-rw-r--r--mail/p5-razor-agents/distinfo8
-rw-r--r--mail/p5-razor-agents/patches/patch-aa6
3 files changed, 9 insertions, 9 deletions
diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile
index df1c50c279e..a803a9499cb 100644
--- a/mail/p5-razor-agents/Makefile
+++ b/mail/p5-razor-agents/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2003/02/17 15:28:02 dillo Exp $
+# $NetBSD: Makefile,v 1.6 2003/04/24 21:42:42 heinz Exp $
-DISTNAME= razor-agents-2.14
+DISTNAME= razor-agents-2.22
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ra
CATEGORIES= mail
diff --git a/mail/p5-razor-agents/distinfo b/mail/p5-razor-agents/distinfo
index 17c68f6b5de..e982b0a54eb 100644
--- a/mail/p5-razor-agents/distinfo
+++ b/mail/p5-razor-agents/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2002/10/06 04:10:24 heinz Exp $
+$NetBSD: distinfo,v 1.3 2003/04/24 21:42:42 heinz Exp $
-SHA1 (razor-agents-2.14.tar.gz) = e3cde67899908d79b8c2d8ed082902d6e3346f35
-Size (razor-agents-2.14.tar.gz) = 59890 bytes
-SHA1 (patch-aa) = a00a3831b7f912804490921e5e34a477ba033238
+SHA1 (razor-agents-2.22.tar.gz) = 0b802112741c292a4dc7e9b3bb7c140f868a18cb
+Size (razor-agents-2.22.tar.gz) = 76222 bytes
+SHA1 (patch-aa) = f0e609a825c841b76114cca872a07e514f2928bf
diff --git a/mail/p5-razor-agents/patches/patch-aa b/mail/p5-razor-agents/patches/patch-aa
index 031862fc1a4..4b59abdef95 100644
--- a/mail/p5-razor-agents/patches/patch-aa
+++ b/mail/p5-razor-agents/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1 2002/10/06 04:10:25 heinz Exp $
+$NetBSD: patch-aa,v 1.2 2003/04/24 21:42:43 heinz Exp $
---- Makefile.PL.orig Thu Jul 25 23:09:31 2002
+--- Makefile.PL.orig Wed Oct 16 00:49:34 2002
+++ Makefile.PL
-@@ -126,7 +126,7 @@
+@@ -127,7 +127,7 @@
$inherited =~ s/(\$\(INSTALLMAN1DIR\))/$1$man5/gm;
$inherited =~ s/install :: all pure_install doc_install/install :: all pure_install doc_install install_razor_agents/;