From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 29 15:50:01 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F77210656AD for ; Sun, 29 Aug 2010 15:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 45D438FC19 for ; Sun, 29 Aug 2010 15:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7TFo1p9084723 for ; Sun, 29 Aug 2010 15:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7TFo1Ni084722; Sun, 29 Aug 2010 15:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 29 Aug 2010 15:50:01 GMT Resent-Message-Id: <201008291550.o7TFo1Ni084722@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olli Hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98620106566B for ; Sun, 29 Aug 2010 15:47:45 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from u18-124.dsl.vianetworks.de (unknown [194.231.39.124]) by mx1.freebsd.org (Postfix) with ESMTP id 4B8558FC15 for ; Sun, 29 Aug 2010 15:47:45 +0000 (UTC) Received: by u18-124.dsl.vianetworks.de (Postfix, from userid 1100) id CB78C20369; Sun, 29 Aug 2010 17:47:40 +0200 (CEST) Message-Id: <20100829154740.CB78C20369@u18-124.dsl.vianetworks.de> Date: Sun, 29 Aug 2010 17:47:40 +0200 (CEST) From: Olli Hauer To: X-Send-Pr-Version: 3.113 Cc: Subject: ports/150088: [patch] port mail/postfix-current update to 2.8-20100827 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Olli Hauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Aug 2010 15:50:01 -0000 >Number: 150088 >Category: ports >Synopsis: [patch] port mail/postfix-current update to 2.8-20100827 >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 Aug 29 15:50:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Olli Hauer >Release: >Organization: >Environment: >Description: >From RELEASE_NOTES: Incompatibility with snapshot 20100827 ====================================== The Postfix SMTP client no longer appends the local domain when looking up a DNS name without ".". Specify "smtp_dns_resolver_options = res_defnames" to get the old behavior, which may produce unexpected results. >From HISTORY: 20100827 Performance: fix for poor smtpd_proxy_filter TCP performance over loopback (127.0.0.1) connections. Problem reported by Mark Martinec. Files: smtpd/smtpd_proxy.c. Bugfix: the Postfix SMTP client no longer appends the local domain when looking up a DNS name without ".". Specify "smtp_dns_resolver_options = res_defnames" to get the old behavior, which can produce unexpected results. Files: smtp/smtp.c, smtp/smtp_params.c, smtp/smtp_addr.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.246 diff -u -u -r1.246 Makefile --- Makefile 1 Aug 2010 00:57:50 -0000 1.246 +++ Makefile 29 Aug 2010 15:16:18 -0000 @@ -6,7 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.8-20100728 +DISTVERSION= 2.8-20100827 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.181 diff -u -u -r1.181 distinfo --- distinfo 1 Aug 2010 00:57:50 -0000 1.181 +++ distinfo 29 Aug 2010 15:16:18 -0000 @@ -1,3 +1,3 @@ -MD5 (postfix/postfix-2.8-20100728.tar.gz) = b8b34a856648d9a132938910d8d61966 -SHA256 (postfix/postfix-2.8-20100728.tar.gz) = 1e8248a1b765526789c1db980ea0e27a2f411d43e14235682a53cf75a71f26ea -SIZE (postfix/postfix-2.8-20100728.tar.gz) = 3480354 +MD5 (postfix/postfix-2.8-20100827.tar.gz) = d378f5c51fa4c806af5f165fbd38bb0d +SHA256 (postfix/postfix-2.8-20100827.tar.gz) = 8deba39faedbb5a19d2f1f0928bf9ff9db4df9c9117fe389c4354ce031833590 +SIZE (postfix/postfix-2.8-20100827.tar.gz) = 3482380 --- patch_postfix-current.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: