diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-10 09:33:23 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-10 09:33:23 +0800 |
commit | 131f79e76118678773c6f2841f5b2a7f6dac2430 (patch) | |
tree | d03e138fd277c30575fbc381613892c145e455b7 /mail/postfix-policyd-sf | |
parent | 9b640dc5d3739510b2e593df5c7b7fa8a84ce75f (diff) | |
download | freebsd-ports-gnome-131f79e76118678773c6f2841f5b2a7f6dac2430.tar.gz freebsd-ports-gnome-131f79e76118678773c6f2841f5b2a7f6dac2430.tar.zst freebsd-ports-gnome-131f79e76118678773c6f2841f5b2a7f6dac2430.zip |
- 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.
PR: ports/101583
Submitted by: maintainer (Xavier Beaudouin)
Diffstat (limited to 'mail/postfix-policyd-sf')
-rw-r--r-- | mail/postfix-policyd-sf/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix-policyd-sf/distinfo | 6 | ||||
-rw-r--r-- | mail/postfix-policyd-sf/files/policyd.sh.in | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix-policyd-sf/Makefile b/mail/postfix-policyd-sf/Makefile index 8b5bddf1a17b..b44423056b98 100644 --- a/mail/postfix-policyd-sf/Makefile +++ b/mail/postfix-policyd-sf/Makefile @@ -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 --git a/mail/postfix-policyd-sf/distinfo b/mail/postfix-policyd-sf/distinfo index 6714a365f520..827579ac73ef 100644 --- a/mail/postfix-policyd-sf/distinfo +++ b/mail/postfix-policyd-sf/distinfo @@ -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 --git a/mail/postfix-policyd-sf/files/policyd.sh.in b/mail/postfix-policyd-sf/files/policyd.sh.in index 3ca29df414b2..1b2e85ca52ba 100644 --- a/mail/postfix-policyd-sf/files/policyd.sh.in +++ b/mail/postfix-policyd-sf/files/policyd.sh.in @@ -4,8 +4,8 @@ # # PROVIDE: postfix-policyd-sf -# REQUIRE: LOGIN -# BEFORE: mail +# REQUIRE: LOGIN mysql +# BEFORE: mail postfix # KEYWORD: shutdown # |