Commit graph

34 commits

Author SHA1 Message Date
Piotr Meyer
3ed1d96dc2 - update to newest available version (0.7.66),
changelog at http://nginx.org/en/CHANGES-0.7 - many bugfixes!
- VARBASE re-added to BUILD_DEFS (to silence pkglint)
2010-06-08 16:06:56 +00:00
Piotr Meyer
2840d7231a - synchronize with www/nginx (ipv6 and uwsgi options)
- mention differences: ip/nginx is based on stable branch, www/nginx on devel
2010-06-04 10:04:39 +00:00
Piotr Meyer
39422c5e90 - update to newest available version (0.7.65),
changelog at http://nginx.org/en/CHANGES-0.7
2010-06-01 16:05:05 +00:00
Piotr Meyer
4f91a8e2ba - add option for realip module (patch by Daniel 'morr' Horecki).
See <http://wiki.nginx.org/NginxHttpRealIpModule> for details.
2010-01-16 22:23:02 +00:00
Piotr Meyer
b498ee10b4 - WARNING: version change (0.6 -> 0.7)
- WARNING: now, mail-proxy is disabled by default
- upgrade to current -stable (0.7.64)
- take maintanership - looks like previous maintaner is MIA
2009-12-26 20:32:03 +00:00
Piotr Meyer
ca0aa5d930 - updating to nginx-0.6.39 - changes in http://nginx.net/CHANGES-0.6 (security update!)
- removing @dirrm from PLIST
2009-09-14 16:41:10 +00:00
Francisco Valladolid H
aa916f2f68 updating to nginx-0.6.36 - changes in http://nginx.net/CHANGES-0.6 2009-04-28 23:13:46 +00:00
Piotr Meyer
09823c649a Configuration reload (SIGHUP) support 2009-01-24 10:38:07 +00:00
Piotr Meyer
b07120a776 Number of file descriptors should correspond (N*2?) with worker_connections.
Changes:
- note in nginx.conf
- start_precmd with ulimit in startup script
2009-01-20 20:18:42 +00:00
Piotr Meyer
beb9d7c141 - information about newsyslog configuration for nginx 2009-01-20 15:47:54 +00:00
Piotr Meyer
dde7511957 - NGINX_DATADIR shouldn't be listed in both OWN_DIRS and OWN_DIRS_PERMS,
one (OWN_DIRS_PERMS) is sufficient
2009-01-20 15:46:18 +00:00
Piotr Meyer
6af06875a3 - update to newset upstream (6.0.34)
- separate user/group for serer (nginx/nginx)
- separate working directory (for lock_file, client_body, proxy, fastcgi_temp)
2009-01-13 12:22:18 +00:00
Nikolay Kalev
c9ad19bc14 fixes in sub_filter, SSI, proxy_pass, open_file_cache_errors, FastCGI 2008-07-27 18:40:48 +00:00
Tobias Nygren
5095532425 This commit brought to you by the automated whitespace police (pkglint) 2008-05-24 15:34:08 +00:00
Nikolay Kalev
a53435448b moving nginx-devel to stable. Current stable version is now 0.6.30, 0.5.36 is now legacy 2008-05-06 11:32:22 +00:00
Nikolay Kalev
deb5f0dd2d moving nginx-0.6.30 to stable 2008-05-06 11:29:35 +00:00
Geert Hendrickx
b7fce74f34 nginx moved to pkgsrc/www/nginx. 2007-12-11 09:16:36 +00:00
Geert Hendrickx
80f3187505 Add rc.d script. 2007-12-10 20:11:00 +00:00
Geert Hendrickx
8879e0ffae Remove TODO:
- ssl made optional.
- tested on i386, amd64 and sparc64 (with NetBSD 3.1 and 4.0).
2007-12-04 18:00:56 +00:00
Geert Hendrickx
2cb1913d82 Update DESCR (from homepage and wiki). 2007-12-04 17:58:54 +00:00
Geert Hendrickx
167293ce78 Make ssl and pcre optional (enabled by default). 2007-12-04 17:47:12 +00:00
Geert Hendrickx
1203ef9aca Put CONF_FILES in a loop. 2007-12-04 17:36:17 +00:00
Geert Hendrickx
b6febf1c0a Update to 0.5.33. For detailed changes, see http://nginx.net/CHANGES-0.5 2007-12-04 17:30:02 +00:00
Geert Hendrickx
d85d8fe063 - reimplement install phase as an explicit do-install target for simplicity
- don't install directly into PKG_SYSCONFDIR, go via CONF_FILES instead
- make log path configurable (NGINX_LOGDIR)
2007-12-04 17:25:49 +00:00
Geert Hendrickx
fda58020d0 Replace patch-aa with BUILD_TARGET=build in Makefile. 2007-12-04 16:09:44 +00:00
Sergey Svishchev
9252860beb Update from 0.5.5 to 0.5.20. See http://nginx.net/CHANGES for complete
change log.

pkgsrc change: install configuration files.
2007-06-08 18:30:49 +00:00
Nikita Melnikov
09d44770c2 Added --prefix=${PREFIX} to ./configure options 2007-01-08 21:29:10 +00:00
Nikita Melnikov
8e5d40e168 new version: 0.5.5 2007-01-08 17:12:29 +00:00
Sergey Svishchev
9ded924dbc Low-hanging fruit: whitespace, HTTP redirects, USE_LANGUAGES 2006-11-25 12:17:51 +00:00
Sergey Svishchev
09c34ab65e Update to 0.4.9; ensure that nginx binary finds pcre libraries.
Changes with nginx 0.4.9                                         13 Oct 2006
    *) Feature: the "set" parameter in the "include" SSI command.
    *) Feature: the ngx_http_perl_module now tests the nginx.pm module
       version.

Changes with nginx 0.4.8                                         11 Oct 2006
    *) Bugfix: if an "include" SSI command were before another "include"
       SSI command with an "wait" parameter, then the "wait" parameter
       might not work.
    *) Bugfix: the ngx_http_flv_module added the FLV header to the full
       responses.
       Thanks to Alexey Kovyrin.

Changes with nginx 0.4.7                                         10 Oct 2006
    *) Feature: the ngx_http_flv_module.
    *) Feature: the $request_body_file variable.
    *) Feature: the "charset" and "source_charset" directives support the
       variables.
    *) Bugfix: if an "include" SSI command were before another "include"
       SSI command with an "wait" parameter, then the "wait" parameter
       might not work.
    *) Bugfix: if the "proxy_buffering off" directive was used or while
       working with memcached the connections might not be closed on
       timeout.
    *) Bugfix: nginx did not run on 64-bit platforms except amd64, sparc64,
       and ppc64.
2006-10-13 18:16:23 +00:00
Nikita Melnikov
db3026288a updated to 0.4.6 2006-10-09 20:29:12 +00:00
Nikita Melnikov
fb5d5071ac updated to 0.4.3 2006-09-26 19:18:59 +00:00
Nikita Melnikov
0312d46789 updated to 0.4.2 2006-09-14 22:06:52 +00:00
Nikita Melnikov
df85e3e4eb nginx [engine x] is a HTTP server and IMAP/POP3 proxy server written by Igor
Sysoev.
It has been running on many heavily loaded Russian sites for more than two
years.
The sources are licensed under the BSD-like license.

Check http://nginx.net/
2006-09-11 22:24:21 +00:00