This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- FIX Issue #55: /etc/httpd/conf/magic broken since version 2.4.54-1
- UPDATE httpd-2.4.43-selinux.patch from FC'
- Loading branch information
reporter4u
committed
Jul 11, 2022
1 parent
ee39308
commit 8b1f9a0
Showing
3 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
Summary: Apache HTTP Server | ||
Name: httpd24u | ||
Version: 2.4.54 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
URL: https://httpd.apache.org/ | ||
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 | ||
Source2: httpd.logrotate | ||
|
@@ -75,9 +75,9 @@ Patch19: httpd-2.4.53-detect-systemd.patch | |
# Features/functional changes | ||
Patch23: httpd-2.4.53-export.patch | ||
Patch24: httpd-2.4.43-corelimit.patch | ||
Patch25: httpd-2.4.43-selinux.patch | ||
Patch25: httpd-2.4.54-selinux.patch | ||
Patch26: httpd-2.4.43-gettid.patch | ||
Patch27: httpd-2.4.53-icons.patch | ||
Patch27: httpd-2.4.54-icons.patch | ||
Patch30: httpd-2.4.43-cachehardmax.patch | ||
Patch34: httpd-2.4.43-socket-activation.patch | ||
Patch41: httpd-2.4.43-r1861793+.patch | ||
|
@@ -827,6 +827,10 @@ exit $rv | |
|
||
|
||
%changelog | ||
* Mon Jul 11 2022 Reporter4u <[email protected]> - 2.4.54-2 | ||
- Update patch httpd-2.4.54-icons.patch from FC | ||
- Update patch httpd-2.4.54-selinux.patch from FC | ||
|
||
* Thu Jun 09 2022 Reporter4u <[email protected]> - 2.4.54-1 | ||
- Latest upstream | ||
|
||
|