summaryrefslogtreecommitdiff
path: root/opt/nginx
diff options
context:
space:
mode:
authorrawnix ports <ports@rawnix.org>2026-09-26 19:04:29 +0000
committerrawnix ports <ports@rawnix.org>2026-09-26 19:04:29 +0000
commit6851599d8a0bd55d046d76dfa991c3342ec5c3e4 (patch)
tree2d618fb68659ea097fb960060daf3dc257b727f8 /opt/nginx
parent561779e396c5dcaa7bdeb3f57442b7933feff8ed (diff)
downloadports-6851599d8a0bd55d046d76dfa991c3342ec5c3e4.tar.gz
sync 2026-09-26 19:04 UTC
3 files changed, 9 insertions(+), 9 deletions(-)
Diffstat (limited to 'opt/nginx')
-rw-r--r--opt/nginx/.footprint2
-rw-r--r--opt/nginx/.signature8
-rw-r--r--opt/nginx/MAKEPKG8
3 files changed, 9 insertions, 9 deletions
diff --git a/opt/nginx/.footprint b/opt/nginx/.footprint
index c15dacc..219b570 100644
--- a/opt/nginx/.footprint
+++ b/opt/nginx/.footprint
@@ -22,7 +22,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nginx
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
-drwxr-xr-x root/root var/lib/nginx/
+drwxr-x--- root/root var/lib/nginx/
drwxr-xr-x root/root var/lib/pkg/
drwxr-xr-x root/root var/lib/pkg/meta/
-rw-r--r-- root/root var/lib/pkg/meta/nginx
diff --git a/opt/nginx/.signature b/opt/nginx/.signature
index 1c53306..f896b34 100644
--- a/opt/nginx/.signature
+++ b/opt/nginx/.signature
@@ -1,6 +1,6 @@
-RWTZ9IduCSQ/mDCEEPHpExorrUE/Zpi6zwew+nhepIIAHspIiokDbvlotrx79VheC5jF2VDqVLyjLZNPHImbx/t+rWPVwyeiQgs=
+RWTZ9IduCSQ/mHK6Qo975OD/D9wa+XvBvQxUjhJreVcwQqcQZovY4eeDTgsUiDHuiCOBO0CPXEDA/qcFQTHh9LvL7YxyYdbNyAE=
-SHA256 (MAKEPKG) = 3a3a4545208ca8d6fc979f937ef5a6016f533e364b865e0da16490972c6943a6
-SHA256 (.footprint) = 4808b824f70b3cdacf9022ebd7a0ac5dca7f7ef96edae0e2b87714c661f66c7b
+SHA256 (MAKEPKG) = a69be7198573fdeacab6ac9e57b9d07e179620d5067a7dcf53f37b425fee88aa
+SHA256 (.footprint) = 0dcb97cfc6331ac7bbdb5109db2c1b6d0b845737ff0a270a0954d98e70aa518e
SHA256 (nginx-1.31.6.tar.gz) = 974ed5298a5e398e008704ed5db284e655fc270c596493dbccada452448fc9f1
-SHA256 (nginx#1.31.6-1.pkg.tar.gz) = 3474588b9f124c60c602fe427e076f7e3538ca22f1d4544c3b6fbf52f96d1ba3
+SHA256 (nginx#1.31.6-2.pkg.tar.gz) = bc3633c763de765f2d457b6a4879eeb147fa242657c63cd365c3eb306f00c1c1
diff --git a/opt/nginx/MAKEPKG b/opt/nginx/MAKEPKG
index 058ed18..6d77c6a 100644
--- a/opt/nginx/MAKEPKG
+++ b/opt/nginx/MAKEPKG
@@ -4,13 +4,13 @@
name=nginx
version=1.31.6
-release=1
+release=2
depends=(libressl pcre2 zlib)
-groups=(http:user:http:/var/lib/nginx:755:906:906)
+groups=(http:user:http:/var/lib/nginx:750:906:906)
services=(nginx)
permissions=(
/etc/nginx/nginx.conf:root:http:640
- /var/lib/nginx:root:http:755
+ /var/lib/nginx:http:http:750
/var/log/nginx:root:http:755
)
source=(https://nginx.org/download/$name-$version.tar.gz)
@@ -66,7 +66,7 @@ build() {
rm -f $PKG/etc/nginx/*.default
# Runtime / state directories
- install -d -m 755 $PKG/var/lib/nginx
+ install -d -m 750 $PKG/var/lib/nginx
install -d -m 755 $PKG/var/log/nginx
install -d -m 755 $PKG/etc/nginx/conf.d
}