ports/67007: update postfix-current to latest

Vivek Khera vivek at khera.org
Fri May 21 18:40:23 UTC 2004


>Number:         67007
>Category:       ports
>Synopsis:       update postfix-current to latest
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 21 11:40:15 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 5.2.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD crash.int.kcilink.com 5.2.1-RELEASE-p6 FreeBSD 5.2.1-RELEASE-p6 #3: Mon May 10 14:56:17 EDT 2004 khera at crash.int.kcilink.com:/var/usr.obj/usr/src/sys/CRASH i386


	
>Description:
	

update postfix-current to May 4 release.

IPv6 and IPv6+TLS patches newly issued to work with this release now,
so those features are now unbroken.

>How-To-Repeat:
	
>Fix:

	


diff -Pru postfix-current/Makefile postfix-current.new/Makefile
--- postfix-current/Makefile	Mon May  3 11:44:53 2004
+++ postfix-current.new/Makefile	Fri May 21 14:23:10 2004
@@ -15,7 +15,7 @@
 # NOTE: PCRE is enabled by default unless you specifically disable it.
 
 PORTNAME=	postfix
-PORTVERSIONRAW=	2.2-20040422
+PORTVERSIONRAW=	2.2-20040504
 PORTVERSION=	${PORTVERSIONRAW:S/-/./}
 PORTEPOCH=	2
 CATEGORIES=	mail ipv6
diff -Pru postfix-current/distinfo postfix-current.new/distinfo
--- postfix-current/distinfo	Mon May  3 11:44:53 2004
+++ postfix-current.new/distinfo	Fri May 21 14:26:12 2004
@@ -1,4 +1,8 @@
-MD5 (postfix/postfix-2.2-20040422.tar.gz) = df2c7485ea47402020ac3c03c38da6e0
-SIZE (postfix/postfix-2.2-20040422.tar.gz) = 2013819
+MD5 (postfix/postfix-2.2-20040504.tar.gz) = dc353d0d6deea643a73577fb00d4e3c6
+SIZE (postfix/postfix-2.2-20040504.tar.gz) = 1989111
 MD5 (postfix/pfixtls-0.8.18-2.1.0-0.9.7d.tar.gz) = 01785d9636bdae51a906320e581b1e6b
 SIZE (postfix/pfixtls-0.8.18-2.1.0-0.9.7d.tar.gz) = 239141
+MD5 (postfix/ipv6-1.24-pf-2.2-20040504.patch.gz) = 143c5d714b7584206e2291bfd7b445d2
+SIZE (postfix/ipv6-1.24-pf-2.2-20040504.patch.gz) = 52121
+MD5 (postfix/tls+ipv6-1.24-pf-2.2-20040504.patch.gz) = 85011af2c207f9036a75e57a4bab9fd5
+SIZE (postfix/tls+ipv6-1.24-pf-2.2-20040504.patch.gz) = 256490
diff -Pru postfix-current/distinfo.all postfix-current.new/distinfo.all
--- postfix-current/distinfo.all	Wed Dec 31 19:00:00 1969
+++ postfix-current.new/distinfo.all	Fri May 21 14:23:17 2004
@@ -0,0 +1,8 @@
+MD5 (postfix/postfix-2.2-20040422.tar.gz) = df2c7485ea47402020ac3c03c38da6e0
+SIZE (postfix/postfix-2.2-20040422.tar.gz) = 2013819
+MD5 (postfix/pfixtls-0.8.18-2.1.0-0.9.7d.tar.gz) = 01785d9636bdae51a906320e581b1e6b
+SIZE (postfix/pfixtls-0.8.18-2.1.0-0.9.7d.tar.gz) = 239141
+MD5 (postfix/ipv6-1.24-pf-2.2-20040504.patch.gz) = 143c5d714b7584206e2291bfd7b445d2
+SIZE (postfix/ipv6-1.24-pf-2.2-20040504.patch.gz) = 52121
+MD5 (postfix/tls+ipv6-1.24-pf-2.2-20040504.patch.gz) = 85011af2c207f9036a75e57a4bab9fd5
+SIZE (postfix/tls+ipv6-1.24-pf-2.2-20040504.patch.gz) = 256490
diff -Pru postfix-current/scripts/configure.postfix postfix-current.new/scripts/configure.postfix
--- postfix-current/scripts/configure.postfix	Wed May  5 10:24:36 2004
+++ postfix-current.new/scripts/configure.postfix	Fri May 21 12:54:34 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 (BROKEN)" "$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" \
@@ -207,7 +207,7 @@
 				exit 1
 			fi
 			echo "PATCH_SITES+=	http://www.ipnet6.org/postfix/download/"
-			echo "PATCHFILES+=	ipv6-1.23-pf-2.1.0.patch.gz"
+			echo "PATCHFILES+=	ipv6-1.24-pf-2.2-20040504.patch.gz"
 			echo "PATCH_DIST_STRIP=	-p1"
 			echo "IPv6_SUFFIX=	+ipv6"
 			echo ""
@@ -225,7 +225,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.23-pf-2.1.0.patch.gz"
+			echo "PATCHFILES+=	tls+ipv6-1.24-pf-2.2-20040504.patch.gz"
 			echo "PATCH_DIST_STRIP=	-p1"
 			echo "TLS_SUFFIX=	+tls+ipv6"
 			SUB_TLS=""
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list