From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBA6F1382C5 for ; Tue, 8 May 2018 16:12:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34C16E0BC4; Tue, 8 May 2018 16:12:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED9FBE0BC4 for ; Tue, 8 May 2018 16:12:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB2B1335C09 for ; Tue, 8 May 2018 16:12:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03110257 for ; Tue, 8 May 2018 16:12:23 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1525795785.7792f97a2cab0784743f8ea8f19e93344e877584.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild www-servers/lighttpd/lighttpd-1.4.45.ebuild www-servers/lighttpd/lighttpd-1.4.49.ebuild www-servers/lighttpd/lighttpd-9999.ebuild X-VCS-Directories: www-servers/lighttpd/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7792f97a2cab0784743f8ea8f19e93344e877584 X-VCS-Branch: master Date: Tue, 8 May 2018 16:12:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ab1c2473-84b0-456e-8fa8-3ba50df61865 X-Archives-Hash: 6417c7f9e9773dab4a9719cf8f75325f commit: 7792f97a2cab0784743f8ea8f19e93344e877584 Author: Mikle Kolyada gentoo org> AuthorDate: Tue May 8 16:09:07 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue May 8 16:09:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7792f97a 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(-) diff --git a/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild index 492f35263c4..daacfc1d3d9 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 8a2378ddd72..66ef2b284f0 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 902e56f4bb6..c04cbfda8a2 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 4c0d54541a2..a42b97220c9 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