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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2477158013 for ; Sat, 9 Dec 2023 16:50:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E64692BC022; Sat, 9 Dec 2023 16:50:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C44BA2BC022 for ; Sat, 9 Dec 2023 16:50:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8014340AB3 for ; Sat, 9 Dec 2023 16:50:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DAED1196 for ; Sat, 9 Dec 2023 16:50:45 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1702140641.c98474c0eabe2f0ccc7407d0499d89fa323c311d.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/apache/apache-2.4.57-r4.ebuild www-servers/apache/apache-2.4.57-r5.ebuild www-servers/apache/apache-2.4.58-r1.ebuild X-VCS-Directories: www-servers/apache/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: c98474c0eabe2f0ccc7407d0499d89fa323c311d X-VCS-Branch: master Date: Sat, 9 Dec 2023 16:50:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 98dbe4b0-1676-4e74-bd1a-6a472db65670 X-Archives-Hash: e6a6dd2e232d140195dca46510212d4f commit: c98474c0eabe2f0ccc7407d0499d89fa323c311d Author: Robin H. Johnson gentoo org> AuthorDate: Sat Dec 9 16:48:56 2023 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sat Dec 9 16:50:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98474c0 www-servers/apache: fix IfDefine PROXY for proxy_uwsgi due to typo proxy_uwsgi was mis-spelt in MODULE_DEFINES, causing it to not be wrapped with . Signed-off-by: Robin H. Johnson gentoo.org> Closes: https://bugs.gentoo.org/819552 www-servers/apache/apache-2.4.57-r4.ebuild | 2 +- www-servers/apache/apache-2.4.57-r5.ebuild | 2 +- .../apache/{apache-2.4.57-r4.ebuild => apache-2.4.58-r1.ebuild} | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www-servers/apache/apache-2.4.57-r4.ebuild b/www-servers/apache/apache-2.4.57-r4.ebuild index fc874c565bd1..95756998cd15 100644 --- a/www-servers/apache/apache-2.4.57-r4.ebuild +++ b/www-servers/apache/apache-2.4.57-r4.ebuild @@ -118,7 +118,7 @@ MODULE_DEFINES=" proxy_http:PROXY proxy_http2:PROXY proxy_scgi:PROXY - proxy_uswgi:PROXY + proxy_uwsgi:PROXY proxy_wstunnel:PROXY socache_shmcb:SSL socache_memcache:CACHE diff --git a/www-servers/apache/apache-2.4.57-r5.ebuild b/www-servers/apache/apache-2.4.57-r5.ebuild index eed9c9add8b2..649085501170 100644 --- a/www-servers/apache/apache-2.4.57-r5.ebuild +++ b/www-servers/apache/apache-2.4.57-r5.ebuild @@ -118,7 +118,7 @@ MODULE_DEFINES=" proxy_http:PROXY proxy_http2:PROXY proxy_scgi:PROXY - proxy_uswgi:PROXY + proxy_uwsgi:PROXY proxy_wstunnel:PROXY socache_shmcb:SSL socache_memcache:CACHE diff --git a/www-servers/apache/apache-2.4.57-r4.ebuild b/www-servers/apache/apache-2.4.58-r1.ebuild similarity index 98% copy from www-servers/apache/apache-2.4.57-r4.ebuild copy to www-servers/apache/apache-2.4.58-r1.ebuild index fc874c565bd1..9ca9e8c742c0 100644 --- a/www-servers/apache/apache-2.4.57-r4.ebuild +++ b/www-servers/apache/apache-2.4.58-r1.ebuild @@ -4,9 +4,9 @@ EAPI=7 # latest gentoo apache files -GENTOO_PATCHSTAMP="20230903" +GENTOO_PATCHSTAMP="20231019" GENTOO_DEVELOPER="graaff" -GENTOO_PATCHNAME="gentoo-apache-2.4.57-r3" +GENTOO_PATCHNAME="gentoo-apache-2.4.58" # IUSE/USE_EXPAND magic IUSE_MPMS_FORK="prefork" @@ -118,7 +118,7 @@ MODULE_DEFINES=" proxy_http:PROXY proxy_http2:PROXY proxy_scgi:PROXY - proxy_uswgi:PROXY + proxy_uwsgi:PROXY proxy_wstunnel:PROXY socache_shmcb:SSL socache_memcache:CACHE