upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / nginx-mainline / trunk / nginx.install
blob90d24a5905b30732cdd0234f5b122aa72f3de43d
1 post_upgrade() {
2   if (( $(vercmp $2 1.11.8-2) < 0)); then
3     chown root:root var/log/nginx
4   fi
6   if (( $(vercmp $2 1.11.9-2) < 0 )); then
7     chmod 755 var/log/nginx
8     echo ':: Security notice:'
9     echo '     - When additional log directories are used in /var/log/nginx make sure they'
10     echo '       are owned by root:root and have 755 set as permission to mitigate CVE-2016-1247'
11   fi