[csw-devel] SF.net SVN: gar:[14142] csw/mgar/pkg/nginx/trunk

aigoshin at users.sourceforge.net aigoshin at users.sourceforge.net
Tue Apr 12 17:57:15 CEST 2011


Revision: 14142
          http://gar.svn.sourceforge.net/gar/?rev=14142&view=rev
Author:   aigoshin
Date:     2011-04-12 15:57:14 +0000 (Tue, 12 Apr 2011)

Log Message:
-----------
nginx: release 20110412

Modified Paths:
--------------
    csw/mgar/pkg/nginx/trunk/Makefile
    csw/mgar/pkg/nginx/trunk/checksums

Modified: csw/mgar/pkg/nginx/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nginx/trunk/Makefile	2011-04-12 15:51:41 UTC (rev 14141)
+++ csw/mgar/pkg/nginx/trunk/Makefile	2011-04-12 15:57:14 UTC (rev 14142)
@@ -1,5 +1,5 @@
 NAME       = nginx
-VERSION    = 0.8.54
+VERSION    = 1.0.0
 CATEGORIES = server
 
 GARCOMPILER = SOS11
@@ -60,11 +60,12 @@
 CONFIGURE_ARGS += --prefix=$(localstatedir)/nginx
 CONFIGURE_ARGS += --http-client-body-temp-path=$(localstatedir)/nginx/client
 CONFIGURE_ARGS += --http-fastcgi-temp-path=$(localstatedir)/nginx/fastcgi
+CONFIGURE_ARGS += --http-scgi-temp-path=$(localstatedir)/nginx/scgi
+CONFIGURE_ARGS += --http-uwsgi-temp-path=$(localstatedir)/nginx/uwsgi
 CONFIGURE_ARGS += --http-proxy-temp-path=$(localstatedir)/nginx/proxy
 CONFIGURE_ARGS += --error-log-path=$(localstatedir)/nginx/logs/error.log
 CONFIGURE_ARGS += --http-log-path=$(localstatedir)/nginx/logs/access.log
-CONFIGURE_ARGS += --with-md5=YES
-CONFIGURE_ARGS += --with-sha1=YES
+CONFIGURE_ARGS += --with-ipv6
 CONFIGURE_ARGS += --with-http_addition_module
 CONFIGURE_ARGS += --with-http_dav_module
 CONFIGURE_ARGS += --with-http_flv_module
@@ -97,7 +98,9 @@
 	ginstall -d $(DESTDIR)$(localstatedir)/nginx/fastcgi
 	ginstall -d $(DESTDIR)$(localstatedir)/nginx/logs
 	ginstall -d $(DESTDIR)$(localstatedir)/nginx/proxy
+	ginstall -d $(DESTDIR)$(localstatedir)/nginx/scgi
 	ginstall -d $(DESTDIR)$(localstatedir)/nginx/sites
+	ginstall -d $(DESTDIR)$(localstatedir)/nginx/uwsgi
 	cp $(WORKDIR)/cswnginx $(DESTDIR)$(sysconfdir)/init.d/
 	cd $(WORKSRC); \
 	cp -r contrib/* $(DESTDIR)$(sharedstatedir)/nginx/contrib; \

Modified: csw/mgar/pkg/nginx/trunk/checksums
===================================================================
--- csw/mgar/pkg/nginx/trunk/checksums	2011-04-12 15:51:41 UTC (rev 14141)
+++ csw/mgar/pkg/nginx/trunk/checksums	2011-04-12 15:57:14 UTC (rev 14142)
@@ -1 +1 @@
-44df4eb6a22d725021288c570789046f  nginx-0.8.54.tar.gz
+5751c920c266ea5bb5fc38af77e9c71c  nginx-1.0.0.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list