From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 22 19:30:35 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF32116A4CE for ; Fri, 22 Apr 2005 19:30:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 731E843D3F for ; Fri, 22 Apr 2005 19:30:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3MJUZDY063131 for ; Fri, 22 Apr 2005 19:30:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3MJUZto063129; Fri, 22 Apr 2005 19:30:35 GMT (envelope-from gnats) Date: Fri, 22 Apr 2005 19:30:35 GMT Message-Id: <200504221930.j3MJUZto063129@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Marcus Grando Subject: Re: ports/80235: [PATCH] mail/postfix: update to 2.3.20050418 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marcus Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 19:30:35 -0000 The following reply was made to PR ports/80235; it has been noted by GNATS. From: Marcus Grando To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/80235: [PATCH] mail/postfix: update to 2.3.20050418 Date: Fri, 22 Apr 2005 16:27:50 -0300 This is a multi-part message in MIME format. --------------060100000605020207020503 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I approve a new attached patch. - Update to 2.3.20050422 Removed files: files/patch-src-lmtp-lmtp_sasl_glue.c files/patch-src-smtp-smtp_sasl_glue.c Thanks -- Marcus Grando Grupos Internet S/A marcus(at)corp.grupos.com.br --------------060100000605020207020503 Content-Type: text/plain; name="postfix-current.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="postfix-current.patch" diff -ruN postfix-current.orig/Makefile postfix-current/Makefile --- postfix-current.orig/Makefile Mon Apr 11 16:22:17 2005 +++ postfix-current/Makefile Fri Apr 22 16:15:54 2005 @@ -32,7 +32,7 @@ MAINTAINER= marcus@corp.grupos.com.br COMMENT= A secure alternative to widely-used Sendmail -PORTVERSIONRAW= 2.3-20050404 +PORTVERSIONRAW= 2.3-20050422 CONFLICTS= courier-0.* postfix-1.* postfix-2.0.* postfix-2.1.* postfix-2.2.* \ sendmail-8.* sendmail-*-8.* smail-3.* zmailer-2.* diff -ruN postfix-current.orig/distinfo postfix-current/distinfo --- postfix-current.orig/distinfo Mon Apr 11 16:22:18 2005 +++ postfix-current/distinfo Fri Apr 22 16:16:23 2005 @@ -1,2 +1,2 @@ -MD5 (postfix/postfix-2.3-20050404.tar.gz) = ed014027f63626bffe5dd7dd3a4e187b -SIZE (postfix/postfix-2.3-20050404.tar.gz) = 2442512 +MD5 (postfix/postfix-2.3-20050422.tar.gz) = 134be490f0769cad8d6fbbb418e74306 +SIZE (postfix/postfix-2.3-20050422.tar.gz) = 2446894 diff -ruN postfix-current.orig/files/patch-src-lmtp-lmtp_sasl_glue.c postfix-current/files/patch-src-lmtp-lmtp_sasl_glue.c --- postfix-current.orig/files/patch-src-lmtp-lmtp_sasl_glue.c Mon Apr 11 16:22:18 2005 +++ postfix-current/files/patch-src-lmtp-lmtp_sasl_glue.c Wed Dec 31 21:00:00 1969 @@ -1,32 +0,0 @@ ---- src/lmtp/lmtp_sasl_glue.c.orig Mon Apr 11 00:08:53 2005 -+++ src/lmtp/lmtp_sasl_glue.c Mon Apr 11 00:09:03 2005 -@@ -292,6 +292,14 @@ - - void lmtp_sasl_initialize(void) - { -+ /* -+ * Global callbacks. These have no per-session context. -+ */ -+ static sasl_callback_t callbacks[] = { -+ {SASL_CB_LOG, &lmtp_sasl_log, 0}, -+ {SASL_CB_LIST_END, 0, 0} -+ }; -+ - #if SASL_VERSION_MAJOR >= 2 && (SASL_VERSION_MINOR >= 2 \ - || (SASL_VERSION_MINOR == 1 && SASL_VERSION_STEP >= 19)) - int sasl_major; -@@ -313,14 +321,6 @@ - SASL_VERSION_MAJOR, SASL_VERSION_MINOR, SASL_VERSION_STEP, - sasl_major, sasl_minor, sasl_step); - #endif -- -- /* -- * Global callbacks. These have no per-session context. -- */ -- static sasl_callback_t callbacks[] = { -- {SASL_CB_LOG, &lmtp_sasl_log, 0}, -- {SASL_CB_LIST_END, 0, 0} -- }; - - /* - * Sanity check. diff -ruN postfix-current.orig/files/patch-src-smtp-smtp_sasl_glue.c postfix-current/files/patch-src-smtp-smtp_sasl_glue.c --- postfix-current.orig/files/patch-src-smtp-smtp_sasl_glue.c Mon Apr 11 16:22:18 2005 +++ postfix-current/files/patch-src-smtp-smtp_sasl_glue.c Wed Dec 31 21:00:00 1969 @@ -1,32 +0,0 @@ ---- src/smtp/smtp_sasl_glue.c.orig Mon Apr 11 00:09:17 2005 -+++ src/smtp/smtp_sasl_glue.c Mon Apr 11 00:09:30 2005 -@@ -321,6 +321,14 @@ - - void smtp_sasl_initialize(void) - { -+ /* -+ * Global callbacks. These have no per-session context. -+ */ -+ static sasl_callback_t callbacks[] = { -+ {SASL_CB_LOG, &smtp_sasl_log, 0}, -+ {SASL_CB_LIST_END, 0, 0} -+ }; -+ - #if SASL_VERSION_MAJOR >= 2 && (SASL_VERSION_MINOR >= 2 \ - || (SASL_VERSION_MINOR == 1 && SASL_VERSION_STEP >= 19)) - int sasl_major; -@@ -342,14 +350,6 @@ - SASL_VERSION_MAJOR, SASL_VERSION_MINOR, SASL_VERSION_STEP, - sasl_major, sasl_minor, sasl_step); - #endif -- -- /* -- * Global callbacks. These have no per-session context. -- */ -- static sasl_callback_t callbacks[] = { -- {SASL_CB_LOG, &smtp_sasl_log, 0}, -- {SASL_CB_LIST_END, 0, 0} -- }; - - /* - * Sanity check. --------------060100000605020207020503--