summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-05-08 19:09:07 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-05-08 19:09:45 +0300
commit7792f97a2cab0784743f8ea8f19e93344e877584 (patch)
tree42d0196b483d270d29ebacecb04a9937d6444acd /www-servers/lighttpd/lighttpd-9999.ebuild
parentapp-portage/gentoopm: Bump to 0.3.0 (diff)
downloadgentoo-7792f97a2cab0784743f8ea8f19e93344e877584.tar.gz
gentoo-7792f97a2cab0784743f8ea8f19e93344e877584.tar.bz2
gentoo-7792f97a2cab0784743f8ea8f19e93344e877584.zip
www-servers/lighttpd: mmap is secure since 1.4.40
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'www-servers/lighttpd/lighttpd-9999.ebuild')
-rw-r--r--www-servers/lighttpd/lighttpd-9999.ebuild6
1 files changed, 1 insertions, 5 deletions
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