aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-policyd-sf
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-25 23:38:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-25 23:38:11 +0000
commit0614d0e7730b174914d779bf3a0038a0ca665bcd (patch)
tree9d598e2ea55159e3c1c8e1365f86a8021d5ab6ae /mail/postfix-policyd-sf
parent647fb61a382e2113930bfcce6a040cabc0521048 (diff)
downloadports-0614d0e7730b174914d779bf3a0038a0ca665bcd.tar.gz
ports-0614d0e7730b174914d779bf3a0038a0ca665bcd.zip
:r /tmp/cvsJEiyM1
[MAINTAINER] mail/postfix-policyd-sf: 1.71 Released 1.71 is finaly released (current 1.71 was development version) Changelog : Dec 23 2005] Changes from v1.70 -> v1.71 (new functionality+bug fixes) * mysql.c: you can now compress or encrypt policyd->mysql connections. * mysql.c: removed mysql_ping(). connections are now restablished. * policyd.c: added -v option to Policyd to show version information. * throttle_*.c: fix throttle inconsistancy. spotted by John Beaver. * throttle_*.c: fix throttle inconsistancy. spotted by SanthuBhai. * throttle_*.c: add thresholds/percentage display for throttle modules. * throttle_r.c: rcpt_total did not increment. * cidr.c: added cidr network acls. patch supplied by dan. * blacklist.c: new module that allows dns based blacklists (you can now blacklist, eg: %dsl%.rr.com to just block the RR.com adsl range, but you can still whitelist smtp.rr.com so they have to use their isp relay.) patch by Alain Fauconnet. (NB!!) if you are upgrading from <= v1.70 then please add to policyd.conf: # ip addresses/networks of hosts connecting to Policyd CONN_ACL="127.0.0.1 192.168.0.0/24" BLACKLISTDNSNAME=0 MYSQLOPT="" or if you want to compress the connection from policyd -> mysql: MYSQLOPT="CLIENT_COMPRESS" And in MySQL> CREATE TABLE blacklist_dnsname ( _blacklist char(60) NOT NULL default '', _description char(60) NOT NULL default '', _expire int(10) unsigned NOT NULL default '0', UNIQUE KEY _blacklist (_blacklist), KEY _expire (_expire) ) TYPE=MyISAM; PR: ports/90853 Submitted by: Xavier Beaudouin <kiwi@oav.net>
Notes
Notes: svn path=/head/; revision=152034
Diffstat (limited to 'mail/postfix-policyd-sf')
-rw-r--r--mail/postfix-policyd-sf/Makefile3
-rw-r--r--mail/postfix-policyd-sf/distinfo6
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/postfix-policyd-sf/Makefile b/mail/postfix-policyd-sf/Makefile
index acb592c2c615..1399bea18d4e 100644
--- a/mail/postfix-policyd-sf/Makefile
+++ b/mail/postfix-policyd-sf/Makefile
@@ -7,6 +7,7 @@
PORTNAME= policyd
PORTVERSION= 1.71
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://policyd.sourceforge.net/ \
ftp://ftp.oav.net/pkg_freebsd/distfiles/
@@ -17,8 +18,6 @@ DISTNAME= policyd-v${PORTVERSION}
MAINTAINER= kiwi@oav.net
COMMENT= Anti-spam plugin for Postfix (written in C)
-BROKEN= "Does not fetch"
-
USE_MYSQL= yes
USE_GMAKE= yes
USE_REINPLACE= yes
diff --git a/mail/postfix-policyd-sf/distinfo b/mail/postfix-policyd-sf/distinfo
index 8a25c7969183..f05b2d87b21c 100644
--- a/mail/postfix-policyd-sf/distinfo
+++ b/mail/postfix-policyd-sf/distinfo
@@ -1,3 +1,3 @@
-MD5 (policyd-v1.71.tar.gz) = d8ee1e947349d94647972aa98940d359
-SHA256 (policyd-v1.71.tar.gz) = 2dc0efe7b9a7412c24de75f55ffe8bb8e5061466f435356f9273fc59ce614c54
-SIZE (policyd-v1.71.tar.gz) = 58327
+MD5 (policyd-v1.71.tar.gz) = 176a0ae051b215327f56d4d97227f8e6
+SHA256 (policyd-v1.71.tar.gz) = 514b1afa8c3513596d9326d42936e1855f385c1fb3141daf1ac99617586f697e
+SIZE ( \ No newline at end of file