ports/68273: mail/postfix: IPv6 and IPv6+TLS fix

Olafur Osvaldsson oli at aker.isnic.is
Thu Jun 24 13:00:46 UTC 2004


>Number:         68273
>Category:       ports
>Synopsis:       mail/postfix: IPv6 and IPv6+TLS fix
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 24 12:50:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Olafur Osvaldsson
>Release:        FreeBSD 5.2.1-RELEASE-p4 i386
>Organization:
ISNIC
>Environment:
System: FreeBSD aker.isnic.is 5.2.1-RELEASE-p4 FreeBSD 5.2.1-RELEASE-p4 #6: Wed Mar 31 09:08:35 GMT 2004 oli at aker.isnic.is:/usr/obj/usr/src/sys/HP360 i386


	
>Description:
	
The attached patch fixes the problems with IPv6 and IPv6+TLS
>How-To-Repeat:
	
>Fix:

	

--- postfix.patch begins here ---
diff -ruN postfix.orig/distinfo postfix/distinfo
--- postfix.orig/distinfo	Tue Jun 22 19:30:26 2004
+++ postfix/distinfo	Thu Jun 24 12:12:36 2004
@@ -2,7 +2,7 @@
 SIZE (postfix/postfix-2.1.3.tar.gz) = 1971632
 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.24-pf-2.1.1.patch.gz) = 9170e8efda9341c6e5b7ac1bb1a9b323
-SIZE (postfix/ipv6-1.24-pf-2.1.1.patch.gz) = 52007
-MD5 (postfix/tls+ipv6-1.24-pf-2.1.1.patch.gz) = 22c7feb237ef35a0761fb5bdc5c6ff2c
-SIZE (postfix/tls+ipv6-1.24-pf-2.1.1.patch.gz) = 256320
+MD5 (postfix/ipv6-1.25-pf-2.1.3.patch.gz) = cd99ff3ddf9bb88e23a7e33ae42d0772
+SIZE (postfix/ipv6-1.25-pf-2.1.3.patch.gz) = 79473
+MD5 (postfix/tls+ipv6-1.25-pf-2.1.3.patch.gz) = 71181d8dcf26c24e6fe373ad1ac7e741
+SIZE (postfix/tls+ipv6-1.25-pf-2.1.3.patch.gz) = 256591
diff -ruN postfix.orig/scripts/configure.postfix postfix/scripts/configure.postfix
--- postfix.orig/scripts/configure.postfix	Tue Jun 22 19:30:26 2004
+++ postfix/scripts/configure.postfix	Thu Jun 24 12:14:19 2004
@@ -24,8 +24,8 @@
 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 (broken)" "$status_IPv6" \
-IPv6TLS		"IPv6 support with SSL and TLS (broken)" "$status_IPv6TLS" \
+IPv6		"IPv6 support" "$status_IPv6" \
+IPv6TLS		"IPv6 support with SSL and TLS" "$status_IPv6TLS" \
 DB3		"Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \
 DB40		"Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \
 DB41		"Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \
@@ -206,8 +206,8 @@
 				rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
 				exit 1
 			fi
-			echo "PATCH_SITES+=	http://www.ipnet6.org/postfix/download/"
-			echo "PATCHFILES+=	ipv6-1.24-pf-2.1.1.patch.gz"
+			echo "PATCH_SITES+=	ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.25/"
+			echo "PATCHFILES+=	ipv6-1.25-pf-2.1.3.patch.gz"
 			echo "PATCH_DIST_STRIP=	-p1"
 			echo "IPv6_SUFFIX=	+ipv6"
 			echo ""
@@ -224,8 +224,8 @@
 			echo "USE_OPENSSL=	yes"
 			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.24-pf-2.1.1.patch.gz"
+			echo "PATCH_SITES+=	ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.25/"
+			echo "PATCHFILES+=	tls+ipv6-1.25-pf-2.1.3.patch.gz"
 			echo "PATCH_DIST_STRIP=	-p1"
 			echo "TLS_SUFFIX=	+tls+ipv6"
 			SUB_TLS=""
--- postfix.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list