Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  1 Jul 2003 15:41:26 -0400 (EDT)
From:      Vivek Khera <khera@kcilink.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53984: maintainer-update postfix
Message-ID:  <20030701194126.6380E2178B@yertle.kcilink.com>
Resent-Message-ID: <200307011950.h61JoJlf079913@freefall.freebsd.org>

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

>Number:         53984
>Category:       ports
>Synopsis:       maintainer-update postfix
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 01 12:50:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD yertle.int.kciLink.com 4.8-STABLE FreeBSD 4.8-STABLE #4: Tue Apr 29 16:11:22 EDT 2003 khera@yertle.int.kciLink.com:/u/yertle2/usr.obj/u/sources/usr/src/sys/YERTLE i386


	
>Description:
	

update postfix to 2.0.13

attempt to work around issues with stale libkrb.a triggering errors with SASL
linkage.

>How-To-Repeat:
	
>Fix:

	


diff -Pru postfix/Makefile postfix-new/Makefile
--- postfix/Makefile	Mon Jun 30 10:30:00 2003
+++ postfix-new/Makefile	Tue Jul  1 15:20:56 2003
@@ -15,7 +15,7 @@
 # NOTE: PCRE is enabled by default unless you specifically disable it.
 
 PORTNAME=	postfix
-PORTVERSION=	2.0.12
+PORTVERSION=	2.0.13
 PORTEPOCH=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
@@ -29,7 +29,7 @@
 DIST_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	khera@kciLink.com
-COMMENT=	An alternative to widely-used Sendmail
+COMMENT=	A secure alternative to widely-used Sendmail
 
 USE_SUBMAKE=	yes
 USE_REINPLACE=	yes
diff -Pru postfix/distinfo postfix-new/distinfo
--- postfix/distinfo	Mon Jun 30 10:30:00 2003
+++ postfix-new/distinfo	Tue Jul  1 15:27:38 2003
@@ -1,5 +1,5 @@
-MD5 (postfix/postfix-2.0.12.tar.gz) = 94ce611b6f3e169caee2b4634c6b5370
-MD5 (postfix/tls+ipv6-1.15-pf-2.0.12.patch.gz) = 54549f53e22765dc92ffac0e67998964
-MD5 (postfix/ipv6-1.15-pf-2.0.12.patch.gz) = 55f89bd48b33334f85645adc43a1b4f1
+MD5 (postfix/postfix-2.0.13.tar.gz) = f4f2b4b930a7a32b1df475d87143269f
 MD5 (postfix/pfixtls-0.8.14-2.0.12-0.9.7b.tar.gz) = 42533d651553e97920b011dbf5812f4e
 MD5 (postfix/postfix-pg.postfix-2.0.0.2.patch) = 5a0aa5ef6a231a593eb6c5628236a3e4
+MD5 (postfix/ipv6-1.15-pf-2.0.13.patch.gz) = 29201023f371176af986efbd95eb2392
+MD5 (postfix/tls+ipv6-1.15-pf-2.0.13.patch.gz) = 227ec4958e5f415024655147df75669a
diff -Pru postfix/scripts/configure.postfix postfix-new/scripts/configure.postfix
--- postfix/scripts/configure.postfix	Fri Jun 27 13:41:09 2003
+++ postfix-new/scripts/configure.postfix	Tue Jul  1 15:36:52 2003
@@ -22,6 +22,7 @@
 NOPCRE		"DISABLE Perl Compatible Regular Expressions" "$status_NOPCRE" \
 SASL		"Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \
 SASL2		"Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \
+SASLKRB		"If your SASL requires Kerberos select this option" "$status_SASLKRB" \
 TLS		"SSL and TLS" "$status_TLS" \
 IPv6		"IPv6 support" "$status_IPv6" \
 IPv6TLS		"IPv6 support with SSL and TLS" "$status_IPv6TLS" \
@@ -80,13 +81,7 @@
                                         echo "POSTFIX_CCARGS+=  -DHAS_MYSQL -I\${LOCALBASE}/include/mysql"
                                         echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz"
                                 fi
-                        else
-                                echo "POSTFIX_CCARGS+=  -DHAS_MYSQL -I\${LOCALBASE}/include/mysql"
-                                echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz"
                         fi
-                        echo ".if exists(/usr/lib/libkrb.a)"
-                        echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err"
-                        echo ".endif"
                         SUB_SASL=""
                         ;;
 		SASL2)
@@ -99,15 +94,15 @@
 					echo "POSTFIX_CCARGS+=  -DHAS_MYSQL -I\${LOCALBASE}/include/mysql"
 					echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz"
 				fi
-			else
-				echo "POSTFIX_CCARGS+=  -DHAS_MYSQL -I\${LOCALBASE}/include/mysql"
-				echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz"
 			fi
 			echo ".if exists(/usr/lib/libkrb.a)"
 			echo "POSTFIX_AUXLIBS+=	-lkrb -lcrypto -lcom_err"
 			echo ".endif"
 			SUB_SASL=""
 			;;
+		SASLKRB)
+                        echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err"
+			;;
 		TLS)
 			echo "MAN8+=		tlsmgr.8"
 			echo "USE_OPENSSL=	yes"
@@ -210,7 +205,7 @@
 				exit 1
 			fi
 			echo "PATCH_SITES+=	http://www.ipnet6.org/postfix/download/"
-			echo "PATCHFILES+=	ipv6-1.15-pf-2.0.12.patch.gz"
+			echo "PATCHFILES+=	ipv6-1.15-pf-2.0.13.patch.gz"
 			echo "PATCH_DIST_STRIP=	-p1"
 			echo "IPv6_SUFFIX=	+ipv6"
 			echo ""
@@ -227,7 +222,7 @@
 			echo "POSTFIX_CCARGS+=	-DHAS_SSL -I\${OPENSSLINC}"
 			echo "POSTFIX_AUXLIBS+=	-L\${OPENSSLLIB} -lssl -lcrypto"
 			echo "PATCH_SITES+=	http://www.ipnet6.org/postfix/download/"
-			echo "PATCHFILES+=	tls+ipv6-1.15-pf-2.0.12.patch.gz"
+			echo "PATCHFILES+=	tls+ipv6-1.15-pf-2.0.13.patch.gz"
 			echo "PATCH_DIST_STRIP=	-p1"
 			echo "TLS_SUFFIX=	+tls+ipv6"
 			SUB_TLS=""
>Release-Note:
>Audit-Trail:
>Unformatted:



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