Hi! Nginx has recently made 0.6.x the -stable branch, and 0.5.x will no longer be updated. Too many new features, fixes, and changes to include here. I have tested basic functionality (a couple of my own sites) on sparc64 and amd64.
Anyone using nginx with more advanced features or on other platforms please test the attached diff! Feedback and/or bitching welcome. -- Darrin Chandler | Phoenix BSD User Group | MetaBUG [EMAIL PROTECTED] | http://phxbug.org/ | http://metabug.org/ http://www.stilyagin.com/ | Daemons in the Desert | Global BUG Federation
Index: Makefile =================================================================== RCS file: /cvs/ports/www/nginx/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile 29 Mar 2008 13:50:39 -0000 1.6 +++ Makefile 7 May 2008 18:55:34 -0000 @@ -2,8 +2,8 @@ COMMENT= robust and small HTTP server and mail proxy server -DISTNAME= nginx-0.5.35 -PKGNAME= ${DISTNAME}p0 +DISTNAME= nginx-0.6.30 +PKGNAME= ${DISTNAME} CATEGORIES= www HOMEPAGE= http://nginx.net/ Index: distinfo =================================================================== RCS file: /cvs/ports/www/nginx/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 17 Feb 2008 18:54:48 -0000 1.4 +++ distinfo 7 May 2008 18:55:34 -0000 @@ -1,5 +1,5 @@ -MD5 (nginx-0.5.35.tar.gz) = EQDYovgRd3847/RP5lSNfg== -RMD160 (nginx-0.5.35.tar.gz) = tveMWE7UMCEkKCdsael0ipYrwBM= -SHA1 (nginx-0.5.35.tar.gz) = npfmcj7mBdsU2c3lQFNJZyn3PBg= -SHA256 (nginx-0.5.35.tar.gz) = 78ZyOiAFzE1jldfpFcDakb6eKxM752HeA3hCuOhlXmg= -SIZE (nginx-0.5.35.tar.gz) = 488926 +MD5 (nginx-0.6.30.tar.gz) = QV6bvHHirjbZEgr4ARLFwQ== +RMD160 (nginx-0.6.30.tar.gz) = OQSjeFjC426g01riKcVaDGtlIPo= +SHA1 (nginx-0.6.30.tar.gz) = rc5ReFbPh5PqAU+ZWyNFaI1sS/4= +SHA256 (nginx-0.6.30.tar.gz) = NRwaEJaIQpnsJIpH83mjRtrKcwq547q10L16X4GhjVM= +SIZE (nginx-0.6.30.tar.gz) = 520139 Index: patches/patch-conf_nginx_conf =================================================================== RCS file: /cvs/ports/www/nginx/patches/patch-conf_nginx_conf,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 patch-conf_nginx_conf --- patches/patch-conf_nginx_conf 4 Sep 2007 21:58:26 -0000 1.1.1.1 +++ patches/patch-conf_nginx_conf 7 May 2008 18:55:34 -0000 @@ -1,15 +1,6 @@ $OpenBSD: patch-conf_nginx_conf,v 1.1.1.1 2007/09/04 21:58:26 merdely Exp $ ---- conf/nginx.conf.orig Thu Jan 18 00:08:18 2007 -+++ conf/nginx.conf Mon Sep 3 12:34:22 2007 -@@ -15,7 +15,7 @@ events { - - - http { -- include conf/mime.types; -+ include mime.types; - default_type application/octet-stream; - - #log_format main '$remote_addr - $remote_user [$time_local] $request ' +--- conf/nginx.conf.orig Thu Feb 28 13:44:16 2008 ++++ conf/nginx.conf Wed May 7 11:22:35 2008 @@ -41,7 +41,7 @@ http { #access_log logs/host.access.log main; @@ -28,7 +19,7 @@ $OpenBSD: patch-conf_nginx_conf,v 1.1.1. } # proxy the PHP scripts to Apache listening on 127.0.0.1:80 -@@ -86,7 +86,7 @@ http { +@@ -87,7 +87,7 @@ http { # server_name somename alias another.alias; # location / { @@ -37,7 +28,7 @@ $OpenBSD: patch-conf_nginx_conf,v 1.1.1. # index index.html index.htm; # } #} -@@ -109,7 +109,7 @@ http { +@@ -110,7 +110,7 @@ http { # ssl_prefer_server_ciphers on; # location / {