Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  7 Nov 2010 02:08:26 +0100 (CET)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        mnag@FreeBSD.org
Subject:   ports/152000: [patch] port mail/postfix-current update to version 2.8-20101103
Message-ID:  <20101107010826.E0B18204A4@u18-124.dslaccess.de>
Resent-Message-ID: <201011070110.oA71A9Mk036494@freefall.freebsd.org>

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

>Number:         152000
>Category:       ports
>Synopsis:       [patch] port mail/postfix-current update to version 2.8-20101103
>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 Nov 07 01:10:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Olli Hauer <ohauer@FreeBSD.org>
>Release:        
>Organization:
>Environment:


>Description:
update postfix-current to version 2.8-20101103

Changelog:
==========
20101008
	Cleanup: dnsblog now logs "addr X listed by domain Y as Z"
	instead of "addr X blocked by domain Y as Z", because the
	service may be used for whitelist lookups. File:
	dnsblog/dnsblog.c.

20101023
	Cleanup: don't apply reject_rhsbl_helo to non-domain forms
	such as network addresses.  This would cause false positives
	with dbl.spamhaus.org.  File: smtpd/smtpd_check.c.

20101103
	Cleanup: new qmgr_ipc_timeout parameter (default: 60s) to
	override the system-wide ipc_timeout setting (default:
	3600s). The shorter timeout allows the queue manager to
	reset a deadlocked IPC connection before the watchdog timer
	goes off. Files: *qmgr/qmgr.c.

	Cleanup: new qmgr_daemon_timeout parameter (default: 1000s)
	to make the hard-coded 1000s watchdog timeout configurable.
	Files: *qmgr/qmgr.c.

	Cleanup: request default DSN notification when adding a
	recipient with smfi_addrcpt, instead of requesting "never
	notify" as with Postfix automatically-added BCC recipients.
	Files: cleanup/cleanup_addr.c, cleanup/cleanup.h,
	cleanup/cleanup_milter.c.

>How-To-Repeat:
>Fix:

--- patch_postfix-current.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/postfix-current/Makefile,v
retrieving revision 1.249
diff -u -r1.249 Makefile
--- Makefile	24 Oct 2010 06:31:17 -0000	1.249
+++ Makefile	7 Nov 2010 01:00:21 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	postfix
-DISTVERSION=	2.8-20101007
+DISTVERSION=	2.8-20101103
 PORTEPOCH=	4
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/postfix-current/distinfo,v
retrieving revision 1.183
diff -u -r1.183 distinfo
--- distinfo	24 Oct 2010 06:31:17 -0000	1.183
+++ distinfo	7 Nov 2010 01:00:21 -0000
@@ -1,3 +1,2 @@
-MD5 (postfix/postfix-2.8-20101007.tar.gz) = b47bb1a9ea43f0d1a4bd40ade37c2b3e
-SHA256 (postfix/postfix-2.8-20101007.tar.gz) = b37127a57819f38861290c6da03ed5ca9d44eee4568ef74db0763aa7e47bec1c
-SIZE (postfix/postfix-2.8-20101007.tar.gz) = 3545491
+SHA256 (postfix/postfix-2.8-20101103.tar.gz) = e656626b6e8979e1d930b202cb0b0abc0a51290763f4f83263f481ecbedfd5b2
+SIZE (postfix/postfix-2.8-20101103.tar.gz) = 3548774
--- patch_postfix-current.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101107010826.E0B18204A4>