Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by David C. Haley (91e7eeac29f86f321d4a16288bbe214fd5f009b2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <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 David C. Haley (91e7eeac29f86f321d4a16288bbe214fd5f009b2)
  • Date: Fri, 19 Jul 2024 21:37:36 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

http/apache24/BUILD | 2 +-
http/apache24/DETAILS | 4 ++--
http/apache24/HISTORY | 11 +++++++++++
3 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit 91e7eeac29f86f321d4a16288bbe214fd5f009b2
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

http/apache24: Version bump -> 2.4.62

commit 105b4384402e2d8449feb841cd6239c92d40f267
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

http/apache24: Updated BUILD, resolved broken build

diff --git a/http/apache24/BUILD b/http/apache24/BUILD
index 6fa4cde..472ae46 100755
--- a/http/apache24/BUILD
+++ b/http/apache24/BUILD
@@ -5,7 +5,7 @@ APACHE24_EXTRA="${APACHE24_EXTRA} --with-mpm=${APACHE24_MPM}"
&&
rm -fr srclib/apr*/ &&

# correct flags to find external apr-util
-CPPFLAGS="`apr-config --includes` $CPPFLAGS" &&
+CPPFLAGS="`apr-1-config --includes` $CPPFLAGS" &&

# use smgl standard layout
cp -f $SCRIPT_DIRECTORY/config.layout $SOURCE_DIRECTORY &&
diff --git a/http/apache24/DETAILS b/http/apache24/DETAILS
index 9371685..7c38e74 100755
--- a/http/apache24/DETAILS
+++ b/http/apache24/DETAILS
@@ -1,6 +1,6 @@
SPELL=apache24
- VERSION=2.4.57
- SECURITY_PATCH=1
+ VERSION=2.4.62
+ SECURITY_PATCH=2
SOURCE=httpd-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG="apache.gpg:$SOURCE2:UPSTREAM_KEY"
diff --git a/http/apache24/HISTORY b/http/apache24/HISTORY
index 1558f1e..d149b01 100644
--- a/http/apache24/HISTORY
+++ b/http/apache24/HISTORY
@@ -1,3 +1,14 @@
+2024-07-19 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: version bump -> 2.4.62
+ SECURITY_PATCH++: CVE-2023-31122 CVE-2023-43622
+ CVE-2023-45802 CVE-2023-38709 CVE-2024-24795 CVE-2024-27316
+ CVE-2024-36387 CVE-2024-38472 CVE-2024-38473 CVE-2024-38474
+ CVE-2024-38475 CVE-2024-38476 CVE-2024-38477 CVE-2024-39573
+ CVE-2024-39884 CVE-2024-40725 CVE-2024-40898
+
+2024-07-19 David C. Haley <khoralin AT gmail.com>
+ * BUILD: updated apr config reference -> "apr-1-config"
+
2023-04-14 David C. Haley <khoralin AT gmail.com>
* DETAILS: version bumped -> 2.4.57
Security_Patch++: CVE-2021-30641 CVE-2020-35452


  • [[SM-Commit] ] GIT changes to master grimoire by David C. Haley (91e7eeac29f86f321d4a16288bbe214fd5f009b2), David C. Haley, 07/19/2024

Archive powered by MHonArc 2.6.24.

Top of Page