On Sat, Dec 29, 2007 at 05:19:52PM -0700, Darrin Chandler wrote: > This brings nginx up to 0.5.34, the latest stable version. Change log is > at http://nginx.net/CHANGES-0.5 includes several bugfixes as well as > some new features. > > I have also made this a flavored port, with only the most common > features enabled by default (http server & proxy, mod_ssl).
I'm not sure about the flavors. To me if feels like you're adding complexity where none is needed. nginx is not a large binary with all options compiled in. The options do not include a large number of dependencies which one might want to leave out. Anyone else with opinions on this? > Tested by me on i386, amd64, sparc64. > > Diff attached. Tarball available at > http://phxbsd.com/OpenBSD/nginx.tar.gz > > Please test and commit. Feedback appreciated. -ME