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

Commit

Permalink
Latest upstream 2.4.35
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwgeorge committed Oct 16, 2018
1 parent 13cf02b commit 30fa273
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
12 changes: 0 additions & 12 deletions SOURCES/httpd-2.4.33-layout-legacy.patch

This file was deleted.

12 changes: 12 additions & 0 deletions SOURCES/httpd-2.4.35-layout-legacy.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff -Nurp httpd-2.4.35.orig/config.layout httpd-2.4.35/config.layout
--- httpd-2.4.35.orig/config.layout 2018-10-16 15:17:32.404691594 -0500
+++ httpd-2.4.35/config.layout 2018-10-16 15:22:26.928631251 -0500
@@ -149,7 +149,7 @@
manualdir: ${datadir}/manual
cgidir: ${localstatedir}/www/cgi-bin
includedir: ${prefix}/include/httpd
- runtimedir: /run/httpd
+ runtimedir: ${localstatedir}/run/httpd
logfiledir: ${localstatedir}/log/httpd
proxycachedir: ${localstatedir}/cache/httpd/proxy
</Layout>
7 changes: 5 additions & 2 deletions SPECS/httpd24u.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

Summary: Apache HTTP Server
Name: httpd24u
Version: 2.4.34
Version: 2.4.35
Release: 1.ius%{?dist}
URL: https://httpd.apache.org/
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Expand Down Expand Up @@ -67,7 +67,7 @@ Patch1: httpd-2.4.1-apctl.patch
Patch2: httpd-2.4.9-apxs.patch
Patch3: httpd-2.4.1-deplibs.patch
Patch6: httpd-2.4.3-apctl-systemd.patch
Patch8: httpd-2.4.33-layout-legacy.patch
Patch8: httpd-2.4.35-layout-legacy.patch
# Needed for socket activation and mod_systemd patch
Patch19: httpd-2.4.25-detect-systemd.patch
# Features/functional changes
Expand Down Expand Up @@ -807,6 +807,9 @@ exit $rv


%changelog
* Tue Oct 16 2018 Carl George <[email protected]> - 2.4.35-1.ius
- Latest upstream

* Tue Aug 07 2018 Carl George <[email protected]> - 2.4.34-1.ius
- Latest upstream
- mod_systemd: show bound ports in status and log to journal at startup (Fedora)
Expand Down

0 comments on commit 30fa273

Please sign in to comment.