rpms/nginx/F-12 .cvsignore, 1.26, 1.27 nginx.spec, 1.40, 1.41 sources, 1.26, 1.27

jjh jjh at fedoraproject.org
Tue Feb 16 06:32:21 UTC 2010


Author: jjh

Update of /cvs/pkgs/rpms/nginx/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23715/F-12

Modified Files:
	.cvsignore nginx.spec sources 
Log Message:
Update to new stable 0.7.65
- change ownership of logdir to root:root
- add support for ipv6 (bug #561248)
- add random_index_module
- add secure_link_module



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/F-12/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- .cvsignore	4 Dec 2009 20:38:15 -0000	1.26
+++ .cvsignore	16 Feb 2010 06:32:20 -0000	1.27
@@ -1 +1 @@
-nginx-0.7.64.tar.gz
+nginx-0.7.65.tar.gz


Index: nginx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/F-12/nginx.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- nginx.spec	4 Dec 2009 20:38:15 -0000	1.40
+++ nginx.spec	16 Feb 2010 06:32:21 -0000	1.41
@@ -8,7 +8,7 @@
 %define nginx_webroot   %{nginx_datadir}/html
 
 Name:           nginx
-Version:        0.7.64
+Version:        0.7.65
 Release:        1%{?dist}
 Summary:        Robust, small and high performance http and reverse proxy server
 Group:          System Environment/Daemons   
@@ -86,10 +86,13 @@ export DESTDIR=%{buildroot}
     --with-http_dav_module \
     --with-http_flv_module \
     --with-http_gzip_static_module \
+    --with-http_random_index_module \
+    --with-http_secure_link_module \
     --with-http_stub_status_module \
     --with-http_perl_module \
     --with-mail \
     --with-mail_ssl_module \
+    --with-ipv6 \
     --with-cc-opt="%{optflags} $(pcre-config --cflags)" 
 make %{?_smp_mflags} 
 
@@ -153,10 +156,13 @@ fi
 %{_initrddir}/%{name}
 %dir %{nginx_confdir}
 %dir %{nginx_confdir}/conf.d
+%dir %{nginx_logdir}
 %config(noreplace) %{nginx_confdir}/conf.d/*.conf
 %config(noreplace) %{nginx_confdir}/win-utf
 %config(noreplace) %{nginx_confdir}/%{name}.conf.default
 %config(noreplace) %{nginx_confdir}/mime.types.default
+%config(noreplace) %{nginx_confdir}/fastcgi.conf
+%config(noreplace) %{nginx_confdir}/fastcgi.conf.default
 %config(noreplace) %{nginx_confdir}/fastcgi_params
 %config(noreplace) %{nginx_confdir}/fastcgi_params.default
 %config(noreplace) %{nginx_confdir}/koi-win
@@ -170,10 +176,16 @@ fi
 %{perl_vendorarch}/auto/%{name}/%{name}.so
 %attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_home}
 %attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_home_tmp}
-%attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_logdir}
 
 
 %changelog
+* Mon Feb 15 2010 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.7.65-1
+- Update to new stable 0.7.65
+- change ownership of logdir to root:root
+- add support for ipv6 (bug #561248)
+- add random_index_module
+- add secure_link_module
+
 * Fri Dec 04 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.7.64-1
 - Update to new stable 0.7.64
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nginx/F-12/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- sources	4 Dec 2009 20:38:15 -0000	1.26
+++ sources	16 Feb 2010 06:32:21 -0000	1.27
@@ -1 +1 @@
-cfa97c0f784532820110b5eee57fef6d  nginx-0.7.64.tar.gz
+abc4f76af450eedeb063158bd963feaa  nginx-0.7.65.tar.gz



More information about the scm-commits mailing list