Commit Graph

57 Commits

Author SHA1 Message Date
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
sthen
24cab1e03f missing bumps; dep on ruby-passenger changed 2012-09-26 19:46:06 +00:00
jeremy
a0d7f3f4e8 Fix module directory to use for building passenger FLAVOR, after the
switch to use ruby 1.9 by default.  No bump as the package is not
affected.

OK jasper@
2012-09-24 19:29:05 +00:00
jasper
c3990dee0b sync after recent lua.port.mk change 2012-09-19 08:15:08 +00:00
sthen
973d4e7f63 Update nginx stable in ports to 1.2.x and add devel (1.3.x), this is
separate from the version in the base OS which deliberately does not include
the mail proxy and additional modules. rc.d/enginx script is added (not
rc.d/nginx to avoid conflicting with base). Lua module is also supported.
Most of the work done by william@, with a few tweaks by me and ok william.

README could use more work and as pointed out by ajacoutot we need to
review permissions of the tmp directory, but the diff is already long enough.
@pkgpath markers are set to update from the 1.0.x packages to 1.2.x (with or
without the passenger flavour as appropriate).
2012-09-11 16:01:45 +00:00
gsoares
edbab203e8 SECURITY UPDATE to nginx-1.0.15
resolves:
CVE-2012-2089 - Buffer overflow in the ngx_http_mp4_module

OK sthen@ jasper@ william@
2012-04-17 13:00:28 +00:00
william
a710cfe3da SECURITY FIX: upgrade to 1.0.14
contents of previously freed memory might be sent to a client if
backend returned specially crafted response.

ok sthen
2012-03-16 00:44:06 +00:00
robert
ff7f10a6d6 do not handle the same files that are handled by the in-tree nginx
and make the port use the www user so that both nginx can be used
on the same system if needed
2012-02-19 15:02:08 +00:00
sthen
c546e37e4d update to nginx 1.0.12, ok william@ 2012-02-18 16:40:18 +00:00
sthen
f806d0720b update ports nginx to 1.0.11 (src/usr.sbin/nginx was already updated)
ok jeremy@ william@
2012-01-18 10:00:52 +00:00
jeremy
a6f25334b3 Depend on either the ruby 1.8 or ruby 1.9 version of ruby-passenger
in the passenger FLAVOR.
2011-12-13 18:39:38 +00:00
sthen
88435c9249 Update to nginx 1.0.10. Bugs fixed include a segmentation fault in a worker
process if the resolver receives a large DNS response. OK robert@
2011-11-15 19:17:15 +00:00
robert
dd733330a4 trivial update to 1.0.9 to keep in sync with the in-tree one 2011-11-14 19:24:48 +00:00
jasper
ded74a253c - update to 1.0.8
ok william@ (MAINTAINER)
2011-10-13 12:09:57 +00:00
william
98a9fa7651 Long overdue update to nginx-1.0.5
Includes the manpage diff to remove a nonexistent Xr that was suggested
by jirib on ports@ ages ago

ok rpointel jasper jeremy (passenger FLAVOR)

thanks very much to the okayers for testing multiple diffs
I never got around to committing.
2011-09-06 00:54:47 +00:00
william
a1654aa6d2 bugfix update to 1.0.4; ok jasper 2011-06-14 03:08:05 +00:00
william
f8559e8825 Update to nginx-1.0.2
Originally from Piotr for 1.0.0, thanks

ok jasper
2011-05-17 03:31:00 +00:00
william
2d2d548991 Update to nginx-0.8.54 and update MAINTAINER
from Gleydson Soares, thanks

rc issue found by Piotr Sikora, fix by me, ok aja@

ok jasper
2011-04-09 01:21:55 +00:00
ajacoutot
073e9e6b72 These aren't needed either. 2011-03-09 19:37:47 +00:00
ajacoutot
564c909458 Remove now uneeded redirection. 2011-03-09 18:51:48 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
ajacoutot
fb9e2948ec Use quotes to be consistent with other rc scripts. 2010-12-11 08:05:38 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
sthen
e5a1131f8c - Install files for the SCGI and uwsgi modules, from Piotr Sikora.
makes sense to dlg@, ok william@ (maintainer).

- Fix bad REVISION bump in an .if ${FLAVOR... block from last commit.
2010-11-10 08:18:18 +00:00
jeremy
56e3a7816f For the passenger flavor, adjust for new location of ruby-passenger
and bump.

OK landry@
2010-11-08 23:50:31 +00:00
sthen
21e0d49f9a move back to new-style LIB_DEPENDS, req by Brad. 2010-11-04 23:33:45 +00:00
ajacoutot
37d4ed9f1a Add rcs id and shebang.
Protect variable names.
2010-11-04 07:54:51 +00:00
robert
51de3dc41b Add an rc script for nginx too 2010-11-04 07:39:44 +00:00
dlg
af2cb73be7 update nginx to 0.8.53. the main flavor builds and works fine. the
passenger build works, but i havent got a test case for it.

ok william@
2010-11-04 01:41:11 +00:00
william
1083b91a02 Enable the static gzip module by default.
ok bernd@

from Johan Huldtgren a while ago, thanks.
2010-09-25 03:34:40 +00:00
edd
6e8899086d Make php easier to configure under nginx, by patching correct paths in.
Diff also does new LIB_DEPENDS/WANTLIB style.

OK from the maintainer, william@
Cheers
2010-08-31 20:05:21 +00:00
william
eacceacc13 Update to nginx-0.7.67; bugfixes. Identical diff by Simon Kuhnle, thanks 2010-06-17 03:35:37 +00:00
william
efb25578f2 nginx-0.7.65; bugfixes
update from and reminded by Toni Mueller, thanks

ok jasper@
(reminder, ports is not fully open, do not commit without specific permission)
2010-03-01 04:04:50 +00:00
william
82b2900030 SECURITY UPDATE to nginx-0.7.64
From Max Varencov

SSL/TLS renegotiation is now disabled, resolving CVE-2009-3555

ok jasper@
2009-11-23 04:35:11 +00:00
william
ded9791bf5 SECURITY update to 0.7.63:
- fix VU#180065
- fix a null pointer dereference vulnerability

ok sthen@
2009-10-30 00:42:17 +00:00
okan
7a86a6cc3e fix typo and bump
ok william@ (MAINTAINER)
2009-10-26 13:32:02 +00:00
william
bc8cb0bcab SECURITY FIX
Resolves CVE-2009-2629

from msf@

Identical diff from Stephan A. Rickauer

ok jasper@
2009-09-16 22:53:08 +00:00
bernd
87396c190e Add a passenger FLAVOR to make use of www/ruby-passenger.
ok william@ (MAINTAINER)
2009-08-20 20:40:11 +00:00
william
1aef059794 update to nginx-0.7.61, and fix the link to the wiki
ok msf@
2009-08-12 00:11:57 +00:00
sthen
4ff52f179c actually enable IPv6; from Simon Kuhnle 2009-06-24 07:38:30 +00:00
sthen
4e63b093cf - update to 0.7.60, from Brad
- add IPv6 support, from william@ (maintainer), tested by Simon Kuhnle
and Darrin Chandler.

committing at the request of william@.
2009-06-23 20:24:12 +00:00
william
20bd8ec4a2 Update to nginx-0.7.59; ok robert@ merdely@ 2009-06-04 04:06:43 +00:00
sthen
e887aff9bb update to 0.6.37, fixes build on a few arch broken in previous commit.
noticed by Simon Kuhnle, diff from maintainer William Yodlowsky matches
mine.
2009-05-23 22:33:44 +00:00
steven
94a3508da0 update to 0.6.36
use _nginx user by default

from new maintainer William Yodlowsky

fine with old maintainer Darrin Chandler
2009-05-21 11:44:08 +00:00
steven
d8103394ad update to 0.6.35
from Max Varencov.
tested/ok maintainer
2009-03-22 20:19:32 +00:00
steven
bd273aac20 reliability fix:
"Recently it was discovered that nginx workers exit abnormally if they
receive Expect header on all systems except FreeBSD, Linux, and
Solaris."

from upstream via maintainer Darrin Chandler
2008-12-26 17:30:23 +00:00
merdely
6c52a79c58 From MAINTAINER (Darrin Chandler):
This updates nginx to the latest stable version 0.6.34 and removed a
configure workaround (fixed upstream).

Also implements SUBST_CMD (thanks, okan).

ok MAINTAINER, weerd@, okan@
2008-12-07 20:08:55 +00:00
sthen
7b17ca6dda Maintenance update to latest stable version 0.6.32, from maintainer
Darrin Chandler on ports@.

"Thanks to Toni Mueller for prodding, and to Simon Kuhnle for prodding,
testing, and the patch (I had the same diff just before lock but kept
forgetting after unlock)." -dwc
2008-09-01 15:47:43 +00:00
merdely
cb13c20e95 Bugfix update to 0.6.31. Fixes include:
*) Bugfix: nginx did not process FastCGI response if header was at
   the end of FastCGI record; bug appeared in 0.6.2.  Thanks to
   Sergey Serov.
*) bugfix: a segmentation fault might occur in worker process if a
   file was deleted and the "open_file_cache_errors" directive was
   off.

From Darrin Chandler (MAINTAINER)
ok bernd@
2008-05-13 18:46:07 +00:00