From 7792f97a2cab0784743f8ea8f19e93344e877584 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Tue, 8 May 2018 19:09:07 +0300 Subject: www-servers/lighttpd: mmap is secure since 1.4.40 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild | 6 +----- www-servers/lighttpd/lighttpd-1.4.45.ebuild | 6 +----- www-servers/lighttpd/lighttpd-1.4.49.ebuild | 6 +----- www-servers/lighttpd/lighttpd-9999.ebuild | 6 +----- 4 files changed, 4 insertions(+), 20 deletions(-) (limited to 'www-servers/lighttpd') diff --git a/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild index 492f35263c47..daacfc1d3d9d 100644 --- a/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild @@ -94,11 +94,7 @@ pkg_setup() { ewarn "as conditionals and modules such as mod_re{write,direct}" ewarn "and mod_ssi." fi - if use mmap; then - ewarn "You have enabled the mmap option. This option may allow" - ewarn "local users to trigger SIGBUG crashes. Use this option" - ewarn "with EXTRA care." - fi + enewgroup lighttpd enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd diff --git a/www-servers/lighttpd/lighttpd-1.4.45.ebuild b/www-servers/lighttpd/lighttpd-1.4.45.ebuild index 8a2378ddd723..66ef2b284f0e 100644 --- a/www-servers/lighttpd/lighttpd-1.4.45.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.45.ebuild @@ -93,11 +93,7 @@ pkg_setup() { ewarn "as conditionals and modules such as mod_re{write,direct}" ewarn "and mod_ssi." fi - if use mmap; then - ewarn "You have enabled the mmap option. This option may allow" - ewarn "local users to trigger SIGBUG crashes. Use this option" - ewarn "with EXTRA care." - fi + enewgroup lighttpd enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd diff --git a/www-servers/lighttpd/lighttpd-1.4.49.ebuild b/www-servers/lighttpd/lighttpd-1.4.49.ebuild index 902e56f4bb6f..c04cbfda8a27 100644 --- a/www-servers/lighttpd/lighttpd-1.4.49.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.49.ebuild @@ -99,11 +99,7 @@ pkg_setup() { ewarn "as conditionals and modules such as mod_re{write,direct}" ewarn "and mod_ssi." fi - if use mmap; then - ewarn "You have enabled the mmap option. This option may allow" - ewarn "local users to trigger SIGBUG crashes. Use this option" - ewarn "with EXTRA care." - fi + enewgroup lighttpd enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd diff --git a/www-servers/lighttpd/lighttpd-9999.ebuild b/www-servers/lighttpd/lighttpd-9999.ebuild index 4c0d54541a2c..a42b97220c90 100644 --- a/www-servers/lighttpd/lighttpd-9999.ebuild +++ b/www-servers/lighttpd/lighttpd-9999.ebuild @@ -93,11 +93,7 @@ pkg_setup() { ewarn "as conditionals and modules such as mod_re{write,direct}" ewarn "and mod_ssi." fi - if use mmap; then - ewarn "You have enabled the mmap option. This option may allow" - ewarn "local users to trigger SIGBUG crashes. Use this option" - ewarn "with EXTRA care." - fi + enewgroup lighttpd enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd -- cgit v1.2.3-65-gdbad