rpms/nginx/devel .cvsignore, 1.22, 1.23 nginx-conf.patch, 1.3, 1.4 nginx.spec, 1.35, 1.36 sources, 1.22, 1.23

jjh jjh at fedoraproject.org
Mon Aug 3 01:04:00 UTC 2009


Author: jjh

Update of /cvs/pkgs/rpms/nginx/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7896

Modified Files:
	.cvsignore nginx-conf.patch nginx.spec sources 
Log Message:
update to 0.7.61


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- .cvsignore	11 Apr 2009 22:59:28 -0000	1.22
+++ .cvsignore	3 Aug 2009 01:04:00 -0000	1.23
@@ -1 +1 @@
-nginx-0.6.36.tar.gz
+nginx-0.7.61.tar.gz

nginx-conf.patch:
 nginx.conf |  105 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 52 deletions(-)

Index: nginx-conf.patch
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/devel/nginx-conf.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- nginx-conf.patch	27 May 2008 04:28:23 -0000	1.3
+++ nginx-conf.patch	3 Aug 2009 01:04:00 -0000	1.4
@@ -1,12 +1,13 @@
---- conf/nginx.conf.orig	2008-05-11 21:19:44.000000000 -0600
-+++ conf/nginx.conf	2008-05-11 22:20:32.000000000 -0600
-@@ -1,28 +1,59 @@
+diff -up conf/nginx.conf.orig conf/nginx.conf
+--- conf/nginx.conf.orig	2009-04-06 07:43:46.000000000 -0600
++++ conf/nginx.conf	2009-08-02 18:32:19.000000000 -0600
+@@ -1,28 +1,58 @@
 +#######################################################################
 +#
 +# This is the main Nginx configuration file.  
 +#
 +# More information about the configuration options is available on 
-+#   * the English wiki - http://wiki.codemongers.com/Main
++#   * the English wiki - http://wiki.nginx.org/Main
 +#   * the Russian documentation - http://sysoev.ru/nginx/
 +#
 +#######################################################################
@@ -14,7 +15,7 @@
 +#----------------------------------------------------------------------
 +# Main Module - directives that cover basic functionality
 +#
-+#   http://wiki.codemongers.com/NginxMainModule
++#   http://wiki.nginx.org/NginxHttpMainModule
 +#
 +#----------------------------------------------------------------------
  
@@ -25,22 +26,21 @@
 -#error_log  logs/error.log;
 -#error_log  logs/error.log  notice;
 -#error_log  logs/error.log  info;
-+error_log         /var/log/nginx/error.log;
-+#error_log        /var/log/nginx/error.log  notice;
-+#error_log        /var/log/nginx/error.log  info;
++error_log  /var/log/nginx/error.log;
++#error_log  /var/log/nginx/error.log  notice;
++#error_log  /var/log/nginx/error.log  info;
++
++pid        /var/run/nginx.pid;
  
 -#pid        logs/nginx.pid;
-+pid               /var/run/nginx.pid;
- 
  
-+
 +#----------------------------------------------------------------------
 +# Events Module 
 +#
-+#   http://wiki.codemongers.com/NginxEventsModule
++#   http://wiki.nginx.org/NginxHttpEventsModule
 +#
 +#----------------------------------------------------------------------
-+
+ 
  events {
      worker_connections  1024;
  }
@@ -49,7 +49,7 @@
 +#----------------------------------------------------------------------
 +# HTTP Core Module
 +#
-+#   http://wiki.codemongers.com/NginxHttpCoreModule 
++#   http://wiki.nginx.org/NginxHttpCoreModule 
 +#
 +#----------------------------------------------------------------------
 +
@@ -58,11 +58,11 @@
 +    include       /etc/nginx/mime.types;
      default_type  application/octet-stream;
  
--    #log_format  main  '$remote_addr - $remote_user [$time_local] $request '
--    #                  '"$status" $body_bytes_sent "$http_referer" '
+-    #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
+-    #                  '$status $body_bytes_sent "$http_referer" '
 -    #                  '"$http_user_agent" "$http_x_forwarded_for"';
-+    log_format  main  '$remote_addr - $remote_user [$time_local] $request '
-+                      '"$status" $body_bytes_sent "$http_referer" '
++    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
++                      '$status $body_bytes_sent "$http_referer" '
 +                      '"$http_user_agent" "$http_x_forwarded_for"';
  
 -    #access_log  logs/access.log  main;
@@ -70,7 +70,7 @@
  
      sendfile        on;
      #tcp_nopush     on;
-@@ -31,27 +62,36 @@
+@@ -31,27 +61,36 @@ http {
      keepalive_timeout  65;
  
      #gzip  on;
@@ -82,9 +82,8 @@
 +    # The default server
 +    #
      server {
--        listen       80;
+         listen       80;
 -        server_name  localhost;
-+        listen       80;
 +        server_name  _;
  
          #charset koi8-r;
@@ -112,7 +111,7 @@
          }
  
          # proxy the PHP scripts to Apache listening on 127.0.0.1:80
-@@ -77,42 +117,4 @@
+@@ -77,42 +116,4 @@ http {
          #    deny  all;
          #}
      }


Index: nginx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/devel/nginx.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- nginx.spec	25 Jul 2009 19:19:42 -0000	1.35
+++ nginx.spec	3 Aug 2009 01:04:00 -0000	1.36
@@ -8,8 +8,8 @@
 %define nginx_webroot   %{nginx_datadir}/html
 
 Name:           nginx
-Version:        0.6.36
-Release:        3%{?dist}
+Version:        0.7.61
+Release:        1%{?dist}
 Summary:        Robust, small and high performance http and reverse proxy server
 Group:          System Environment/Daemons   
 
@@ -174,6 +174,9 @@ fi
 
 
 %changelog
+* Sun Aug 02 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.7.61-1
+- Update to new stable 0.7.61
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.36-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/devel/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- sources	11 Apr 2009 22:59:28 -0000	1.22
+++ sources	3 Aug 2009 01:04:00 -0000	1.23
@@ -1 +1 @@
-15cce6102a2efcf4d4acde9bb71ea6d3  nginx-0.6.36.tar.gz
+6ebf89b9b00a3b82734e93c32da7df07  nginx-0.7.61.tar.gz




More information about the fedora-extras-commits mailing list