git: 953ec4c1f8a9 - 2025Q3 - www/apache24: Security update to 2.4.64

From: Bernard Spil <brnrd_at_FreeBSD.org>
Date: Sat, 19 Jul 2025 11:27:32 UTC
The branch 2025Q3 has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=953ec4c1f8a9e97b65819650ddd81fb5beb065ae

commit 953ec4c1f8a9e97b65819650ddd81fb5beb065ae
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2025-07-11 21:26:41 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2025-07-19 11:27:11 +0000

    www/apache24: Security update to 2.4.64
    
    MFH:            2025Q3
    Security:       342f2a0a-5e9b-11f0-8baa-8447094a420f
    (cherry picked from commit 7d9b8f08a1c7e5fe4fd7912a24ba38aa877642a1)
---
 www/apache24/Makefile                                    |  3 +--
 www/apache24/distinfo                                    |  6 +++---
 www/apache24/files/patch-modules_ssl_ssl__engine__init.c | 11 -----------
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/www/apache24/Makefile b/www/apache24/Makefile
index 7ce75c1927d0..39b2bf2864b6 100644
--- a/www/apache24/Makefile
+++ b/www/apache24/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	apache24
-PORTVERSION=	2.4.63
-PORTREVISION=	1
+PORTVERSION=	2.4.64
 CATEGORIES=	www
 MASTER_SITES=	APACHE_HTTPD
 DISTNAME=	httpd-${PORTVERSION}
diff --git a/www/apache24/distinfo b/www/apache24/distinfo
index 1bed753883c2..4200797f7bd2 100644
--- a/www/apache24/distinfo
+++ b/www/apache24/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737742760
-SHA256 (apache24/httpd-2.4.63.tar.bz2) = 88fc236ab99b2864b248de7d49a008ec2afd7551e64dce8b95f58f32f94c46ab
-SIZE (apache24/httpd-2.4.63.tar.bz2) = 7517972
+TIMESTAMP = 1752267687
+SHA256 (apache24/httpd-2.4.64.tar.bz2) = 120b35a2ebf264f277e20f9a94f870f2063342fbff0861404660d7dd0ab1ac29
+SIZE (apache24/httpd-2.4.64.tar.bz2) = 7293281
diff --git a/www/apache24/files/patch-modules_ssl_ssl__engine__init.c b/www/apache24/files/patch-modules_ssl_ssl__engine__init.c
deleted file mode 100644
index adc7708a98bd..000000000000
--- a/www/apache24/files/patch-modules_ssl_ssl__engine__init.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/ssl/ssl_engine_init.c.orig	2018-02-13 23:43:36 UTC
-+++ modules/ssl/ssl_engine_init.c
-@@ -547,7 +547,7 @@ static apr_status_t ssl_init_ctx_protoco
-     char *cp;
-     int protocol = mctx->protocol;
-     SSLSrvConfigRec *sc = mySrvConfig(s);
--#if OPENSSL_VERSION_NUMBER >= 0x10100000L
-+#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !(defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L)
-     int prot;
- #endif
-