summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_qos/Manifest2
-rw-r--r--www-apache/mod_qos/files/mod_qos-11.74-fix-incompatible-pointer-to-integer-conversion.diff12
-rw-r--r--www-apache/mod_qos/mod_qos-11.76.ebuild (renamed from www-apache/mod_qos/mod_qos-11.75.ebuild)6
-rw-r--r--www-apache/passenger/passenger-6.0.24.ebuild4
4 files changed, 4 insertions, 20 deletions
diff --git a/www-apache/mod_qos/Manifest b/www-apache/mod_qos/Manifest
index d6a2ffc64fc3..4c6d0d78c973 100644
--- a/www-apache/mod_qos/Manifest
+++ b/www-apache/mod_qos/Manifest
@@ -1 +1 @@
-DIST mod_qos-11.75.tar.gz 1289194 BLAKE2B b0353ac443fa7067e57ee4c4cd4b4804f58b163280d914509d4e6b68020e6791b6dc264ae3c017670efe62331355c88b95b51b630c1f42a817c780f1d0346d4b SHA512 ebb73196c94c6fa5874c179112b8dcb7283f961a04389e2c2a09191653c5112901ccf8d07cc6b90868c0233b06f49ce1ea608e0c5332351ddb29259bf342fd80
+DIST mod_qos-11.76.tar.gz 1233631 BLAKE2B 0747fa68d2185a8b84cffabbbe981af536b04b8af66ed93474a8bf844a87b3565626a42d7b7cca6839183772950283f864c77e3c5754cb528deae3b16d21f8f8 SHA512 8a1a0abc041d8488fd6a1513b8a15c18d056d2c8b6173dfca4331caa1a3798384c9114e481661639722b9e8ebe12d741948ab8fb99fd088b0eb48fb5657fac73
diff --git a/www-apache/mod_qos/files/mod_qos-11.74-fix-incompatible-pointer-to-integer-conversion.diff b/www-apache/mod_qos/files/mod_qos-11.74-fix-incompatible-pointer-to-integer-conversion.diff
deleted file mode 100644
index 51971667ee59..000000000000
--- a/www-apache/mod_qos/files/mod_qos-11.74-fix-incompatible-pointer-to-integer-conversion.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-Bug: https://bugs.gentoo.org/898860
---- a/tools/src/qsfilter2.c
-+++ b/tools/src/qsfilter2.c
-@@ -1800,7 +1800,7 @@ int main(int argc, const char * const argv[]) {
- printf("# --------------------------------------------------------\n");
-
- {
-- STACK_OF(qs_rule_t) *st = sk_new(STACK_qs_cmp);
-+ STACK_OF(qs_rule_t) *st = sk_new((qs_rule_t *)STACK_qs_cmp);
- qs_rule_t *r;
- int j = 1;
- entry = (apr_table_entry_t *)apr_table_elts(rules)->elts;
diff --git a/www-apache/mod_qos/mod_qos-11.75.ebuild b/www-apache/mod_qos/mod_qos-11.76.ebuild
index 191594b4fb1e..417ae6dd19bf 100644
--- a/www-apache/mod_qos/mod_qos-11.75.ebuild
+++ b/www-apache/mod_qos/mod_qos-11.76.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -28,10 +28,6 @@ DOCFILES="${S}/doc/*.txt ${S}/README.TXT"
need_apache2
-PATCHES=(
- "${FILESDIR}"/${PN}-11.74-fix-incompatible-pointer-to-integer-conversion.diff
-)
-
pkg_setup() {
_init_apache2
_init_apache2_late
diff --git a/www-apache/passenger/passenger-6.0.24.ebuild b/www-apache/passenger/passenger-6.0.24.ebuild
index 47dbcae74689..92f46d2ba068 100644
--- a/www-apache/passenger/passenger-6.0.24.ebuild
+++ b/www-apache/passenger/passenger-6.0.24.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ SRC_URI="https://s3.amazonaws.com/phusion-passenger/releases/${P}.tar.gz"
# Passenger is licensed MIT, but vendored code licenses should also be taken into account.
LICENSE="Boost-1.0 MIT BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="apache2 debug"
ruby_add_bdepend "dev-ruby/rake"