From owner-cvs-ports@FreeBSD.ORG Sun Dec 10 06:50:27 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 180D716A403; Sun, 10 Dec 2006 06:50:27 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from ameno.mahoroba.org (gw4.mahoroba.org [218.45.22.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id D158943C9D; Sun, 10 Dec 2006 06:49:17 +0000 (GMT) (envelope-from ume@mahoroba.org) Received: from kasuga.mahoroba.org (IDENT:tCY5R/jJCFkr9SO8Bi18cQOuHTS+rOyxand3pWtFTNbTZVfRoygO5a2NA4HvCMlm@kasuga.mahoroba.org [IPv6:2001:2f0:104:8010:20b:97ff:fe2e:b521]) (user=ume mech=CRAM-MD5 bits=0) by ameno.mahoroba.org (8.13.8/8.13.8) with ESMTP/inet6 id kBA6oFNk045769 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 10 Dec 2006 15:50:19 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sun, 10 Dec 2006 15:50:15 +0900 Message-ID: From: Hajimu UMEMOTO To: "Andrey A. Chernov" In-Reply-To: <200612100510.kBA5Acxc082301@repoman.freebsd.org> References: <200612100510.kBA5Acxc082301@repoman.freebsd.org> User-Agent: xcite1.38> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-pc-freebsd) MULE/5.0 (SAKAKI) X-Operating-System: FreeBSD 6.2-PRERELEASE X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (ameno.mahoroba.org [IPv6:2001:2f0:104:8010::1]); Sun, 10 Dec 2006 15:50:19 +0900 (JST) X-Virus-Scanned: by amavisd-new X-Virus-Status: Clean X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00, SUBJ_HAS_SPACES autolearn=no version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on ameno.mahoroba.org Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/milter-greylist Makefile distinfo pkg-message pkg-plist ports/mail/milter-greylist/files milter-greylist.sh patch-configure patch-greylist.conf X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Dec 2006 06:50:27 -0000 Hi, >>>>> On Sun, 10 Dec 2006 05:10:38 +0000 (UTC) >>>>> "Andrey A. Chernov" said: ache> ache 2006-12-10 05:10:38 UTC ache> FreeBSD ports repository ache> Modified files: ache> mail/milter-greylist Makefile distinfo pkg-message pkg-plist ache> mail/milter-greylist/files milter-greylist.sh ache> Added files: ache> mail/milter-greylist/files patch-configure patch-greylist.conf ache> Log: ache> Upgrade to 3.0 > if ${OSVERSION} >= 502102 > CONFIGURE_ARGS+= --enable-dnsrbl > .endif The DNSRBL support requires the BIND9's resolver, i.e. FreeBSD 6.2. But, our resolver is thread-safe before updating to the BIND9's one. The milter-greylist has an option for our resolver. This option is safe with the BIND9's resolver. So, it should be: .if ${OSVERSION} >= 502102 CONFIGURE_ARGS+= --enable-dnsrbl --with-thread-safe-resolver .endif Sincerely, -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/