Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2007 19:58:30 +0200 (CEST)
From:      Xavier Beaudouin <kiwi@oav.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/114505: [MAINTAINER] mail/postfix-policyd-sf: update to 1.81
Message-ID:  <20070711175830.726442E454@proxy.home.oav.net>
Resent-Message-ID: <200707111820.l6BIK3rB099179@freefall.freebsd.org>

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

>Number:         114505
>Category:       ports
>Synopsis:       [MAINTAINER] mail/postfix-policyd-sf: update to 1.81
>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:   Wed Jul 11 18:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 6.2-RELEASE-p2 i386
>Organization:
Association KAZAR / The Caudium Group
>Environment:
System: FreeBSD proxy.home.oav.net 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:41:06 UTC 2007
>Description:

- Update to 1.81
Changes: 
 * Merged OSX libdir fix
 * Added quirk for SIGPIPE on Apple
 * Added quirk for some versions of NetBSD which don't have SO_NOSIGPIPE
 * Added error message that if we cannot find how to handle SIGPIPE on
   the host platform to contact the devel mailing list
 * Make "stats" command a bit better aligned
 * Be paranoid bout our read buffer size check
 * Better check to see if we've run out of available slots, if we
   have emit a warning and close connection
 * Fixed potential buffer overflow when line length exceeds MAXLINE 

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

--- postfix-policyd-sf-1.81,1.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	Wed Jul 11 19:45:33 2007
+++ /usr/ports/mail/postfix-policyd-sf/Makefile	Wed Jul 11 19:55:59 2007
@@ -6,14 +6,15 @@
 #
 
 PORTNAME=	policyd
-PORTVERSION=	1.80
+PORTVERSION=	1.81
 PORTEPOCH=	1
 CATEGORIES=	mail
-MASTER_SITES=	http://policyd.sourceforge.net/ \
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		ftp://ftp.oav.net/pkg_freebsd/distfiles/
+MASTER_SITE_SUBDIR=	policyd
 PKGNAMEPREFIX=	postfix-
 PKGNAMESUFFIX=	-sf
-DISTNAME=	policyd-v${PORTVERSION}
+DISTNAME=	policyd-${PORTVERSION}
 
 MAINTAINER=	kiwi@oav.net
 COMMENT=	Anti-spam plugin for Postfix (written in C)
@@ -28,7 +29,7 @@
 
 ALL_TARGET=	linux
 
-DOCS=		Changelog.txt README.txt License.txt DATABASE.mysql \
+DOCS=		ChangeLog ChangeLog.1 README LICENSE TODO DATABASE.mysql \
 		doc/whitelist.sql doc/support.txt doc/blacklist_helo.sql
 PORTDOCS=	*
 
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	Wed Jul 11 19:45:33 2007
+++ /usr/ports/mail/postfix-policyd-sf/distinfo	Wed Jul 11 19:50:54 2007
@@ -1,3 +1,3 @@
-MD5 (policyd-v1.80.tar.gz) = 3d6caea3c5ef4a1b97816180a21a94f3
-SHA256 (policyd-v1.80.tar.gz) = ce569228d6b6f362a25ffedc3f4458a64bf6f73a9855c6f5b33823d9dfc4e3cd
-SIZE (policyd-v1.80.tar.gz) = 67138
+MD5 (policyd-1.81.tar.gz) = aa23bc683c3e8923f1d2943bd0ba65e8
+SHA256 (policyd-1.81.tar.gz) = 5f5c5b8ef2abd950218700500c79cc250c444031ca684aa78738cbdf85427f84
+SIZE (policyd-1.81.tar.gz) = 358400
--- postfix-policyd-sf-1.81,1.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?20070711175830.726442E454>