source: projects/specs/trunk/n/nginx/nginx-vl.spec @ 12328

Revision 12328, 35.7 KB checked in by tomop, 4 years ago (diff)

updated 6 packages

libmodsecurity-3.0.4-1

nginx-1.16.1-5

pcre-8.44-1

pcre2-10.34-1

sysstat-12.2.1-1

xmlsec1-1.2.29-1

Line 
1%global nginx_version 1.16.1
2
3# build mod_wsgi
4%bcond_with wsgi
5
6# build http_geoip_module
7%if "%{_dist_release}" >= "vl7"
8%bcond_without geoip
9%bcond_without geoip2
10%bcond_without naxsi
11%bcond_without modsecurity
12%else
13%bcond_with geoip
14%endif
15
16%global nginx_modulesdir %{_libdir}/nginx/modules
17%global nginx_modconfdir %{_sysconfdir}/nginx/modules.d
18
19%if "%{_dist_release}" > "vl6"
20%define nginx_user      www-data
21%else
22%define nginx_user      nginx
23%endif
24%define nginx_group     %{nginx_user}
25%define nginx_home      %{_localstatedir}/lib/nginx
26%define nginx_home_tmp  %{nginx_home}/tmp
27%define nginx_home_cache %{nginx_home}/cache
28%define nginx_logdir    %{_localstatedir}/log/nginx
29%define nginx_confdir   %{_sysconfdir}/nginx
30%define nginx_datadir   %{_datadir}/nginx
31%define nginx_webroot   %{nginx_datadir}/html
32
33Summary:        Robust, small and high performance http and reverse proxy server
34Summary(ja):    堅牢・軽量・高性能な HTTP およびリバースプロキシサーバ
35Name:           nginx
36Version:        %{nginx_version}
37# do not reset or decrease.
38Release:        5%{?_dist_release}
39
40Group:          System Environment/Daemons   
41# BSD License (two clause)
42# http://www.freebsd.org/copyright/freebsd-license.html
43License:        BSD
44URL:            http://nginx.net/
45
46Source0:    http://sysoev.ru/nginx/nginx-%{version}.tar.gz
47Source1:    %{name}.init
48Source2:    %{name}.logrotate
49Source3:    nginx-virtual.conf.template
50Source4:    nginx-ssl.conf
51Source5:    %{name}.sysconfig
52Source10:   nginx-vine.conf
53Source11:   nginx-default-vine
54Source20:   proxy_cache.conf
55Source100:  nginx-index.html
56Source101:  poweredby-vine.png
57Source102:  nginx-logo.png
58Source103:  nginx-50x.html
59Source104:  nginx-404.html
60
61%define ngx_fancyindex_version 0.4.3
62Source1000: ngx-fancyindex-%{ngx_fancyindex_version}.tar.gz
63
64%define nginx_accept_language_module_version 2f69842
65Source1010: giom-nginx_accept_language_module-%{nginx_accept_language_module_version}.tar.gz
66
67## https://github.com/phusion/passenger/archive/release-%{passenger_version}.tar.gz
68%define passenger_version 6.0.2
69Source1020: passenger-%{passenger_version}.tar.gz
70
71%define upstream_fair_version a18b409
72Source1030: gnosek-nginx-upstream-fair-%{upstream_fair_version}.tar.gz
73
74%define mod_wsgi_version 6975f0ec7eeb
75Source2000: lifeeth-mod_wsgi-%{mod_wsgi_version}.tar.bz2
76
77%define nginx_dav_ext_module_version 3.0.0
78Source2010: https://github.com/arut/nginx-dav-ext-module/archive/v%{nginx_dav_ext_module_version}.tar.gz#/nginx-dav-ext-module-%{nginx_dav_ext_module_version}.tar.gz
79
80%if %{with naxsi}
81%global with_naxsi 1
82%global naxsi_version 0.56
83%global naxsi_srcversion untagged-afabfc163946baa8036f
84Source2020:  https://github.com/nbs-system/naxsi/archive/%{naxsi_srcversion}.tar.gz#/naxsi-%{naxsi_srcversion}.tar.gz
85Source2021:  naxsi_params
86%endif
87
88%if %{with geoip2}
89%global with_geoip2 1
90%global geoip2_version 3.2
91Source2030: https://github.com/leev/ngx_http_geoip2_module/archive/%{geoip2_version}.tar.gz#/ngx_http_geoip2_module-3.2.tar.gz
92%endif
93
94%if %{with modsecurity}
95%global with_modsecurity 1
96%global modsecurity_version 1.0.1
97Source2040: https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v%{modsecurity_version}/modsecurity-nginx-v%{modsecurity_version}.tar.gz
98%endif
99
100# removes -Werror in upstream build scripts.  -Werror conflicts with
101# -D_FORTIFY_SOURCE=2 causing warnings to turn into errors.
102Patch0:     nginx-auto-cc-gcc.patch
103
104# to fix https://svn.boost.org/trac/boost/ticket/8731
105Patch100:   boost-changeset_84950.diff
106
107# to fix https://github.com/gnosek/nginx-upstream-fair/pull/23
108Patch101:   gnosek-nginx-upstream-fair-pull-23.patch
109
110# to fix compile error with C++11.
111Patch1000: passenger-5.0.28-boost.patch
112
113BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
114
115%if "%{_dist_release}" > "vl6"
116BuildRequires:      libboost-devel
117%endif
118BuildRequires:      libxcrypt-devel
119BuildRequires:      libnsl2-devel
120BuildRequires:      pcre-devel
121BuildRequires:      zlib-devel
122BuildRequires:      openssl-devel
123BuildRequires:      libxml2-devel
124BuildRequires:      libxslt-devel
125BuildRequires:      curl-devel
126
127Requires:           perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
128# for /usr/sbin/useradd
129Requires(pre):      shadow-utils
130Requires(post):     chkconfig
131# for /sbin/service
132Requires(preun):    chkconfig, initscripts
133Requires(postun):   initscripts
134%if "%{_dist_release}" > "vl6"
135Requires(pre):      www-common
136%endif
137
138Provides: webserver
139
140Vendor: Project Vine
141Distribution: Vine Linux
142Packager: daisuke
143
144%description
145Nginx [engine x] is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3
146proxy server written by Igor Sysoev.
147
148%description -l ja
149Nginx [engine x/エンジンX] は Igor Sysoev により開発された以下の機能をもつ
150堅牢・軽量・高性能なHTTPサーバかつリバースプロキシサーバです。
151 - HTTP(S) サーバ
152 - HTTP(S) リバースプロキシサーバ
153 - IMAP/POP3 プロキシサーバ
154
155%package passenger
156Summary: Nginx with mod_passenger support
157Summary(ja): Passenger サポート入りの Nginx
158Version: %{passenger_version}
159Group: System Environment/Daemons
160BuildRequires: ruby, rubygem-rake
161Requires: ruby, rubygem-rake
162%if "%{_dist_release}" >= "vl7"
163BuildRequires: ruby-devel, ruby-rubygems
164Requires: ruby-rubygems
165%else
166BuildRequires: rubygems
167Requires: rubygems
168%endif
169Requires: %{name} = %{nginx_version}-%{release}
170
171%description passenger
172Nginx [engine x] is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3
173This package contains nginx server with passenger support.
174
175%description -l ja passenger
176Nginx [engine x/エンジンX] は Igor Sysoev により開発された以下の機能をもつ
177堅牢・軽量・高性能なHTTPサーバかつリバースプロキシサーバです。
178 - HTTP(S) サーバ
179 - HTTP(S) リバースプロキシサーバ
180 - IMAP/POP3 プロキシサーバ
181このパッケージには Passenger サポートを含んだ nginxサーバが入っています。
182
183%if %{with geoip}
184%package geoip
185Summary:           Nginx HTTP geoip module
186BuildRequires:     GeoIP-devel
187Requires:          %{name} = %{nginx_version}-%{release}
188Requires:          GeoIP
189
190%description geoip
191%{summary}.
192%endif
193
194%package image-filter
195Summary:           Nginx HTTP image filter module
196BuildRequires:     gd-devel
197Requires:          %{name} = %{nginx_version}-%{release}
198Requires:          gd
199
200%description image-filter
201%{summary}.
202
203%package perl
204Summary:           Nginx HTTP perl module
205BuildRequires:     perl
206BuildRequires:     perl(ExtUtils::Embed)
207Requires:          %{name} = %{nginx_version}-%{release}
208Requires:          perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
209
210%description perl
211%{summary}.
212
213%package xslt-filter
214Summary:           Nginx XSLT module
215BuildRequires:     libxslt-devel
216Requires:          %{name} = %{nginx_version}-%{release}
217
218%description xslt-filter
219%{summary}.
220
221%package mail
222Summary:           Nginx mail modules
223Requires:          %{name} = %{nginx_version}-%{release}
224
225%description mail
226%{summary}.
227
228%package stream
229Summary:           Nginx stream modules
230Requires:          %{name} = %{nginx_version}-%{release}
231
232%description stream
233%{summary}.
234
235%package dav-ext
236Summary:           Nginx dav-ext modules
237Version:           %{nginx_dav_ext_module_version}
238Requires:          %{name} = %{nginx_version}-%{release}
239
240%description dav-ext
241%{summary}.
242
243%if %{with geoip2}
244%package http-geoip2
245Summary:           Nginx HTTP geoip2 modules
246Version:           %{geoip2_version}
247BuildRequires:     libmaxminddb-devel
248Requires:          %{name} = %{nginx_version}-%{release}
249
250%description http-geoip2
251%{summary}.
252
253%package stream-geoip2
254Summary:           Nginx stream geoip2 modules
255Version:           %{geoip2_version}
256BuildRequires:     libmaxminddb-devel
257Requires:          %{name} = %{nginx_version}-%{release}
258Requires:          %{name}-stream = %{nginx_version}-%{release}
259
260%description stream-geoip2
261%{summary}.
262%endif
263
264%if %{with naxsi}
265%package naxsi
266Summary:           an open-source, high performance, low rules maintenance WAF for NGINX
267Summary(ja):       NGiNXのためのOSS・高パフォーマンス・低メンテナンスコストなWAF
268Version:           %{naxsi_version}
269License:           GPL3
270Requires:          %{name} = %{nginx_version}-%{release}
271
272%description naxsi
273NAXSI means Nginx Anti XSS & SQL Injection.
274
275 Technically, it is a third party nginx module, available as a package for
276many UNIX-like platforms. This module, by default, reads a small subset of
277simple (and readable) rules containing 99% of known patterns involved in
278website vulnerabilities. For example, <, | or drop are not supposed to be
279part of a URI.
280
281 Being very simple, those patterns may match legitimate queries, it is
282the Naxsi's administrator duty to add specific rules that will whitelist
283legitimate behaviours. The administrator can either add whitelists manually
284by analyzing nginx's error log, or (recommended) start the project with an intensive auto-learning phase that will automatically generate whitelisting
285rules regarding a website's behaviour.
286
287 In short, Naxsi behaves like a DROP-by-default firewall, the only task is
288to add required ACCEPT rules for the target website to work properly.
289%endif
290
291%if %{with modsecurity}
292%package modsecurity
293Summary:           The ModSecurity-nginx connector
294Summary(ja):       ModSecurity Nginxコネクター
295Version:           %{modsecurity_version}
296License:           ASL 2.0
297BuildRequires:     libmodsecurity-devel
298Requires:          %{name} = %{nginx_version}-%{release}
299
300%description modsecurity
301 The ModSecurity-nginx connector is the connection point between
302nginx and libmodsecurity (ModSecurity v3). Said another way, this
303project provides a communication channel between nginx and libmodsecurity.
304This connector is required to use LibModSecurity with nginx.
305%endif
306
307
308%prep
309%setup -q -a 1000 -a 1010 -a 1020 -a 1030 %{?with_wsgi:-a 2000} -a 2010 %{?with_naxsi:-a 2020} %{?with_geoip2:-a 2030} %{?with_modsecurity:-a 2040}
310
311%patch0 -p0
312
313# pushd passenger-%{passenger_version}/ext/
314# %patch100 -p2
315# popd
316
317pushd gnosek-nginx-upstream-fair-%{upstream_fair_version}
318%patch101 -p1
319popd
320
321%if %{?_dist_release} == "vl7"
322pushd passenger-%{passenger_version}
323#% patch1000 -p1
324popd
325%endif
326
327%if %{with modsecurity}
328pushd modsecurity-nginx-v%{modsecurity_version}
329%endif
330
331%build
332# nginx does not utilize a standard configure script.  It has its own
333# and the standard configure options cause the nginx configure script
334# to error out.  This is is also the reason for the DESTDIR environment
335# variable.  The configure script(s) have been patched (Patch1 and
336# Patch2) in order to support installing into a build environment.
337
338export DESTDIR=%{buildroot}
339
340
341CONFIGOPTS="\
342    --user=%{nginx_user} \
343    --group=%{nginx_group} \
344    --prefix=%{nginx_datadir} \
345    --sbin-path=%{_sbindir}/%{name} \
346    --modules-path=%{nginx_modulesdir} \
347    --conf-path=%{nginx_confdir}/%{name}.conf \
348    --error-log-path=%{nginx_logdir}/error.log \
349    --http-log-path=%{nginx_logdir}/access.log \
350    --http-client-body-temp-path=%{nginx_home_tmp}/client_body \
351    --http-proxy-temp-path=%{nginx_home_tmp}/proxy \
352    --http-fastcgi-temp-path=%{nginx_home_tmp}/fastcgi \
353    --pid-path=%{_localstatedir}/run/%{name}.pid \
354    --lock-path=%{_localstatedir}/lock/subsys/%{name} \
355    --with-file-aio \
356    --with-ipv6 \
357    --with-http_ssl_module \
358    --with-http_v2_module \
359    --with-http_realip_module \
360    --with-http_addition_module \
361    --with-http_xslt_module=dynamic \
362    --with-http_image_filter_module=dynamic \
363%if %{with geoip}
364    --with-http_geoip_module=dynamic \
365%endif
366    --with-http_sub_module \
367    --with-http_dav_module \
368    --with-http_flv_module \
369    --with-http_mp4_module \
370    --with-http_gunzip_module \
371    --with-http_gzip_static_module \
372    --with-http_auth_request_module \
373    --with-http_random_index_module \
374    --with-http_secure_link_module \
375    --with-http_degradation_module \
376    --with-http_stub_status_module \
377    --with-http_perl_module=dynamic \
378    --with-mail=dynamic \
379    --with-mail_ssl_module \
380    --with-stream=dynamic \
381    --with-stream_ssl_preread_module \
382    --add-module=ngx-fancyindex-%{ngx_fancyindex_version} \
383    --add-module=giom-nginx_accept_language_module-%{nginx_accept_language_module_version} \
384    --add-module=gnosek-nginx-upstream-fair-%{upstream_fair_version} \
385%if %{with wsgi}
386    --add-module=lifeeth-mod_wsgi-%{mod_wsgi_version} \
387%endif
388    --add-dynamic-module=nginx-dav-ext-module-%{nginx_dav_ext_module_version} \
389%if %{with naxsi}
390    --add-dynamic-module=naxsi-%{naxsi_srcversion}/naxsi_src \
391%endif
392%if %{with geoip2}
393    --add-dynamic-module=ngx_http_geoip2_module-%{geoip2_version} \
394%endif
395%if %{with modsecurity}
396    --add-dynamic-module=modsecurity-nginx-v%{modsecurity_version} \
397%endif
398    --add-dynamic-module=passenger-%{passenger_version}/src/nginx_module \
399%ifarch i686
400    --with-cpu-opt=pentiumpro \
401    --with-zlib-asm=pentiumpro \
402    --with-md5-asm \
403    --with-sha1-asm \
404%endif
405"
406
407./configure \
408    $CONFIGOPTS \
409    --with-cc-opt="%{optflags}"
410
411make %{?_smp_mflags}
412
413%install
414rm -rf %{buildroot}
415make install DESTDIR=%{buildroot} INSTALLDIRS=vendor
416find %{buildroot} -type f -name .packlist -exec rm -f {} \;
417find %{buildroot} -type f -name perllocal.pod -exec rm -f {} \;
418find %{buildroot} -type f -empty -exec rm -f {} \;
419find %{buildroot} -type f -exec chmod 0644 {} \;
420find %{buildroot} -type f -name '*.so' -exec chmod 0755 {} \;
421chmod 0755 %{buildroot}%{_sbindir}/nginx
422%{__install} -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initrddir}/%{name}
423%{__install} -p -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
424%{__install} -p -D -m 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/sysconfig/%{name}
425%{__install} -p -d -m 0755 %{buildroot}%{nginx_confdir}/conf.d
426%{__install} -p -d -m 0755 %{buildroot}%{nginx_confdir}/sites.d
427%{__install} -p -m 0644 %{SOURCE3} %{buildroot}%{nginx_confdir}/sites.d/virtual.conf.template
428%{__install} -p -m 0644 %{SOURCE4} %{buildroot}%{nginx_confdir}/conf.d/ssl.conf
429%{__sed} -e 's/__NGINXUSER__/%{nginx_user}/g' %{SOURCE10} > %{buildroot}%{nginx_confdir}/nginx.conf
430%{__cp} %{buildroot}%{nginx_confdir}/nginx.conf %{buildroot}%{nginx_confdir}/nginx.conf.default
431%{__install} -p -m 0644 %{SOURCE11} %{buildroot}%{nginx_confdir}/sites.d/default
432%{__install} -p -m 0644 %{SOURCE20} %{buildroot}%{nginx_confdir}/conf.d/proxy_cache.conf
433%{__install} -p -d -m 0755 %{buildroot}%{nginx_home_cache}
434%{__install} -p -d -m 0755 %{buildroot}%{nginx_home_tmp}
435%{__install} -p -d -m 0755 %{buildroot}%{nginx_logdir}
436%{__install} -p -d -m 0755 %{buildroot}%{nginx_webroot}
437%{__install} -p -m 0644 %{SOURCE100} %{buildroot}%{nginx_webroot}/index.html
438%{__install} -p -m 0644 %{SOURCE101} %{buildroot}%{nginx_webroot}/poweredby.png
439%{__install} -p -m 0644 %{SOURCE102} %{buildroot}%{nginx_webroot}/nginx-logo.png
440%{__install} -p -m 0644 %{SOURCE103} %{buildroot}%{nginx_webroot}/50x.html
441%{__install} -p -m 0644 %{SOURCE104} %{buildroot}%{nginx_webroot}/404.html
442
443%{__install} -p -d -m 0755 %{buildroot}%{nginx_modulesdir}
444%{__install} -p -d -m 0755 %{buildroot}%{nginx_modconfdir}
445
446%if %{with wsgi}
447%{__install} -p -m 0644 \
448    lifeeth-mod_wsgi-%{mod_wsgi_version}/conf/wsgi_vars \
449    %{buildroot}%{nginx_confdir}
450cp -f lifeeth-mod_wsgi-%{mod_wsgi_version}/README README.mod_wsgi
451%endif
452
453# upstream fair module document
454cp -f gnosek-nginx-upstream-fair-%{upstream_fair_version}/README README.upstream_fair
455
456# document for nginx-dav-ext-module
457cp -f nginx-dav-ext-module-%{nginx_dav_ext_module_version}/LICENSE LICENSE.dav-ext-module
458cp -f nginx-dav-ext-module-%{nginx_dav_ext_module_version}/README.rst README.dav-ext-module.rst
459
460# configuration for dynamic modules
461%if %{with geoip}
462echo 'load_module "%{nginx_modulesdir}/ngx_http_geoip_module.so";' \
463    > %{buildroot}%{nginx_modconfdir}/geoip.conf
464%endif
465echo 'load_module "%{nginx_modulesdir}/ngx_http_image_filter_module.so";' \
466    > %{buildroot}%{nginx_modconfdir}/image-filter.conf
467echo 'load_module "%{nginx_modulesdir}/ngx_http_perl_module.so";' \
468    > %{buildroot}%{nginx_modconfdir}/perl.conf
469echo 'load_module "%{nginx_modulesdir}/ngx_http_xslt_filter_module.so";' \
470    > %{buildroot}%{nginx_modconfdir}/xslt-filter.conf
471echo 'load_module "%{nginx_modulesdir}/ngx_mail_module.so";' \
472    > %{buildroot}%{nginx_modconfdir}/mail.conf
473echo 'load_module "%{nginx_modulesdir}/ngx_stream_module.so";' \
474    > %{buildroot}%{nginx_modconfdir}/stream.conf
475echo 'load_module "%{nginx_modulesdir}/ngx_http_dav_ext_module.so";' \
476    > %{buildroot}%{nginx_modconfdir}/dav-ext.conf
477
478echo 'load_module "%{nginx_modulesdir}/ngx_http_passenger_module.so";' \
479    > %{buildroot}%{nginx_modconfdir}/passenger.conf
480
481%if %{with geoip2}
482# geoip2 module
483cp -f ngx_http_geoip2_module-%{geoip2_version}/LICENSE LICENSE.geoip2
484cp -f ngx_http_geoip2_module-%{geoip2_version}/README.md README.geoip2.md
485echo 'load_module "%{nginx_modulesdir}/ngx_http_geoip2_module.so";' \
486    > %{buildroot}%{nginx_modconfdir}/http-geoip2.conf
487echo 'load_module "%{nginx_modulesdir}/ngx_stream_geoip2_module.so";' \
488    > %{buildroot}%{nginx_modconfdir}/stream-geoip2.conf
489%endif
490
491%if %{with naxsi}
492# NAXSI module
493cp -f naxsi-%{naxsi_srcversion}/LICENSE LICENSE.naxsi
494cp -f naxsi-%{naxsi_srcversion}/README.md README.naxsi.md
495install -p -m0644 naxsi-%{naxsi_srcversion}/naxsi_config/naxsi_core.rules \
496    %{buildroot}%{nginx_confdir}/
497install -p -m0644 %{SOURCE2021} %{buildroot}%{nginx_confdir}/naxsi_params
498echo 'load_module "%{nginx_modulesdir}/ngx_http_naxsi_module.so";' \
499    > %{buildroot}%{nginx_modconfdir}/naxsi.conf
500%endif
501
502%if %{with modsecurity}
503# modsecurity module
504echo 'load_module "%{nginx_modulesdir}/ngx_http_modsecurity_module.so";' \
505    > %{buildroot}%{nginx_modconfdir}/modsecurity.conf
506%endif
507
508touch %{buildroot}%{nginx_confdir}/conf.d/virtual.conf
509
510# convert to UTF-8 all files that give warnings.
511for textfile in CHANGES
512do
513    mv $textfile $textfile.old
514    iconv --from-code ISO8859-1 --to-code UTF-8 --output $textfile $textfile.old
515    rm -f $textfile.old
516done
517
518%clean
519rm -rf %{buildroot}
520
521%pre
522if [ -L %{_sbindir}/nginx ]; then
523    update-alternatives --remove nginx %{_sbindir}/nginx.normal ||:
524    update-alternatives --remove nginx %{_sbindir}/nginx.passenger ||:
525        rm -f %{_sbindir}/nginx
526fi
527
528%post
529if [ $1 == 1 ]; then
530    /sbin/chkconfig --add %{name}
531fi
532
533%preun
534if [ $1 = 0 ]; then
535    /sbin/service %{name} stop >/dev/null 2>&1
536    /sbin/chkconfig --del %{name}
537fi
538
539%postun
540if [ $1 == 2 ]; then
541    /sbin/service %{name} upgrade || :
542fi
543
544%files
545%defattr(-,root,root,-)
546%license LICENSE
547%doc CHANGES README
548%doc README.upstream_fair
549%doc %{?with_wsgi:README.mod_wsgi}
550%{nginx_datadir}/
551%{_sbindir}/%{name}
552%{_mandir}/man3/%{name}.3pm.gz
553%{_initrddir}/%{name}
554%dir %{nginx_modulesdir}
555%dir %{nginx_modconfdir}
556%dir %{nginx_confdir}
557%dir %{nginx_confdir}/conf.d
558%config(noreplace) %{nginx_confdir}/conf.d/*.conf
559%ghost %config(noreplace) %{nginx_confdir}/conf.d/virtual.conf
560%config(noreplace) %{nginx_confdir}/sites.d/*
561%config(noreplace) %{nginx_confdir}/win-utf
562%config(noreplace) %{nginx_confdir}/%{name}.conf.default
563%config(noreplace) %{nginx_confdir}/mime.types.default
564%config(noreplace) %{nginx_confdir}/fastcgi_params
565%config(noreplace) %{nginx_confdir}/fastcgi_params.default
566%config(noreplace) %{nginx_confdir}/koi-win
567%config(noreplace) %{nginx_confdir}/koi-utf
568%config(noreplace) %{nginx_confdir}/%{name}.conf
569%config(noreplace) %{nginx_confdir}/mime.types
570%config(noreplace) %{nginx_confdir}/fastcgi.conf
571%config(noreplace) %{nginx_confdir}/fastcgi.conf.default
572%config(noreplace) %{nginx_confdir}/scgi_params
573%config(noreplace) %{nginx_confdir}/scgi_params.default
574%config(noreplace) %{nginx_confdir}/uwsgi_params
575%config(noreplace) %{nginx_confdir}/uwsgi_params.default
576%if %{with wsgi}
577%config(noreplace) %{nginx_confdir}/wsgi_vars
578%endif
579%config(noreplace) %{nginx_confdir}/naxsi_params
580%config(noreplace) %{nginx_confdir}/naxsi_core.rules
581%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
582%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
583%attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_home}
584%attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_home_tmp}
585%attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_home_cache}
586%attr(-,%{nginx_user},%{nginx_group}) %dir %{nginx_logdir}
587
588%files passenger
589%defattr(-,root,root,-)
590%doc passenger-%{passenger_version}/doc/*.md
591%doc passenger-%{passenger_version}/doc/*.txt
592%doc passenger-%{passenger_version}/doc/*.html
593%doc passenger-%{passenger_version}/doc/templates
594%doc passenger-%{passenger_version}/doc/users_guide_snippets
595%doc passenger-%{passenger_version}/doc/images
596%config(noreplace) %{nginx_modconfdir}/passenger.conf
597%{nginx_modulesdir}/ngx_http_passenger_module.so
598
599%if %{with geoip}
600%files geoip
601%config(noreplace) %{nginx_modconfdir}/geoip.conf
602%{nginx_modulesdir}/ngx_http_geoip_module.so
603%endif
604
605%files image-filter
606%config(noreplace) %{nginx_modconfdir}/image-filter.conf
607%{nginx_modulesdir}/ngx_http_image_filter_module.so
608
609%files perl
610%config(noreplace) %{nginx_modconfdir}/perl.conf
611%{nginx_modulesdir}/ngx_http_perl_module.so
612%dir %{perl_vendorarch}/auto/%{name}
613%{perl_vendorarch}/%{name}.pm
614%{perl_vendorarch}/auto/%{name}/%{name}.so
615
616%files xslt-filter
617%config(noreplace) %{nginx_modconfdir}/xslt-filter.conf
618%{nginx_modulesdir}/ngx_http_xslt_filter_module.so
619
620%files mail
621%config(noreplace) %{nginx_modconfdir}/mail.conf
622%{nginx_modulesdir}/ngx_mail_module.so
623
624%files stream
625%config(noreplace) %{nginx_modconfdir}/stream.conf
626%{nginx_modulesdir}/ngx_stream_module.so
627
628%files dav-ext
629%license LICENSE.dav-ext-module
630%doc README.dav-ext-module.rst
631%config(noreplace) %{nginx_modconfdir}/dav-ext.conf
632%{nginx_modulesdir}/ngx_http_dav_ext_module.so
633
634%if %{with geoip2}
635%files http-geoip2
636%license LICENSE.geoip2
637%doc README.geoip2.md
638%{nginx_modulesdir}/ngx_http_geoip2_module.so
639%config(noreplace) %{nginx_modconfdir}/http-geoip2.conf
640
641%files stream-geoip2
642%license LICENSE.geoip2
643%doc README.geoip2.md
644%{nginx_modulesdir}/ngx_stream_geoip2_module.so
645%config(noreplace) %{nginx_modconfdir}/stream-geoip2.conf
646%endif
647
648%if %{with naxsi}
649%files naxsi
650%defattr(-,root,root,-)
651%license LICENSE.naxsi
652%doc README.naxsi.md
653%{nginx_modulesdir}/ngx_http_naxsi_module.so
654%config(noreplace) %{nginx_modconfdir}/naxsi.conf
655%endif
656
657%if %{with modsecurity}
658%files modsecurity
659%defattr(-,root,root,-)
660%license modsecurity-nginx-v%{modsecurity_version}/LICENSE
661%doc modsecurity-nginx-v%{modsecurity_version}/README.md
662%{nginx_modulesdir}/ngx_http_modsecurity_module.so
663%config(noreplace) %{nginx_modconfdir}/modsecurity.conf
664%endif
665
666%changelog
667* Mon Mar 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.1-5
668- updated modsecurity module to 1.0.1.
669- dropped Patch2040 and 2041: fixed in upstream.
670
671* Wed Nov 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.1-4
672- added Patch2041.
673
674* Thu Oct 24 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.1-3
675- added Patch2040.
676
677* Wed Oct 23 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.1-2
678- added ModSecurity module.
679
680* Sat Aug 24 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.1-1
681- updated to 1.16.1.
682- made to install NAXSI as a dynamic module.
683
684* Wed Aug 07 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.0-3
685- added NAXSI module.
686
687* Sun May 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.0-2
688- rebuilt with perl-5.26.
689
690* Sun May 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.16.0-1
691- updated to 1.16.0.
692- updated passenger to 6.0.2.
693- updated nginx-dav-ext-module to 3.0.0.
694- dropped Patch1001: fixed in upstream.
695
696* Tue Nov 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.15.5-1
697- updated to 1.15.5.
698- updated passenger to 5.3.6.
699- updated ngx_fancyindex_version to 0.4.3.
700
701* Mon Mar 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.13.9-1
702- updated to 1.13.9.
703- updated ngx-fancyindex to 0.4.2.
704- updated nginx-accept_language_module to git HEAD.
705- updated nginx-upstream-fair to git HEAD.
706- updated passenger to 5.2.1.
707- added Source2010 (nginx-dav-ext-module).
708- enabled --with-stream and --with-stream_ssl_preread_module.
709
710* Fri Sep  8 2017 Munehiro Yamamoto <munepi@vinelinux.org> 1.13.5-1
711- updated to 1.13.5
712- updated passenger to 5.1.8
713
714* Fri Aug 11 2017 Munehiro Yamamoto <munepi@vinelinux.org> 1.13.4-1
715- updated to 1.13.4
716- updated passenger to 5.1.7
717
718* Fri Jul 14 2017 Munehiro Yamamoto <munepi@vinelinux.org> 1.13.3-1
719- updated to 1.13.3
720
721* Sat Jul  1 2017 Munehiro Yamamoto <munepi@vinelinux.org> 1.13.2-1
722- updated to 1.13.2
723
724* Sun Jun 18 2017 Munehiro Yamamoto <munepi@vinelinux.org> 1.13.1-1
725- updated to 1.13.1
726- updated passenger to 5.1.5
727
728* Wed Apr 26 2017 Munehiro Yamamoto <munepi@vinelinux.org> 1.13.0-1
729- updated to 1.13.0
730
731* Wed Apr  5 2017 Munehiro Yamamoto <munepi@vinelinux.org> 1.11.13-1
732- updated to 1.11.13
733
734* Sat Mar 25 2017 Munehiro Yamamoto <munepi@vinelinux.org> 1.11.12-1
735- updated to 1.11.12
736
737* Tue Mar  7 2017 Munehiro Yamamoto <munepi@vinelinux.org> 1.11.10-1
738- updated to 1.11.10
739- updated passenger to 5.1.2
740
741* Tue Jan 31 2017 Munehiro Yamamoto <munepi@vinelinux.org> 1.11.9-1
742- updated to 1.11.9
743
744* Wed Dec 28 2016 Munehiro Yamamoto <munepi@vinelinux.org> 1.11.8-1
745- updated to 1.11.8
746
747* Sat Nov 19 2016 Munehiro Yamamoto <munepi@vinelinux.org> 1.11.6-1
748- updated to 1.11.6
749- applied gnosek-nginx-upstream-fair-pull-23.patch against nginx-1.11.6
750
751* Mon Sep  5 2016 Munehiro Yamamoto <munepi@vinelinux.org> 1.11.3-1
752- updated to 1.11.3
753- updated passenger to 5.0.30
754
755* Fri Sep 02 2016 Toshiaki Ara <ara_t@384.jp> 1.10.1-2
756- rebuild with gcc-5.4.0
757
758* Tue Jun 7 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.10.1-1
759- updated to 1.10.1.
760- updated passenger to 5.0.28.
761
762* Wed Apr 20 2016 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.15-1
763- updated to 1.9.15
764
765* Thu Apr  7 2016 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.14-1
766- updated to 1.9.14
767- updated passenger to 5.0.27
768
769* Wed Apr  6 2016 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.13-1
770- new upstream release
771
772* Mon Mar 14 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.12-1
773- updated to 1.9.12.
774- updated passenger to 5.0.26.
775
776* Wed Feb 17 2016 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.11-1
777- new upstream release
778
779* Wed Feb  3 2016 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.10-1
780- update to 1.9.10
781- update passenger to 5.0.24
782
783* Sun Jan 10 2016 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.9-2
784- update passenger to 5.0.23
785
786* Sun Dec 20 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.9-1
787- new upstream release
788
789* Sat Dec  5 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.7-1
790- new upstream release
791
792* Sat Oct 10 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.5-1
793- new upstream release
794
795* Sun Aug 23 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.4-1
796- new upstream release
797
798* Thu Jul 16 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.3-1
799- update to 1.9.3
800- update passenger to 5.0.11
801
802* Thu Jun 25 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.2-2
803- updated Source4 (ssl.conf).
804
805* Wed Jun 17 2015 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.2-1
806- update to 1.9.2
807- update passenger to 5.0.10
808- update ngx-fancyindex to 0.3.5
809
810* Thu Sep 25 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.6.2-1
811- update to 1.6.2
812- update passenger to 4.0.52
813
814* Fri Aug 08 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.6.1-1
815- new upstream release
816
817* Mon Jun 30 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.6.0-3
818- rebuild with new environment
819
820* Mon Jun 23 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.6.0-2
821- update passenger to 4.0.45
822
823* Fri Apr 25 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-1
824- update to 1.6.0 (stable)
825
826* Thu Feb 20 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.10-2
827- update fancyindex to 0.3.3
828
829* Wed Feb 12 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.10-1
830- update to 1.5.10
831- update passenger to 4.0.37
832
833* Sat Jan 04 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.5.6-2
834- rebuilt with GeoIP-1.6.0.
835- added Patch100.
836
837* Tue Oct 29 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.6-1
838- update to 1.5.6
839- update passenger to 4.0.21
840
841* Wed Oct 02 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.1-2
842- rebuilt with gd-2.1.0.
843
844* Wed May 08 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-1
845- update to 1.4.1
846
847* Mon Apr 29 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-1
848- update to 1.4.0
849- enable SPDY module
850
851* Wed Feb 13 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.7-1
852- new upstream release
853- update passenger to 3.0.19
854- update ngx-fancyindex to upstream git master
855
856* Thu Nov 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-1
857- new upstream release
858- update passenger to 3.0.17
859
860* Wed Oct 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-3
861- rebuild with pcre-8.31
862
863* Tue Oct 09 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.2.4-2
864- added http_geoip_module.
865
866* Tue Sep 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-1
867- update to 1.2.4
868
869* Thu Jul 19 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-1
870- update to 1.2.2
871
872* Thu Jun 28 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
873- update to 1.2.1
874- change nginx user from nginx to www-data
875- R(pre): www-common
876
877* Wed Apr 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-1
878- update to 1.2.0
879- update passenger to 3.0.12
880- drop http_upstream_keepalive
881
882* Mon Mar 19 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.14-1
883- new upstream release
884
885* Thu Feb 23 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.12-1
886- update to 1.0.12
887
888* Tue Jan 10 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.11-1
889- update to 1.0.11
890- update passenger to 3.0.11
891
892* Mon Nov 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.10-1
893- update to 1.0.10
894
895* Tue Sep 27 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-2
896- update passenger to 3.0.9
897
898* Tue Aug 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.6-1
899- update to 1.0.6
900
901* Thu Jun 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.4-1
902- update to 1.0.4
903
904* Wed May 18 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-3
905- add gnosek-nginx-upstream-fair module
906- add ngx_http_upstream_keepalive module
907
908* Wed May 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-2
909- add nginx-passenger sub pakckage
910  - use alternatives to choose nginx with or without passenger
911  - add BR: ruby, rubygems, rubygem-rake
912
913* Wed May 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.2-1
914- update to 1.0.2
915
916* Wed May 04 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1-1
917- update to 1.0.1
918
919* Sun May 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-2
920- add bcond_with wsgi for mod_wsgi
921- add bcond_with passenger
922  - you need to install rake.gem to build with this option.
923- add Provides: webserver
924
925* Tue Apr 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.0-1
926- new upstream release 1.0.0!
927
928* Sun Mar 27 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.54-2
929- rebuild with perl-5.12.3
930
931* Mon Jan 17 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.54-1
932- update to 0.8.54
933
934* Sun Nov 28 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.53-1
935- update to 0.8.53
936- add nginx_accept_language_module
937
938* Fri Sep 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.50-1
939- update to 0.8.50
940- update ngx-fancyindex to 0.3
941- add BR: libxml2-devel, libxslt-devel
942- add scgi_params* and uwsgi_params* to %%files
943
944* Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.35-1
945- update to 0.8.35 (development version)
946- add sites.d/ to store vitualhost settings
947- split out default server settings to sites.d/default
948- add fancyindex module
949
950* Fri Dec 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.63-1
951- new upstream release
952
953* Sun Sep 20 2009 Shu KONNO <owa@bg.wakwak.com> 0.7.62-1
954- update to 0.7.62 (included security fix: VU#180065)
955
956* Wed Aug 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.61-4
957- fix typo
958
959* Thu Aug 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.61-3
960- add translated descriptions
961
962* Sat Jul 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.61-2
963- update 404.html/50x.html to use powered by vine logo.
964
965* Wed Jul 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.61-1
966- initial build for Vine Linux
967- update to 0.7.61
968
969* Sun May 17 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.36-2
970- init script updates from Gena Makhomed
971- remove nginx-upstream-fair
972
973* Sat Apr 11 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.36-1
974-  update to 0.6.36
975
976* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.35-3
977- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
978
979* Thu Feb 19 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.35-2
980- rebuild
981
982* Thu Feb 19 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.35-1
983- update to 0.6.35
984
985* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 0.6.34-2
986- rebuild with new openssl
987
988* Tue Dec 30 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.34-1
989- update to 0.6.34
990
991* Thu Dec  4 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 0.6.33-2
992- Fix inclusion of /usr/share/nginx tree => no unowned directories.
993
994* Sun Nov 23 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.33-1
995- update to 0.6.33
996
997* Tue Jul 22 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.32-1
998- update to 0.6.32
999- nginx now supports DESTDIR so removed the patches that enabled it
1000
1001* Mon May 26 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.31-3
1002- init script fixes
1003- resolve 'listen 80 default' [#447873]
1004
1005* Mon May 12 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.31-2
1006- update to 0.6.31
1007
1008* Sun May 11 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.6.30-2
1009- upate to new upstream stable branch 0.6
1010- added 3rd party module nginx-upstream-fair
1011- added default webpages
1012
1013* Sun Apr 20 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.5.35-2
1014- update init script to match recommended guidelines
1015- add /etc/nginx/conf.d support [#443280]
1016- use /etc/sysconfig/nginx to determine nginx.conf [#442708]
1017
1018* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.5.35-3
1019- add Requires for versioned perl (libperl.so)
1020- drop silly file Requires
1021
1022* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.35-2
1023- Autorebuild for GCC 4.3
1024
1025* Sat Jan 19 2008 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.5.35-1
1026- update to 0.5.35
1027
1028* Sat Dec 15 2007 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.5.34-1
1029- update to 0.5.34
1030
1031* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 0.5.33-2
1032 - Rebuild for deps
1033
1034* Sun Nov 11 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.33-1
1035- update to 0.5.33
1036
1037* Mon Sep 24 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.32-1
1038- updated to 0.5.32
1039- fixed rpmlint UTF-8 complaints.
1040
1041* Sat Aug 18 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.31-2
1042- added --with-http_stub_status_module build option.
1043- added --with-http_sub_module build option.
1044- added use of pcre-config --cflags
1045
1046* Fri Aug 17 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.31-1
1047- Update to 0.5.31
1048- specify license is BSD
1049
1050* Sat Aug 11 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.30-2
1051- Add BuildRequires: perl-devel - fixing rawhide build
1052
1053* Mon Jul 30 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.30-1
1054- Update to 0.5.30
1055
1056* Tue Jul 24 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.29-1
1057- Update to 0.5.29
1058
1059* Wed Jul 18 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.28-1
1060- Update to 0.5.28
1061
1062* Mon Jul 09 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.27-1
1063- Update to 0.5.27
1064
1065* Mon Jun 18 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.26-1
1066- Update to 0.5.26
1067
1068* Sat Apr 28 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.19-1
1069- Update to 0.5.19
1070
1071* Mon Apr 02 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.17-1
1072- Update to 0.5.17
1073
1074* Mon Mar 26 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.16-1
1075- Update to 0.5.16
1076- add ownership of /usr/share/nginx/html (#233950)
1077
1078* Fri Mar 23 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.15-3
1079- fixed package review bugs (#235222) given by ruben@rubenkerkhof.com
1080
1081* Thu Mar 22 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.15-2
1082- fixed package review bugs (#233522) given by kevin@tummy.com
1083
1084* Thu Mar 22 2007 Jeremy Hinegardner <jeremy@hinegardner.org> - 0.5.15-1
1085- create patches to assist with building for Fedora
1086- initial packaging for Fedora
Note: See TracBrowser for help on using the repository browser.