Bug 87915

Summary: [MAINTAINER] mail/postfix-policyd-sf: update to 1.69
Product: Ports & Packages Reporter: Xavier Beaudouin <kiwi>
Component: Individual Port(s)Assignee: Marcus Alves Grando <mnag>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
postfix-policyd-sf-1.69.patch none

Description Xavier Beaudouin 2005-10-24 12:40:20 UTC
- Update to 1.69

Changelog :

[Oct 24  2005]
Changes from v1.67 -> v1.68 (new functionality)

 *       helo.c: remove hardcoded display of 10 HELO abuses. patch by John Beaver.
 *    cleanup.c: clean up spamtrap table. patch by John Beaver.
 *    cleanup.c: cosmetic fix, throttlesender showed hour instead of day.
 *    cleanup.c: clean up blacklist_helo table. patch by John Beaver.


[Oct 23  2005]
Changes from v1.67 -> v1.68 (new functionality+bugfixes)

 *  whitelist.c: save sql lookup on whitelist_dnsname if there is no reverse
                 record. Requested by Leonardo Rodrigues Magalhaes.
 *      stats.c: stats wasn't working, GREYLISTING is now set to 1 and not 2.
 *      stats.c: extended the stats. by Leonardo Rodrigues Magalhaes.
 *    cleanup.c: policy_training wasn't getting cleaned. noticed by Ed Walker.
 * policyd.conf: fixed some grammatical errors. patch by Dudi Goldenberg.
 *   README.txt: fixed a boatload of bad spelling mistakes.
 * policyd.conf: changed default triplet timeout to 4 minutes.
 *    generic.c: fixed WHITELISTNULL extract(), spotted by dan.
 *      mysql.c: db_charquery() kept stale data. spotted by Aaron Lambers.
 *   greylist.c: you can now choose how many octets you wish to record in
                 the triplet database. the default will stay as "192.168.0"
                 and not "192.168.0.1" for example.
 *    cleanup.c: clean up sender throttling instance records every hour.
 *  throttle*.c: insert fallback config defaults into database.
 *  throttle*.c: implemented sender throttle on mails per time unit.
 *  throttle*.c: new variables _abuse_(cur|tot) so policyd can keep track
                 on how many times a user/host has reached/abuse their limit.
 *  blacklist.c: cosmetic fix, debug was showing the wrong variable.
 *  blacklist.c: blacklist_sender was not working. spotted by Micha Holzmann.
 * policyd.spec: fix license. patch by Nigel Kukard.
 *     Makefile: raise MAXFDS limit at compile time. patch by Catalin Muresan.
 *    policyd.c: raise softlimit to match MAXFDS. patch by Catalin Muresan.
 *  throttle*.c: speed increase by cutting down on unnecessary MySQL data.
 *   README.txt: updated throttling docs for pre-populating the database. if
                 unset, _date got whacked by cleanup. noted by John Beaver.



Added file(s):
- files/patch-policyd.conf

Generated with FreeBSD Port Tools 0.63
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-24 20:32:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it.
Comment 2 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-24 20:40:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!