Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  7 Aug 2006 15:34:44 +0200 (CEST)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101583: [MAINTAINER] mail/postfix-policyd-sf: update to 1.80
Message-ID:  <20060807133444.5F2402E04F@kiwi.oav.net>
Resent-Message-ID: <200608071340.k77DeHwV038669@freefall.freebsd.org>

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

>Number:         101583
>Category:       ports
>Synopsis:       [MAINTAINER] mail/postfix-policyd-sf: update to 1.80
>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:   Mon Aug 07 13:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 5.4-RELEASE-p16 i386
>Organization:
Association KAZAR / The Caudium Group
>Environment:
System: FreeBSD proxy.home.oav.net 5.4-RELEASE-p16 FreeBSD 5.4-RELEASE-p16 #0: Thu Jul 20 12:51:42 CEST 2006
>Description:
- Added some changes in startup script (patch from Zach) :
  added mysql to the REQUIRE and postfix to the BEFORE.
  This should get the right startup order, i.e. mysql, policyd,
  postfix, for most cases.
- Update to 1.80, Changelog :
[10 Jul 2006]
Changes from v1.79 -> v1.80 (bug fixes)

 *    policyd.h: fix *bsd MSG_NOSIGNAL compiling issue. Patch by John Beaver.


[04 Jul 2006]
Changes from v1.78 -> v1.79 (bug fixes & new functionality)

 *      mysql.c: fix strncpy boundary issue. Patch by Stanislav Sinyagin.
 *    policyd.h: fix array boundary issue. Patch by Stanislav Sinyagin.
 *  throttle*.c: autoblacklist throttle abusers. Patch by Stanislav Sinyagin.
 *  redhat.init: redhat policyd spec file written by Tony Earnshaw.
 *          *.c: logging has changed and is more consistant when reporting.
 *    sockets.c: read()/write() is now non-blocking. Patch by Nigel Kukard.
 *      mysql.c: remove the use of alarm blocking when in bypass mode.
 *    generic.c: module failures now increment mysql failure counters.
 *    policyd.c: whitelisting modules requires WHITELISTING=1 to work.
 *    policyd.c: blacklisting modules requires BLACKLISTING=1 to work.
 *    policyd.c: CONN_ACL is hashed out untill i've resolved a bug thats causing
                 Policyd to fail calls to select() under heavy loads.


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

--- postfix-policyd-sf-1.80.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	Mon Aug  7 15:31:05 2006
+++ /usr/ports/mail/postfix-policyd-sf/Makefile	Mon Aug  7 15:31:24 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	policyd
-PORTVERSION=	1.78
+PORTVERSION=	1.80
 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	Mon Aug  7 15:31:05 2006
+++ /usr/ports/mail/postfix-policyd-sf/distinfo	Mon Aug  7 15:31:33 2006
@@ -1,3 +1,3 @@
-MD5 (policyd-v1.78.tar.gz) = 678259dd8f4772b17a8ce0d67a76332e
-SHA256 (policyd-v1.78.tar.gz) = 7d4e92737b82d4333fbdb457cc195b3231626d31b68a2458c94dc6fe9e6531e9
-SIZE (policyd-v1.78.tar.gz) = 63774
+MD5 (policyd-v1.80.tar.gz) = 3d6caea3c5ef4a1b97816180a21a94f3
+SHA256 (policyd-v1.80.tar.gz) = ce569228d6b6f362a25ffedc3f4458a64bf6f73a9855c6f5b33823d9dfc4e3cd
+SIZE (policyd-v1.80.tar.gz) = 67138
diff -ruN --exclude=CVS /usr/ports/mail/postfix-policyd-sf.old/files/policyd.sh.in /usr/ports/mail/postfix-policyd-sf/files/policyd.sh.in
--- /usr/ports/mail/postfix-policyd-sf.old/files/policyd.sh.in	Mon Aug  7 15:31:05 2006
+++ /usr/ports/mail/postfix-policyd-sf/files/policyd.sh.in	Mon Aug  7 15:32:16 2006
@@ -4,8 +4,8 @@
 #
 
 # PROVIDE: postfix-policyd-sf
-# REQUIRE: LOGIN
-# BEFORE: mail
+# REQUIRE: LOGIN mysql
+# BEFORE: mail postfix
 # KEYWORD: shutdown
 
 #
--- postfix-policyd-sf-1.80.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?20060807133444.5F2402E04F>