Bugfix update to 2.4.57 follows, this is a bugfix release.
 Comments ?

  Cheers
   Giovanni

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/apache-httpd/Makefile,v
retrieving revision 1.121
diff -u -p -r1.121 Makefile
--- Makefile    7 Mar 2023 14:55:37 -0000       1.121
+++ Makefile    7 Apr 2023 09:19:51 -0000
@@ -1,6 +1,6 @@
 COMMENT=               apache HTTP server
 
-V=                     2.4.56
+V=                     2.4.57
 DISTNAME=              httpd-${V}
 PKGNAME=               apache-httpd-${V}
 
@@ -44,8 +44,10 @@ CONFIGURE_ARGS=              --enable-authnz-fcgi \
                        --enable-cache \
                        --enable-cgi \
                        --enable-disk-cache \
+                       --enable-socache-dc=no \
                        --enable-http2 \
                        --enable-layout=OpenBSD \
+                       --enable-lua=no \
                        --enable-mods-shared=all \
                        --enable-modules=all \
                        --enable-mpms-shared=all \
@@ -67,7 +69,10 @@ CONFIGURE_ARGS=              --enable-authnz-fcgi \
 
 CONFIGURE_ENV=         CPPFLAGS="-I${LOCALBASE}/include" \
                        LDFLAGS="-L${LOCALBASE}/lib" \
-                       AWK=awk
+                       AWK=awk \
+                       GREP=grep \
+                       ac_cv_path_RSYNC=no \
+                       ac_cv_path_SVN=no
 
 FAKE_FLAGS=            rel_user=www rel_group=www \
                        rel_datadir=${HTTPD_DIR} \
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/apache-httpd/distinfo,v
retrieving revision 1.44
diff -u -p -r1.44 distinfo
--- distinfo    7 Mar 2023 14:55:37 -0000       1.44
+++ distinfo    7 Apr 2023 09:19:51 -0000
@@ -1,2 +1,2 @@
-SHA256 (httpd-2.4.56.tar.gz) = 2w1MdgB7Ix/Tq0G1gFSNx5iuOES7fD1c4eQXTKI2Rpg=
-SIZE (httpd-2.4.56.tar.gz) = 9769650
+SHA256 (httpd-2.4.57.tar.gz) = vD5+VAuD7CT5uEfGtNcUjFW3myfRAuISJ+tl9xg9a0U=
+SIZE (httpd-2.4.57.tar.gz) = 9773385

Reply via email to