nginx-vl.spec 40 KB

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