From b477dd4f38bb03aefde6785d09ae148a04a81f51 Mon Sep 17 00:00:00 2001 From: Philip Brown Date: Sat, 6 Apr 2024 13:38:43 +0000 Subject: [PATCH] httpd: update to 2.4.59 --- build/apache/build-24.sh | 2 +- doc/packages.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/apache/build-24.sh b/build/apache/build-24.sh index 580bc2e59..da5155968 100755 --- a/build/apache/build-24.sh +++ b/build/apache/build-24.sh @@ -18,7 +18,7 @@ PROG=apache PKG=ooce/server/apache-24 -VER=2.4.58 +VER=2.4.59 MAJVER=${VER%.*} # M.m sMAJVER=${MAJVER//./} # Mm SUMMARY="Apache httpd $MAJVER" diff --git a/doc/packages.md b/doc/packages.md index b2ee249f7..d5ddc96c5 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -191,7 +191,7 @@ | ooce/runtime/ruby-33 | 3.3.0 | https://www.ruby-lang.org/en/downloads/ | [omniosorg](https://github.com/omniosorg) | ooce/runtime/tcl | 8.6.14 | https://sourceforge.net/projects/tcl/files/Tcl/ https://www.tcl.tk/software/tcltk/download.html | [omniosorg](https://github.com/omniosorg) | ooce/security/gnupg | 2.4.5 | https://gnupg.org/download/ | [omniosorg](https://github.com/omniosorg) -| ooce/server/apache-24 | 2.4.58 | https://downloads.apache.org/httpd/ | [omniosorg](https://github.com/omniosorg) +| ooce/server/apache-24 | 2.4.59 | https://downloads.apache.org/httpd/ | [omniosorg](https://github.com/omniosorg) | ooce/server/apache-24/modules/fcgid | 2.3.9 | https://downloads.apache.org/httpd/mod_fcgid/ | [omniosorg](https://github.com/omniosorg) | ooce/server/apache-24/modules/wsgi | 5.0.0 | https://github.com/GrahamDumpleton/mod_wsgi/tags/ | [cgrzemba](https://github.com/cgrzemba) | ooce/server/caddy | 2.7.6 | https://github.com/caddyserver/caddy/releases | [gkoh](https://github.com/gkoh)