Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/
Date: Tue, 08 May 2018 16:12:26
Message-Id: 1525795785.7792f97a2cab0784743f8ea8f19e93344e877584.zlogene@gentoo
1 commit: 7792f97a2cab0784743f8ea8f19e93344e877584
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 8 16:09:07 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue May 8 16:09:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7792f97a
7
8 www-servers/lighttpd: mmap is secure since 1.4.40
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild | 6 +-----
13 www-servers/lighttpd/lighttpd-1.4.45.ebuild | 6 +-----
14 www-servers/lighttpd/lighttpd-1.4.49.ebuild | 6 +-----
15 www-servers/lighttpd/lighttpd-9999.ebuild | 6 +-----
16 4 files changed, 4 insertions(+), 20 deletions(-)
17
18 diff --git a/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild
19 index 492f35263c4..daacfc1d3d9 100644
20 --- a/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild
21 +++ b/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild
22 @@ -94,11 +94,7 @@ pkg_setup() {
23 ewarn "as conditionals and modules such as mod_re{write,direct}"
24 ewarn "and mod_ssi."
25 fi
26 - if use mmap; then
27 - ewarn "You have enabled the mmap option. This option may allow"
28 - ewarn "local users to trigger SIGBUG crashes. Use this option"
29 - ewarn "with EXTRA care."
30 - fi
31 +
32 enewgroup lighttpd
33 enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd
34
35
36 diff --git a/www-servers/lighttpd/lighttpd-1.4.45.ebuild b/www-servers/lighttpd/lighttpd-1.4.45.ebuild
37 index 8a2378ddd72..66ef2b284f0 100644
38 --- a/www-servers/lighttpd/lighttpd-1.4.45.ebuild
39 +++ b/www-servers/lighttpd/lighttpd-1.4.45.ebuild
40 @@ -93,11 +93,7 @@ pkg_setup() {
41 ewarn "as conditionals and modules such as mod_re{write,direct}"
42 ewarn "and mod_ssi."
43 fi
44 - if use mmap; then
45 - ewarn "You have enabled the mmap option. This option may allow"
46 - ewarn "local users to trigger SIGBUG crashes. Use this option"
47 - ewarn "with EXTRA care."
48 - fi
49 +
50 enewgroup lighttpd
51 enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd
52
53
54 diff --git a/www-servers/lighttpd/lighttpd-1.4.49.ebuild b/www-servers/lighttpd/lighttpd-1.4.49.ebuild
55 index 902e56f4bb6..c04cbfda8a2 100644
56 --- a/www-servers/lighttpd/lighttpd-1.4.49.ebuild
57 +++ b/www-servers/lighttpd/lighttpd-1.4.49.ebuild
58 @@ -99,11 +99,7 @@ pkg_setup() {
59 ewarn "as conditionals and modules such as mod_re{write,direct}"
60 ewarn "and mod_ssi."
61 fi
62 - if use mmap; then
63 - ewarn "You have enabled the mmap option. This option may allow"
64 - ewarn "local users to trigger SIGBUG crashes. Use this option"
65 - ewarn "with EXTRA care."
66 - fi
67 +
68 enewgroup lighttpd
69 enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd
70
71
72 diff --git a/www-servers/lighttpd/lighttpd-9999.ebuild b/www-servers/lighttpd/lighttpd-9999.ebuild
73 index 4c0d54541a2..a42b97220c9 100644
74 --- a/www-servers/lighttpd/lighttpd-9999.ebuild
75 +++ b/www-servers/lighttpd/lighttpd-9999.ebuild
76 @@ -93,11 +93,7 @@ pkg_setup() {
77 ewarn "as conditionals and modules such as mod_re{write,direct}"
78 ewarn "and mod_ssi."
79 fi
80 - if use mmap; then
81 - ewarn "You have enabled the mmap option. This option may allow"
82 - ewarn "local users to trigger SIGBUG crashes. Use this option"
83 - ewarn "with EXTRA care."
84 - fi
85 +
86 enewgroup lighttpd
87 enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd