Browse Source

nginx-1.18.0-9

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12533 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
8ea652e23c
1 changed files with 5 additions and 2 deletions
  1. 5 2
      n/nginx/nginx-vl.spec

+ 5 - 2
n/nginx/nginx-vl.spec

@@ -41,7 +41,7 @@ Name:           nginx
 Group:          servers
 Version:        %{nginx_version}
 # do not reset or decrease.
-Release:        8%{?_dist_release}%{?with_systemd:.systemd}
+Release:        9%{?_dist_release}%{?with_systemd:.systemd}
 Vendor:         Project Vine
 Distribution:   Vine Linux
 Packager:       daisuke
@@ -104,7 +104,7 @@ Source2030:     https://github.com/leev/ngx_http_geoip2_module/archive/%{geoip2_
 %global         with_modsecurity 1
 %global         modsecurity_version 1.0.1
 Source2040:     https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v%{modsecurity_version}/modsecurity-nginx-v%{modsecurity_version}.tar.gz
-Patch2040:      modsecurity-nginx-1.0.1-20201014.patch
+Patch2040:      modsecurity-nginx-1.0.1-20210217.patch
 %endif
 
 # removes -Werror in upstream build scripts.  -Werror conflicts with
@@ -813,6 +813,9 @@ fi
 
 
 %changelog
+* Wed Feb 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.18.0-9
+- updated Patch2040.
+
 * Wed Oct 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.18.0-8
 - added Patch2040 to fix several bugs.