Сравнение apache-2.4.57-r2 с apache-2.4.57-r3
/usr/portage/www-servers/apache/apache-2.4.57-r3.ebuild 2023-10-09 14:52:35.896368512 +0300 | ||
---|---|---|
6 | 6 |
# latest gentoo apache files |
7 | 7 |
GENTOO_PATCHSTAMP="20230903" |
8 | 8 |
GENTOO_DEVELOPER="graaff" |
9 |
GENTOO_PATCHNAME="gentoo-apache-2.4.57-r2" |
|
9 |
GENTOO_PATCHNAME="gentoo-apache-2.4.57-r3" |
|
10 | 10 | |
11 | 11 |
# IUSE/USE_EXPAND magic |
12 | 12 |
IUSE_MPMS_FORK="prefork" |
... | ... | |
146 | 146 |
SLOT="2" |
147 | 147 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x64-macos ~x64-solaris" |
148 | 148 | |
149 |
PATCHES=( |
|
150 |
"${FILESDIR}"/${PN}-2.4.54-no-which.patch # bug #844868 |
|
151 |
"${FILESDIR}"/${PN}-2.4.54-libtool.patch # bug #858836 |
|
152 |
"${FILESDIR}"/${P}-rustls-ffi-0.10.0.patch # bug #906523 |
|
153 |
) |
|
154 | ||
155 | 149 |
pkg_setup() { |
156 | 150 |
# dependent critical modules which are not allowed in global scope due |
157 | 151 |
# to USE flag conditionals (bug #499260) |