Date: Sat, 11 Sep 1999 16:35:53 -0300 From: lioux@linf.unb.br To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13699: mail/qmail port update to handle >512 dns entries Message-ID: <E11PswD-000Dya-00@cyrius.linf.unb.br>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 11 12:40:01 PDT 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E11PswD-000Dya-00>