Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Remko van der Vossen (0b5306d641250c968a07894c4cc3c39a4ce99fb8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Remko van der Vossen (0b5306d641250c968a07894c4cc3c39a4ce99fb8)
  • Date: Wed, 26 Mar 2025 19:38:55 +0000

GIT changes to master grimoire by Remko van der Vossen <wich AT sourcemage.org>:

http/apache24/CONFIGURE | 12 +++++++++++-
http/apache24/DETAILS | 2 +-
http/apache24/HISTORY | 4 ++++
3 files changed, 16 insertions(+), 2 deletions(-)

New commits:
commit 0b5306d641250c968a07894c4cc3c39a4ce99fb8
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

apache24: 2.4.63

diff --git a/http/apache24/CONFIGURE b/http/apache24/CONFIGURE
index 08db37d..17841fb 100755
--- a/http/apache24/CONFIGURE
+++ b/http/apache24/CONFIGURE
@@ -1,4 +1,14 @@
-message "${PROBLEM_COLOR}Before picking a MPM, please see:
http://wiki.sourcemage.org/ApacheMPM${DEFAULT_COLOR}"; &&
+message "${PROBLEM_COLOR}On picking a Multi-Processing Module (MPM);
+
+tl;dr choose event unless you know what you are doing and have a
+specific reason to choose otherwise.
+
+On any modern *nix system you should probably prefer the event module.
+It is the most performant module but requires thread support and
+thread-safe polling using kqueue and epoll functions. If your platform
+supports threads but not thread-safe polling you can use the worker
+module. The last resort is the prefork module for platforms that do not
+support threads.${DEFAULT_COLOR}" &&
config_query_list APACHE24_MPM "Which MPM would you like?" prefork worker
event &&

# Apache2 CONFIGURE script
diff --git a/http/apache24/DETAILS b/http/apache24/DETAILS
index 7c38e74..396fa54 100755
--- a/http/apache24/DETAILS
+++ b/http/apache24/DETAILS
@@ -1,5 +1,5 @@
SPELL=apache24
- VERSION=2.4.62
+ VERSION=2.4.63
SECURITY_PATCH=2
SOURCE=httpd-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
diff --git a/http/apache24/HISTORY b/http/apache24/HISTORY
index d149b01..ecf0b8d 100644
--- a/http/apache24/HISTORY
+++ b/http/apache24/HISTORY
@@ -1,3 +1,7 @@
+2025-03-25 Remko van der Vossen <wich AT sourcemage.org>
+ * DETAILS: version 2.4.63
+ * CONFIGURE: replace outdated wiki link with explanation
+
2024-07-19 David C. Haley <khoralin AT gmail.com>
* DETAILS: version bump -> 2.4.62
SECURITY_PATCH++: CVE-2023-31122 CVE-2023-43622


  • [[SM-Commit] ] GIT changes to master grimoire by Remko van der Vossen (0b5306d641250c968a07894c4cc3c39a4ce99fb8), Remko van der Vossen, 03/26/2025

Archive powered by MHonArc 2.6.24.

Top of Page