[Lunar-commits] CVS: moonbase/mail/razor-agents BUILD, 1.4, 1.5 DEPENDS, 1.2, 1.3 DETAILS, 1.9, 1.10

Chad Kittel v3rt1g0 at lunar-linux.org
Sun Dec 19 17:59:01 UTC 2004


Update of /var/cvs/lunar/moonbase/mail/razor-agents
In directory espresso.foo-projects.org:/tmp/cvs-serv25764/razor-agents

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
Version bump.  Added some missing depends on some perl modules.  Build 
errors abound if they are not installed.  Also line-wrapped the long 
description.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/razor-agents/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	19 Sep 2004 10:15:29 -0000	1.4
+++ BUILD	19 Dec 2004 17:58:59 -0000	1.5
@@ -1,7 +1,6 @@
 (
 
   cd $SOURCE_DIRECTORY    &&
-#  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
   perl Makefile.PL        &&
   make                    &&
   make test               &&

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/razor-agents/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	13 Sep 2002 11:18:22 -0000	1.2
+++ DEPENDS	19 Dec 2004 17:58:59 -0000	1.3
@@ -1,2 +1,5 @@
-depends   procmail  &&
-depends   razor-agents-sdk
+depends procmail    &&
+depends URI         &&
+depends Digest-SHA1 &&
+depends Net-DNS     &&
+depends razor-agents-sdk

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/mail/razor-agents/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS	5 Oct 2004 09:30:12 -0000	1.9
+++ DETAILS	19 Dec 2004 17:58:59 -0000	1.10
@@ -1,14 +1,22 @@
           MODULE=razor-agents
-         VERSION=2.61
+         VERSION=2.67
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=$SFORGE_URL/razor/
-   SOURCE_VFY[0]=sha1:3df0fbe2d558415d2d6b939e30bef048b37e9e39
+      SOURCE_URL=$SFORGE_URL/razor/
+      SOURCE_VFY=sha1:851fc2173b367598e2544d1cee30587b87ae5c6c
         WEB_SITE=http://razor.sourceforge.net/
          ENTERED=20020619
-         UPDATED=20040918
+         UPDATED=20041219
       MAINTAINER=csm at moongroup.com
-           SHORT="Vipul's Razor is a distributed, collaborative, spam detection and filtering network."
+           SHORT="A distributed, collaborative, spam detection and filtering network"
 
 cat << EOF
-Vipul's Razor is a distributed, collaborative, spam detection and filtering network. Through user contribution, Razor establishes a distributed and constantly updating catalogue of spam in propagation that is consulted by email clients to filter out known spam. Detection is done with statistical and randomized signatures that efficiently spot mutating spam content. User input is validated through reputation assignments based on consensus on report and revoke assertions which in turn is used for computing confidence values associated with individual signatures. 
+Vipul's Razor is a distributed, collaborative, spam detection and 
+filtering network.  Through user contribution, Razor establishes a
+distributed and constantly updating catalog of spam in propagation
+that is consulted by email clients to filter out known spam. 
+Detection is done with statistical and randomized signatures that 
+efficiently spot mutating spam content.  User input is validated 
+through reputation assignments based on consensus on report and revoke
+assertions which in turn is used for computing confidence values 
+associated with individual signatures. 
 EOF



More information about the Lunar-commits mailing list