Date: Wed, 5 Jan 2011 16:17:23 +0300 From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: Brendan Fabeny <bf@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/tor Makefile Message-ID: <20110105131723.GD1612@hades.panopticon> In-Reply-To: <201101011836.p01Ia1uq047612@repoman.freebsd.org> References: <201101011836.p01Ia1uq047612@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Brendan Fabeny (bf@FreeBSD.org) wrote: > bf 2011-01-01 18:36:01 UTC > > FreeBSD ports repository > > Modified files: > security/tor Makefile > Log: > - update MASTER_SITES on the basis of distilator results and: > http://www.torproject.org/getinvolved/mirrors.html.en > - fix conditional openssl requirements [1] (thanks to Pascal Stumpf > for raising this issue, and that of CVE 2010-1676) Cool, thanks - was just about to report that WITH_OPENSSL_PORT should be tweaked. However, it says (if) ${OSVERSION} >= 800000 && ${OSVERSION} < 801500 (WITH_OPENSSL_PORT=yes) which still uses openssl from ports for 8.1-RELEASE (OSVERSION=801000). While here, security/tor/plist should use @dirrmtry (insread of @dirrm) for etc/tor as it is expected that user place changed config files there manually. Would be even better to use automatic handling of cleaning up unchanged configs as in porter's handbook. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110105131723.GD1612>