ports/68949: upgrade postfix to 2.1.4

Vivek Khera vivek at khera.org
Mon Jul 12 14:40:23 UTC 2004


>Number:         68949
>Category:       ports
>Synopsis:       upgrade postfix to 2.1.4
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 12 14:40:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lorax.kcilink.com 4.10-RELEASE FreeBSD 4.10-RELEASE #20: Fri May 28 14:13:44 EDT 2004 vivek at lorax.kcilink.com:/u/lorax1/usr/obj/u/lorax1/usr/src/sys/LORAX i386


	
>Description:
	

update postfix to 2.1.4 version

also added fix for PR 68506


>How-To-Repeat:
	
>Fix:

	


diff -Pru postfix.old/Makefile postfix/Makefile
--- postfix.old/Makefile	Mon Jul 12 10:19:52 2004
+++ postfix/Makefile	Mon Jul 12 10:20:35 2004
@@ -15,7 +15,7 @@
 # NOTE: PCRE is enabled by default unless you specifically disable it.
 
 PORTNAME=	postfix
-PORTVERSION=	2.1.3
+PORTVERSION=	2.1.4
 PORTEPOCH=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
diff -Pru postfix.old/distinfo postfix/distinfo
--- postfix.old/distinfo	Fri Jun 25 16:34:32 2004
+++ postfix/distinfo	Mon Jul 12 10:21:11 2004
@@ -1,5 +1,5 @@
-MD5 (postfix/postfix-2.1.3.tar.gz) = 1f515b0d80cd1f9db0113240bf36f248
-SIZE (postfix/postfix-2.1.3.tar.gz) = 1971632
+MD5 (postfix/postfix-2.1.4.tar.gz) = f96fc9e7cbf9750d4a91475fcbd02a81
+SIZE (postfix/postfix-2.1.4.tar.gz) = 1970068
 MD5 (postfix/pfixtls-0.8.18-2.1.3-0.9.7d.tar.gz) = d3211ebd4d2fbbc9c78235666ed355ac
 SIZE (postfix/pfixtls-0.8.18-2.1.3-0.9.7d.tar.gz) = 239141
 MD5 (postfix/ipv6-1.25-pf-2.1.3.patch.gz) = cd99ff3ddf9bb88e23a7e33ae42d0772
diff -Pru postfix.old/scripts/configure.postfix postfix/scripts/configure.postfix
--- postfix.old/scripts/configure.postfix	Fri Jun 25 16:34:32 2004
+++ postfix/scripts/configure.postfix	Mon Jul 12 10:25:34 2004
@@ -23,6 +23,7 @@
 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" \
+SASLKRB5	"If your SASL requires Kerberos5 select this option" "$status_SASLKRB5" \
 TLS		"SSL and TLS" "$status_TLS" \
 IPv6		"IPv6 support" "$status_IPv6" \
 IPv6TLS		"IPv6 support with SSL and TLS" "$status_IPv6TLS" \
@@ -102,6 +103,9 @@
 			;;
 		SASLKRB)
                         echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err"
+			;;
+		SASLKRB5)
+                        echo "POSTFIX_AUXLIBS+= -lkrb5 -lcrypto -lcom_err"
 			;;
 		TLS)
 			echo "MAN8+=		tlsmgr.8"
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list