]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
publishing release httpd-2.4.61
authorEric Covener <covener@apache.org>
Wed, 3 Jul 2024 15:00:11 +0000 (15:00 +0000)
committerEric Covener <covener@apache.org>
Wed, 3 Jul 2024 15:00:11 +0000 (15:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918882 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
docs/manual/misc/security_tips.html.fr.utf8
docs/manual/misc/security_tips.html.tr.utf8
docs/manual/style/version.ent
include/ap_release.h

diff --git a/CHANGES b/CHANGES
index eea1e55ab851745a19fd68d31518f287361c2256..cc72b91ad7f7215b8f69a4bdf84c6743cf0f8910 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,19 @@
                                                          -*- coding: utf-8 -*-
+Changes with Apache 2.4.62
+
 Changes with Apache 2.4.61
 
+  *) SECURITY: CVE-2024-39884: Apache HTTP Server: source code
+     disclosure with handlers configured via AddType (cve.mitre.org)
+     A regression in the core of Apache HTTP Server 2.4.60 ignores
+     some use of the legacy content-type based configuration of
+     handlers.   "AddType" and similar configuration, under some
+     circumstances where files are requested indirectly, result in
+     source code disclosure of local content. For example, PHP
+     scripts may be served instead of interpreted.
+     Users are recommended to upgrade to version 2.4.61, which fixes
+     this issue.
+
 Changes with Apache 2.4.60
 
   *) SECURITY: CVE-2024-39573: Apache HTTP Server: mod_rewrite proxy
diff --git a/STATUS b/STATUS
index e5e17c36e66b40f5e4f088b44c507b2558715e4f..25578dcb1bc3a73b660e691dbe3d43fe1ee7d8cd 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -29,7 +29,8 @@ Release history:
     [NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
           while x.{even}.z versions are Stable/GA releases.]
 
-    2.4.61  : In development
+    2.4.62  : In development
+    2.4.61  : Released on July 03, 2024
     2.4.60  : Released on July 01, 2024
     2.4.59  : Released on April 04, 2024
     2.4.58  : Released on October 19, 2023
index 043d00a0648415821755c9c39bda0cb9f95149f9..741a0e742bae72e0f0e979afcaa33f2411becf05 100644 (file)
@@ -28,6 +28,8 @@
 <a href="../ko/misc/security_tips.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/misc/security_tips.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
     <p>Ce document propose quelques conseils et astuces concernant les
     problèmes de sécurité liés
index d2f75cf37c46f7693bd3d4c0a76162e86184b856..0fbc51fc7df67969cac1f73329626a0eff453e19 100644 (file)
@@ -28,6 +28,7 @@
 <a href="../ko/misc/security_tips.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/misc/security_tips.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p>Bir HTTP Sunucusunu ayarlarken dikkat edilmesi gerekenler ve bazı
     ipuçları.  Öneriler kısmen Apache’ye özel kısmen de genel olacaktır.</p>
index 9e62accb20a5e89e5664c189ce1a95bbf7d8472f..e3df8e231fe977f621ac9395c3709c09972e2191 100644 (file)
@@ -19,6 +19,6 @@
 
 <!ENTITY httpd.major "2">
 <!ENTITY httpd.minor "4">
-<!ENTITY httpd.patch "61">
+<!ENTITY httpd.patch "62">
 
 <!ENTITY httpd.docs "2.4">
index ed2ec71ab1715b2b3da90544c14769104e8a5a3b..72129fa2fd4ad53d53de23e33af720ae157d7484 100644 (file)
@@ -43,7 +43,7 @@
 
 #define AP_SERVER_MAJORVERSION_NUMBER 2
 #define AP_SERVER_MINORVERSION_NUMBER 4
-#define AP_SERVER_PATCHLEVEL_NUMBER   61
+#define AP_SERVER_PATCHLEVEL_NUMBER   62
 #define AP_SERVER_DEVBUILD_BOOLEAN    1
 
 /* Synchronize the above with docs/manual/style/version.ent */