./www/nginx [robust and small HTTP server and mail proxy server]
[+] Add this package to your ports tracker

[ CVSweb ] [ Homepage ] [ RSS feed ]

Version: 1.0.11, Package name: nginx-1.0.11
Maintained by: William Yodlowsky
Master sites:
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
  • passenger
Description
nginx [engine x] is a HTTP server and mail proxy server.

The basic HTTP features:
* Handling of static files, index files, and autoindexing; open file
descriptor cache.
* Accelerated reverse proxying without caching, simple load balancing
and fault tolerance.
* Accelerated support without caching of remote FastCGI servers,
simple load balancing and fault tolerance.
* Modular architecture. Filters include gzipping, byte ranges,
chunked responses, and SSI. Multiple SSI inclusions within a
single page can be processed in parallel if they are handled by
FastCGI or proxied servers.
* SSL and TLS SNI support.

Mail proxy server features:
* User redirection to IMAP/POP3 backend using an external HTTP
authentication server.
* User authentication using an external HTTP authentication server
and connection redirection to internal SMTP backend.
* Authentication methods:
o POP3: USER/PASS, APOP, AUTH LOGIN PLAIN CRAM-MD5
o IMAP: LOGIN, AUTH LOGIN PLAIN CRAM-MD5
o SMTP: AUTH LOGIN PLAIN CRAM-MD5
* SSL support.
* STARTTLS and STLS support.

Documentation on nginx can be found on the wiki:
http://wiki.nginx.org/


MD5: pBoB181G4T6pJtfJyig6lQ=
RMD160: SdhgLNXLVX/VhH+owalin05tkas=
Filesize: 675.294 KB

Package available on: cdrom(), ftp()
Distfile available on: cdrom(), ftp()

Version History (View Complete History)
  • (2012-01-18) Updated to version: nginx-1.0.11
  • (2011-11-15) Updated to version: nginx-1.0.10
  • (2011-11-14) Updated to version: nginx-1.0.9
  • (2011-10-14) Updated to version: nginx-1.0.8
  • (2011-09-06) Updated to version: nginx-1.0.5
  • (2011-06-14) Updated to version: nginx-1.0.4
  • (2011-05-17) Updated to version: nginx-1.0.2
  • (2011-05-09) Updated to version: nginx-0.8.54
  • (2010-11-04) Updated to version: nginx-0.8.53
  • (2010-06-25) Updated to version: nginx-0.7.67
[show/hide] View available PLISTS (Can be a lot of data)
[show/hide] View known vulnerabilities

CVS Commit History:

   2011-06-13 21:08:05 by William Yodlowsky | Files touched by this commit (2)
Log message:
bugfix update to 1.0.4; ok jasper
   2011-05-16 21:31:00 by William Yodlowsky | Files touched by this commit (3)
Log message:
Update to nginx-1.0.2
Originally from Piotr for 1.0.0, thanks
ok jasper
   2011-04-08 19:21:55 by William Yodlowsky | Files touched by this commit (3)
Log message:
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-03-09 12:37:47 by Antoine Jacoutot | Files touched by this commit (8)
Log message:
These aren't needed either.
   2011-03-09 11:51:49 by Antoine Jacoutot | Files touched by this commit (20)
Log message:
Remove now uneeded redirection.
   2010-12-27 07:50:24 by Antoine Jacoutot | Files touched by this commit (97)
Log message:
Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
   2010-12-24 03:40:06 by Antoine Jacoutot | Files touched by this commit (96)
Log message:
Cope with recent rc.subr changes.
   2010-12-11 01:05:38 by Antoine Jacoutot | Files touched by this commit (4)
Log message:
Use quotes to be consistent with other rc scripts.
   2010-11-22 01:37:07 by Marc Espie | Files touched by this commit (859)
Log message:
new depends
   2010-11-10 01:18:18 by Stuart Henderson | Files touched by this commit (2)
Log message:
- 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-08 16:50:31 by Jeremy Evans | Files touched by this commit (1)
Log message:
For the passenger flavor, adjust for new location of ruby-passenger
and bump.
OK landry@
   2010-11-04 17:33:45 by Stuart Henderson | Files touched by this commit (1)
Log message:
move back to new-style LIB_DEPENDS, req by Brad.
   2010-11-04 01:54:51 by Antoine Jacoutot | Files touched by this commit (2)
Log message:
Add rcs id and shebang.
Protect variable names.
   2010-11-04 01:39:44 by Robert Nagy | Files touched by this commit (5)
Log message:
Add an rc script for nginx too
   2010-11-03 19:41:11 by David Gwynne | Files touched by this commit (3)
Log message:
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-09-24 21:34:40 by William Yodlowsky | Files touched by this commit (1)
Log message:
Enable the static gzip module by default.
ok bernd@
from Johan Huldtgren a while ago, thanks.
   2010-08-31 14:05:21 by Edd Barrett | Files touched by this commit (2)
Log message:
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-06-16 21:35:37 by William Yodlowsky | Files touched by this commit (2)
Log message:
Update to nginx-0.7.67; bugfixes.  Identical diff by Simon Kuhnle, thanks
   2010-02-28 21:04:50 by William Yodlowsky | Files touched by this commit (2)
Log message:
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)
   2009-12-05 16:14:40 by William Yodlowsky | Files touched by this commit (3)
Log message:
MFC:
SECURITY FIX, crash fixes
nginx-0.7.64
requested by Brad
ok jasper@
   2009-11-25 18:42:36 by William Yodlowsky | Files touched by this commit (2)
Log message:
SECURITY FIX
nginx-0.7.60p2
Resolves CVE-2009-3555
patch from upstream
   2009-11-22 21:35:11 by William Yodlowsky | Files touched by this commit (2)
Log message:
SECURITY UPDATE to nginx-0.7.64
From Max Varencov
SSL/TLS renegotiation is now disabled, resolving CVE-2009-3555
ok jasper@
   2009-11-01 18:46:41 by William Yodlowsky | Files touched by this commit (2)
Log message:
SECURITY FIX
- fix VU#180065
- fix a null pointer dereference vulnerability
ok jasper@
   2009-10-29 18:42:17 by William Yodlowsky | Files touched by this commit (2)
Log message:
SECURITY update to 0.7.63:
- fix VU#180065
- fix a null pointer dereference vulnerability
ok sthen@
   2009-10-26 07:32:02 by Okan Demirmen | Files touched by this commit (2)
Log message:
fix typo and bump
ok william@ (MAINTAINER)
   2009-09-18 19:40:15 by William Yodlowsky | Files touched by this commit (2)
Log message:
SECURITY FIX
Resolves CVE-2009-2629
from ian@ (thanks), tweak by me
ok jasper@
   2009-09-16 16:53:08 by William Yodlowsky | Files touched by this commit (2)
Log message:
SECURITY FIX
Resolves CVE-2009-2629
from msf@
Identical diff from Stephan A. Rickauer
ok jasper@
   2009-08-20 14:40:11 by Bernd Ahlers | Files touched by this commit (1)
Log message:
Add a passenger FLAVOR to make use of www/ruby-passenger.
ok william@ (MAINTAINER)
   2009-08-11 18:11:57 by William Yodlowsky | Files touched by this commit (3)
Log message:
update to nginx-0.7.61, and fix the link to the wiki
ok msf@
   2009-06-24 01:38:30 by Stuart Henderson | Files touched by this commit (1)
Log message:
actually enable IPv6; from Simon Kuhnle
   2009-06-23 14:24:12 by Stuart Henderson | Files touched by this commit (2)
Log message:
- 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-03 22:06:43 by William Yodlowsky | Files touched by this commit (2)
Log message:
Update to nginx-0.7.59; ok robert@ merdely@
   2009-05-23 16:33:44 by Stuart Henderson | Files touched by this commit (2)
Log message:
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-21 05:44:08 by Steven Mestdagh | Files touched by this commit (3)
Log message:
update to 0.6.36
use _nginx user by default
from new maintainer William Yodlowsky
fine with old maintainer Darrin Chandler
   2009-03-22 14:19:32 by Steven Mestdagh | Files touched by this commit (3)
Log message:
update to 0.6.35
from Max Varencov.
tested/ok maintainer
   2008-12-26 10:30:24 by Steven Mestdagh | Files touched by this commit (2)
Log message:
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-07 13:08:55 by Michael Erdely | Files touched by this commit (3)
Log message:
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-09-01 09:47:44 by Stuart Henderson | Files touched by this commit (3)
Log message:
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-05-13 12:46:07 by Michael Erdely | Files touched by this commit (2)
Log message:
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-07 17:08:24 by Michael Erdely | Files touched by this commit (3)
Log message:
Update nginx to 0.6.30
From Darrin Chandler (MAINTAINER)
ok simon@
   2008-03-29 07:50:39 by Bernd Ahlers | Files touched by this commit (2)
Log message:
Give nginx a chance to write stuff into /var/nginx/tmp.
ok Darrin Chandler (MAINTAINER)
   2008-02-17 11:54:48 by Bernd Ahlers | Files touched by this commit (2)
Log message:
Minor bugfix update to nginx-0.5.35.
ok Darrin Chandler (MAINTAINER), merdely@, okan@ and sthen@
   2007-12-30 19:20:01 by Okan Demirmen | Files touched by this commit (5)
Log message:
update from MAINTAINER; plus a bunch of tweaks from me
ok merdely@
   2007-10-08 13:23:43 by Michael Erdely | Files touched by this commit (3)
Log message:
Update to nginx-0.5.32
From Darrin Chandler (MAINTAINER)
"looks ok" kili@
   2007-09-22 15:06:06 by Stuart Henderson | Files touched by this commit (2)
Log message:
DoS fix in nginx http autoindex module, from MAINTAINER Darrin Chandler
ok merdely@