Date: Thu, 16 Jun 2005 10:05:23 +0200 From: Pav Lucistnik <pav@FreeBSD.org> To: Sergey Matveychuk <sem@FreeBSD.org> Cc: freebsd-ports-bugs@FreeBSD.org, hendrik@scholz.net Subject: Re: ports/82288: maintainer-update: www/lighttpd (1.3.13 to 1.3.14) Message-ID: <1118909123.7684.4.camel@pav.hide.vol.cz> In-Reply-To: <42B11913.3020701@FreeBSD.org> References: <200506152109.j5FL9gtN012020@freefall.freebsd.org> <42B11913.3020701@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-fEyjNjnLlyGxpzmF0XyQ Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Sergey Matveychuk p=ED=B9e v =E8t 16. 06. 2005 v 10:15 +0400: > Pav Lucistnik wrote: > > Synopsis: maintainer-update: www/lighttpd (1.3.13 to 1.3.14) > >=20 > > State-Changed-From-To: open->closed > > State-Changed-By: pav > > State-Changed-When: Wed Jun 15 21:09:33 GMT 2005 > > State-Changed-Why:=20 > > Committed, thanks! > >=20 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D82288 >=20 > OPTIONS=3D OPENSSL "Enable SSL support" on \ > OPENLDAP "Enable LDAP support" off \ > MYSQL "Enable MYSQL support" off \ > IPV6 "Disable IPV6 support" off >=20 > .if !defined(WITHOUT_OPENSSL) > USE_OPENSSL=3D yes > .endif >=20 > .include <bsd.port.pre.mk> >=20 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > This will not work. WITHOUT_OPENSSL will never be setted. >=20 > There is a workaround for OPENSSL: >=20 > .include <bsd.port.pre.mk> >=20 > .if !defined(WITHOUT_SSL) > .include "${PORTSDIR}/Mk/bsd.openssl.mk" > USE_OPENSSL=3D yes > CONFIGURE_ARGS+=3D --with-openssl > .endif Yech, I was wondering the same. Thank you, I committed this workaround! Clever... Still, proper fix should be devised for this problem. --=20 Pav Lucistnik <pav@oook.cz> <pav@FreeBSD.org> It's the classic Microsoft security-bulletin formula: "The vulnerability is important (never dangerous); you have nothing to fear and no reason to regr= et trusting us; we have no intention of apologizing for it or even explaining = it adequately; now go get your patch, shut up, and be grateful nothing bad has happened. -- The Register --=-fEyjNjnLlyGxpzmF0XyQ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCsTLDntdYP8FOsoIRAtyuAJsH7GRb2CR28TEXa2yKZYlr4jVWnwCfXsX+ mrxp4BbD+oCAmcKdzC+xQfE= =OTVW -----END PGP SIGNATURE----- --=-fEyjNjnLlyGxpzmF0XyQ--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1118909123.7684.4.camel>