Date: Sun, 10 Dec 2006 15:50:15 +0900 From: Hajimu UMEMOTO <ume@FreeBSD.org> To: "Andrey A. Chernov" <ache@FreeBSD.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 Message-ID: <ygemz5wjlco.wl%ume@mahoroba.org> In-Reply-To: <200612100510.kBA5Acxc082301@repoman.freebsd.org> References: <200612100510.kBA5Acxc082301@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
>>>>> On Sun, 10 Dec 2006 05:10:38 +0000 (UTC)
>>>>> "Andrey A. Chernov" <ache@FreeBSD.org> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ygemz5wjlco.wl%ume>
