Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Dec 2005 14:39:21 +0100 (CET)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/90853: [MAINTAINER] mail/postfix-policyd-sf:  1.71 Released
Message-ID:  <20051223133921.B94512E34C@kiwi.oav.net>
Resent-Message-ID: <200512231340.jBNDe3sm068266@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         90853
>Category:       ports
>Synopsis:       [MAINTAINER] mail/postfix-policyd-sf:  1.71 Released
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 23 13:40:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.4-RELEASE-p1 i386
>Organization:
Association KAZAR / The Caudium Group
>Environment:
System: FreeBSD proxy.home.oav.net 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #1: Sat May 14 15:27:19 CEST 2005
>Description:
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;




Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- postfix-policyd-sf-1.71_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/postfix-policyd-sf.old/Makefile /usr/ports/mail/postfix-policyd-sf/Makefile
--- /usr/ports/mail/postfix-policyd-sf.old/Makefile	Fri Dec 23 14:34:33 2005
+++ /usr/ports/mail/postfix-policyd-sf/Makefile	Fri Dec 23 14:34:53 2005
@@ -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/
diff -ruN --exclude=CVS /usr/ports/mail/postfix-policyd-sf.old/distinfo /usr/ports/mail/postfix-policyd-sf/distinfo
--- /usr/ports/mail/postfix-policyd-sf.old/distinfo	Fri Dec 23 14:34:33 2005
+++ /usr/ports/mail/postfix-policyd-sf/distinfo	Fri Dec 23 14:35:05 2005
@@ -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 (policyd-v1.71.tar.gz) = 58561
--- postfix-policyd-sf-1.71_1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051223133921.B94512E34C>