Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Sep 2004 23:26:00 -0700 (PDT)
From:      Harold Paulson <haroldp@internal.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71901: [maintainer update] patch to update mail/postgrey to 1.16
Message-ID:  <20040919062600.A6CD1103AA@halle.sierraweb.com>
Resent-Message-ID: <200409190630.i8J6ULCX047355@freefall.freebsd.org>

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

>Number:         71901
>Category:       ports
>Synopsis:       [maintainer update] patch to update mail/postgrey to 1.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 19 06:30:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Harold Paulson
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD halle.sierraweb.com 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Tue Jun 15 10:08:29 PDT 2004 haroldp@halle.sierraweb.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Patch updates mail/postgrey port to v 1.16
	Adds supports for "reload" command to rc script
	Add local "whitelist clients" map
>How-To-Repeat:
	na
>Fix:

	

--- postgrey.patch begins here ---
diff -ruN postgrey.bak/Makefile postgrey/Makefile
--- postgrey.bak/Makefile	Wed Sep  1 15:11:21 2004
+++ postgrey/Makefile	Thu Sep  9 09:10:19 2004
@@ -2,11 +2,11 @@
 # Date created:				24 August 2004
 # Whom:					Will Andrews <will@freebsd.org>
 #
-# $FreeBSD: ports/mail/postgrey/Makefile,v 1.1 2004/09/01 22:11:21 will Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	postgrey
-PORTVERSION=	1.15
+PORTVERSION=	1.16
 CATEGORIES=	mail
 MASTER_SITES=	http://isg.ee.ethz.ch/tools/postgrey/pub/
 
diff -ruN postgrey.bak/distinfo postgrey/distinfo
--- postgrey.bak/distinfo	Wed Sep  1 15:11:21 2004
+++ postgrey/distinfo	Thu Sep  9 09:14:42 2004
@@ -1,2 +1,2 @@
-MD5 (postgrey-1.15.tar.gz) = 656e2b0992c95bad51e9bb0e5004bee1
-SIZE (postgrey-1.15.tar.gz) = 23382
+MD5 (postgrey-1.16.tar.gz) = f9f0636ee3df680423b0ad7ace1edeec
+SIZE (postgrey-1.16.tar.gz) = 23579
diff -ruN postgrey.bak/files/postgrey.sh postgrey/files/postgrey.sh
--- postgrey.bak/files/postgrey.sh	Wed Sep  1 15:11:21 2004
+++ postgrey/files/postgrey.sh	Mon Sep 13 23:10:27 2004
@@ -23,6 +23,7 @@
 command=%%PREFIX%%/sbin/postgrey
 command_interpreter=/usr/bin/perl
 required_dirs=/var/db/postgrey
+extra_commands=reload
 
 stop_postcmd=stop_postcmd
 
@@ -38,6 +39,7 @@
 postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \
 	--inet=10023 -d --user=postgrey --dbdir=/var/db/postgrey \
 	--whitelist-clients=%%PREFIX%%/etc/postfix/postgrey_whitelist_clients \
+	--whitelist-clients=%%PREFIX%%/etc/postfix/postgrey_whitelist_clients.local \
 	--whitelist-recipients=%%PREFIX%%/etc/postfix/postgrey_whitelist_recipients"}
 
 pidfile="${postgrey_pidfile}"
--- postgrey.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?20040919062600.A6CD1103AA>