Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 8b1f9a0

Browse files
author
reporter4u
committed
- FIX Issue #55: /etc/httpd/conf/magic broken since version 2.4.54-1
- UPDATE httpd-2.4.43-selinux.patch from FC'
1 parent ee39308 commit 8b1f9a0

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

httpd-2.4.53-icons.patch renamed to httpd-2.4.54-icons.patch

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ index 51b02ed..93a2b87 100644
2828
AddIcon /icons/back.gif ..
2929
AddIcon /icons/hand.right.gif README
3030
diff --git a/docs/conf/magic b/docs/conf/magic
31-
index bc891d9..6402b59 100644
31+
index bc891d9..9a41b44 100644
3232
--- a/docs/conf/magic
3333
+++ b/docs/conf/magic
34-
@@ -383,3 +383,16 @@
34+
@@ -383,3 +383,15 @@
3535
4 string moov video/quicktime
3636
4 string mdat video/quicktime
3737

38-
+AddIconByType /icons/bomb.gif application/x-coredump
3938
+
4039
+#------------------------------------------------------------------------------
4140
+# application/x-coredump for LE/BE ELF

httpd-2.4.43-selinux.patch renamed to httpd-2.4.54-selinux.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/configure.in b/configure.in
2-
index c8f9aa2..cb43246 100644
2+
index 74015ca..8c0ee10 100644
33
--- a/configure.in
44
+++ b/configure.in
5-
@@ -484,6 +484,11 @@ getloadavg
5+
@@ -508,6 +508,11 @@ getloadavg
66
dnl confirm that a void pointer is large enough to store a long integer
77
APACHE_CHECK_VOID_PTR_LEN
88

@@ -15,10 +15,10 @@ index c8f9aa2..cb43246 100644
1515
[AC_TRY_RUN(#define _GNU_SOURCE
1616
#include <unistd.h>
1717
diff --git a/server/core.c b/server/core.c
18-
index dc0f17a..7ed9527 100644
18+
index a6fa2fb..cf4cba4 100644
1919
--- a/server/core.c
2020
+++ b/server/core.c
21-
@@ -59,6 +59,10 @@
21+
@@ -65,6 +65,10 @@
2222
#include <unistd.h>
2323
#endif
2424

@@ -29,7 +29,7 @@ index dc0f17a..7ed9527 100644
2929
/* LimitRequestBody handling */
3030
#define AP_LIMIT_REQ_BODY_UNSET ((apr_off_t) -1)
3131
#define AP_DEFAULT_LIMIT_REQ_BODY ((apr_off_t) 1<<30) /* 1GB */
32-
@@ -5015,6 +5019,28 @@ static int core_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *pte
32+
@@ -5150,6 +5154,28 @@ static int core_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *pte
3333
}
3434
#endif
3535

httpd24u.spec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Summary: Apache HTTP Server
2626
Name: httpd24u
2727
Version: 2.4.54
28-
Release: 1%{?dist}
28+
Release: 2%{?dist}
2929
URL: https://httpd.apache.org/
3030
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
3131
Source2: httpd.logrotate
@@ -75,9 +75,9 @@ Patch19: httpd-2.4.53-detect-systemd.patch
7575
# Features/functional changes
7676
Patch23: httpd-2.4.53-export.patch
7777
Patch24: httpd-2.4.43-corelimit.patch
78-
Patch25: httpd-2.4.43-selinux.patch
78+
Patch25: httpd-2.4.54-selinux.patch
7979
Patch26: httpd-2.4.43-gettid.patch
80-
Patch27: httpd-2.4.53-icons.patch
80+
Patch27: httpd-2.4.54-icons.patch
8181
Patch30: httpd-2.4.43-cachehardmax.patch
8282
Patch34: httpd-2.4.43-socket-activation.patch
8383
Patch41: httpd-2.4.43-r1861793+.patch
@@ -827,6 +827,10 @@ exit $rv
827827

828828

829829
%changelog
830+
* Mon Jul 11 2022 Reporter4u <[email protected]> - 2.4.54-2
831+
- Update patch httpd-2.4.54-icons.patch from FC
832+
- Update patch httpd-2.4.54-selinux.patch from FC
833+
830834
* Thu Jun 09 2022 Reporter4u <[email protected]> - 2.4.54-1
831835
- Latest upstream
832836

0 commit comments

Comments
 (0)