Date: Wed, 5 Feb 2014 09:31:56 +0100 From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= <decke@bluelife.at> To: "Sergey A. Osokin" <osa@freebsd.org> Cc: "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org> Subject: Re: svn commit: r341828 - in head/www: nginx nginx-devel Message-ID: <CAE-m3X0akRT5-sYA8OaX3hXsQtdXN5qxMPH6xaO_9-00mxEFBQ@mail.gmail.com> In-Reply-To: <20140205020506.GD26034@FreeBSD.org> References: <201401301001.s0UA1qoh075598@svn.freebsd.org> <20140202023411.GC26034@FreeBSD.org> <CAE-m3X3rAJQd2omZ6vQpoGa%2BUaKjSeX6sn3=AuJiVdFNz6HMXQ@mail.gmail.com> <20140205020506.GD26034@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Sergey, The default options are under discussion since the early beginnings of pkgn= g which is quite a few years already. The first time I hward people complaini= ng about nginx SSL option for _me_ was on the DevSummit in Warsaw during the Ports slot. Feel free to dig up an video on youtube to find the exact momen= t. I'm pretty sure that you as the maintainer of nginx have heard about that before so I see no benefit in looking up the history of the last 3 years ju= st to prove my point. Feel free to talk to bapt, erwin, bdrewery or other people = from portmgr that are on conferences regularly and you will see this is an recur= ring topic. Since I haven't heard any complains about that change yet, and you did not provide any reasons except "I want you to revert" I do not plan to revert t= hat change right now. In fact the only responses so far that I got were positiv= e. I'm still open for technical discussions on that topic. On Wed, Feb 5, 2014 at 3:05 AM, Sergey A. Osokin <osa@freebsd.org> wrote: > Hi Bernard, > > could you provide "requests from many people over a long time", problem > reports, letter, etc.? > > Again, I'm waiting when you revert back the changes. > > Thanks. > > -- > ozz > > On Sun, Feb 02, 2014 at 08:01:03AM +0100, Bernhard Fr=D0=96hlich wrote: >> Hello Sergey, >> >> Is there a specific reason why you want it to be reverted? The change wa= s >> discussed on portmgr before it was committed and there is no need to hav= e >> an explicit approval from you. >> >> The change was requested by many people over a long time even on a few >> conferences so it was about time to enable it per default. I even contac= ted >> you upfront asking for technical advise and did send you an answer about >> your USE_OPENSSL related wishes. After consideration by multiple people = on >> portmgr we felt it is good to proceed so I've done the commit. >> >> Am 02.02.2014 03:34 schrieb "Sergey A. Osokin" <osa@freebsd.org>: >> > >> > Please revert back this change, I didn't approve it. >> > >> > -- >> > Sergey A. Osokin >> > osa@FreeBSD.org >> > >> > On Thu, Jan 30, 2014 at 10:01:52AM +0000, Bernhard Froehlich wrote: >> > > Author: decke >> > > Date: Thu Jan 30 10:01:51 2014 >> > > New Revision: 341828 >> > > URL: http://svnweb.freebsd.org/changeset/ports/341828 >> > > QAT: https://qat.redports.org/buildarchive/r341828/ >> > > >> > > Log: >> > > - By popular request enable HTTP_SSL option per default >> > > >> > > With hat: portmgr >> > > Discussed with: osa@ (maintainer) >> > > >> > > Modified: >> > > head/www/nginx-devel/Makefile >> > > head/www/nginx/Makefile >> > > >> > > Modified: head/www/nginx-devel/Makefile >> > > >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> > > --- head/www/nginx-devel/Makefile Thu Jan 30 09:45:42 2014 >> (r341827) >> > > +++ head/www/nginx-devel/Makefile Thu Jan 30 10:01:51 2014 >> (r341828) >> > > @@ -3,6 +3,7 @@ >> > > >> > > PORTNAME=3D nginx >> > > PORTVERSION=3D 1.5.8 >> > > +PORTREVISION=3D 1 >> > > CATEGORIES=3D www >> > > MASTER_SITES=3D http://nginx.org/download/ >> > > MASTER_SITES+=3D ${MASTER_SITE_LOCAL} >> > > @@ -105,7 +106,7 @@ OPTIONS_DEFINE=3D \ >> > > >> > > OPTIONS_SINGLE=3D VIDEO >> > > OPTIONS_SINGLE_VIDEO=3D HTTP_MP4 HTTP_MP4_H264 >> > > -OPTIONS_DEFAULT=3D IPV6 HTTP HTTP_CACHE HTTP_REWRITE HTTP_STATU= S WWW >> > > +OPTIONS_DEFAULT=3D IPV6 HTTP HTTP_CACHE HTTP_REWRITE HTTP_SSL >> HTTP_STATUS WWW >> > > >> > > DEBUGLOG_DESC=3D Enable debug log (--with-deb= ug) >> > > FILE_AIO_DESC=3D Enable file aio >> > > >> > > Modified: head/www/nginx/Makefile >> > > >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> > > --- head/www/nginx/Makefile Thu Jan 30 09:45:42 2014 (r3418= 27) >> > > +++ head/www/nginx/Makefile Thu Jan 30 10:01:51 2014 (r3418= 28) >> > > @@ -3,7 +3,7 @@ >> > > >> > > PORTNAME=3D nginx >> > > PORTVERSION=3D 1.4.4 >> > > -PORTREVISION=3D 2 >> > > +PORTREVISION=3D 3 >> > > PORTEPOCH=3D 1 >> > > CATEGORIES=3D www >> > > MASTER_SITES=3D http://nginx.org/download/ >> > > @@ -106,7 +106,7 @@ OPTIONS_DEFINE=3D \ >> > > >> > > OPTIONS_SINGLE=3D VIDEO >> > > OPTIONS_SINGLE_VIDEO=3D HTTP_MP4 HTTP_MP4_H264 >> > > -OPTIONS_DEFAULT=3D IPV6 HTTP HTTP_CACHE HTTP_REWRITE HTTP_STATU= S WWW >> > > +OPTIONS_DEFAULT=3D IPV6 HTTP HTTP_CACHE HTTP_REWRITE HTTP_SSL >> HTTP_STATUS WWW >> > > >> > > DEBUGLOG_DESC=3D Enable debug log (--with-deb= ug) >> > > FILE_AIO_DESC=3D Enable file aio --=20 Bernhard Fr=C3=B6hlich http://www.bluelife.at/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE-m3X0akRT5-sYA8OaX3hXsQtdXN5qxMPH6xaO_9-00mxEFBQ>