Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lighttpd: fix log and data directory permissions
@ 2019-07-12 13:51 voidlinux-github
  2019-07-12 14:09 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-12 13:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 517 bytes --]

There is a new pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages lighttpd
https://github.com/void-linux/void-packages/pull/13027

lighttpd: fix log and data directory permissions
The user name for the lighttpd service was changed to `_lighttpd` a while ago, but the log and data directories are still created for owner `lighttpd` in a fresh installation.

A patch file from https://github.com/void-linux/void-packages/pull/13027.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lighttpd-13027.patch --]
[-- Type: application/text/x-diff, Size: 1054 bytes --]

From e4ed37b3fe72a4f39badc2740e8e13fc883b27cc Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Fri, 12 Jul 2019 15:40:40 +0200
Subject: [PATCH] lighttpd: fix log and data directory permissions

---
 srcpkgs/lighttpd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template
index c3f501e99e4..a41d0e53213 100644
--- a/srcpkgs/lighttpd/template
+++ b/srcpkgs/lighttpd/template
@@ -1,7 +1,7 @@
 # Template file for 'lighttpd'
 pkgname=lighttpd
 version=1.4.54
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true
  -Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=true
@@ -26,8 +26,8 @@ _lighttpd_homedir="/srv/www/${pkgname}"
 lib32disabled=yes
 
 make_dirs="
- /srv/www/lighttpd 0755 lighttpd lighttpd
- /var/log/lighttpd 0755 lighttpd lighttpd"
+ /srv/www/lighttpd 0755 _lighttpd _lighttpd
+ /var/log/lighttpd 0755 _lighttpd _lighttpd"
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] lighttpd: fix log and data directory permissions
  2019-07-12 13:51 [PR PATCH] lighttpd: fix log and data directory permissions voidlinux-github
@ 2019-07-12 14:09 ` voidlinux-github
  2019-07-12 14:09 ` voidlinux-github
  2019-07-12 14:49 ` [PR PATCH] [Merged]: lighttpd: fix log and data directory owner voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-12 14:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 522 bytes --]

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages lighttpd
https://github.com/void-linux/void-packages/pull/13027

lighttpd: fix log and data directory permissions
The user name for the lighttpd service was changed to `_lighttpd` a while ago, but the log and data directories are still created for owner `lighttpd` in a fresh installation.

A patch file from https://github.com/void-linux/void-packages/pull/13027.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lighttpd-13027.patch --]
[-- Type: application/text/x-diff, Size: 1048 bytes --]

From 383cea9bbc48cbac4df451348a18ae9319048ca2 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Fri, 12 Jul 2019 15:40:40 +0200
Subject: [PATCH] lighttpd: fix log and data directory owner

---
 srcpkgs/lighttpd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template
index c3f501e99e4..a41d0e53213 100644
--- a/srcpkgs/lighttpd/template
+++ b/srcpkgs/lighttpd/template
@@ -1,7 +1,7 @@
 # Template file for 'lighttpd'
 pkgname=lighttpd
 version=1.4.54
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true
  -Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=true
@@ -26,8 +26,8 @@ _lighttpd_homedir="/srv/www/${pkgname}"
 lib32disabled=yes
 
 make_dirs="
- /srv/www/lighttpd 0755 lighttpd lighttpd
- /var/log/lighttpd 0755 lighttpd lighttpd"
+ /srv/www/lighttpd 0755 _lighttpd _lighttpd
+ /var/log/lighttpd 0755 _lighttpd _lighttpd"
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] lighttpd: fix log and data directory permissions
  2019-07-12 13:51 [PR PATCH] lighttpd: fix log and data directory permissions voidlinux-github
  2019-07-12 14:09 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-12 14:09 ` voidlinux-github
  2019-07-12 14:49 ` [PR PATCH] [Merged]: lighttpd: fix log and data directory owner voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-12 14:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 522 bytes --]

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages lighttpd
https://github.com/void-linux/void-packages/pull/13027

lighttpd: fix log and data directory permissions
The user name for the lighttpd service was changed to `_lighttpd` a while ago, but the log and data directories are still created for owner `lighttpd` in a fresh installation.

A patch file from https://github.com/void-linux/void-packages/pull/13027.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lighttpd-13027.patch --]
[-- Type: application/text/x-diff, Size: 1048 bytes --]

From 383cea9bbc48cbac4df451348a18ae9319048ca2 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Fri, 12 Jul 2019 15:40:40 +0200
Subject: [PATCH] lighttpd: fix log and data directory owner

---
 srcpkgs/lighttpd/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/lighttpd/template b/srcpkgs/lighttpd/template
index c3f501e99e4..a41d0e53213 100644
--- a/srcpkgs/lighttpd/template
+++ b/srcpkgs/lighttpd/template
@@ -1,7 +1,7 @@
 # Template file for 'lighttpd'
 pkgname=lighttpd
 version=1.4.54
-revision=1
+revision=2
 build_style=meson
 configure_args="-Dwith_bzip=true -Dwith_fam=false -Dwith_gdbm=true
  -Dwith_geoip=false -Dwith_krb5=true -Dwith_ldap=true -Dwith_libev=true
@@ -26,8 +26,8 @@ _lighttpd_homedir="/srv/www/${pkgname}"
 lib32disabled=yes
 
 make_dirs="
- /srv/www/lighttpd 0755 lighttpd lighttpd
- /var/log/lighttpd 0755 lighttpd lighttpd"
+ /srv/www/lighttpd 0755 _lighttpd _lighttpd
+ /var/log/lighttpd 0755 _lighttpd _lighttpd"
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: lighttpd: fix log and data directory owner
  2019-07-12 13:51 [PR PATCH] lighttpd: fix log and data directory permissions voidlinux-github
  2019-07-12 14:09 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-12 14:09 ` voidlinux-github
@ 2019-07-12 14:49 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-07-12 14:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 350 bytes --]

There's a merged pull request on the void-packages repository

lighttpd: fix log and data directory owner
https://github.com/void-linux/void-packages/pull/13027
Description: The user name for the lighttpd service was changed to `_lighttpd` a while ago, but the log and data directories are still created for owner `lighttpd` in a fresh installation.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-07-12 14:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-12 13:51 [PR PATCH] lighttpd: fix log and data directory permissions voidlinux-github
2019-07-12 14:09 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-12 14:09 ` voidlinux-github
2019-07-12 14:49 ` [PR PATCH] [Merged]: lighttpd: fix log and data directory owner voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).