ports/85785: Update port: mail/postfix-policyd-weight Update to 0.1.10 because 0.1.9 was not committed nor taken

Robert Felber robtone at ek-muc.de
Tue Sep 6 06:50:12 UTC 2005


>Number:         85785
>Category:       ports
>Synopsis:       Update port: mail/postfix-policyd-weight Update to 0.1.10 because 0.1.9 was not committed nor taken
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 06 06:50:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Robert Felber
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Autohaus Erich Kuttendreier (Ford Main Dealer Munich)
>Environment:
System: FreeBSD 5.3-STABLE


>Description:
0.1.10 beta

- Caching of positive and negative results added
- (fix) improved error-handling on DNS timeouts and empty objects.
- code optimizations
  DNS Resolver is created in main
  reverse IP records get fetched only one time
- cosmetic changes (leadings tabs substituted with blanks)

0.1.9 beta

- RHSBL support added
- dnsbl_checks_only switch added
- X-policyd-weight: header on/off switchable
- DNSBLMAXSCORE added
- config file support added
- multipart FROM check/scoring added
- Reverse IP == dynhost check added
- Net::DNS retries and retry interval changed
- Net::DNS support for perstistant udp sockets added
- Net::DNS igntc option set to on (0.53 has bugs with truncated packets and
  tcp connections)
- minor code cleanups (loops removed, regexps optimized, etc) for
  speedup
- FreeBSD: first GPLed version

>How-To-Repeat:
	
>Fix:


--- postfix-policyd-weight-0.1.10.diff begins here ---
diff -ruN /usr/ports/mail/postfix-policyd-weight/Makefile postfix-policyd-weight-0.1.10/Makefile
--- /usr/ports/mail/postfix-policyd-weight/Makefile	Thu Jun 23 00:03:22 2005
+++ postfix-policyd-weight-0.1.10/Makefile	Tue Sep  6 08:33:56 2005
@@ -2,14 +2,16 @@
 # Date created:				25 Apr 2005
 # Whom:					Robert Felber <robtone at ek-muc.de>
 #
-# $FreeBSD: ports/mail/postfix-policyd-weight/Makefile,v 1.5 2005/06/22 09:06:02 pav Exp $
+# $FreeBSD: ports/mail/postfix-policyd-weight/Makefile,v 1.2 2005/04/30 08:36:27 jylefort Exp $
 #
 
 PORTNAME=	policyd-weight
-PORTVERSION=	0.1.8
+PORTVERSION=	0.1.10
+PORTREVISION=   1
+
 CATEGORIES=	mail
 MASTER_SITES=	http://robtone.mine.nu/postfix/releases/
-PKGNAMEPREFIX=	postfix-
+PKGNAMEPREFIX=  postfix-
 
 MAINTAINER=	robtone at ek-muc.de
 COMMENT=	Weighted policy daemon for postfix
@@ -18,10 +20,12 @@
 		postfix:${PORTSDIR}/mail/postfix-current
 
 SUB_FILES=	pkg-message
-PLIST_FILES=	libexec/postfix/${PORTNAME}
+PLIST_FILES=	libexec/postfix/${PORTNAME} \
+            	etc/${PORTNAME}.conf.sample
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/libexec/postfix
+	${INSTALL} -m 644 ${WRKSRC}/${PORTNAME}.conf.sample ${PREFIX}/etc/
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
diff -ruN /usr/ports/mail/postfix-policyd-weight/distinfo postfix-policyd-weight-0.1.10/distinfo
--- /usr/ports/mail/postfix-policyd-weight/distinfo	Thu Jun 23 00:03:22 2005
+++ postfix-policyd-weight-0.1.10/distinfo	Tue Sep  6 08:33:18 2005
@@ -1,2 +1,2 @@
-MD5 (policyd-weight-0.1.8.tar.gz) = 1ca576c9dc8f7eb2ff9e30af6b24a4d0
-SIZE (policyd-weight-0.1.8.tar.gz) = 8939
+MD5 (policyd-weight-0.1.10.tar.gz) = 5b22ce03770d8f6e62e37dbdd9954260
+SIZE (policyd-weight-0.1.10.tar.gz) = 19083
diff -ruN /usr/ports/mail/postfix-policyd-weight/files/pkg-message.in postfix-policyd-weight-0.1.10/files/pkg-message.in
--- /usr/ports/mail/postfix-policyd-weight/files/pkg-message.in	Mon Apr 25 16:23:45 2005
+++ postfix-policyd-weight-0.1.10/files/pkg-message.in	Tue Sep  6 08:31:18 2005
@@ -1,13 +1,11 @@
 **********
-*
 * To run this from %%PREFIX%%/etc/postfix/master.cf:
 
 policy  unix  -       n       n       -       -       spawn
   user=nobody argv=%%PREFIX%%/libexec/postfix/policyd-weight
 
-*
 * To use this from Postfix SMTPD, use in %%PREFIX%%/etc/postfix/main.cf
-*
+
 smtpd_recipient_restrictions = 
 	...
 	permit_mynetworks
@@ -19,5 +17,10 @@
 
 * NOTE: specify check_policy_service AFTER reject_unauth_destination
 * or else your system can become an open relay.
+*
+* CONFIGURATION:
+*
+* edit %%PREFIX%%/etc/policyd-weight.conf
+* An example is provided in %%PREFIX%%/etc/policyd-weight.conf.sample
 *
 *************
--- postfix-policyd-weight-0.1.10.diff ends here ---

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



More information about the freebsd-ports-bugs mailing list