ports/120037: [maintainer update] update to greylite 2.1

Mij mij at bitchx.it
Sun Jan 27 11:30:01 UTC 2008


>Number:         120037
>Category:       ports
>Synopsis:       [maintainer update] update to greylite 2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 27 11:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Mij
>Release:        
>Organization:
>Environment:
>Description:
- updates to greylite 2.1 ( http://mij.oltrelinux.com/net/greylite/releases/changes-2.1.txt )
- installs sample ruleset file
- updates package description
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN greylite/Makefile greylite-new/Makefile
--- greylite/Makefile	Sat Jan 19 07:49:42 2008
+++ greylite-new/Makefile	Sun Jan 27 12:15:44 2008
@@ -6,20 +6,21 @@
 #
 
 PORTNAME=		greylite
-DISTVERSION=	2.0
+DISTVERSION=	2.1
 CATEGORIES=		mail
 MASTER_SITES=	http://mij.oltrelinux.com/net/greylite/releases/
 
 MAINTAINER=		mij at bitchx.it
-COMMENT=		Modified greylisting for qmail and for any other MDA
+COMMENT=		Modified greylisting proxy for UCSPI/qmail and SMTP
 
 RUN_DEPENDS=	tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
 
 USE_BZIP2=		yes
 USE_SQLITE=		3
-PLIST_FILES=	bin/greylite \
-				%%DNSBLENV%%bin/dnsblenv	\
-				%%UCSPI2SOCKET%%bin/ucspi2socket
+PLIST_FILES=	bin/greylite 						\
+				%%DNSBLENV%%bin/dnsblenv			\
+				%%UCSPI2SOCKET%%bin/ucspi2socket	\
+				etc/greylite-patterns.conf.sample
 
 MAN8=			greylite.8
 MANCOMPRESSED=	yes
@@ -58,5 +59,6 @@
 
 post-install:
 	@${CAT} pkg-message
+	@${CP} ${WRKSRC}/greylite-patterns.conf.sample ${PREFIX}/etc/
 
 .include <bsd.port.post.mk>
diff -ruN greylite/distinfo greylite-new/distinfo
--- greylite/distinfo	Sat Jan 19 07:49:42 2008
+++ greylite-new/distinfo	Sun Jan 27 12:08:35 2008
@@ -1,3 +1,3 @@
-MD5 (greylite-2.0.tar.bz2) = 4de0975465025b5808f0cf6c21d324af
-SHA256 (greylite-2.0.tar.bz2) = 7f6900746931cc9bb76cd25e579fe4213266a89282f4bfe954683fd2ab0ecee5
-SIZE (greylite-2.0.tar.bz2) = 19082
+MD5 (greylite-2.1.tar.bz2) = f8f302d089f1b3c0b5ce31e05c49b6a4
+SHA256 (greylite-2.1.tar.bz2) = be1ada46cf63ee41b2ac3e7e16a2fc9fdd5f55766329daa090503f2c89580009
+SIZE (greylite-2.1.tar.bz2) = 19603
diff -ruN greylite/pkg-descr greylite-new/pkg-descr
--- greylite/pkg-descr	Wed Dec 19 13:42:50 2007
+++ greylite-new/pkg-descr	Sun Jan 27 12:07:42 2008
@@ -1,9 +1,11 @@
-Greylite is an implementation of a modified greylisting technology for fighting
-SPAM on mailservers running qmail.
-
-Greylite does not require patching qmail, it is self-contained because it uses
-sqlite, it uses a technology that minimizes delivery delays and enables suspect
-senders to be multiply rejected and never whitelisted.
+Greylite is a SPAM filter with exceptional effectiveness and no false
+positives. It combines natively with qmail and works as a proxy for any SMTP
+server.
+ 
+It implements a modified greylisting algorithm that improves the filtering
+effectiveness and minimizes the delays associated with standard greylisting.
+It can be tuned to recognize suspicious clients and reject their attempts
+multiple times, reaching filtering rates of over 99% without false positives.
 
 Greylite is easy to setup and maintain, and it is small and fast. 
 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list