From lioux@linf.unb.br Sat Sep 11 12:35:10 1999
Return-Path: <lioux@linf.unb.br>
Received: from cyrius.linf.unb.br (cyrius.linf.unb.br [164.41.12.4])
	by hub.freebsd.org (Postfix) with ESMTP id 6280D1545D
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 11 Sep 1999 12:35:06 -0700 (PDT)
	(envelope-from lioux@linf.unb.br)
Received: from lioux by cyrius.linf.unb.br with local
	id 11PswD-000Dya-00; Sat, 11 Sep 1999 16:35:53 -0300
Message-Id: <E11PswD-000Dya-00@cyrius.linf.unb.br>
Date: Sat, 11 Sep 1999 16:35:53 -0300
From: lioux@linf.unb.br
Reply-To: lioux@gns.com.br
To: FreeBSD-gnats-submit@freebsd.org
Subject: mail/qmail port update to handle >512 dns entries
X-Send-Pr-Version: 3.2

>Number:         13699
>Category:       ports
>Synopsis:       mail/qmail port update to handle >512 dns entries
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 11 12:40:01 PDT 1999
>Closed-Date:    Wed Oct 6 20:01:55 PDT 1999
>Last-Modified:  Wed Oct  6 20:02:02 PDT 1999
>Originator:     Mario Sergio Fujikawa Ferreira
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
None
>Environment:
Any FreeBSD 2.x and above. I hope.
>Description:

	mail/qmail update port from the port maintainer. Change so that
qmail will accept the non-RFC >512 "AOL" DNS entries. Bad, yet necessary.

>How-To-Repeat:

	Should be easy, just try the port without the aforementioned patch
and watch some strange messages on delivery to "AOL".

>Fix:
	
	Port diff included.
	Besides the master_sites directive was updated and reordered.

diff -ruN qmail.bak/Makefile qmail/Makefile
--- qmail.bak/Makefile	Fri Aug 27 23:41:44 1999
+++ qmail/Makefile	Sat Sep 11 15:37:02 1999
@@ -8,18 +8,22 @@
 
 DISTNAME=	qmail-1.03
 CATEGORIES=	mail
-MASTER_SITES=	ftp://koobera.math.uic.edu/pub/software/ \
-		ftp://ftp.hpcl.titech.ac.jp/qmail/ \
-		ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/ \
+MASTER_SITES=	ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/ \
 		ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \
-		ftp://ftp.mira.net.au/pub/unix/mail/qmail/ \
+		ftp://ftp.mira.net.au/unix/mail/qmail/ \
 		ftp://ftp.id.wustl.edu/pub/qmail/ \
-		ftp://ftp.pipex.net/mirrors/qmail/ \
-		ftp://ftp.jp.qmail.org/qmail/
-# These patches may not apply to versions after 1.02
-#PATCH_SITES=	http://hippo.ail-inc.co.jp/air/ports/patches/
-#PATCHFILES=	patch-qmail-date-localtime.gz \
-#		patch-qmail-smtpd.gz
+		ftp://mirror.uk.uu.net/pub/qmail/ \
+		ftp://ftp.jp.qmail.org/qmail/ \
+		http://ftp.rifkin.technion.ac.il/pub/qmail/ \
+		http://koobera.math.uic.edu/www/software/ \
+		http://pobox.com/~djb/software/ 
+
+# Patch necessary to cope with non-RFC >512 dns entries
+# Since AOL has been using those, the problem has skyrocketed from minor to
+# groundzero. qmail being RFC compliant need to be "fixed" to work with those
+PATCH_SITES=	http://www.ckdhr.com/ckd/
+PATCHFILES=	qmail-103.patch
+PATCH_DIST_STRIP+=	-p1
 
 MAINTAINER=	lioux@gns.com.br
 
diff -ruN qmail.bak/files/md5 qmail/files/md5
--- qmail.bak/files/md5	Sat Jul 18 16:59:55 1998
+++ qmail/files/md5	Sat Sep 11 13:02:50 1999
@@ -1 +1,2 @@
 MD5 (qmail-1.03.tar.gz) = 622f65f982e380dbe86e6574f3abcb7c
+MD5 (qmail-103.patch) = 9140ad2b03017145cd7963c84bb24f16


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed  
State-Changed-By: cpiazza 
State-Changed-When: Wed Oct 6 20:01:55 PDT 1999 
State-Changed-Why:  
committed, thanks! 
>Unformatted:
