Hi, update to 2.4.55, fixes CVE-2022-37436, CVE-2022-36760 and CVE-2006-20001. ok for current and 7.2 ? Cheers Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/apache-httpd/Makefile,v
retrieving revision 1.119
diff -u -p -r1.119 Makefile
--- Makefile 15 Nov 2022 23:14:12 -0000 1.119
+++ Makefile 18 Jan 2023 07:50:34 -0000
@@ -1,9 +1,8 @@
COMMENT= apache HTTP server
-V= 2.4.54
+V= 2.4.55
DISTNAME= httpd-${V}
PKGNAME= apache-httpd-${V}
-REVISION= 0
CATEGORIES= www net
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/apache-httpd/distinfo,v
retrieving revision 1.42
diff -u -p -r1.42 distinfo
--- distinfo 9 Jun 2022 07:05:50 -0000 1.42
+++ distinfo 18 Jan 2023 07:50:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (httpd-2.4.54.tar.gz) = xoe5nERsDvNF59hsIajhX8B0t9UVLE/iKwRj4r40b/s=
-SIZE (httpd-2.4.54.tar.gz) = 9743277
+SHA256 (httpd-2.4.55.tar.gz) = Unbqi8b/8x7tXIITKuUaCy7gX55rYaAPqHf2ytqztjg=
+SIZE (httpd-2.4.55.tar.gz) = 9758888
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/www/apache-httpd/patches/patch-configure,v
retrieving revision 1.24
diff -u -p -r1.24 patch-configure
--- patches/patch-configure 15 Nov 2022 23:14:12 -0000 1.24
+++ patches/patch-configure 18 Jan 2023 07:50:34 -0000
@@ -1,7 +1,7 @@
Index: configure
--- configure.orig
+++ configure
-@@ -3472,7 +3472,7 @@ do
+@@ -3832,7 +3832,7 @@ do
ap_last="${ap_cur}"
ap_cur=`eval "echo ${ap_cur}"`
done
@@ -10,12 +10,12 @@ Index: configure
APACHE_VAR_SUBST="$APACHE_VAR_SUBST exp_sysconfdir"
-@@ -4678,7 +4678,7 @@ APR_INCLUDEDIR=`$apr_config --includedir`
+@@ -5059,7 +5059,7 @@ APR_INCLUDEDIR=`$apr_config --includedir`
APR_INCLUDES=`$apr_config --includes`
APR_VERSION=`$apr_config --version`
apr_major_version=`echo ${APR_VERSION} | sed 's,\..*,,'`
-APR_CONFIG="$APR_BINDIR/apr-${apr_major_version}-config"
+APR_CONFIG="$apr_config"
- { $as_echo "$as_me:${as_lineno-$LINENO}: " >&5
- $as_echo "$as_me: " >&6;}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: " >&5
+ printf "%s\n" "$as_me: " >&6;}
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/apache-httpd/pkg/PLIST,v
retrieving revision 1.36
diff -u -p -r1.36 PLIST
--- pkg/PLIST 11 Mar 2022 20:09:38 -0000 1.36
+++ pkg/PLIST 18 Jan 2023 07:50:34 -0000
@@ -47,6 +47,7 @@ include/apache2/mod_cgi.h
include/apache2/mod_core.h
include/apache2/mod_dav.h
include/apache2/mod_dbd.h
+include/apache2/mod_http2.h
include/apache2/mod_include.h
include/apache2/mod_log_config.h
include/apache2/mod_proxy.h
signature.asc
Description: PGP signature
